aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* Remove unnecessary resetPQExpBuffer callPeter Eisentraut2022-02-10
* psql: Rename results to result when only a single one is meantPeter Eisentraut2022-02-10
* Further tweaks for psql's new tab-completion logic.Tom Lane2022-02-09
* Free temporary memory when reading TOCDaniel Gustafsson2022-02-09
* Add (void) cast in front of rmtree() call at the end of pg_upgradeMichael Paquier2022-02-07
* pg_upgrade: Move all the files generated internally to a subdirectoryMichael Paquier2022-02-06
* Authorize new user in pg_basebackup testsAndrew Dunstan2022-02-03
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-03
* Remove configure's check for rl_completion_append_character.Tom Lane2022-02-02
* Improve psql tab-completion tests.Tom Lane2022-02-02
* Fix server crash bug in 'server' backup target.Robert Haas2022-02-02
* Treat case of tab-completion keywords a bit more carefully.Tom Lane2022-02-01
* psql: improve tab-complete's handling of variant SQL names.Tom Lane2022-01-30
* Add bbstreamer_gzip.c to Mkvcbuild.pm.Robert Haas2022-01-28
* Tab-complete ALTER PUBLICATION ADD TABLE with list of tablesAlvaro Herrera2022-01-28
* Remove superfluous variable.Robert Haas2022-01-28
* pg_basebackup: Cleaner handling when compression is multiply specified.Robert Haas2022-01-28
* Fix mistakes in commit d45099425eb19e420433c9d81d354fe585f4dbd6.Robert Haas2022-01-28
* Allow server-side compression to be used with -Fp.Robert Haas2022-01-28
* Avoid referencing Z_DEFAULT_COMPRESSION outside HAVE_LIBZ.Robert Haas2022-01-27
* pg_basebackup: Fix a couple of recently-introduced bugs.Robert Haas2022-01-27
* psql: Add tab completion for ALTER COLLATION / REFRESH VERSIONPeter Eisentraut2022-01-27
* Tidy up a few cosmetic issues related to pg_basebackup.Robert Haas2022-01-25
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* Unbreak pg_verifybackup/t/008_untar.pl on msysAndrew Dunstan2022-01-24
* Server-side gzip compression.Robert Haas2022-01-24
* pg_upgrade: Preserve database OIDs.Robert Haas2022-01-24
* Unbreak pg_basebackup/t/010_pg_basebackup.pl on msysAndrew Dunstan2022-01-24