summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-04-16Sync declarations and definitions of two new tablecmds.c functions.Tom Lane
2025-04-16Elide not-null constraint checks on child tables during PK creationÁlvaro Herrera
2025-04-16Update pg_config.h.in with libnuma changesDaniel Gustafsson
2025-04-16Fix pg_dump --clean with partitioned indexes.Tom Lane
2025-04-16pg_restore cleanupsAndrew Dunstan
2025-04-16Fix an incorrect check in get_memoize_pathRichard Guo
2025-04-15Fix failure for generated column with a not-null domain constraint.Tom Lane
2025-04-15pg_combinebackup: Fix incorrect code documentationDaniel Gustafsson
2025-04-14Add more source files to pg_verifybackup/nls.mkPeter Eisentraut
2025-04-13Mark sslkeylogfile as Debug optionDaniel Gustafsson
2025-04-13Make AIO error test more portableAndrew Dunstan
2025-04-12Free memory properly in pg_restore.cAndrew Dunstan
2025-04-12Fix GIN's shimTriConsistentFn to not corrupt its input.Tom Lane
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-04-12Fix instability with WAL fsync test in stats.sqlMichael Paquier
2025-04-11Fix recently introduced typosDaniel Gustafsson
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-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-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-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-08Prevent 006_transfer_modes.pl from leaving files behind.Nathan Bossart
2025-04-08Fix uninitialized index information access during apply.Amit Kapila
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