summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2012-12-09Fix assorted bugs in privileges-for-types patch.Tom Lane
2012-12-03Translation updatesPeter Eisentraut
2012-12-02Fix psql crash while parsing SQL file whose encoding is different fromTatsuo Ishii
2012-11-22Fix pg_resetxlog to use correct path to postmaster.pid.Tom Lane
2012-10-26In pg_dump, dump SEQUENCE SET items in the data not pre-data section.Tom Lane
2012-10-20Fix pg_dump's handling of DROP DATABASE commands in --clean mode.Tom Lane
2012-10-18Further tweaking of the readfile() function in pg_ctl.Heikki Linnakangas
2012-10-15Fix race condition in pg_ctl reading postmaster.pid.Heikki Linnakangas
2012-10-02Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane
2012-10-02Fix typo in previous warning-silencing patch.Heikki Linnakangas
2012-10-02Silence compiler warning about pointer type mismatch on some platforms.Heikki Linnakangas
2012-09-29Fix bugs in "restore.sql" script emitted in pg_dump tar output.Tom Lane
2012-09-28Fix tar files emitted by pg_basebackup to be POSIX conformant.Tom Lane
2012-09-24Prevent emitting "ALTER VIEW foo SET ()".Tom Lane
2012-09-19Translation updatesPeter Eisentraut
2012-09-06Fix "too many arguments" messages not to index off the end of argv[].Robert Haas
2012-09-06Translation updatesPeter Eisentraut
2012-09-03Make psql's \d+ show reloptions for all relkinds.Tom Lane
2012-08-28Small punctuation fixesPeter Eisentraut
2012-08-27pg_basebackup: Correct error messagePeter Eisentraut
2012-08-24Put options on man page and in help output in slightly better orderPeter Eisentraut
2012-08-24Translation updatesPeter Eisentraut
2012-08-21Fix dumping of security_barrier views with circular dependencies.Tom Lane
2012-08-14Translation updatesPeter Eisentraut
2012-08-06Complain with proper error message if streaming stops prematurelyMagnus Hagander
2012-08-02Translation updatesPeter Eisentraut
2012-07-31pg_basebackup: stylistic adjustmentsAlvaro Herrera
2012-07-31Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackupAlvaro Herrera
2012-07-25Add translator comments to module namesAlvaro Herrera
2012-07-20pg_dump: Simplify mkdir() error checkingPeter Eisentraut
2012-07-06Run updated copyright.pl on HEAD and 9.2 trees, updating the psqlBruce Momjian
2012-07-05Don't try to trim "../" in join_path_components().Tom Lane
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-07-04Have pg_dump in binary-upgrade mode properly drop user-createdBruce Momjian
2012-07-04Set the write location in the pg_receivexlog status messagesMagnus Hagander
2012-07-02Assorted message style improvementsPeter Eisentraut
2012-06-30initdb: Update check_need_password for new optionsPeter Eisentraut
2012-06-29pg_dump: Fix verbosity level in LO progress messagesAlvaro Herrera
2012-06-26Make pg_dump emit more accurate dependency information.Tom Lane
2012-06-26Improve pg_dump's dependency-sorting logic to enforce section dump order.Tom Lane
2012-06-18pg_dump: Add missing newlines at end of messagesPeter Eisentraut
2012-06-17Make documentation of --help and --version options more consistentPeter Eisentraut
2012-06-12Ensure pg_ctl behaves sanely when data directory is not specified.Tom Lane
2012-06-12Fix pg_dump output to a named tar-file archive.Tom Lane
2012-06-11pg_receivexlog: Rename option --dir to --directoryPeter Eisentraut
2012-06-11Revert behaviour of -x/--xlog to 9.1 semanticsMagnus Hagander
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-10Fix pg_basebackup/pg_receivexlog for floating point timestampsMagnus Hagander
2012-06-10Error message capitalization fixMagnus Hagander
2012-06-07Message style improvementsPeter Eisentraut