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
*
In libpq for Windows, call WSAStartup once and WSACleanup not at all.
Tom Lane
2020-10-19
*
pg_upgrade: remove C99 compiler req. from commit 3c0471b5fd
Bruce Momjian
2020-10-15
*
pg_upgrade: generate check error for left-over new tablespace
Bruce Momjian
2020-10-15
*
Rethink recent fix for pg_dump's handling of extension config tables.
Tom Lane
2020-10-07
*
pg_upgrade: remove pre-8.4 code and >= 8.4 check
Bruce Momjian
2020-10-06
*
pg_upgrade; change major version comparisons to use <=, not <
Bruce Momjian
2020-10-06
*
Fix handling of -d "connection string" in pg_dump/pg_restore.
Tom Lane
2020-09-24
*
Remove useless lstat() call in pg_rewind.
Tom Lane
2020-09-06
*
Collect attribute data on extension owned tables being dumped
Andrew Dunstan
2020-09-04
*
Fix typo in comment
Alvaro Herrera
2020-09-01
*
Avoid non-constant format string argument to fprintf().
Heikki Linnakangas
2020-08-18
*
Fix printing last progress report line in client programs.
Heikki Linnakangas
2020-08-17
*
pg_dump: fix dependencies on FKs to partitioned tables
Alvaro Herrera
2020-08-14
*
Translation updates
Peter Eisentraut
2020-08-10
*
Check for fseeko() failure in pg_dump's _tarAddFile().
Tom Lane
2020-08-09
*
Cope with data-offset-less archive files during out-of-order restores.
Tom Lane
2020-07-17
*
Remove manual tracking of file position in pg_dump/pg_backup_custom.c.
Tom Lane
2020-07-17
*
Switch pg_test_fsync to use binary mode on Windows
Michael Paquier
2020-07-16
*
Fix handling of missing files when using pg_rewind with online source
Michael Paquier
2020-07-15
*
Avoid trying to restore table ACLs and per-column ACLs in parallel.
Tom Lane
2020-07-11
*
Tighten up Windows CRLF conversion in our TAP test scripts.
Tom Lane
2020-07-09
*
Fix pg_current_logfile() to not emit a carriage return on Windows.
Tom Lane
2020-07-09
*
Ensure write failure reports no-disk-space
Alvaro Herrera
2020-06-19
*
pg_upgrade: set vacuum_defer_cleanup_age to zero
Bruce Momjian
2020-06-15
*
Fix pg_recvlogical avoidance of superfluous Standby Status Update.
Noah Misch
2020-05-13
*
In successful pg_recvlogical, end PGRES_COPY_OUT cleanly.
Noah Misch
2020-05-13
*
Translation updates
Peter Eisentraut
2020-05-11
*
pg_restore: Provide file name with one failure message
Alvaro Herrera
2020-05-08
*
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
*
Fix bogus tar-file padding logic for standby.signal.
Robert Haas
2020-04-27
*
Update Windows timezone name list to include currently-known zones.
Tom Lane
2020-04-24
*
Improve placement of "display name" comment in win32_tzmap[] entries.
Tom Lane
2020-04-24
*
Fix minor memory leak in pg_basebackup and pg_receivewal
Michael Paquier
2020-04-17
*
Fix minor memory leak in pg_dump
Michael Paquier
2020-04-15
*
createuser: Change a fprintf to pg_log_error
Peter Eisentraut
2020-04-08
*
Fix pg_dump/pg_restore to restore event trigger comments later.
Tom Lane
2020-04-08
*
Fix crash in psql when attempting to reuse old connection
Michael Paquier
2020-04-01
*
psql: do file completion for \gx
Bruce Momjian
2020-03-31
*
pg_upgrade: make get_major_server_version() err msg consistent
Bruce Momjian
2020-03-19
*
Plug memory leak
Alvaro Herrera
2020-03-16
*
Add pg_dump support for ALTER obj DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
*
Fix pg_dump/pg_restore to restore event triggers later.
Tom Lane
2020-03-09
*
Remove TAP test for createdb --lc-ctype
Michael Paquier
2020-02-27
*
Skip foreign tablespaces when running pg_checksums/pg_verify_checksums
Michael Paquier
2020-02-27
*
createdb: Fix quoting of --encoding, --lc-ctype and --lc-collate
Michael Paquier
2020-02-27
*
Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backups
Michael Paquier
2020-02-24
*
Teach pg_dump to dump comments on RLS policy objects.
Tom Lane
2020-02-17
*
Try again to work around Windows' ERROR_SHARING_VIOLATION in pg_ctl.
Tom Lane
2020-02-16
*
Document the pg_upgrade -j/--jobs option as taking an argument
Peter Eisentraut
2020-02-11
*
createuser: fix parsing of --connection-limit argument
Alvaro Herrera
2020-02-10
[next]