aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fix a performance problem in pg_dump's dump order selection logic.Tom Lane2014-07-25
* Translation updatesPeter Eisentraut2014-07-21
* Add autocompletion of locale keywords for CREATE DATABASEMagnus Hagander2014-07-12
* Fix pg_restore's processing of old-style BLOB COMMENTS data.Tom Lane2014-06-12
* Fix unportable setvbuf() usage in initdb.Tom Lane2014-05-15
* In initdb, ensure stdout/stderr buffering behavior is what we expect.Tom Lane2014-05-14
* Remove tabs after spaces in C commentsBruce Momjian2014-05-06
* Add missing SYSTEMQUOTEsHeikki Linnakangas2014-04-30
* Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane2014-04-16
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-21
* Translation updatesPeter Eisentraut2014-02-17
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code.Tom Lane2014-02-13
* Avoid printing uninitialized filename variable in verbose modeMagnus Hagander2014-02-09
* Fix client-only installationPeter Eisentraut2014-01-17
* Don't attempt to limit target database for pg_restore.Kevin Grittner2013-12-29
* Translation updatesPeter Eisentraut2013-12-02
* Fix pg_dumpall to work for databases flagged as read-only.Kevin Grittner2013-11-30
* Fix assorted issues in pg_ctl's pgwin32_CommandLine().Tom Lane2013-11-29
* Translation updatesPeter Eisentraut2013-10-07
* pg_basebackup: Add missing newline to error messagePeter Eisentraut2013-10-02
* Clean up pg_basebackup libpq usageStephen Frost2013-07-15
* Mark index-constraint comments with correct dependency in pg_dump.Tom Lane2013-06-27
* Properly dump dropped foreign table cols in binary-upgrade mode.Andrew Dunstan2013-06-25
* Fix pg_restore -l with the directory archive to display the correct format name.Fujii Masao2013-06-16
* Fix ordering of obj id for Rules and EventTriggers in pg_dump.Joe Conway2013-06-09
* Ensure that user created rows in extension tables get dumped if the table is ...Joe Conway2013-04-26
* Translation updatesPeter Eisentraut2013-03-31
* Translation updatesAlvaro Herrera2013-03-31
* Ignore invalid indexes in pg_dump.Tom Lane2013-03-26
* Add a server version check to pg_basebackup and pg_receivexlog.Heikki Linnakangas2013-03-25
* Fix pg_dumpall with database names containing =Heikki Linnakangas2013-02-20
* Don't pass NULL to fprintf, if a bogus connection string is given to pg_dump.Heikki Linnakangas2013-02-20
* Translation updatesPeter Eisentraut2013-02-03
* Eliminate use of ExecuteSqlQueryForSingleRow, which is not in 9.1.Robert Haas2013-01-25
* Make pg_dump exclude unlogged table data on hot standby slavesMagnus Hagander2013-01-25
* Use correct output device for Windows prompts.Andrew Dunstan2013-01-24
* On second thought, use an empty string instead of "none" when not connected.Heikki Linnakangas2013-01-15
* Don't pass NULL to fprintf, if not currently connected to a database.Heikki Linnakangas2013-01-15
* Translation updatesPeter Eisentraut2012-12-03
* Fix psql crash while parsing SQL file whose encoding is different fromTatsuo Ishii2012-12-02
* Fix pg_resetxlog to use correct path to postmaster.pid.Tom Lane2012-11-22
* In pg_dump, dump SEQUENCE SET items in the data not pre-data section.Tom Lane2012-10-26
* Further tweaking of the readfile() function in pg_ctl.Heikki Linnakangas2012-10-18
* Fix race condition in pg_ctl reading postmaster.pid.Heikki Linnakangas2012-10-15
* Fix bugs in "restore.sql" script emitted in pg_dump tar output.Tom Lane2012-09-29
* Fix tar files emitted by pg_basebackup to be POSIX conformant.Tom Lane2012-09-28
* Fix "too many arguments" messages not to index off the end of argv[].Robert Haas2012-09-06
* Translation updatesPeter Eisentraut2012-08-14
* Improve pg_dump's dependency-sorting logic to enforce section dump order.Tom Lane2012-06-25