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
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-03-03
1
-1
/
+1
*
pg_stat_statements: Remove unnecessary call to GetUserId()
Michael Paquier
2022-02-28
1
-1
/
+1
*
Simplify more checks related to set-returning functions
Michael Paquier
2022-02-24
1
-2
/
+1
*
postgres_fdw: Add support for parallel commit.
Etsuro Fujita
2022-02-24
4
-19
/
+330
*
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-21
8
-8
/
+8
*
pgcrypto: Remove unused error code
Peter Eisentraut
2022-02-21
2
-2
/
+2
*
pgcrypto: Remove unused error code
Peter Eisentraut
2022-02-21
2
-2
/
+1
*
Rearrange libpq's error reporting to avoid duplicated error text.
Tom Lane
2022-02-18
1
-1
/
+0
*
postgres_fdw: Make postgres_fdw.application_name support more escape sequences.
Fujii Masao
2022-02-18
3
-0
/
+37
*
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-17
6
-20
/
+0
*
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16
1
-0
/
+1
*
Add isolation test for errors during logical slot creation.
Andres Freund
2022-02-14
3
-1
/
+155
*
Delete contrib/xml2's legacy implementation of xml_is_well_formed().
Tom Lane
2022-02-14
1
-45
/
+0
*
WAL log unchanged toasted replica identity key attributes.
Amit Kapila
2022-02-14
1
-1
/
+1
*
Fix skip-empty-xacts with sequences in test_decoding
Tomas Vondra
2022-02-12
3
-11
/
+31
*
Add decoding of sequences to test_decoding
Tomas Vondra
2022-02-12
24
-55
/
+567
*
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-02-11
8
-8
/
+20
*
Use Test::Builder::todo_start(), replacing $::TODO.
Noah Misch
2022-02-09
1
-1
/
+2
*
Reduce non-leaf keys overlap in GiST indexes produced by a sorted build
Alexander Korotkov
2022-02-07
1
-10
/
+8
*
In basic_archive tests, insist on wal_level='replica'.
Robert Haas
2022-02-03
1
-0
/
+1
*
Allow archiving via loadable modules.
Robert Haas
2022-02-03
7
-0
/
+450
*
Simplify coding around path_contains_parent_reference().
Tom Lane
2022-01-31
1
-6
/
+0
*
Make canonicalize_path() more canonical.
Tom Lane
2022-01-31
1
-1
/
+1
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
2
-0
/
+2
*
Add HEADER support to COPY text format
Peter Eisentraut
2022-01-28
2
-4
/
+1
*
postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...
Etsuro Fujita
2022-01-27
3
-0
/
+68
*
On sparc64+ext4, suppress test failures from known WAL read failure.
Noah Misch
2022-01-26
1
-0
/
+2
*
postgres_fdw: Fix subabort cleanup of connections used in asynchronous execut...
Etsuro Fujita
2022-01-21
1
-2
/
+9
*
Add Boolean node
Peter Eisentraut
2022-01-17
1
-16
/
+16
*
Include permissive/enforcing state in sepgsql log messages.
Tom Lane
2022-01-12
7
-638
/
+649
*
Improve error handling of cryptohash computations
Michael Paquier
2022-01-11
2
-7
/
+13
*
Fix results of index-only scans on btree_gist char(N) indexes.
Tom Lane
2022-01-08
3
-34
/
+82
*
Update copyright for 2022
Bruce Momjian
2022-01-07
76
-76
/
+76
*
postgres_fdw: Add regression test for postgres_fdw.application_name GUC.
Fujii Masao
2022-01-07
2
-0
/
+86
*
Enable routine running of citext's UTF8-specific test cases.
Tom Lane
2022-01-05
7
-94
/
+207
*
Handle mixed returnable and non-returnable columns better in IOS.
Tom Lane
2022-01-03
2
-5
/
+5
*
pg_stat_statements: Remove obsolete comment
Michael Paquier
2022-01-03
1
-4
/
+0
*
Revert changes about warnings/errors for placeholders.
Tom Lane
2021-12-27
7
-7
/
+7
*
Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().
Tom Lane
2021-12-27
7
-7
/
+7
*
postgres_fdw: Revert unstable tests for postgres_fdw.application_name.
Fujii Masao
2021-12-24
2
-53
/
+0
*
postgres_fdw: Allow postgres_fdw.application_name to include escape sequences.
Fujii Masao
2021-12-24
5
-0
/
+152
*
Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLY
Michael Paquier
2021-12-22
2
-0
/
+6
*
Add missing EmitWarningsOnPlaceholders() calls.
Tom Lane
2021-12-21
4
-0
/
+9
*
Merge dblink's paths test script into its main test.
Tom Lane
2021-12-20
5
-42
/
+42
*
Remove dynamic translation of regression test scripts, step 2.
Tom Lane
2021-12-20
10
-7
/
+0
*
Remove dynamic translation of regression test scripts, step 1.
Tom Lane
2021-12-20
4
-33
/
+103
*
Remove assertion for replication origins in PREPARE TRANSACTION
Michael Paquier
2021-12-14
2
-0
/
+108
*
Create a new type category for "internal use" types.
Tom Lane
2021-12-11
3
-3
/
+14
*
Fix some typos with {a,an}
Michael Paquier
2021-12-09
1
-1
/
+1
*
postgres_fdw: Report warning when timeout expires while getting query result.
Fujii Masao
2021-12-08
1
-12
/
+39
[next]