aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* pgbench: Prepare commands in pipelines in advanceAlvaro Herrera2023-02-21
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Michael Paquier2023-02-08
* Translation updatesPeter Eisentraut2023-02-06
* Fix failure with perlcritic in psql's create_help.plMichael Paquier2023-01-19
* Create common infrastructure for cross-version upgrade testing.Tom Lane2023-01-16
* Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA.Dean Rasheed2023-01-06
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDSMichael Paquier2022-12-23
* Fix psql's \sf and \ef for new-style SQL functions.Tom Lane2022-12-02
* pg_dump: avoid unsafe function calls in getPolicies().Tom Lane2022-11-19
* Postpone calls of unsafe server-side functions in pg_dump.Tom Lane2022-11-19
* Translation updatesPeter Eisentraut2022-11-07
* pg_basebackup: Fix cross-platform tablespace relocation.Robert Haas2022-10-21
* Add missing source files to pg_waldump/nls.mkAlvaro Herrera2022-09-25
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-20
* Fix incorrect value for "strategy" with deflateParams() in walmethods.cMichael Paquier2022-09-14
* pg_upgrade: Fix some minor code issuesPeter Eisentraut2022-08-13
* Translation updatesAlvaro Herrera2022-08-08
* Fix error reporting after ioctl() call with pg_upgrade --cloneMichael Paquier2022-08-01
* pg_upgrade: Adjust quoting style in message to match guidelinesPeter Eisentraut2022-07-18
* Fix \watch's interaction with libedit on ^C.Thomas Munro2022-07-10
* Tighten pg_upgrade's new check for non-upgradable anyarray usages.Tom Lane2022-07-05
* Fix pg_upgrade to detect non-upgradable anyarray usages.Tom Lane2022-07-05
* Translation updatesPeter Eisentraut2022-06-13
* Revert "Fix psql's single transaction mode on client-side errors with -c/-f s...Tom Lane2022-06-10
* Don't fail on libpq-generated error reports in pg_amcheck.Tom Lane2022-06-06
* Fix psql's single transaction mode on client-side errors with -c/-f switchesMichael Paquier2022-06-06
* Translation updatesPeter Eisentraut2022-05-09
* Remove some recently-added pg_dump test cases.Robert Haas2022-04-25
* Allow db.schema.table patterns, but complain about random garbage.Robert Haas2022-04-20
* waldump: fix use-after-free in search_directory().Andres Freund2022-03-27
* Harden TAP tests that intentionally corrupt page checksums.Tom Lane2022-03-25
* pg_upgrade: Upgrade an Assert to a real 'if' testAlvaro Herrera2022-03-23
* Add missing dependency of pg_dumpall to WIN32RES.Andres Freund2022-03-22
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-04
* pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ.Andres Freund2022-02-25
* Remove most msys special processing in TAP testsAndrew Dunstan2022-02-20
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-20
* Make pg_ctl stop/restart/promote recheck postmaster aliveness.Tom Lane2022-02-10
* Translation updatesPeter Eisentraut2022-02-07
* pg_dump: avoid useless query in binary_upgrade_set_type_oids_by_type_oidTom Lane2022-01-23
* Fix psql \d's query for identifying parent triggers.Tom Lane2022-01-17
* Fix psql's tab-completion of enum label values.Tom Lane2022-01-16
* Fix issues with describe queries of extended statistics in psqlMichael Paquier2022-01-08
* Revert "Check that we have a working tar before trying to use it"Andrew Dunstan2021-12-08
* Check that we have a working tar before trying to use itAndrew Dunstan2021-12-08
* Move into separate file all the SQL queries used in pg_upgrade testsMichael Paquier2021-12-02
* Adjust pg_dump's priority ordering for casts.Tom Lane2021-11-22
* Fix pg_dump --inserts mode for generated columns with dropped columns.Tom Lane2021-11-22
* pg_receivewal, pg_recvlogical: allow canceling initial password prompt.Tom Lane2021-11-21