summaryrefslogtreecommitdiff
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-15doc: Fix typos in documentationDaniel Gustafsson
2025-04-15Fix failure for generated column with a not-null domain constraint.Tom Lane
2025-04-15doc: Fix missing whitespace in pg_restore documentation.Fujii Masao
2025-04-15pg_combinebackup: Fix incorrect code documentationDaniel Gustafsson
2025-04-14Fix incorrect format placeholdersPeter Eisentraut
2025-04-14Add more source files to pg_verifybackup/nls.mkPeter Eisentraut
2025-04-13Doc: use "an SQL" consistently rather than "a SQL"David Rowley
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-12Doc: do a little copy-editing on Index Storage Parameters list.Tom Lane
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 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