aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fix memory and file descriptor leaks in pg_receivexlog/pg_basebackupMagnus Hagander2012-07-12
* 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
* Fix function argument tab completion for schema-qualified or quoted function ...Magnus Hagander2012-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
* Increase the maximum initdb-configured value for shared_buffers to 128MB.Robert Haas2012-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
* Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring.Heikki Linnakangas2012-06-26
* 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
* Unbreak pg_resetxlog -l.Robert Haas2012-06-25
* Fix warning for 64-bit literal on 32-bit build.Kevin Grittner2012-06-25
* I missed some references to xlogid/xrecoff in Win32-only code. Fix.Heikki Linnakangas2012-06-24
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Allow WAL record header to be split across pages.Heikki Linnakangas2012-06-24
* Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas2012-06-24
* pg_dump: Fix verbosity level in LO progress messagesAlvaro Herrera2012-06-19
* pg_dump: Add missing newlines at end of messagesPeter Eisentraut2012-06-18
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Make \conninfo print SSL information.Robert Haas2012-06-14
* 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
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix pg_basebackup/pg_receivexlog for floating point timestampsMagnus Hagander2012-06-10
* Error message capitalization fixMagnus Hagander2012-06-10
* Message style improvementsPeter Eisentraut2012-06-07
* Use strerror(errno) instead of %mMagnus Hagander2012-06-05
* Fix memory leaks in failure paths in buildACLCommands and parseAclItem.Tom Lane2012-06-03
* Rewrite --section option to decouple it from --schema-only/--data-only.Tom Lane2012-05-29
* Eliminate some more O(N^2) behaviors in pg_dump/pg_restore.Tom Lane2012-05-28
* psql: Remove notice about readline from --version outputPeter Eisentraut2012-05-27
* Make pg_recievexlog by default loop on connection failuresMagnus Hagander2012-05-27
* Use binary search instead of brute-force scan in findNamespace().Tom Lane2012-05-25
* Fix base backup streaming xlog from standbyMagnus Hagander2012-05-25
* Add missing PQfinish() callsMagnus Hagander2012-05-23
* Prevent pg_basebackup when integer_datetimes flag doesn't match.Robert Haas2012-05-22
* pg_ctl: Sort signal list in --help outputPeter Eisentraut2012-05-21
* Realign some --help output to have better spacing between columnsPeter Eisentraut2012-05-18
* pg_ctl: Improve --help outputPeter Eisentraut2012-05-14
* Only attempt to show collations on servers >= 9.1.Magnus Hagander2012-05-10
* psql: Add variable to control keyword case in tab completionPeter Eisentraut2012-05-08
* Tweak psql to print row counts when \x auto chooses non-expanded output.Robert Haas2012-05-01
* psql: Tab completion updatesPeter Eisentraut2012-04-26
* Lots of doc corrections.Robert Haas2012-04-23
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-20