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
*
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
*
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
*
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
*
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
*
Split macros from visibilitymap.h into a separate header
Alexander Korotkov
2021-09-23
*
Avoid useless malloc/free traffic around getFormattedTypeName().
Tom Lane
2021-09-08
*
Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.
Tom Lane
2021-09-03
*
In pg_dump, avoid doing per-table queries for RLS policies.
Tom Lane
2021-08-31
*
Cache the results of format_type() queries in pg_dump.
Tom Lane
2021-08-31
*
psql \dP: reference regclass with "pg_catalog." prefix
Alvaro Herrera
2021-08-28
*
Fix backup manifests to generate correct WAL-Ranges across timelines
Michael Paquier
2021-08-23
*
Translation updates
Peter Eisentraut
2021-08-09
*
Fix wording
Peter Eisentraut
2021-08-06
*
C comment: correct heading of extension query
Bruce Momjian
2021-08-03
*
pg_upgrade: warn about extensions that need updating
Bruce Momjian
2021-08-03
*
Add missing exit() in pg_verifybackup when failing to find pg_waldump
Michael Paquier
2021-07-29
*
pg_resetxlog: add option to set oldest xid & use by pg_upgrade
Bruce Momjian
2021-07-26
*
Fix a couple of memory leaks in src/bin/pg_basebackup/
Michael Paquier
2021-07-26
*
Fix some issues with WAL segment opening for pg_receivewal --compress
Michael Paquier
2021-07-20
*
Fix pg_dump for disabled triggers on partitioned tables
Alvaro Herrera
2021-07-16
*
Don't depend on -fwrapv semantics in pgbench's random() function.
Tom Lane
2021-06-28
*
Remove some useless logs from the TAP tests of pgbench
Michael Paquier
2021-06-26
*
Cleanup some code related to pgbench log checks in TAP tests
Michael Paquier
2021-06-25
*
Fix pattern matching logic for logs in TAP tests of pgbench
Michael Paquier
2021-06-25
*
Work around portability issue with newer versions of mktime().
Tom Lane
2021-06-13
*
Fix inconsistencies in psql --help=commands
Michael Paquier
2021-06-09
*
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-06-07
*
Improve docs and error messages for parallel vacuum.
Amit Kapila
2021-05-25
*
Clean up cpluspluscheck violation.
Tom Lane
2021-05-20
*
Translation updates
Peter Eisentraut
2021-05-10
[next]