Commit Graph

52581 Commits (fb5961fd13b1262df280e400645bdf4ed192f058)
 

Author SHA1 Message Date
Peter Eisentraut fb5961fd13 Fix incorrect format placeholders 4 years ago
Michael Paquier b2265d305d Add support for Visual Studio 2022 in build scripts 4 years ago
Amit Kapila 875e02c2df Rename SnapBuild* macros in slot.c. 4 years ago
David Rowley dad20ad470 Revert "Flush Memoize cache when non-key parameters change" 4 years ago
David Rowley 1050048a31 Flush Memoize cache when non-key parameters change 4 years ago
David Rowley e502150f7d Allow Memoize to operate in binary comparison mode 4 years ago
Michael Paquier 1922d7c6e1 Add SQL functions to monitor the directory contents of replication slots 4 years ago
Tom Lane b55f2b6926 Adjust pg_dump's priority ordering for casts. 4 years ago
Tom Lane db3a660c63 Pacify perlcritic. 4 years ago
Tom Lane 0b126c6a4b Fix pg_dump --inserts mode for generated columns with dropped columns. 4 years ago
Tom Lane c4fe3199a6 Probe $PROVE not $PERL while checking for modules needed by TAP tests. 4 years ago
Alvaro Herrera 2fed48f48f
Be more specific about OOM in XLogReaderAllocate 4 years ago
Alvaro Herrera 042412879e
autovacuum: Improve wording in a couple places 4 years ago
Alvaro Herrera 67385544ce
Add missing words in comment 4 years ago
Peter Eisentraut d6d1dfcc99 Add ABI extra field to fmgr magic block 4 years ago
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