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
*
Be more paranoid about null return values from libpq status functions.
Tom Lane
2015-11-25
*
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-11-21
*
Back-patch fixes to make TAP tests work on Windows.
Tom Lane
2015-11-17
*
Don't connect() to a wildcard address in test_postmaster_connection().
Noah Misch
2015-11-08
*
Fix "pg_ctl start -w" to test child process status directly.
Tom Lane
2015-10-12
*
Translation updates
Peter Eisentraut
2015-10-05
*
Fix pg_dump to handle inherited NOT VALID check constraints correctly.
Tom Lane
2015-10-01
*
Fix compiler warning about unused function in non-readline case.
Andrew Dunstan
2015-09-28
*
Further fix for psql's code for locale-aware formatting of numeric output.
Tom Lane
2015-09-25
*
Further fix for psql's code for locale-aware formatting of numeric output.
Tom Lane
2015-09-25
*
Fix psql's code for locale-aware formatting of numeric output.
Tom Lane
2015-09-24
*
Restrict file mode creation mask during tmpfile().
Noah Misch
2015-09-20
*
pg_dump, pg_upgrade: allow postgres/template1 tablespace moves
Bruce Momjian
2015-09-11
*
psql: print longtable as a possible \pset option
Bruce Momjian
2015-08-31
*
Use the correct type for TableInfo->relreplident.
Andres Freund
2015-08-15
*
Fix privilege dumping from servers too old to have that type of privilege.
Tom Lane
2015-08-10
*
Fix pg_dump to dump shell types.
Tom Lane
2015-08-04
*
Improve logging of TAP tests.
Andrew Dunstan
2015-07-28
*
Restore use of zlib default compression in pg_dump directory mode.
Andrew Dunstan
2015-07-25
*
Fix assorted memory leaks.
Tom Lane
2015-07-12
*
Fix null pointer dereference in "\c" psql command.
Noah Misch
2015-07-08
*
Fix pg_recvlogical not to fsync output when it's a tty or pipe.
Andres Freund
2015-07-07
*
Don't emit a spurious space at end of line in pg_dump of event triggers.
Heikki Linnakangas
2015-07-02
*
Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().
Noah Misch
2015-06-21
*
initdb -S should now have an explicit check that $PGDATA is valid.
Tom Lane
2015-05-29
*
Remove special cases for ETXTBSY from new fsync'ing logic.
Tom Lane
2015-05-29
*
Adjust initdb to also not consider fsync'ing failures fatal.
Tom Lane
2015-05-29
*
Translation updates
Peter Eisentraut
2015-05-18
*
Fix typos
Peter Eisentraut
2015-05-17
*
Properly send SCM status updates when shutting down service on Windows
Magnus Hagander
2015-05-07
*
Remove duplicated words in comments.
Heikki Linnakangas
2015-04-12
*
Fix assorted inconsistent function declarations.
Tom Lane
2015-04-07
*
Fix TAP tests to use only standard command-line argument ordering.
Tom Lane
2015-04-04
*
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-04-01
*
Run pg_upgrade and pg_resetxlog with restricted token on Windows
Andrew Dunstan
2015-03-30
*
Remove workaround for ancient incompatibility between readline and libedit.
Tom Lane
2015-03-14
*
Rethink function argument sorting in pg_dump.
Tom Lane
2015-03-06
*
Fix pg_dump handling of extension config tables
Stephen Frost
2015-03-02
*
Fix failure to honor -Z compression level option in pg_dump -Fd.
Tom Lane
2015-02-18
*
pg_upgrade: preserve freeze info for postgres/template1 dbs
Bruce Momjian
2015-02-11
*
Fix more memory leaks in failure path in buildACLCommands.
Tom Lane
2015-02-11
*
Fix pg_dump's heuristic for deciding which casts to dump.
Tom Lane
2015-02-10
*
Translation updates
Peter Eisentraut
2015-02-01
*
Allow pg_dump to use jobs and serializable transactions together.
Kevin Grittner
2015-01-30
*
Fix use of already freed memory when dumping a database's security label.
Andres Freund
2015-01-18
*
Fix broken pg_dump code for dumping comments on event triggers.
Tom Lane
2015-01-05
*
Fix inconsequential fd leak in the new mark_file_as_archived() function.
Andres Freund
2015-01-04
*
Prevent WAL files created by pg_basebackup -x/X from being archived again.
Andres Freund
2015-01-03
*
Improve consistency of parsing of psql's magic variables.
Tom Lane
2014-12-31
*
Fix previous commit for TAP test suites in VPATH builds.
Noah Misch
2014-12-18
[next]