summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2012-08-15Add C comment about new \c parameter requirement for crashed connections.Bruce Momjian
2012-08-15In psql, if the is no connection object, e.g. due to a server crash,Bruce Momjian
2012-08-15Properly escape usernames in initdb, so names with single-quotes areBruce Momjian
2012-08-10Support having multiple Unix-domain sockets per postmaster.Tom Lane
2012-08-09Make psql -1 < file behave as expected.Robert Haas
2012-08-06Complain with proper error message if streaming stops prematurelyMagnus Hagander
2012-07-31pg_basebackup: stylistic adjustmentsAlvaro Herrera
2012-07-26Tab complete table names after ALTER TABLE x [NO] INHERIT.Robert Haas
2012-07-25Add translator comments to module namesAlvaro Herrera
2012-07-20pg_dump: Simplify mkdir() error checkingPeter Eisentraut
2012-07-18Syntax support and documentation for event triggers.Robert Haas
2012-07-16Remove unreachable codePeter Eisentraut
2012-07-14Print the name of the WAL file containing latest REDO ptr in pg_controldata.Heikki Linnakangas
2012-07-13Add fsync capability to initdb, and use sync_file_range() if available.Tom Lane
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