aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fix vacuumdb to pass buffer-usage-limit with analyze-only modeDavid Rowley2023-09-21
* Remove open-coded binary heap in pg_dump_sort.c.Nathan Bossart2023-09-19
* psql: Reset query buffer of \e, \ef and \ev on errorMichael Paquier2023-09-20
* Convert pg_restore's ready_list to a priority queue.Nathan Bossart2023-09-19
* Fix psql tab-completion for identifiers containing dollars.Heikki Linnakangas2023-09-19
* Fix psql's \? output for \watchAlvaro Herrera2023-09-18
* Quote filenames in error messagesDaniel Gustafsson2023-09-14
* Switch psql's TAP test for query cancellation to use IPC::Run::signal()Michael Paquier2023-09-13
* Skip psql's TAP test for query cancellation entirely on WindowsMichael Paquier2023-09-13
* pg_basebackup: Generate valid temporary slot names under PQbackendPID()Michael Paquier2023-09-07
* Allow using syncfs() in frontend utilities.Nathan Bossart2023-09-06
* Add support for syncfs() in frontend support functions.Nathan Bossart2023-09-06
* Move PG_TEMP_FILE* macros to file_utils.h.Nathan Bossart2023-09-05
* Unify gratuitously different error messagesPeter Eisentraut2023-09-05
* Fix code indentation vioaltion introduced in commit 3c662643c4.Tatsuo Ishii2023-08-30
* Allow pgbench to exit immediately when any client is aborted.Tatsuo Ishii2023-08-30
* Perl: Remove useless linesAlvaro Herrera2023-08-29
* psql/t/001_basic: use locale-aware decimals in new testAlvaro Herrera2023-08-29
* Allow \watch queries to stop on minimum rows returnedDaniel Gustafsson2023-08-29
* Reword user-facing message for "power of two"Daniel Gustafsson2023-08-29
* Make error messages about WAL segment size more consistentPeter Eisentraut2023-08-28
* Catalog not-null constraintsAlvaro Herrera2023-08-25
* pg_upgrade: Bump MESSAGE_WIDTH.Nathan Bossart2023-08-24
* pg_upgrade: Improve one log messagePeter Eisentraut2023-08-24
* pg_upgrade: Avoid shadowing global var in functionDaniel Gustafsson2023-08-23
* Fix pg_dump assertion failure when dumping pg_catalog.Jeff Davis2023-08-22
* pg_upgrade: Improve style of a few verbose messagesMichael Paquier2023-08-18
* Fix code indentation violations introduced by recent commitMichael Paquier2023-08-11
* Fix erroneous -Werror=missing-braces on old GCCPeter Eisentraut2023-08-10
* Fix last remaining uninitialized memory warningsPeter Eisentraut2023-08-09
* Fix pg_dumpall with in-place tablespacesMichael Paquier2023-08-09
* Translation updatesPeter Eisentraut2023-08-07
* Improve const use in zlib-using codePeter Eisentraut2023-08-07
* Add and use symbolic constants for tar header offsets and file types.Robert Haas2023-08-01
* Fix pg_rewind with in-place tablespaces when source is remoteMichael Paquier2023-07-30
* Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.Nathan Bossart2023-07-28
* Adjust extra lines generated by psql to be valid SQL comments.Nathan Bossart2023-07-26
* pgbench: Use COPY for client-side data generationMichael Paquier2023-07-24
* pgbench: Add TAP tests to check consistency of data generatedMichael Paquier2023-07-23
* pg_upgrade: include additional detail in cluster checkDaniel Gustafsson2023-07-20
* Fix pg_recvlogical upon signal terminationMichael Paquier2023-07-20
* Add psql \drg command to display role grants.Tom Lane2023-07-19
* pg_archivecleanup: Add --clean-backup-historyMichael Paquier2023-07-19
* pg_archivecleanup: Refactor loop doing old segment removalsMichael Paquier2023-07-19
* Simplify option handling in pg_ctl.Nathan Bossart2023-07-14
* Remove wal_sync_method=fsync_writethrough on Windows.Thomas Munro2023-07-14
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* Teach in-tree getopt_long() to move non-options to the end of argv.Nathan Bossart2023-07-12
* Remove --disable-thread-safety and related code.Thomas Munro2023-07-12
* pgbench: Move constant into format stringMichael Paquier2023-07-11