Commit Graph

52549 Commits (a8d8445a7b2f80f6d0bfe97b19f90bd2cbef8759)
 

Author SHA1 Message Date
Tom Lane a8d8445a7b Fix display of SQL-standard function's arguments in INSERT/SELECT. 4 years ago
Daniel Gustafsson aa12781b0d Improve publication error messages 4 years ago
Daniel Gustafsson 3374a87b62 Doc: add see-also references to CREATE PUBLICATION. 4 years ago
Peter Eisentraut 303d4eb1c5 Fix incorrect format placeholders 4 years ago
Michael Paquier f975fc3a35 Remove global variable "LastRec" in xlog.c 4 years ago
Alvaro Herrera ad26ee2825
Fix headerscheck failure in replication/worker_internal.h 4 years ago
Robert Haas e51c46991f Move InitXLogInsert() call from InitXLOGAccess() to BaseInit(). 4 years ago
Amit Kapila 354a1f8d22 Invalidate relcache when changing REPLICA IDENTITY index. 4 years ago
Robert Haas 1b098da200 Fix thinko in bbsink_throttle_manifest_contents. 4 years ago
Peter Geoghegan b0f7425ec2 Explain pruning pgstats accounting subtleties. 4 years ago
Daniel Gustafsson 05d8785af2 Document PG_TEST_NOCLEAN in TAP test README 4 years ago
Tom Lane d6eb5a0c25 Make psql's \password default to CURRENT_USER, not PQuser(conn). 4 years ago
Tom Lane f8abb0f5e1 postgres_fdw: suppress casts on constants in limited cases. 4 years ago
Andrew Dunstan 1593998ae8
Report found versions of required perl modules 4 years ago
Michael Paquier a45ed975c5 Fix memory overrun when querying pg_stat_slru 4 years ago
Noah Misch 3354746910 Report any XLogReadRecord() error in XlogReadTwoPhaseData(). 4 years ago
Peter Geoghegan 42f9427aa9 Update heap_page_prune() free space map comments. 4 years ago
Peter Geoghegan eb9baef8e9 Update another obsolete reference in vacuumlazy.c. 4 years ago
Robert Haas beb4e9ba16 Improve performance of pgarch_readyXlog() with many status files. 4 years ago
Tom Lane 01ec41a5fe Fall back to unsigned int, not int, for socklen_t. 4 years ago
Alvaro Herrera 0726c764bc
Restore lock level to set vacuum flags 4 years ago
Peter Eisentraut db9f287711 doc: Add referential actions to CREATE/ALTER TABLE synopsis 4 years ago
Michael Paquier 098c134556 Fix buffer overrun in unicode string normalization with empty input 4 years ago
Michael Paquier 9ff47ea414 Clean up compilation warnings coming from PL/Perl with clang-12~ 4 years ago
Tom Lane c3b33698cf Doc: improve protocol spec for logical replication Type messages. 4 years ago
Robert Haas 10eae82b27 Fix thinko in assertion in basebackup.c. 4 years ago
Robert Haas a27048cbcb More cleanup of 'ThisTimeLineID'. 4 years ago
Peter Eisentraut 733e039153 Fix incorrect format placeholders 4 years ago
Michael Paquier c9c401a5e1 Improve error messages for some callers of XLogReadRecord() 4 years ago
Jeff Davis 4168a47454 Add pg_checkpointer predefined role for CHECKPOINT command. 4 years ago
Tom Lane b66767b56b Fix instability in 026_overwrite_contrecord.pl test. 4 years ago
Robert Haas 5a1007a508 Have the server properly terminate tar archives. 4 years ago
Peter Eisentraut ee3a1a5b63 Remove check for accept() argument types 4 years ago
Michael Paquier 4cd046c203 Make some comments use the term "ProcSignal" for consistency 4 years ago
Fujii Masao ec21779a58 doc: Add index entries for pg_stat_statements configuration parameters. 4 years ago
Amit Kapila b3812d0b9b Rename some enums to use TABLE instead of REL. 4 years ago
Robert Haas 57b5a9646d Minimal fix for unterminated tar archive problem. 4 years ago
Tom Lane b0cf5444f9 Fix incorrect format placeholder. 4 years ago
Tom Lane 160c025880 libpq: reject extraneous data after SSL or GSS encryption handshake. 4 years ago
Tom Lane 28e2412554 Reject extraneous data after SSL or GSS encryption handshake. 4 years ago
David Rowley 39a3105678 Fix incorrect hash equality operator bug in Memoize 4 years ago
Tomas Vondra e2fbb88372 Fix gist_bool_ops to use gbtreekey2 4 years ago
Robert Haas ccf289745d Remove tests added by bd807be693. 4 years ago
Tom Lane c3ec4f8fe8 Silence uninitialized-variable warning. 4 years ago
Tom Lane 568620dfd6 contrib/sslinfo needs a fix too to make hamerkop happy. 4 years ago
Tom Lane 27ef132a80 Doc: add some notes about performance of the List functions. 4 years ago
Andres Freund 87bb606b20 windows: Remove use of WIN32_LEAN_AND_MEAN from crashdump.c. 4 years ago
Tom Lane 3c2c391dc9 Blind attempt to fix MSVC pgcrypto build. 4 years ago
Tom Lane cbe25dcff7 Disallow making an empty lexeme via array_to_tsvector(). 4 years ago
Tom Lane 1241fcbd7e Second attempt to silence SSL compile failures on hamerkop. 4 years ago