aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* Fix assorted bugs in privileges-for-types patch.Tom Lane2012-12-09
* 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
* Fix pg_dump's handling of DROP DATABASE commands in --clean mode.Tom Lane2012-10-20
* 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
* Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane2012-10-02
* Fix typo in previous warning-silencing patch.Heikki Linnakangas2012-10-02
* Silence compiler warning about pointer type mismatch on some platforms.Heikki Linnakangas2012-10-02
* 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
* Prevent emitting "ALTER VIEW foo SET ()".Tom Lane2012-09-24
* Translation updatesPeter Eisentraut2012-09-19
* Fix "too many arguments" messages not to index off the end of argv[].Robert Haas2012-09-06
* Translation updatesPeter Eisentraut2012-09-06
* Make psql's \d+ show reloptions for all relkinds.Tom Lane2012-09-03
* Small punctuation fixesPeter Eisentraut2012-08-28
* pg_basebackup: Correct error messagePeter Eisentraut2012-08-27
* Put options on man page and in help output in slightly better orderPeter Eisentraut2012-08-24
* Translation updatesPeter Eisentraut2012-08-23
* Fix dumping of security_barrier views with circular dependencies.Tom Lane2012-08-21
* Translation updatesPeter Eisentraut2012-08-14
* Complain with proper error message if streaming stops prematurelyMagnus Hagander2012-08-06
* Translation updatesPeter Eisentraut2012-08-02
* pg_basebackup: stylistic adjustmentsAlvaro Herrera2012-07-31
* Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackupAlvaro Herrera2012-07-31
* Add translator comments to module namesAlvaro Herrera2012-07-25
* pg_dump: Simplify mkdir() error checkingPeter Eisentraut2012-07-20
* Run updated copyright.pl on HEAD and 9.2 trees, updating the psqlBruce Momjian2012-07-06
* Don't try to trim "../" in join_path_components().Tom Lane2012-07-05
* Run newly-configured perltidy script on Perl files.Bruce Momjian2012-07-04
* Have pg_dump in binary-upgrade mode properly drop user-createdBruce Momjian2012-07-04
* Set the write location in the pg_receivexlog status messagesMagnus Hagander2012-07-04
* Assorted message style improvementsPeter Eisentraut2012-07-02
* initdb: Update check_need_password for new optionsPeter Eisentraut2012-06-30
* pg_dump: Fix verbosity level in LO progress messagesAlvaro Herrera2012-06-29
* Make pg_dump emit more accurate dependency information.Tom Lane2012-06-25
* Improve pg_dump's dependency-sorting logic to enforce section dump order.Tom Lane2012-06-25
* pg_dump: Add missing newlines at end of messagesPeter Eisentraut2012-06-18
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Ensure pg_ctl behaves sanely when data directory is not specified.Tom Lane2012-06-11
* Fix pg_dump output to a named tar-file archive.Tom Lane2012-06-11
* pg_receivexlog: Rename option --dir to --directoryPeter Eisentraut2012-06-12
* Revert behaviour of -x/--xlog to 9.1 semanticsMagnus Hagander2012-06-11