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