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