aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Add missing dependency of pg_dumpall to WIN32RES.Andres Freund2022-03-22
* Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila2022-03-22
* Fix bogus dependency handling for GENERATED expressions.Tom Lane2022-03-21
* Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane2022-03-21
* psql: handle tab completion of timezone names after "SET TIMEZONE TO".Tom Lane2022-03-20
* Fix global ICU collations for ICU < 54Peter Eisentraut2022-03-20
* Improve handling of SET ACCESS METHOD for ALTER MATERIALIZED VIEWMichael Paquier2022-03-19
* Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane2022-03-18
* Add circular WAL decoding buffer, take II.Thomas Munro2022-03-18
* Fix header inclusion order in pg_receivewal.cMichael Paquier2022-03-18
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-17
* Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZSTD.Robert Haas2022-03-15
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* Optionally disable subscriptions on error.Amit Kapila2022-03-14
* Fix bogus tab-completion queries.Tom Lane2022-03-13
* pg_basebackup: Clean up some bogus file extension tests.Robert Haas2022-03-11
* pg_basebackup: Avoid unclean failure with server-compression and -D -.Robert Haas2022-03-11
* Add support for zstd with compression of full-page writes in WALMichael Paquier2022-03-11
* Fix double declaration for check_ok() in pg_upgrade.hPeter Eisentraut2022-03-09
* Fix LZ4 tests for remaining buffer space.Robert Haas2022-03-08
* Add support for zstd base backup compression.Robert Haas2022-03-08
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-04
* psql: Make SSL info display more compactPeter Eisentraut2022-03-04
* Add some additional tests for row filters in logical replication.Amit Kapila2022-03-04
* Fix typo in pgbench messages.Tatsuo Ishii2022-03-02
* Fix check for PGHOST[ADDR] in pg_upgrade with Windows and temporary pathsMichael Paquier2022-03-02
* psql: Additional testsPeter Eisentraut2022-03-01
* Rework internal command generation of pg_rewindMichael Paquier2022-03-01
* Improve some psql test codePeter Eisentraut2022-02-28
* Fix use of wrong variable in pg_receivewal's get_destination_dir().Andres Freund2022-02-26
* pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ.Andres Freund2022-02-25
* Quick exit on log stream child exit in pg_basebackupDaniel Gustafsson2022-02-23
* Use test functions in pg_rewind test moduleDaniel Gustafsson2022-02-23
* Add temporary debug info to help debug 019_replslot_limit.pl failures.Andres Freund2022-02-22
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* pg_upgrade: Don't print progress status when output is not a tty.Andres Freund2022-02-21
* Remove most msys special processing in TAP testsAndrew Dunstan2022-02-20
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-20
* Avoid dangling-pointer usage in pg_basebackup progress reports.Tom Lane2022-02-17
* Add missing binary-upgrade guard.Robert Haas2022-02-17
* Remove command checks in tests of pg_basebackup and pg_receivewalMichael Paquier2022-02-15
* Fix thinko with subdirectories generated by pg_upgrade for internal filesMichael Paquier2022-02-15
* Move scanint8() to numutils.cPeter Eisentraut2022-02-14
* Database-level collation version trackingPeter Eisentraut2022-02-14
* Add ./configure check for "lz4" commandMichael Paquier2022-02-14
* Silence minor compiler warnings.Tom Lane2022-02-13
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-11
* pg_basebackup: Allow client-side LZ4 (de)compression.Robert Haas2022-02-11
* Add suport for server-side LZ4 base backup compression.Robert Haas2022-02-11
* Make pg_ctl stop/restart/promote recheck postmaster aliveness.Tom Lane2022-02-10