summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2012-04-18psql: Add tab completion for CREATE/ALTER ROLE name WITHPeter Eisentraut
2012-04-17Don't override arguments set via options with positional arguments.Andrew Dunstan
2012-04-15Add missing descriptions about '--timeout' and '--mode' to helpTatsuo Ishii
2012-04-13Consistently quote encoding and locale names in messagesPeter Eisentraut
2012-04-10psql: Improve tab completion of WITHPeter Eisentraut
2012-04-06Allow statistics to be collected for foreign tables.Tom Lane
2012-04-06Put back code inadvertently deleted from exit_nicely.Robert Haas
2012-04-05Update obsolete comment.Tom Lane
2012-04-04Remove useless PGRES_COPY_BOTH "support" in psql.Tom Lane
2012-04-03Arrange for on_exit_nicely to be thread-safe.Robert Haas
2012-04-01Fix recently introduced typo in NLS file listsPeter Eisentraut
2012-03-31Fix O(N^2) behavior in pg_dump when many objects are in dependency loops.Tom Lane
2012-03-31Fix O(N^2) behavior in pg_dump for large numbers of owned sequences.Tom Lane
2012-03-31Rename frontend keyword arrays to avoid conflict with backend.Tom Lane
2012-03-31Fix glitch recently introduced in psql tab completion.Tom Lane
2012-03-30Add new files to NLS file listsPeter Eisentraut
2012-03-30Replace printf format %i by %dPeter Eisentraut
2012-03-29initdb: Mark more messages for translationPeter Eisentraut
2012-03-29Remove now redundant pgpipe code.Andrew Dunstan