summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2011-12-04Add a \setenv command to psql.Andrew Dunstan
2011-12-02psql: Make temporary editor files have .sql extensionPeter Eisentraut
2011-11-30Remove duplicate definition of 'progname'.Tom Lane
2011-11-30Clean up after recent pg_dump patches.Tom Lane
2011-11-29Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian
2011-11-29pg_dump: Add gettext plural support to error messagePeter Eisentraut
2011-11-29pg_dump: Fix clean rule after file renaming shufflePeter Eisentraut
2011-11-28Fix some bogosities in pg_dump's foreign-table support.Tom Lane
2011-11-27Move pg_dump memory routines into pg_dumpmem.c/h and restore common.cBruce Momjian
2011-11-25Fix unvalidated check constraints on domains, tooAlvaro Herrera
2011-11-25Modify pg_dump to use error-free memory allocation macros. This avoidsBruce Momjian
2011-11-25Allow pg_upgrade to upgrade clusters that use exclusion contraints byBruce Momjian
2011-11-24Dump an unvalidated constraint separately from its tableAlvaro Herrera
2011-11-23Remove user-selectable ANALYZE option for range types.Tom Lane
2011-11-21Further code review for range types patch.Tom Lane
2011-11-18Further review of range-types patch.Tom Lane
2011-11-16Don't elide blank lines when accumulating psql command history.Robert Haas
2011-11-12Add psql expanded auto modePeter Eisentraut
2011-11-12Fix psql's \dd version check for operator families.Robert Haas
2011-11-10Throw nice error if server is too old to support psql's \ef or \sf command.Tom Lane
2011-11-10Avoid platform-dependent infinite loop in pg_dump.Tom Lane
2011-11-05Show statistics target for columns in \d+ on a tableMagnus Hagander
2011-11-05Make psql \d on a sequence show the table/column owning itMagnus Hagander
2011-11-04Add missing space in commentMagnus Hagander
2011-11-03Properly close replication connection in pg_receivexlogMagnus Hagander
2011-11-03Pre-pad WAL files when streaming transaction logMagnus Hagander
2011-11-03Support range data types.Heikki Linnakangas
2011-10-28Remove hard-coded "\connect postgres" from pg_dumpall.Robert Haas
2011-10-26Fix pg_bsd_indent bug where newlines were not being trimmed from typedefBruce Momjian
2011-10-26Implement streaming xlog for backup toolsMagnus Hagander
2011-10-26MingW doesn't support wcstombs_s()...Magnus Hagander
2011-10-25Remove argument decoration that appears unsupported on mingwMagnus Hagander
2011-10-25Support configurable eventlog application names on WindowsMagnus Hagander
2011-10-24Make TABLE tab complation in psql include all relationsMagnus Hagander
2011-10-23Make psql support tab completion of EXECUTE <prepared-statement-name>.Tom Lane
2011-10-22Support synchronization of snapshots through an export/import procedure.Tom Lane
2011-10-20Rewrite tab completion's previous-word fetching for more sanity.Tom Lane
2011-10-19Suppress remaining -Waddress warnings from recent gcc versions.Tom Lane
2011-10-19Suppress -Wunused-result warnings about write() and fwrite().Tom Lane
2011-10-18Fix pg_dump to dump casts between auto-generated types.Tom Lane
2011-10-15Allow a major PG version psql .psqlrc file to be used if a minorBruce Momjian
2011-10-14Dump all roles first, then all config settings on roles.Robert Haas
2011-10-13Have pg_ctl return an exit status of 3 if the server is not running, toBruce Momjian
2011-10-06Simplify new pg_ctl newline termination code.Bruce Momjian
2011-10-06Add postmaster -C option to query configuration parameters, and haveBruce Momjian
2011-09-25Un-break compression of plain-text output format in pg_dump.Tom Lane
2011-09-24Fix our mapping of Windows timezones for Central America.Tom Lane
2011-09-23Add --{no-,}replication flags to createuser.Robert Haas
2011-09-13Propagate with_system_tzdata setting into initdb build.Tom Lane
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut