Commit Graph

52621 Commits (b637101644aa84dccc7da4f30bad40452939b57a)
 

Author SHA1 Message Date
Tom Lane b637101644 Cope with cross-compiling when checking for a random-number source. 4 years ago
Peter Geoghegan 4bdfe68559 vacuumlazy.c: fix remaining "dead tuple" references. 4 years ago
Tomas Vondra 5753d4ee32 Ignore BRIN indexes when checking for HOT udpates 4 years ago
Alvaro Herrera 4c83e59e01
Increase size of shared memory for pg_commit_ts 4 years ago
Daniel Gustafsson e7122548a3 Disable unused-variable warning C4101 in MSVC 4 years ago
Daniel Gustafsson ac0db34e0e Remove PF_USED_FOR_ASSERTS_ONLY from variables in general use 4 years ago
Daniel Gustafsson c113d8ad50 Use test-specific temp path for keys during SSL test 4 years ago
Daniel Gustafsson ae81776a23 Add TAP tests for contrib/sslinfo 4 years ago
Daniel Gustafsson 879fc1a579 Extend configure_test_server_for_ssl to add extensions 4 years ago
Michael Paquier be5455124b Fix flags of some GUCs and improve some descriptions 4 years ago
Amit Kapila 8d74fc96db Add a view to show the stats of subscription workers. 4 years ago
Michael Paquier 98105e53e0 Fix typos 4 years ago
Michael Paquier 58651d8dd6 Fix compatibility thinko for fstat() on standard streams in win32stat.c 4 years ago
Peter Geoghegan 4f8d9d1217 vacuumlazy.c: Rename dead_tuples to dead_items. 4 years ago
Tom Lane 4f33af23e7 Doc: improve documentation about ORDER BY in matviews. 4 years ago
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