summaryrefslogtreecommitdiff
path: root/src/test/modules/test_extensions/sql
AgeCommit message (Expand)Author
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
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-03-20Add @extschema:name@ and no_relocate options to extensions.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-18Restrict the use of temporary namespace in two-phase transactionsMichael Paquier
2017-06-13psql: Use more consistent capitalization of some output headingsPeter Eisentraut
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-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