aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* Rename port/thread.c to port/user.c.Thomas Munro2023-07-09
* Fix tmpdir issues with commit e213de8e78Andrew Dunstan2023-07-08
* Use shorter location for pg_replslot in pg_basebackup testAndrew Dunstan2023-07-08
* Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2023-07-07
* Skip pg_baseback long filename test if path too long on WindowsAndrew Dunstan2023-07-06
* Handle \v as a whitespace character in parsersMichael Paquier2023-07-06
* pg_waldump: Add test case for notice messagePeter Eisentraut2023-07-05
* pg_waldump: Add more testsPeter Eisentraut2023-07-05
* Clean up command argument assemblyPeter Eisentraut2023-07-05
* Improve pg_basebackup long file name test Windows robustnessAndrew Dunstan2023-07-03
* Introduce long options in pg_archivecleanupMichael Paquier2023-06-30
* Add tab completion for CREATE SCHEMA in psqlMichael Paquier2023-06-30
* Fix psql \?'s entries for \dp and \z.Nathan Bossart2023-06-28
* Add timeline ID to file names generated with pg_waldump --save-fullpageMichael Paquier2023-06-28
* Translation updatesPeter Eisentraut2023-06-26
* ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis2023-06-21
* initdb: change default --locale-provider back to libc.Jeff Davis2023-06-21
* Pre-beta2 mechanical code beautification.Tom Lane2023-06-20
* CREATE DATABASE: make LOCALE apply to all collation providers.Jeff Davis2023-06-16
* Add missing pg_basebackup TAP test for meson.Masahiko Sawada2023-06-16
* Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis2023-06-10
* Fix search_path to a safe value during maintenance operations.Jeff Davis2023-06-09
* Fix pg_dump's failure to honor dependencies of SQL functions.Tom Lane2023-06-04
* Fix misuse of pg_log_info() for details/hints.Tom Lane2023-06-04
* ICU: use uloc_getDefault() for initdb.Jeff Davis2023-05-26
* Fix pgbench in prepared mode with an empty pipelineAlvaro Herrera2023-05-25
* Fix typo in TAP tests of vacuumdbMichael Paquier2023-05-25