summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-08-24pg_upgrade: Bump MESSAGE_WIDTH.Nathan Bossart
2023-08-24pg_upgrade: Improve one log messagePeter Eisentraut
2023-08-23pg_upgrade: Avoid shadowing global var in functionDaniel Gustafsson
2023-08-22Fix pg_dump assertion failure when dumping pg_catalog.Jeff Davis
2023-08-18pg_upgrade: Improve style of a few verbose messagesMichael Paquier
2023-08-11Fix code indentation violations introduced by recent commitMichael Paquier
2023-08-10Fix erroneous -Werror=missing-braces on old GCCPeter Eisentraut
2023-08-09Fix last remaining uninitialized memory warningsPeter Eisentraut
2023-08-08Fix pg_dumpall with in-place tablespacesMichael Paquier
2023-08-07Translation updatesPeter Eisentraut
2023-08-07Improve const use in zlib-using codePeter Eisentraut
2023-08-01Add and use symbolic constants for tar header offsets and file types.Robert Haas
2023-07-30Fix pg_rewind with in-place tablespaces when source is remoteMichael Paquier
2023-07-28Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.Nathan Bossart
2023-07-27Adjust extra lines generated by psql to be valid SQL comments.Nathan Bossart
2023-07-24pgbench: Use COPY for client-side data generationMichael Paquier
2023-07-23pgbench: Add TAP tests to check consistency of data generatedMichael Paquier
2023-07-20pg_upgrade: include additional detail in cluster checkDaniel Gustafsson
2023-07-20Fix pg_recvlogical upon signal terminationMichael Paquier
2023-07-19Add psql \drg command to display role grants.Tom Lane
2023-07-19pg_archivecleanup: Add --clean-backup-historyMichael Paquier
2023-07-19pg_archivecleanup: Refactor loop doing old segment removalsMichael Paquier
2023-07-14Simplify option handling in pg_ctl.Nathan Bossart
2023-07-14Remove wal_sync_method=fsync_writethrough on Windows.Thomas Munro
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-13Teach in-tree getopt_long() to move non-options to the end of argv.Nathan Bossart
2023-07-11Remove --disable-thread-safety and related code.Thomas Munro
2023-07-11pgbench: Move constant into format stringMichael Paquier
2023-07-09Rename port/thread.c to port/user.c.Thomas Munro
2023-07-08Fix tmpdir issues with commit e213de8e78Andrew Dunstan
2023-07-08Use shorter location for pg_replslot in pg_basebackup testAndrew Dunstan
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-07-06Skip pg_baseback long filename test if path too long on WindowsAndrew Dunstan
2023-07-05Handle \v as a whitespace character in parsersMichael Paquier
2023-07-05pg_waldump: Add test case for notice messagePeter Eisentraut
2023-07-05pg_waldump: Add more testsPeter Eisentraut
2023-07-05Clean up command argument assemblyPeter Eisentraut
2023-07-03Improve pg_basebackup long file name test Windows robustnessAndrew Dunstan
2023-06-30Introduce long options in pg_archivecleanupMichael Paquier
2023-06-30Add tab completion for CREATE SCHEMA in psqlMichael Paquier
2023-06-29Fix psql \?'s entries for \dp and \z.Nathan Bossart
2023-06-28Add timeline ID to file names generated with pg_waldump --save-fullpageMichael Paquier
2023-06-26Translation updatesPeter Eisentraut
2023-06-21ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis
2023-06-21initdb: change default --locale-provider back to libc.Jeff Davis
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-06-16CREATE DATABASE: make LOCALE apply to all collation providers.Jeff Davis
2023-06-16Add missing pg_basebackup TAP test for meson.Masahiko Sawada
2023-06-10Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis