summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2025-04-20Fix a few duplicate words in commentsDavid Rowley
2025-04-19psql: Split extended query protocol meta-commands in --help=commandsMichael Paquier
2025-04-19psql: Improve descriptions of \\flush[request] in --helpMichael Paquier
2025-04-19psql: Fix incorrect status code returned by \getresultsMichael Paquier
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-18Make pg_upgrade log message with control file path translatable.Fujii Masao
2025-04-18Fixup various older misuses of appendPQExpBufferDavid Rowley
2025-04-17Portability fix: isdigit() must be passed an unsigned char.Tom Lane
2025-04-17pg_dump: Set private_date pointer to NULL in callbackDaniel Gustafsson
2025-04-17pg_dump: Fix incorrect archive format shown in error message.Fujii Masao
2025-04-16Fixup various new-to-v18 usages of appendPQExpBufferDavid Rowley
2025-04-16Fix pg_dump --clean with partitioned indexes.Tom Lane
2025-04-16pg_restore cleanupsAndrew Dunstan
2025-04-15pg_combinebackup: Fix incorrect code documentationDaniel Gustafsson
2025-04-14Add more source files to pg_verifybackup/nls.mkPeter Eisentraut
2025-04-12Free memory properly in pg_restore.cAndrew Dunstan
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
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-10Fix fat fingering in 22cb6d28950Andrew Dunstan
2025-04-10Improve various new-to-v18 appendStringInfo callsDavid Rowley
2025-04-10Fix memory leak in pg_restore.cAndrew Dunstan
2025-04-10Further cleanup for directory creation on pg_dump/pg_dumpallAndrew Dunstan
2025-04-10Fix incorrect format placeholdersPeter Eisentraut
2025-04-10Cosmetic fixes for pg_createsubscriber's -all option.Amit Kapila
2025-04-09pg_upgrade: Mention that we preserve database OIDs in a comment.Nathan Bossart
2025-04-08Prevent 006_transfer_modes.pl from leaving files behind.Nathan Bossart
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-04-07Clean up error messages from 1495eff7bdbAndrew Dunstan
2025-04-07psql: Clarify help message for WATCH_INTERVALDaniel Gustafsson
2025-04-07Fix grammar in log message of pg_restore.cMichael Paquier
2025-04-07Use XLOG_CONTROL_FILE macro consistently for control file name.Fujii Masao
2025-04-06Clean up checking for pg_dumpall output directoryAndrew Dunstan
2025-04-06pg_upgrade: Fix memory leak in check_for_unicode_update().Nathan Bossart
2025-04-06Avoid unnecessary copying of a string in pg_restore.cAndrew Dunstan
2025-04-06Fix a couple of memory leaks in pg_restore.cAndrew Dunstan
2025-04-05Clean up from commit 1495eff7bdbAndrew Dunstan
2025-04-05Set log_statement=none in t/002_pg_upgrade.plÁlvaro Herrera
2025-04-05pg_dump: Tiny header cleanupÁlvaro Herrera
2025-04-05pg_dump: Fix query for gathering attribute stats on older versions.Nathan Bossart
2025-04-04Fix a couple of error messages and tests for themAndrew Dunstan
2025-04-04Prevent redeclaration of typedef TocEntry.Nathan Bossart
2025-04-04Add more TAP tests for pg_dumpallAndrew Dunstan
2025-04-04Non text modes for pg_dumpall, correspondingly change pg_restoreAndrew Dunstan
2025-04-04Move common pg_dump code related to connections to a new fileAndrew Dunstan
2025-04-04Remove unused function parameters in pg_backup_archiver.c.Nathan Bossart
2025-04-04pg_dump: Retrieve attribute statistics in batches.Nathan Bossart
2025-04-04pg_dump: Reduce memory usage of dumps with statistics.Nathan Bossart
2025-04-04Skip second WriteToc() call for custom-format dumps without data.Nathan Bossart