summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2025-06-13psql: Forbid use of COPY and \copy while in a pipelineMichael Paquier
2025-06-12pg_restore: Fix wrong descriptions of --with-{schema,data,statistics} options.Fujii Masao
2025-06-11Add tab completion for REJECT_LIMIT option.Masahiko Sawada
2025-06-11psql: Remove PARTITION BY clause in tab completion for unlogged tablesMichael Paquier
2025-06-08pg_restore: fix incompatibility with old directory-format dumps.Tom Lane
2025-06-05psql: fix order of join clauses when listing extensionsMagnus Hagander
2025-06-04psql: Abort connection when using \syncpipeline after COPY TO/FROMMichael Paquier
2025-06-03Fix a pg_dump scenario for platforms where SEEK_CUR != 1.Noah Misch
2025-05-27Change pg_dump default for statistics export.Jeff Davis
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