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 a performance problem in pg_dump's dump order selection logic.
Tom Lane
2014-07-25
*
Translation updates
Peter Eisentraut
2014-07-21
*
Add autocompletion of locale keywords for CREATE DATABASE
Magnus Hagander
2014-07-12
*
Fix pg_restore's processing of old-style BLOB COMMENTS data.
Tom Lane
2014-06-12
*
Fix unportable setvbuf() usage in initdb.
Tom Lane
2014-05-15
*
In initdb, ensure stdout/stderr buffering behavior is what we expect.
Tom Lane
2014-05-14
*
Remove tabs after spaces in C comments
Bruce Momjian
2014-05-06
*
Add missing SYSTEMQUOTEs
Heikki Linnakangas
2014-04-30
*
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-04-16
*
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-21
*
Translation updates
Peter Eisentraut
2014-02-17
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
*
Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code.
Tom Lane
2014-02-13
*
Avoid printing uninitialized filename variable in verbose mode
Magnus Hagander
2014-02-09
*
Fix client-only installation
Peter Eisentraut
2014-01-17
*
Don't attempt to limit target database for pg_restore.
Kevin Grittner
2013-12-29
*
Translation updates
Peter Eisentraut
2013-12-02
*
Fix pg_dumpall to work for databases flagged as read-only.
Kevin Grittner
2013-11-30
*
Fix assorted issues in pg_ctl's pgwin32_CommandLine().
Tom Lane
2013-11-29
*
Translation updates
Peter Eisentraut
2013-10-07
*
pg_basebackup: Add missing newline to error message
Peter Eisentraut
2013-10-02
*
Clean up pg_basebackup libpq usage
Stephen Frost
2013-07-15
*
Mark index-constraint comments with correct dependency in pg_dump.
Tom Lane
2013-06-27
*
Properly dump dropped foreign table cols in binary-upgrade mode.
Andrew Dunstan
2013-06-25
*
Fix pg_restore -l with the directory archive to display the correct format name.
Fujii Masao
2013-06-16
*
Fix ordering of obj id for Rules and EventTriggers in pg_dump.
Joe Conway
2013-06-09
*
Ensure that user created rows in extension tables get dumped if the table is ...
Joe Conway
2013-04-26
*
Translation updates
Peter Eisentraut
2013-03-31
*
Translation updates
Alvaro Herrera
2013-03-31
*
Ignore invalid indexes in pg_dump.
Tom Lane
2013-03-26
*
Add a server version check to pg_basebackup and pg_receivexlog.
Heikki Linnakangas
2013-03-25
*
Fix pg_dumpall with database names containing =
Heikki Linnakangas
2013-02-20
*
Don't pass NULL to fprintf, if a bogus connection string is given to pg_dump.
Heikki Linnakangas
2013-02-20
*
Translation updates
Peter Eisentraut
2013-02-03
*
Eliminate use of ExecuteSqlQueryForSingleRow, which is not in 9.1.
Robert Haas
2013-01-25
*
Make pg_dump exclude unlogged table data on hot standby slaves
Magnus Hagander
2013-01-25
*
Use correct output device for Windows prompts.
Andrew Dunstan
2013-01-24
*
On second thought, use an empty string instead of "none" when not connected.
Heikki Linnakangas
2013-01-15
*
Don't pass NULL to fprintf, if not currently connected to a database.
Heikki Linnakangas
2013-01-15
*
Translation updates
Peter Eisentraut
2012-12-03
*
Fix psql crash while parsing SQL file whose encoding is different from
Tatsuo Ishii
2012-12-02
*
Fix pg_resetxlog to use correct path to postmaster.pid.
Tom Lane
2012-11-22
*
In pg_dump, dump SEQUENCE SET items in the data not pre-data section.
Tom Lane
2012-10-26
*
Further tweaking of the readfile() function in pg_ctl.
Heikki Linnakangas
2012-10-18
*
Fix race condition in pg_ctl reading postmaster.pid.
Heikki Linnakangas
2012-10-15
*
Fix bugs in "restore.sql" script emitted in pg_dump tar output.
Tom Lane
2012-09-29
*
Fix tar files emitted by pg_basebackup to be POSIX conformant.
Tom Lane
2012-09-28
*
Fix "too many arguments" messages not to index off the end of argv[].
Robert Haas
2012-09-06
*
Translation updates
Peter Eisentraut
2012-08-14
*
Improve pg_dump's dependency-sorting logic to enforce section dump order.
Tom Lane
2012-06-25
[next]