summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-11Fix recently introduced typosDaniel Gustafsson
2025-04-11Add missing space in pg_restore documentation.Nathan Bossart
2025-04-11Add missing source file to pg_verifybackup/nls.mkPeter Eisentraut
2025-04-11Add missing source file to pg_dump/nls.mkPeter Eisentraut
2025-04-11Add missing source file to pg_upgrade/nls.mkPeter Eisentraut
2025-04-11Add missing PGDLLIMPORT markingsPeter Eisentraut
2025-04-11Fix race with synchronous_standby_names at startupMichael Paquier
2025-04-10Add code comment explaining ins_since_vacuum and aborted insertsDavid Rowley
2025-04-10Fix fat fingering in 22cb6d28950Andrew Dunstan
2025-04-10Improve various new-to-v18 appendStringInfo callsDavid Rowley
2025-04-10Rename global variable backing DSA areaDaniel Gustafsson
2025-04-10Fix memory leak in pg_restore.cAndrew Dunstan
2025-04-10Doc: remove long-obsolete advice about generated constraint names.Tom Lane
2025-04-10Remove useless check for negative result of ip_addrsize().Tom Lane
2025-04-10Further cleanup for directory creation on pg_dump/pg_dumpallAndrew Dunstan
2025-04-10Fix data loss in logical replication.Amit Kapila
2025-04-10Fix incorrect format placeholdersPeter Eisentraut
2025-04-10Update wording in optimizer/README for EquivalenceClassesDavid Rowley
2025-04-10Cosmetic fixes for pg_createsubscriber's -all option.Amit Kapila
2025-04-09ci: Check for missing dependencies in meson buildsTomas Vondra
2025-04-09Cleanup of pg_numa.cTomas Vondra
2025-04-09pg_upgrade: Mention that we preserve database OIDs in a comment.Nathan Bossart
2025-04-09Fix performance issue in deadlock-parallel isolation test.Tom Lane
2025-04-09Fix test races between syscache-update-pruned.spec and autovacuum.Noah Misch
2025-04-09Update config.guess and config.subPeter Eisentraut
2025-04-09Fix a few oversights in the longer cancel keys patchHeikki Linnakangas
2025-04-09Perform missed catversion bumpDaniel Gustafsson
2025-04-09Doc: note that two examples in optimizer/README are oversimplified.Tom Lane
2025-04-09Adjust AdjustUpgrade.pm for commit b1720fe63.Tom Lane
2025-04-08Move contrib/spi testing from core regression tests to contrib/spi.Tom Lane
2025-04-08Rename argument in pg_get_process_memory_contexts().Daniel Gustafsson
2025-04-08Fix incorrect format placeholderPeter Eisentraut
2025-04-08Prevent 006_transfer_modes.pl from leaving files behind.Nathan Bossart
2025-04-08ci: Add MBUILD_TARGET for NetBSD and OpenBSDDaniel Gustafsson
2025-04-08pg_buffercache: Change page_num type to bigintTomas Vondra
2025-04-08doc: Correct pg_shmem_allocations_numa.size data typeTomas Vondra
2025-04-08Fix uninitialized index information access during apply.Amit Kapila
2025-04-08Fix typo in docs.Thomas Munro
2025-04-08Introduce file_copy_method setting.Thomas Munro
2025-04-08Add function to get memory context stats for processesDaniel Gustafsson
2025-04-08Increase BAS_BULKREAD based on effective_io_concurrencyAndres Freund
2025-04-08Add pg_buffercache_evict_{relation,all} functionsAndres Freund
2025-04-08Speedup child EquivalenceMember lookup in plannerDavid Rowley
2025-04-08Stabilize 035_standby_logical_decoding.pl.Amit Kapila
2025-04-08Fix PG 17 [NOT] NULL optimization bug for domainsBruce Momjian
2025-04-07Flush the IO statistics of active WAL senders more frequentlyMichael Paquier
2025-04-07Add pg_buffercache_numa view with NUMA node infoTomas Vondra
2025-04-07Introduce pg_shmem_allocations_numa viewTomas Vondra
2025-04-07Add support for basic NUMA awarenessTomas Vondra
2025-04-07Use specific collation where needed in new testÁlvaro Herrera