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
Age
Commit message (
Expand
)
Author
2021-11-10
Doc: improve protocol spec for logical replication Type messages.
Tom Lane
2021-11-10
Fix thinko in assertion in basebackup.c.
Robert Haas
2021-11-10
More cleanup of 'ThisTimeLineID'.
Robert Haas
2021-11-10
Improve error messages for some callers of XLogReadRecord()
Michael Paquier
2021-11-10
Add pg_checkpointer predefined role for CHECKPOINT command.
Jeff Davis
2021-11-09
Fix instability in 026_overwrite_contrecord.pl test.
Tom Lane
2021-11-09
Have the server properly terminate tar archives.
Robert Haas
2021-11-09
Remove check for accept() argument types
Peter Eisentraut
2021-11-09
Make some comments use the term "ProcSignal" for consistency
Michael Paquier
2021-11-09
Rename some enums to use TABLE instead of REL.
Amit Kapila
2021-11-08
Minimal fix for unterminated tar archive problem.
Robert Haas
2021-11-08
Fix incorrect format placeholder.
Tom Lane
2021-11-08
libpq: reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-11-08
Reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-11-08
Fix incorrect hash equality operator bug in Memoize
David Rowley
2021-11-07
Remove tests added by bd807be6935929bdefe74d1258ca08048f0aafa3.
Robert Haas
2021-11-07
Silence uninitialized-variable warning.
Tom Lane
2021-11-07
contrib/sslinfo needs a fix too to make hamerkop happy.
Tom Lane
2021-11-06
Doc: add some notes about performance of the List functions.
Tom Lane
2021-11-06
windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c.
Andres Freund
2021-11-06
Blind attempt to fix MSVC pgcrypto build.
Tom Lane
2021-11-06
Disallow making an empty lexeme via array_to_tsvector().
Tom Lane
2021-11-06
Second attempt to silence SSL compile failures on hamerkop.
Tom Lane
2021-11-06
Reset lastOverflowedXid on standby when needed
Alexander Korotkov
2021-11-06
Un-break pg_basebackup's MSVC build.
Tom Lane
2021-11-06
Mark mystreamer variable as PG_USED_FOR_ASSERTS_ONLY
Tomas Vondra
2021-11-06
Update obsolete reference in vacuumlazy.c.
Peter Geoghegan
2021-11-06
Fix handling of NaN values in BRIN minmax multi
Tomas Vondra
2021-11-05
Update obsolete heap pruning comments.
Peter Geoghegan
2021-11-05
Change ThisTimeLineID from a global variable to a local variable.
Robert Haas
2021-11-05
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-11-05
Don't set ThisTimeLineID when there's no reason to do so.
Robert Haas
2021-11-05
Avoid crash in rare case of concurrent DROP
Alvaro Herrera
2021-11-05
Introduce 'bbstreamer' abstraction to modularize pg_basebackup.
Robert Haas
2021-11-05
Introduce 'bbsink' abstraction to modularize base backup code.
Robert Haas
2021-11-05
amcheck: Add additional TOAST pointer checks.
Robert Haas
2021-11-05
pgcrypto: Remove non-OpenSSL support
Peter Eisentraut
2021-11-05
Improve psql tab completion for COMMENT
Michael Paquier
2021-11-05
Add hardening to catch invalid TIDs in indexes.
Peter Geoghegan
2021-11-05
Add support for LZ4 compression in pg_receivewal
Michael Paquier
2021-11-05
Add various assertions to heap pruning code.
Peter Geoghegan
2021-11-04
Fix some thinkos with pg_receivewal --compression-method
Michael Paquier
2021-11-04
Rework compression options of pg_receivewal
Michael Paquier
2021-11-03
Update alternative expected output file.
Heikki Linnakangas
2021-11-03
Fix snapshot reference leak if lo_export fails.
Heikki Linnakangas
2021-11-03
Fix incorrect format placeholder
Peter Eisentraut
2021-11-03
Fix parallel amvacuumcleanup safety bug.
Peter Geoghegan
2021-11-02
Blind attempt to silence SSL compile failures on hamerkop.
Tom Lane
2021-11-02
Don't overlook indexes during parallel VACUUM.
Peter Geoghegan
2021-11-02
Ensure consistent logical replication of datetime and float8 values.
Tom Lane
[next]