index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
/
test_extensions
/
Makefile
Age
Commit message (
Expand
)
Author
2025-03-19
extension_control_path
Peter Eisentraut
2024-10-22
Improve reporting of errors in extension script files.
Tom Lane
2024-05-09
Repair ALTER EXTENSION ... SET SCHEMA.
Tom Lane
2024-03-04
Explicitly list dependent types as extension members in pg_depend.
Tom Lane
2023-08-07
Reject substituting extension schemas or owners matching ["$'\].
Noah Misch
2023-03-20
Add @extschema:name@ and no_relocate options to extensions.
Tom Lane
2022-08-08
Stabilize output of new regression test.
Tom Lane
2022-08-08
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2020-09-15
Fix use-after-free bug with event triggers in an extension script
Alvaro Herrera
2016-12-02
Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.
Tom Lane
2016-11-26
Fix test about ignoring extension dependencies during extension scripts.
Tom Lane
2016-04-15
In recordExtensionInitPriv(), keep the scan til we're done with it
Stephen Frost
2016-04-05
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2015-10-03
Add CASCADE support for CREATE EXTENSION.
Andres Freund