Commit Graph

61188 Commits (b51f86e49a7f119004c0ce5d0be89cdf98309141)
 

Author SHA1 Message Date
David Rowley b51f86e49a Doc: use "an SQL" consistently rather than "a SQL" 5 months ago
Daniel Gustafsson 2970c75dd9 Mark sslkeylogfile as Debug option 5 months ago
Andrew Dunstan 64e193f5dd Make AIO error test more portable 5 months ago
Andrew Dunstan f09088a01d Free memory properly in pg_restore.c 5 months ago
Tom Lane 78637a8be2 Doc: do a little copy-editing on Index Storage Parameters list. 5 months ago
Tom Lane e708ffe79d Fix GIN's shimTriConsistentFn to not corrupt its input. 5 months ago
Peter Geoghegan a6cab6a78e Harmonize function parameter names for Postgres 18. 5 months ago
Michael Paquier fdb69dd582 Fix instability with WAL fsync test in stats.sql 5 months ago
Daniel Gustafsson 847bbb21f8 Fix recently introduced typos 5 months ago
Nathan Bossart 5822bf21d5 Add missing space in pg_restore documentation. 5 months ago
Peter Eisentraut 914ea1c93c Add missing source file to pg_verifybackup/nls.mk 5 months ago
Peter Eisentraut b63cbacb86 Add missing source file to pg_dump/nls.mk 5 months ago
Peter Eisentraut 9e0e1cfc3e Add missing source file to pg_upgrade/nls.mk 5 months ago
Peter Eisentraut 7d430a5728 Add missing PGDLLIMPORT markings 5 months ago
Michael Paquier 2e57790836 Fix race with synchronous_standby_names at startup 5 months ago
David Rowley 530050d8d2 Add code comment explaining ins_since_vacuum and aborted inserts 5 months ago
Andrew Dunstan 39729ec01d Fix fat fingering in 22cb6d2895 5 months ago
David Rowley 928394b664 Improve various new-to-v18 appendStringInfo calls 5 months ago
Daniel Gustafsson 55ef7abf88 Rename global variable backing DSA area 5 months ago
Andrew Dunstan 22cb6d2895 Fix memory leak in pg_restore.c 5 months ago
Tom Lane d89335eea6 Doc: remove long-obsolete advice about generated constraint names. 5 months ago
Tom Lane f27eb0325b Remove useless check for negative result of ip_addrsize(). 5 months ago
Andrew Dunstan 4170298b6e Further cleanup for directory creation on pg_dump/pg_dumpall 5 months ago
Amit Kapila 4909b38af0 Fix data loss in logical replication. 5 months ago
Peter Eisentraut 9ad19295e9 Fix incorrect format placeholders 5 months ago
David Rowley d7c04db27a Update wording in optimizer/README for EquivalenceClasses 5 months ago
Amit Kapila d438515c29 Cosmetic fixes for pg_createsubscriber's -all option. 5 months ago
Tomas Vondra d15acc915d ci: Check for missing dependencies in meson builds 5 months ago
Tomas Vondra 3887d0cfeb Cleanup of pg_numa.c 5 months ago
Nathan Bossart e2665efd0f pg_upgrade: Mention that we preserve database OIDs in a comment. 5 months ago
Tom Lane 837cc73af2 Fix performance issue in deadlock-parallel isolation test. 5 months ago
Noah Misch 5bbc596391 Fix test races between syscache-update-pruned.spec and autovacuum. 5 months ago
Peter Eisentraut 306dd6e727 Update config.guess and config.sub 5 months ago
Heikki Linnakangas 0f1433f053 Fix a few oversights in the longer cancel keys patch 5 months ago
Daniel Gustafsson ef366b7d7e Perform missed catversion bump 5 months ago
Tom Lane dd496eedea Doc: note that two examples in optimizer/README are oversimplified. 5 months ago
Tom Lane b65b9da568 Adjust AdjustUpgrade.pm for commit b1720fe63. 5 months ago
Tom Lane b1720fe63f Move contrib/spi testing from core regression tests to contrib/spi. 5 months ago
Daniel Gustafsson c57971034e Rename argument in pg_get_process_memory_contexts(). 5 months ago
Peter Eisentraut 8969194b73 Fix incorrect format placeholder 5 months ago
Nathan Bossart b0a4c3e88b Prevent 006_transfer_modes.pl from leaving files behind. 5 months ago
Daniel Gustafsson 88edd661c8 ci: Add MBUILD_TARGET for NetBSD and OpenBSD 5 months ago
Tomas Vondra 91f1fe90c7 pg_buffercache: Change page_num type to bigint 5 months ago
Tomas Vondra b8a6078ca8 doc: Correct pg_shmem_allocations_numa.size data type 5 months ago
Amit Kapila 12eece5fd5 Fix uninitialized index information access during apply. 5 months ago
Thomas Munro 7ea21f4ee2 Fix typo in docs. 5 months ago
Thomas Munro f78ca6f3eb Introduce file_copy_method setting. 5 months ago
Daniel Gustafsson 042a66291b Add function to get memory context stats for processes 5 months ago
Andres Freund 15f0cb26b5 Increase BAS_BULKREAD based on effective_io_concurrency 5 months ago
Andres Freund dcf7e1697b Add pg_buffercache_evict_{relation,all} functions 5 months ago