summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2021-08-31In pg_dump, avoid doing per-table queries for RLS policies.Tom Lane
2021-08-31Cache the results of format_type() queries in pg_dump.Tom Lane
2021-08-31Add tab completion for data types after ALTER TABLE ADD [COLUMN] in psqlMichael Paquier
2021-08-31Refactor one use of IDENTIFY_SYSTEM in WAL streaming code of pg_basebackupMichael Paquier
2021-08-30psql: Fix name quoting on extended statisticsAlvaro Herrera
2021-08-30pgbench: Avoid unnecessary measurement of connection delays.Fujii Masao
2021-08-30Add more tab completion support for ALTER TABLE ADD in psqlMichael Paquier
2021-08-28psql \dX: reference regclass with "pg_catalog." prefixAlvaro Herrera
2021-08-28psql \dP: reference regclass with "pg_catalog." prefixAlvaro Herrera
2021-08-27Avoid invoking PQfnumber in loop constructsDaniel Gustafsson
2021-08-25psql: Make cancel test more timing robustPeter Eisentraut
2021-08-25Add tab completion for EXPLAIN .. EXECUTE in psqlMichael Paquier
2021-08-24Fix Alter Subscription's Add/Drop Publication behavior.Amit Kapila
2021-08-23Improve defaults shown in postgresql.conf.sample and pg_settingsBruce Momjian
2021-08-23Fix backup manifests to generate correct WAL-Ranges across timelinesMichael Paquier
2021-08-22psql: Improve portability of query cancel testPeter Eisentraut
2021-08-20Remove --quiet option from pg_amcheckDaniel Gustafsson
2021-08-20psql: Add test for query cancelingPeter Eisentraut
2021-08-20pg_resetwal: Improve numeric command-line argument parsingPeter Eisentraut
2021-08-20pg_amcheck: Fix block number parsing on command linePeter Eisentraut
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