Commit Graph

52566 Commits (1b06d7bac901e5fd20bba597188bae2882bf954b)
 

Author SHA1 Message Date
Fujii Masao 1b06d7bac9 Report wait events for local shell commands like archive_command. 4 years ago
Peter Geoghegan 97f5aef609 Remove lazy_scan_heap parallel VACUUM comment block. 4 years ago
Tom Lane 282b6d00ab pg_receivewal, pg_recvlogical: allow canceling initial password prompt. 4 years ago
Tom Lane 92e70796e9 Doc: update some things relevant to minimum Test::More version. 4 years ago
Andrew Dunstan 405f32fc49
Require version 0.98 of Test::More for TAP tests 4 years ago
Tom Lane f4e7ae2b8a Fix SP-GiST scan initialization logic for binary-compatible cases. 4 years ago
Tom Lane 46d665bc26 Allow psql's other uses of simple_prompt() to be interrupted by ^C. 4 years ago
Andres Freund 3b34645678 Initialize backend status reporting during bootstrap. 4 years ago
Amit Kapila 0f0cfb4940 Fix parallel operations that prevent oldest xmin from advancing. 4 years ago
Michael Paquier 0cd6d3b3c5 Improve psql tab completion for transforms, domains and sequences 4 years ago
Tom Lane 276517a964 Use appropriate -Wno-warning switches when compiling bitcode. 4 years ago
Michael Paquier ac1c7458b1 Fix quoting of ACL item in table for upgrade binary compatibility checks 4 years ago
Michael Paquier 835bcba8b8 Add table to regression tests for binary-compatibility checks in pg_upgrade 4 years ago
Tom Lane 5f1148224b Provide a variant of simple_prompt() that can be interrupted by ^C. 4 years ago
Tom Lane a148f8bc04 Add a planner support function for starts_with(). 4 years ago
Tom Lane 248c3a937d Clean up error handling in pg_basebackup's walmethods.c. 4 years ago
Tom Lane 3cac2c8caa Handle close() failures more robustly in pg_dump and pg_basebackup. 4 years ago
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