summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-18Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane
2021-11-17Add a planner support function for starts_with().Tom Lane
2021-11-17Clean up error handling in pg_basebackup's walmethods.c.Tom Lane
2021-11-17Handle close() failures more robustly in pg_dump and pg_basebackup.Tom Lane
2021-11-17Fix display of SQL-standard function's arguments in INSERT/SELECT.Tom Lane
2021-11-17Improve publication error messagesDaniel Gustafsson
2021-11-17Doc: add see-also references to CREATE PUBLICATION.Daniel Gustafsson
2021-11-17Fix incorrect format placeholdersPeter Eisentraut
2021-11-17Remove global variable "LastRec" in xlog.cMichael Paquier
2021-11-16Fix headerscheck failure in replication/worker_internal.hAlvaro Herrera
2021-11-16Move InitXLogInsert() call from InitXLOGAccess() to BaseInit().Robert Haas
2021-11-16Invalidate relcache when changing REPLICA IDENTITY index.Amit Kapila
2021-11-15Fix thinko in bbsink_throttle_manifest_contents.Robert Haas
2021-11-13Explain pruning pgstats accounting subtleties.Peter Geoghegan
2021-11-12Document PG_TEST_NOCLEAN in TAP test READMEDaniel Gustafsson
2021-11-12Make psql's \password default to CURRENT_USER, not PQuser(conn).Tom Lane
2021-11-12postgres_fdw: suppress casts on constants in limited cases.Tom Lane
2021-11-12Report found versions of required perl modulesAndrew Dunstan
2021-11-12Fix memory overrun when querying pg_stat_slruMichael Paquier
2021-11-12Report any XLogReadRecord() error in XlogReadTwoPhaseData().Noah Misch
2021-11-11Update heap_page_prune() free space map comments.Peter Geoghegan
2021-11-11Update another obsolete reference in vacuumlazy.c.Peter Geoghegan
2021-11-11Improve performance of pgarch_readyXlog() with many status files.Robert Haas
2021-11-11Fall back to unsigned int, not int, for socklen_t.Tom Lane
2021-11-11Restore lock level to set vacuum flagsAlvaro Herrera
2021-11-11doc: Add referential actions to CREATE/ALTER TABLE synopsisPeter Eisentraut
2021-11-11Fix buffer overrun in unicode string normalization with empty inputMichael Paquier
2021-11-11Clean up compilation warnings coming from PL/Perl with clang-12~Michael Paquier
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-10Fix incorrect format placeholdersPeter Eisentraut
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-09doc: Add index entries for pg_stat_statements configuration parameters.Fujii Masao
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-08Fix gist_bool_ops to use gbtreekey2Tomas Vondra
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