summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2022-12-23Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDSMichael Paquier
2022-11-19pg_dump: avoid unsafe function calls in getPolicies().Tom Lane
2022-11-19Postpone calls of unsafe server-side functions in pg_dump.Tom Lane
2022-11-07Translation updatesPeter Eisentraut
2022-10-21pg_basebackup: Fix cross-platform tablespace relocation.Robert Haas
2022-09-25Add missing source files to pg_waldump/nls.mkAlvaro Herrera
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2022-09-14Fix incorrect value for "strategy" with deflateParams() in walmethods.cMichael Paquier
2022-08-12pg_upgrade: Fix some minor code issuesPeter Eisentraut
2022-08-08Translation updatesAlvaro Herrera
2022-08-01Fix error reporting after ioctl() call with pg_upgrade --cloneMichael Paquier
2022-07-10Fix \watch's interaction with libedit on ^C.Thomas Munro
2022-06-10Revert "Fix psql's single transaction mode on client-side errors with -c/-f s...Tom Lane
2022-06-06Fix psql's single transaction mode on client-side errors with -c/-f switchesMichael Paquier
2022-05-09Translation updatesPeter Eisentraut
2022-03-28waldump: fix use-after-free in search_directory().Andres Freund
2022-03-25Harden TAP tests that intentionally corrupt page checksums.Tom Lane
2022-03-23pg_upgrade: Upgrade an Assert to a real 'if' testAlvaro Herrera
2022-03-22Add missing dependency of pg_dumpall to WIN32RES.Andres Freund
2022-03-05Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch
2022-02-25pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ.Andres Freund
2022-02-20Remove most msys special processing in TAP testsAndrew Dunstan
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-02-10Make pg_ctl stop/restart/promote recheck postmaster aliveness.Tom Lane
2022-02-07Translation updatesPeter Eisentraut
2022-01-18Fix psql \d's query for identifying parent triggers.Tom Lane
2022-01-16Fix psql's tab-completion of enum label values.Tom Lane
2021-12-02Move into separate file all the SQL queries used in pg_upgrade testsMichael Paquier
2021-11-22Adjust pg_dump's priority ordering for casts.Tom Lane
2021-11-22Fix pg_dump --inserts mode for generated columns with dropped columns.Tom Lane
2021-11-21pg_receivewal, pg_recvlogical: allow canceling initial password prompt.Tom Lane
2021-11-17Clean up error handling in pg_basebackup's walmethods.c.Tom Lane
2021-11-17Handle close() failures more robustly in pg_dump and pg_basebackup.Tom Lane
2021-11-12Make psql's \password default to CURRENT_USER, not PQuser(conn).Tom Lane
2021-11-08Translation updatesPeter Eisentraut
2021-10-27Clarify that --system reindexes system catalogs *only*Magnus Hagander
2021-10-22pg_dump: fix mis-dumping of non-global default privileges.Tom Lane
2021-10-19Fix bug in TOC file error message printingDaniel Gustafsson
2021-10-19Fix sscanf limits in pg_basebackup and pg_dumpDaniel Gustafsson
2021-10-16Avoid core dump in pg_dump when dumping from pre-8.3 server.Tom Lane
2021-10-16Make pg_dump acquire lock on partitioned tables that are to be dumped.Tom Lane
2021-10-13Fix tests of pg_upgrade across different major versionsMichael Paquier
2021-10-12Add more $Test::Builder::Level in the TAP testsMichael Paquier
2021-10-06Fix warning in TAP test of pg_verifybackupMichael Paquier
2021-10-04Update our mapping of Windows time zone names some more.Tom Lane
2021-10-02Update our mapping of Windows time zone names using CLDR info.Tom Lane
2021-10-02Re-alphabetize the win32_tzmap[] array.Tom Lane
2021-09-29pgbench: Fix handling of socket errors during benchmark.Fujii Masao
2021-09-29pgbench: Correct log level of message output when socket wait method fails.Fujii Masao
2021-09-23Split macros from visibilitymap.h into a separate headerAlexander Korotkov