summaryrefslogtreecommitdiff
path: root/src/test/modules/test_extensions
AgeCommit message (Expand)Author
2025-05-02Make "directory" setting work with extension_control_pathPeter Eisentraut
2025-04-02Change SQL-language functions to use the plan cache.Tom Lane
2025-03-20Fix extension control path testsPeter Eisentraut
2025-03-19extension_control_pathPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-22Improve reporting of errors in extension script files.Tom Lane
2024-05-09Repair ALTER EXTENSION ... SET SCHEMA.Tom Lane
2024-03-04Explicitly list dependent types as extension members in pg_depend.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-08-07Reject substituting extension schemas or owners matching ["$'\].Noah Misch
2023-07-10Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schemaMichael Paquier
2023-07-07test_extensions: sync meson.build with Makefile.Jeff Davis
2023-06-20test_extensions: make meson.build consistent with Makefile.Jeff Davis
2023-03-20Add @extschema:name@ and no_relocate options to extensions.Tom Lane
2023-03-03meson: Prevent installation of test files during main installPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-08-08Stabilize output of new regression test.Tom Lane
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2020-09-16Fix use-after-free bug with event triggers in an extension scriptAlvaro Herrera
2020-04-20Add ALTER .. NO DEPENDS ONAlvaro Herrera
2020-03-11Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera
2019-01-26Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier
2019-01-18Restrict the use of temporary namespace in two-phase transactionsMichael Paquier
2017-06-13psql: Use more consistent capitalization of some output headingsPeter Eisentraut
2017-05-02Ensure commands in extension scripts see the results of preceding DDL.Tom Lane
2016-12-02Fix broken wait-for-previous-process-to-exit loop in regression test.Tom Lane
2016-12-02Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.Tom Lane
2016-11-26Fix test about ignoring extension dependencies during extension scripts.Tom Lane
2016-07-26Message style improvementsPeter Eisentraut
2016-04-16In recordExtensionInitPriv(), keep the scan til we're done with itStephen Frost
2016-04-05Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera
2015-10-03Add CASCADE support for CREATE EXTENSION.Andres Freund