summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2022-03-24List offending databases in pg_upgrade datallowconn checkDaniel Gustafsson
2022-03-24Remove unused module imports from TAP testsDaniel Gustafsson
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-24Add additional filtering options to pg_waldump.Thomas Munro
2022-03-24Fix pgbench TAP test.Tatsuo Ishii
2022-03-23pg_upgrade: Upgrade an Assert to a real 'if' testAlvaro Herrera
2022-03-23pg_basebackup: Try to fix some failures on Windows.Robert Haas
2022-03-23Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas
2022-03-23Allow pgbench to retry in some cases.Tatsuo Ishii
2022-03-22Add missing dependency of pg_dumpall to WIN32RES.Andres Freund
2022-03-22Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila
2022-03-21Fix bogus dependency handling for GENERATED expressions.Tom Lane
2022-03-21Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane
2022-03-20psql: handle tab completion of timezone names after "SET TIMEZONE TO".Tom Lane
2022-03-20Fix global ICU collations for ICU < 54Peter Eisentraut
2022-03-19Improve handling of SET ACCESS METHOD for ALTER MATERIALIZED VIEWMichael Paquier
2022-03-18Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane
2022-03-18Add circular WAL decoding buffer, take II.Thomas Munro
2022-03-18Fix header inclusion order in pg_receivewal.cMichael Paquier
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-03-15Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZSTD.Robert Haas
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-03-14Optionally disable subscriptions on error.Amit Kapila
2022-03-13Fix bogus tab-completion queries.Tom Lane
2022-03-11pg_basebackup: Clean up some bogus file extension tests.Robert Haas
2022-03-11pg_basebackup: Avoid unclean failure with server-compression and -D -.Robert Haas
2022-03-11Add support for zstd with compression of full-page writes in WALMichael Paquier
2022-03-09Fix double declaration for check_ok() in pg_upgrade.hPeter Eisentraut
2022-03-08Fix LZ4 tests for remaining buffer space.Robert Haas
2022-03-08Add support for zstd base backup compression.Robert Haas
2022-03-05Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch
2022-03-04psql: Make SSL info display more compactPeter Eisentraut
2022-03-04Add some additional tests for row filters in logical replication.Amit Kapila
2022-03-01Fix typo in pgbench messages.Tatsuo Ishii
2022-03-01Fix check for PGHOST[ADDR] in pg_upgrade with Windows and temporary pathsMichael Paquier
2022-03-01psql: Additional testsPeter Eisentraut
2022-03-01Rework internal command generation of pg_rewindMichael Paquier
2022-02-28Improve some psql test codePeter Eisentraut
2022-02-27Fix use of wrong variable in pg_receivewal's get_destination_dir().Andres Freund
2022-02-25pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ.Andres Freund
2022-02-23Quick exit on log stream child exit in pg_basebackupDaniel Gustafsson
2022-02-23Use test functions in pg_rewind test moduleDaniel Gustafsson
2022-02-23Add temporary debug info to help debug 019_replslot_limit.pl failures.Andres Freund
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-21pg_upgrade: Don't print progress status when output is not a tty.Andres Freund
2022-02-20Remove most msys special processing in TAP testsAndrew Dunstan
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-02-17Avoid dangling-pointer usage in pg_basebackup progress reports.Tom Lane
2022-02-17Add missing binary-upgrade guard.Robert Haas
2022-02-15Remove command checks in tests of pg_basebackup and pg_receivewalMichael Paquier