aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/test_extensions
Commit message (Expand)AuthorAge
* Repair ALTER EXTENSION ... SET SCHEMA.Tom Lane2024-05-09
* Explicitly list dependent types as extension members in pg_depend.Tom Lane2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Reject substituting extension schemas or owners matching ["$'\].Noah Misch2023-08-07
* Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schemaMichael Paquier2023-07-10
* test_extensions: sync meson.build with Makefile.Jeff Davis2023-07-07
* test_extensions: make meson.build consistent with Makefile.Jeff Davis2023-06-19
* Add @extschema:name@ and no_relocate options to extensions.Tom Lane2023-03-20
* meson: Prevent installation of test files during main installPeter Eisentraut2023-03-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Stabilize output of new regression test.Tom Lane2022-08-08
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Fix use-after-free bug with event triggers in an extension scriptAlvaro Herrera2020-09-15
* Add ALTER .. NO DEPENDS ONAlvaro Herrera2020-04-20
* Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera2020-03-11
* Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier2019-01-26
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* psql: Use more consistent capitalization of some output headingsPeter Eisentraut2017-06-13
* Ensure commands in extension scripts see the results of preceding DDL.Tom Lane2017-05-02
* Fix broken wait-for-previous-process-to-exit loop in regression test.Tom Lane2016-12-02
* Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.Tom Lane2016-12-02
* Fix test about ignoring extension dependencies during extension scripts.Tom Lane2016-11-26
* Message style improvementsPeter Eisentraut2016-07-25
* In recordExtensionInitPriv(), keep the scan til we're done with itStephen Frost2016-04-15
* Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera2016-04-05
* Add CASCADE support for CREATE EXTENSION.Andres Freund2015-10-03