aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Translation updatesPeter Eisentraut2022-05-09
* 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
* Avoid calling gettext() in signal handlers.Tom Lane2022-01-17
* 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
* Clean up error handling in pg_basebackup's walmethods.c.Tom Lane2021-11-17
* Handle close() failures more robustly in pg_dump and pg_basebackup.Tom Lane2021-11-17
* Make psql's \password default to CURRENT_USER, not PQuser(conn).Tom Lane2021-11-12
* Translation updatesPeter Eisentraut2021-11-08
* Clarify that --system reindexes system catalogs *only*Magnus Hagander2021-10-27
* pg_dump: fix mis-dumping of non-global default privileges.Tom Lane2021-10-22
* Fix bug in TOC file error message printingDaniel Gustafsson2021-10-19
* Fix sscanf limits in pg_basebackup and pg_dumpDaniel Gustafsson2021-10-19
* Avoid core dump in pg_dump when dumping from pre-8.3 server.Tom Lane2021-10-16
* Make pg_dump acquire lock on partitioned tables that are to be dumped.Tom Lane2021-10-16
* Fix tests of pg_upgrade across different major versionsMichael Paquier2021-10-13
* Add more $Test::Builder::Level in the TAP testsMichael Paquier2021-10-12
* Update our mapping of Windows time zone names some more.Tom Lane2021-10-04
* Update our mapping of Windows time zone names using CLDR info.Tom Lane2021-10-02
* Re-alphabetize the win32_tzmap[] array.Tom Lane2021-10-02
* pgbench: Fix handling of socket errors during benchmark.Fujii Masao2021-09-29
* Avoid useless malloc/free traffic around getFormattedTypeName().Tom Lane2021-09-08
* Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.Tom Lane2021-09-03
* In pg_dump, avoid doing per-table queries for RLS policies.Tom Lane2021-08-31
* Cache the results of format_type() queries in pg_dump.Tom Lane2021-08-31
* psql \dP: reference regclass with "pg_catalog." prefixAlvaro Herrera2021-08-28
* Translation updatesPeter Eisentraut2021-08-09
* Fix wordingPeter Eisentraut2021-08-06
* C comment: correct heading of extension queryBruce Momjian2021-08-03
* pg_upgrade: warn about extensions that need updatingBruce Momjian2021-08-03
* pg_resetxlog: add option to set oldest xid & use by pg_upgradeBruce Momjian2021-07-26
* Fix a couple of memory leaks in src/bin/pg_basebackup/Michael Paquier2021-07-26
* Fix some issues with WAL segment opening for pg_receivewal --compressMichael Paquier2021-07-20
* Fix pg_dump for disabled triggers on partitioned tablesAlvaro Herrera2021-07-16
* Don't depend on -fwrapv semantics in pgbench's random() function.Tom Lane2021-06-28
* Remove some useless logs from the TAP tests of pgbenchMichael Paquier2021-06-26
* Cleanup some code related to pgbench log checks in TAP testsMichael Paquier2021-06-25
* Fix pattern matching logic for logs in TAP tests of pgbenchMichael Paquier2021-06-25
* Work around portability issue with newer versions of mktime().Tom Lane2021-06-13