aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fix backwards test for Windows service-ness in pg_ctl.Tom Lane2016-03-07
* Fix compile breakage due to 0315dfa8f4afa8390383119330ca0bf241be4ad4.Robert Haas2016-03-04
* Fix query-based tab completion for multibyte characters.Robert Haas2016-03-04
* Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable.Noah Misch2016-02-10
* Translation updatesPeter Eisentraut2016-02-08
* In pg_dump, ensure that view triggers are processed after view rules.Tom Lane2016-02-04
* Fix incorrect pattern-match processing in psql's \det command.Tom Lane2016-01-29
* Handle extension members when first setting object dump flags in pg_dump.Tom Lane2016-01-13
* Fix unobvious interaction between -X switch and subdirectory creation.Tom Lane2016-01-07
* Fix one more TAP test to use standard command-line argument ordering.Tom Lane2016-01-07
* Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA.Tom Lane2016-01-07
* Windows: Make pg_ctl reliably detect service statusAlvaro Herrera2016-01-07
* Teach pg_dump to quote reloption values safely.Tom Lane2016-01-02
* Fix translation domain in pg_basebackupAlvaro Herrera2015-12-28
* Fix factual and grammatical errors in comments for struct _tableInfo.Tom Lane2015-12-24
* In pg_dump, remember connection passwords no matter how we got them.Tom Lane2015-12-23
* Remove silly completion for "DELETE FROM tabname ...".Tom Lane2015-12-20
* Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.Andres Freund2015-12-19
* Fix improper initialization order for readline.Tom Lane2015-12-17
* Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane2015-12-16
* Be more paranoid about null return values from libpq status functions.Tom Lane2015-11-25
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-21
* Back-patch fixes to make TAP tests work on Windows.Tom Lane2015-11-17
* Don't connect() to a wildcard address in test_postmaster_connection().Noah Misch2015-11-08
* Fix "pg_ctl start -w" to test child process status directly.Tom Lane2015-10-12
* Translation updatesPeter Eisentraut2015-10-05
* Fix pg_dump to handle inherited NOT VALID check constraints correctly.Tom Lane2015-10-01
* Fix compiler warning about unused function in non-readline case.Andrew Dunstan2015-09-28
* Further fix for psql's code for locale-aware formatting of numeric output.Tom Lane2015-09-25
* Further fix for psql's code for locale-aware formatting of numeric output.Tom Lane2015-09-25
* Fix psql's code for locale-aware formatting of numeric output.Tom Lane2015-09-24
* Restrict file mode creation mask during tmpfile().Noah Misch2015-09-20
* pg_dump, pg_upgrade: allow postgres/template1 tablespace movesBruce Momjian2015-09-11
* psql: print longtable as a possible \pset optionBruce Momjian2015-08-31
* Use the correct type for TableInfo->relreplident.Andres Freund2015-08-15
* Fix privilege dumping from servers too old to have that type of privilege.Tom Lane2015-08-10
* Fix pg_dump to dump shell types.Tom Lane2015-08-04
* Improve logging of TAP tests.Andrew Dunstan2015-07-28
* Restore use of zlib default compression in pg_dump directory mode.Andrew Dunstan2015-07-25
* Fix assorted memory leaks.Tom Lane2015-07-12
* Fix null pointer dereference in "\c" psql command.Noah Misch2015-07-08
* Fix pg_recvlogical not to fsync output when it's a tty or pipe.Andres Freund2015-07-07
* Don't emit a spurious space at end of line in pg_dump of event triggers.Heikki Linnakangas2015-07-02
* Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().Noah Misch2015-06-21
* initdb -S should now have an explicit check that $PGDATA is valid.Tom Lane2015-05-29
* Remove special cases for ETXTBSY from new fsync'ing logic.Tom Lane2015-05-29
* Adjust initdb to also not consider fsync'ing failures fatal.Tom Lane2015-05-29
* Translation updatesPeter Eisentraut2015-05-18
* Fix typosPeter Eisentraut2015-05-17
* Properly send SCM status updates when shutting down service on WindowsMagnus Hagander2015-05-07