Commit Graph

52956 Commits (cc50080a828dd4791b43539f5a0f976e535d147c)
 

Author SHA1 Message Date
Tom Lane e04a8059a7 Simplify declaring variables exported from libpgcommon and libpgport. 4 years ago
Tom Lane 11b500072e Portability hack for pg_global_prng_state. 4 years ago
Michael Paquier 6fb7c5d67c Centralize timestamp computation of control file on updates 4 years ago
Tom Lane 3804539e48 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. 4 years ago
Michael Paquier f44ceb46ec Improve psql tab completion for views, FDWs, sequences and transforms 4 years ago
Peter Geoghegan 276db875d4 vacuumlazy.c: prefer the term "cleanup lock". 4 years ago
Peter Geoghegan 12b5ade902 Update high level vacuumlazy.c comments. 4 years ago
Alvaro Herrera f744519326
Harden be-gssapi-common.h for headerscheck 4 years ago
Peter Geoghegan 1a6f5a0e87 Go back to considering HOT on pages marked full. 4 years ago
Alvaro Herrera dd484c97f5
Copy-edit vacuuumdb --analyze-in-stages doc blurb 4 years ago
Alvaro Herrera 013bb6c8c0
Document units for max_slot_wal_keep_size 4 years ago
Alvaro Herrera 44bd3ed332
Fix determination of broken LSN in OVERWRITTEN_CONTRECORD 4 years ago
Daniel Gustafsson 4597fd78d6 Add test for REVOKE ADMIN OPTION 4 years ago
Daniel Gustafsson b2a459edfe Fix GRANTED BY support in REVOKE ROLE statements 4 years ago
Peter Eisentraut 36cb5e7c51 Update comments 4 years ago
Peter Eisentraut 99e4d24a9d Remove unneeded Python includes 4 years ago
Michael Paquier f0d43947a1 Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index 4 years ago
Michael Paquier 10260c794b Fix fstat() emulation on Windows with standard streams 4 years ago
Andres Freund 3030903dfe Replace straggling uses of ReadRecPtr/EndRecPtr. 4 years ago
Tom Lane 4ac452e228 Doc: improve documentation about nextval()/setval(). 4 years ago
Heikki Linnakangas 373e552189 Fix missing space in docs. 4 years ago
Robert Haas d2ddfa681d xlog.c: Remove global variables ReadRecPtr and EndRecPtr. 4 years ago
Robert Haas e7ea2fa342 Fix corner-case failure to detect improper timeline switch. 4 years ago
Michael Paquier f79962d826 Remove useless LZ4 system call on failure when writing file header 4 years ago
David Rowley 411137a429 Flush Memoize cache when non-key parameters change, take 2 4 years ago
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