summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2025-05-22pg_dump: Adjust reltuples from 0 to -1 for dumps of older versions.Nathan Bossart
2025-05-20pg_dump: Fix array literals in fetchAttributeStats().Nathan Bossart
2025-05-11Add tab-complete for ALTER DOMAIN ADD [CONSTRAINT]Álvaro Herrera
2025-05-07pg_dumpall: Add --sequence-data.Nathan Bossart
2025-05-05Translation updatesPeter Eisentraut
2025-04-30vacuumdb: Don't skip empty relations in --missing-stats-only mode.Nathan Bossart
2025-04-30Further adjust guidance for running vacuumdb after pg_upgrade.Nathan Bossart
2025-04-29Give up on running with NetBSD/OpenBSD's default semaphore settings.Tom Lane
2025-04-29Fix whitespace typo in stringPeter Eisentraut
2025-04-29initdb: Do not report default autovacuum_worker_slots.Nathan Bossart
2025-04-29pg_restore: Improve --help synopsisPeter Eisentraut
2025-04-29pg_restore: Put new option in consistent order in --help outputPeter Eisentraut
2025-04-29pg_verifybackup: Message style improvementsPeter Eisentraut
2025-04-28Fix pg_dump for inherited validated not-null constraintsÁlvaro Herrera
2025-04-28pg_combinebackup: Message style improvementsPeter Eisentraut
2025-04-27Remove inappropriate inclusions of c.h and postgres_fe.h.Tom Lane
2025-04-27Don't use double-quotes in #include's of system headers, redux.Tom Lane
2025-04-25Small code consistency improvementPeter Eisentraut
2025-04-24psql: Fix assertion failures with pipeline modeMichael Paquier
2025-04-23psql: Rework TAP routine psql_fails_like() to define WAL sender contextMichael Paquier
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