aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* vacuumdb: Don't skip empty relations in --missing-stats-only mode.Nathan Bossart2025-04-30
* Further adjust guidance for running vacuumdb after pg_upgrade.Nathan Bossart2025-04-30
* Give up on running with NetBSD/OpenBSD's default semaphore settings.Tom Lane2025-04-29
* Fix whitespace typo in stringPeter Eisentraut2025-04-29
* initdb: Do not report default autovacuum_worker_slots.Nathan Bossart2025-04-29
* pg_restore: Improve --help synopsisPeter Eisentraut2025-04-29
* pg_restore: Put new option in consistent order in --help outputPeter Eisentraut2025-04-29
* pg_verifybackup: Message style improvementsPeter Eisentraut2025-04-29
* Fix pg_dump for inherited validated not-null constraintsÁlvaro Herrera2025-04-28
* pg_combinebackup: Message style improvementsPeter Eisentraut2025-04-28
* Remove inappropriate inclusions of c.h and postgres_fe.h.Tom Lane2025-04-27
* Don't use double-quotes in #include's of system headers, redux.Tom Lane2025-04-27
* Small code consistency improvementPeter Eisentraut2025-04-25
* psql: Fix assertion failures with pipeline modeMichael Paquier2025-04-24
* psql: Rework TAP routine psql_fails_like() to define WAL sender contextMichael Paquier2025-04-23
* Fix a few duplicate words in commentsDavid Rowley2025-04-21
* psql: Split extended query protocol meta-commands in --help=commandsMichael Paquier2025-04-20
* psql: Improve descriptions of \\flush[request] in --helpMichael Paquier2025-04-20
* psql: Fix incorrect status code returned by \getresultsMichael Paquier2025-04-20
* Fix typos and grammar in the codeMichael Paquier2025-04-19
* Make pg_upgrade log message with control file path translatable.Fujii Masao2025-04-18
* Fixup various older misuses of appendPQExpBufferDavid Rowley2025-04-18
* Portability fix: isdigit() must be passed an unsigned char.Tom Lane2025-04-17
* pg_dump: Set private_date pointer to NULL in callbackDaniel Gustafsson2025-04-17
* pg_dump: Fix incorrect archive format shown in error message.Fujii Masao2025-04-17
* Fixup various new-to-v18 usages of appendPQExpBufferDavid Rowley2025-04-17
* Fix pg_dump --clean with partitioned indexes.Tom Lane2025-04-16
* pg_restore cleanupsAndrew Dunstan2025-04-16
* pg_combinebackup: Fix incorrect code documentationDaniel Gustafsson2025-04-15
* Add more source files to pg_verifybackup/nls.mkPeter Eisentraut2025-04-14
* Free memory properly in pg_restore.cAndrew Dunstan2025-04-12
* Harmonize function parameter names for Postgres 18.Peter Geoghegan2025-04-12
* Add missing source file to pg_verifybackup/nls.mkPeter Eisentraut2025-04-11
* Add missing source file to pg_dump/nls.mkPeter Eisentraut2025-04-11
* Add missing source file to pg_upgrade/nls.mkPeter Eisentraut2025-04-11
* Fix fat fingering in 22cb6d28950Andrew Dunstan2025-04-10
* Improve various new-to-v18 appendStringInfo callsDavid Rowley2025-04-11
* Fix memory leak in pg_restore.cAndrew Dunstan2025-04-10
* Further cleanup for directory creation on pg_dump/pg_dumpallAndrew Dunstan2025-04-10
* Fix incorrect format placeholdersPeter Eisentraut2025-04-10
* Cosmetic fixes for pg_createsubscriber's -all option.Amit Kapila2025-04-10
* pg_upgrade: Mention that we preserve database OIDs in a comment.Nathan Bossart2025-04-09
* Prevent 006_transfer_modes.pl from leaving files behind.Nathan Bossart2025-04-08
* Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera2025-04-07
* Clean up error messages from 1495eff7bdbAndrew Dunstan2025-04-07
* psql: Clarify help message for WATCH_INTERVALDaniel Gustafsson2025-04-07
* Fix grammar in log message of pg_restore.cMichael Paquier2025-04-07
* Use XLOG_CONTROL_FILE macro consistently for control file name.Fujii Masao2025-04-07
* Clean up checking for pg_dumpall output directoryAndrew Dunstan2025-04-06
* pg_upgrade: Fix memory leak in check_for_unicode_update().Nathan Bossart2025-04-06