summaryrefslogtreecommitdiff
path: root/src/test/modules/test_extensions/sql
Commit message (Expand)AuthorAgeFilesLines
* Add @extschema:name@ and no_relocate options to extensions.Tom Lane2023-03-201-0/+23
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-081-0/+110
* Fix use-after-free bug with event triggers in an extension scriptAlvaro Herrera2020-09-151-0/+6
* Add ALTER .. NO DEPENDS ONAlvaro Herrera2020-04-201-1/+16
* Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera2020-03-111-0/+2
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-181-0/+29
* psql: Use more consistent capitalization of some output headingsPeter Eisentraut2017-06-131-2/+2
* Fix broken wait-for-previous-process-to-exit loop in regression test.Tom Lane2016-12-021-1/+1
* Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.Tom Lane2016-12-021-0/+39
* Fix test about ignoring extension dependencies during extension scripts.Tom Lane2016-11-261-0/+8
* In recordExtensionInitPriv(), keep the scan til we're done with itStephen Frost2016-04-151-0/+4
* Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera2016-04-051-0/+73
* Add CASCADE support for CREATE EXTENSION.Andres Freund2015-10-031-0/+15