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
*
Un-break pg_dump for pre-8.3 source servers.
Tom Lane
2019-08-13
*
Fix compiler warning
Peter Eisentraut
2019-08-12
*
Translation updates
Peter Eisentraut
2019-08-05
*
Fix pg_dump's handling of dependencies for custom opclasses.
Tom Lane
2019-07-31
*
Print WAL position correctly in pg_rewind error message.
Heikki Linnakangas
2019-07-30
*
Avoid choosing "localtime" or "posixrules" as TimeZone during initdb.
Tom Lane
2019-07-26
*
Make pg_upgrade's test.sh less chatty.
Tom Lane
2019-07-22
*
Translation updates
Peter Eisentraut
2019-06-17
*
Prefer timezone name "UTC" over alternative spellings.
Andrew Gierth
2019-06-15
*
Attempt to identify system timezone by reading /etc/localtime symlink.
Tom Lane
2019-06-14
*
In the pg_upgrade test suite, don't write to src/test/regress.
Noah Misch
2019-05-28
*
In the pg_upgrade test suite, remove and recreate "tmp_check".
Noah Misch
2019-05-28
*
pg_upgrade: Make test.sh's installcheck use to-be-upgraded version's bindir.
Andres Freund
2019-05-23
*
Revert "In the pg_upgrade test suite, don't write to src/test/regress."
Noah Misch
2019-05-19
*
In the pg_upgrade test suite, don't write to src/test/regress.
Noah Misch
2019-05-19
*
Fix error reporting in reindexdb
Michael Paquier
2019-05-11
*
Fix error status of vacuumdb when multiple jobs are used
Michael Paquier
2019-05-09
*
Remove some code related to 7.3 and older servers from tools of src/bin/
Michael Paquier
2019-05-07
*
Translation updates
Peter Eisentraut
2019-05-06
*
Have pg_upgrade's Makefile honor NO_TEMP_INSTALL
Andrew Dunstan
2019-03-31
*
Ensure xmloption = content while restoring pg_dump output.
Tom Lane
2019-03-23
*
Tolerate EINVAL when calling fsync() on a directory.
Thomas Munro
2019-02-25
*
Translation updates
Peter Eisentraut
2019-02-11
*
Repair unsafe/unportable snprintf usage in pg_restore.
Tom Lane
2019-02-09
*
Fix searchpath and module location for pg_rewind and ssl TAP tests
Andrew Dunstan
2019-02-07
*
Fix dumping of matviews with indirect dependencies on primary keys.
Tom Lane
2019-02-04
*
Fix psql's "\g target" meta-command to work with COPY TO STDOUT.
Tom Lane
2019-01-26
*
Fix ancient compiler warnings and typos in !HAVE_SYMLINK code
Peter Eisentraut
2018-12-22
*
Make error handling in parallel pg_upgrade less bogus.
Tom Lane
2018-12-16
*
Fix ac218aa4f6 to work on versions before 9.5.
Andres Freund
2018-11-26
*
Update pg_upgrade test for reg* to include regrole and regnamespace.
Andres Freund
2018-11-26
*
Fix translation of special characters in psql's LaTeX output modes.
Tom Lane
2018-11-26
*
Translation updates
Peter Eisentraut
2018-11-05
*
Client-side fixes for delayed NOTIFY receipt.
Tom Lane
2018-10-19
*
Make PostgresNode.pm's poll_query_until() more chatty about failures.
Tom Lane
2018-10-16
*
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
*
Initialize random() in bootstrap/stand-alone postgres and in initdb.
Noah Misch
2018-09-23
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Make pg_restore's identify_locking_dependencies() more bulletproof.
Tom Lane
2018-08-28
*
Fix missing dependency for pg_dump's ENABLE ROW LEVEL SECURITY items.
Tom Lane
2018-08-27
*
Fix lexing of standard multi-character operators in edge cases.
Andrew Gierth
2018-08-23
*
Reduce an unnecessary O(N^3) loop in lexer.
Andrew Gierth
2018-08-23
*
Fix set of NLS translation issues
Michael Paquier
2018-08-21
*
Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.
Tom Lane
2018-08-17
*
pg_upgrade: issue helpful error message for use on standbys
Bruce Momjian
2018-08-17
*
pg_upgrade: fix shutdown check for standby servers
Bruce Momjian
2018-08-14
*
Fix pg_upgrade to handle event triggers in extensions correctly.
Tom Lane
2018-08-07
*
Ensure pg_dump_sort.c sorts null vs non-null namespace consistently.
Tom Lane
2018-08-07
*
Translation updates
Peter Eisentraut
2018-08-06
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
[next]