index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
/
test_extensions
/
sql
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add @extschema:name@ and no_relocate options to extensions.
Tom Lane
2023-03-20
1
-0
/
+23
*
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-08
1
-0
/
+110
*
Fix use-after-free bug with event triggers in an extension script
Alvaro Herrera
2020-09-15
1
-0
/
+6
*
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-04-20
1
-1
/
+16
*
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
1
-0
/
+2
*
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2019-01-18
1
-0
/
+29
*
psql: Use more consistent capitalization of some output headings
Peter Eisentraut
2017-06-13
1
-2
/
+2
*
Fix broken wait-for-previous-process-to-exit loop in regression test.
Tom Lane
2016-12-02
1
-1
/
+1
*
Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.
Tom Lane
2016-12-02
1
-0
/
+39
*
Fix test about ignoring extension dependencies during extension scripts.
Tom Lane
2016-11-26
1
-0
/
+8
*
In recordExtensionInitPriv(), keep the scan til we're done with it
Stephen Frost
2016-04-15
1
-0
/
+4
*
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-04-05
1
-0
/
+73
*
Add CASCADE support for CREATE EXTENSION.
Andres Freund
2015-10-03
1
-0
/
+15