index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
/
test_extensions
Age
Commit message (
Expand
)
Author
2025-05-02
Make "directory" setting work with extension_control_path
Peter Eisentraut
2025-04-02
Change SQL-language functions to use the plan cache.
Tom Lane
2025-03-20
Fix extension control path tests
Peter Eisentraut
2025-03-19
extension_control_path
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
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
2024-01-04
Update copyright for 2024
Bruce Momjian
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-07-07
test_extensions: sync meson.build with Makefile.
Jeff Davis
2023-06-20
test_extensions: make meson.build consistent with Makefile.
Jeff Davis
2023-03-20
Add @extschema:name@ and no_relocate options to extensions.
Tom Lane
2023-03-03
meson: Prevent installation of test files during main install
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
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-16
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
2017-05-02
Ensure commands in extension scripts see the results of preceding DDL.
Tom Lane
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-26
Message style improvements
Peter Eisentraut
2016-04-16
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