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
/
expected
Age
Commit message (
Expand
)
Author
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-04-02
Change SQL-language functions to use the plan cache.
Tom Lane
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-07-10
Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schema
Michael Paquier
2023-03-20
Add @extschema:name@ and no_relocate options to extensions.
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
2020-04-20
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-03-11
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2019-01-26
Simplify restriction handling of two-phase commit for temporary objects
Michael Paquier
2019-01-18
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2017-06-13
psql: Use more consistent capitalization of some output headings
Peter Eisentraut
2016-12-02
Fix broken wait-for-previous-process-to-exit loop in regression test.
Tom Lane
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-07-25
Message style improvements
Peter Eisentraut
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