summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2021-08-18Fix pg_amcheck --skip option parameter handlingDaniel Gustafsson
2021-08-16Clarify initdb --sync-only help message and docsDaniel Gustafsson
2021-08-13pg_amcheck: Message style and structuring improvementsPeter Eisentraut
2021-08-10Add tab completion for DECLARE .. ASENSITIVE in psqlMichael Paquier
2021-08-08Remove some unnecessary casts in format argumentsPeter Eisentraut
2021-08-07pg_amcheck: Message style improvementsPeter Eisentraut
2021-08-07pg_amcheck: Add missing translation markersPeter Eisentraut
2021-08-06Fix wordingPeter Eisentraut
2021-08-05process startup: Remove bootstrap / checker modes from AuxProcType.Andres Freund
2021-08-05pgbench: When using pipelining only do PQconsumeInput() when necessary.Andres Freund
2021-08-03C comment: correct heading of extension queryBruce Momjian
2021-08-03pg_upgrade: warn about extensions that need updatingBruce Momjian
2021-07-31Enable TAP tests of pg_receivewal for ZLIB on Windows, take threeMichael Paquier
2021-07-30Use --no-loop for new calls of pg_receivewal --endpos in TAP testsMichael Paquier
2021-07-29Avoid calling TestLib::perl2host on a symlinked directoryAndrew Dunstan
2021-07-29Remove the last vestiges of Exporter from PostgresNodeAndrew Dunstan
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-07-29Fix typo in tab-complete.cMichael Paquier
2021-07-29Add some missing exit() calls in error paths for various binariesMichael Paquier
2021-07-29Add missing exit() in pg_verifybackup when failing to find pg_waldumpMichael Paquier
2021-07-28Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier
2021-07-27Disable command echo in pg_upgrade-created windows scriptsAndrew Dunstan
2021-07-27pg_resetxlog: add option to set oldest xid & use by pg_upgradeBruce Momjian
2021-07-27Simplify matching pattern check in TAP tests of pg_receivewalMichael Paquier
2021-07-27Skip trailing whitespaces when parsing integer optionsMichael Paquier
2021-07-26psql \dX: check schema when listing statistics objectsTomas Vondra
2021-07-26Fix a couple of memory leaks in src/bin/pg_basebackup/Michael Paquier
2021-07-24Add missing header declarations for pg_basebackup and pg_{dump,restore}Michael Paquier
2021-07-24Unify parsing logic for command-line integer optionsMichael Paquier
2021-07-22Disable TAP tests of pg_receivewal for ZLIB on WindowsMichael Paquier
2021-07-20Re-enable TAP tests of pg_receivewal for ZLIB on WindowsMichael Paquier
2021-07-20Fix some issues with WAL segment opening for pg_receivewal --compressMichael Paquier
2021-07-20vacuumdb: Correct comment about --force-index-cleanup.Peter Geoghegan
2021-07-18Support direct I/O on macOS.Thomas Munro
2021-07-16Fix pg_dump for disabled triggers on partitioned tablesAlvaro Herrera
2021-07-16Disable tests involving ZLIB on Windows for pg_receivewalMichael Paquier
2021-07-15Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane
2021-07-15Fix portability issue with gzip in TAP test of pg_receivewalMichael Paquier
2021-07-15Add TAP tests for ZLIB compression for pg_receivewalMichael Paquier
2021-07-15Portability fixes for sigwait.Thomas Munro
2021-07-14In psql \copy from, send data to server in larger chunks.Heikki Linnakangas
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-07-13Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane
2021-07-12Add PSQL_WATCH_PAGER for psql's \watch command.Thomas Munro
2021-07-11Fix pgbench timestamp bugs.Thomas Munro
2021-07-02Simplify error handing of jsonapi.c for the frontendMichael Paquier
2021-07-01Add --clobber-cache option to initdb, for CCA testing.Tom Lane
2021-07-01Allow specifying pg_waldump --rmgr option multiple times.Heikki Linnakangas
2021-06-30Allow enabling two-phase option via replication protocol.Amit Kapila
2021-06-30Optimize pg_checksums --enable where checksum is already setMichael Paquier