index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
/
test_extensions
Commit message (
Expand
)
Author
Age
*
Repair ALTER EXTENSION ... SET SCHEMA.
Tom Lane
2024-05-09
*
Explicitly list dependent types as extension members in pg_depend.
Tom Lane
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Reject substituting extension schemas or owners matching ["$'\].
Noah Misch
2023-08-07
*
Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schema
Michael Paquier
2023-07-10
*
test_extensions: sync meson.build with Makefile.
Jeff Davis
2023-07-07
*
test_extensions: make meson.build consistent with Makefile.
Jeff Davis
2023-06-19
*
Add @extschema:name@ and no_relocate options to extensions.
Tom Lane
2023-03-20
*
meson: Prevent installation of test files during main install
Peter Eisentraut
2023-03-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Stabilize output of new regression test.
Tom Lane
2022-08-08
*
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-08
*
Fix use-after-free bug with event triggers in an extension script
Alvaro Herrera
2020-09-15
*
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-04-20
*
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
*
Simplify restriction handling of two-phase commit for temporary objects
Michael Paquier
2019-01-26
*
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2019-01-18
*
psql: Use more consistent capitalization of some output headings
Peter Eisentraut
2017-06-13
*
Ensure commands in extension scripts see the results of preceding DDL.
Tom Lane
2017-05-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-12-02
*
Fix test about ignoring extension dependencies during extension scripts.
Tom Lane
2016-11-26
*
Message style improvements
Peter Eisentraut
2016-07-25
*
In recordExtensionInitPriv(), keep the scan til we're done with it
Stephen Frost
2016-04-15
*
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-04-05
*
Add CASCADE support for CREATE EXTENSION.
Andres Freund
2015-10-03