index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Commit message (
Expand
)
Author
Age
*
Translation updates
Peter Eisentraut
2022-05-09
*
Remove some recently-added pg_dump test cases.
Robert Haas
2022-04-25
*
Allow db.schema.table patterns, but complain about random garbage.
Robert Haas
2022-04-20
*
waldump: fix use-after-free in search_directory().
Andres Freund
2022-03-27
*
Harden TAP tests that intentionally corrupt page checksums.
Tom Lane
2022-03-25
*
pg_upgrade: Upgrade an Assert to a real 'if' test
Alvaro Herrera
2022-03-23
*
Add missing dependency of pg_dumpall to WIN32RES.
Andres Freund
2022-03-22
*
Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.
Noah Misch
2022-03-04
*
pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ.
Andres Freund
2022-02-25
*
Remove most msys special processing in TAP tests
Andrew Dunstan
2022-02-20
*
Remove PostgreSQL::Test::Utils::perl2host completely
Andrew Dunstan
2022-02-20
*
Make pg_ctl stop/restart/promote recheck postmaster aliveness.
Tom Lane
2022-02-10
*
Translation updates
Peter Eisentraut
2022-02-07
*
pg_dump: avoid useless query in binary_upgrade_set_type_oids_by_type_oid
Tom Lane
2022-01-23
*
Fix psql \d's query for identifying parent triggers.
Tom Lane
2022-01-17
*
Fix psql's tab-completion of enum label values.
Tom Lane
2022-01-16
*
Fix issues with describe queries of extended statistics in psql
Michael Paquier
2022-01-08
*
Revert "Check that we have a working tar before trying to use it"
Andrew Dunstan
2021-12-08
*
Check that we have a working tar before trying to use it
Andrew Dunstan
2021-12-08
*
Move into separate file all the SQL queries used in pg_upgrade tests
Michael Paquier
2021-12-02
*
Adjust pg_dump's priority ordering for casts.
Tom Lane
2021-11-22
*
Fix pg_dump --inserts mode for generated columns with dropped columns.
Tom Lane
2021-11-22
*
pg_receivewal, pg_recvlogical: allow canceling initial password prompt.
Tom Lane
2021-11-21
*
Clean up error handling in pg_basebackup's walmethods.c.
Tom Lane
2021-11-17
*
Handle close() failures more robustly in pg_dump and pg_basebackup.
Tom Lane
2021-11-17
*
Make psql's \password default to CURRENT_USER, not PQuser(conn).
Tom Lane
2021-11-12
*
Translation updates
Peter Eisentraut
2021-11-08
*
Clarify that --system reindexes system catalogs *only*
Magnus Hagander
2021-10-27
*
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-23
*
pg_dump: fix mis-dumping of non-global default privileges.
Tom Lane
2021-10-22
*
Fix bug in TOC file error message printing
Daniel Gustafsson
2021-10-19
*
Fix sscanf limits in pg_basebackup and pg_dump
Daniel Gustafsson
2021-10-19
*
Avoid core dump in pg_dump when dumping from pre-8.3 server.
Tom Lane
2021-10-16
*
Make pg_dump acquire lock on partitioned tables that are to be dumped.
Tom Lane
2021-10-16
*
Remove unstable pg_amcheck tests.
Peter Geoghegan
2021-10-14
*
pg_amcheck: avoid unhelpful verification attempts.
Peter Geoghegan
2021-10-13
*
Fix tests of pg_upgrade across different major versions
Michael Paquier
2021-10-13
*
Add more $Test::Builder::Level in the TAP tests
Michael Paquier
2021-10-12
*
Fix warning in TAP test of pg_verifybackup
Michael Paquier
2021-10-06
*
Update our mapping of Windows time zone names some more.
Tom Lane
2021-10-04
*
Update our mapping of Windows time zone names using CLDR info.
Tom Lane
2021-10-02
*
Re-alphabetize the win32_tzmap[] array.
Tom Lane
2021-10-02
*
pgbench: Fix handling of socket errors during benchmark.
Fujii Masao
2021-09-29
*
pgbench: Correct log level of message output when socket wait method fails.
Fujii Masao
2021-09-29
*
Properly schema-prefix reference to pg_catalog.pg_get_statisticsobjdef_columns
Magnus Hagander
2021-09-28
*
Translation updates
Peter Eisentraut
2021-09-27
*
Split macros from visibilitymap.h into a separate header
Alexander Korotkov
2021-09-23
*
Translation updates
Peter Eisentraut
2021-09-20
*
pgbench: Stop counting skipped transactions as soon as timer is exceeded.
Fujii Masao
2021-09-10
*
Avoid useless malloc/free traffic around getFormattedTypeName().
Tom Lane
2021-09-08
[next]