summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Remove spclocation field from pg_tablespaceMagnus Hagander2011-12-072-8/+26
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-071-4/+26
* Make command-line tools smarter about finding a DB to connect to.Robert Haas2011-12-0611-36/+127
* Add a \setenv command to psql.Andrew Dunstan2011-12-042-1/+47
* psql: Make temporary editor files have .sql extensionPeter Eisentraut2011-12-021-2/+2
* Remove duplicate definition of 'progname'.Tom Lane2011-11-291-2/+0
* Clean up after recent pg_dump patches.Tom Lane2011-11-2910-44/+62
* Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian2011-11-2911-92/+53
* pg_dump: Add gettext plural support to error messagePeter Eisentraut2011-11-291-1/+3
* pg_dump: Fix clean rule after file renaming shufflePeter Eisentraut2011-11-291-1/+1
* Fix some bogosities in pg_dump's foreign-table support.Tom Lane2011-11-281-27/+44
* Move pg_dump memory routines into pg_dumpmem.c/h and restore common.cBruce Momjian2011-11-2617-1037/+1038
* Fix unvalidated check constraints on domains, tooAlvaro Herrera2011-11-251-7/+24
* Modify pg_dump to use error-free memory allocation macros. This avoidsBruce Momjian2011-11-2518-1361/+1357
* Allow pg_upgrade to upgrade clusters that use exclusion contraints byBruce Momjian2011-11-251-1/+1
* Dump an unvalidated constraint separately from its tableAlvaro Herrera2011-11-241-11/+33
* Remove user-selectable ANALYZE option for range types.Tom Lane2011-11-231-9/+5
* Further code review for range types patch.Tom Lane2011-11-201-87/+58
* Further review of range-types patch.Tom Lane2011-11-182-6/+11
* Don't elide blank lines when accumulating psql command history.Robert Haas2011-11-151-2/+2
* Add psql expanded auto modePeter Eisentraut2011-11-124-24/+54
* Fix psql's \dd version check for operator families.Robert Haas2011-11-111-2/+8
* Throw nice error if server is too old to support psql's \ef or \sf command.Tom Lane2011-11-101-2/+14
* Avoid platform-dependent infinite loop in pg_dump.Tom Lane2011-11-101-2/+9
* Show statistics target for columns in \d+ on a tableMagnus Hagander2011-11-051-1/+12
* Make psql \d on a sequence show the table/column owning itMagnus Hagander2011-11-051-0/+37
* Add missing space in commentMagnus Hagander2011-11-041-1/+1
* Properly close replication connection in pg_receivexlogMagnus Hagander2011-11-031-0/+2
* Pre-pad WAL files when streaming transaction logMagnus Hagander2011-11-032-79/+125
* Support range data types.Heikki Linnakangas2011-11-031-2/+182
* Remove hard-coded "\connect postgres" from pg_dumpall.Robert Haas2011-10-281-1/+6
* Fix pg_bsd_indent bug where newlines were not being trimmed from typedefBruce Momjian2011-10-261-9/+8
* Implement streaming xlog for backup toolsMagnus Hagander2011-10-268-153/+1473
* MingW doesn't support wcstombs_s()...Magnus Hagander2011-10-261-2/+1
* Remove argument decoration that appears unsupported on mingwMagnus Hagander2011-10-251-2/+2
* Support configurable eventlog application names on WindowsMagnus Hagander2011-10-252-5/+54
* Make TABLE tab complation in psql include all relationsMagnus Hagander2011-10-241-0/+5
* Make psql support tab completion of EXECUTE <prepared-statement-name>.Tom Lane2011-10-231-1/+12
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-221-0/+1
* Rewrite tab completion's previous-word fetching for more sanity.Tom Lane2011-10-201-66/+76
* Suppress remaining -Waddress warnings from recent gcc versions.Tom Lane2011-10-181-1/+1
* Suppress -Wunused-result warnings about write() and fwrite().Tom Lane2011-10-181-3/+9
* Fix pg_dump to dump casts between auto-generated types.Tom Lane2011-10-182-7/+21
* Allow a major PG version psql .psqlrc file to be used if a minorBruce Momjian2011-10-141-6/+13
* Dump all roles first, then all config settings on roles.Robert Haas2011-10-141-3/+9
* Have pg_ctl return an exit status of 3 if the server is not running, toBruce Momjian2011-10-131-4/+10
* Simplify new pg_ctl newline termination code.Bruce Momjian2011-10-061-2/+4
* Add postmaster -C option to query configuration parameters, and haveBruce Momjian2011-10-061-7/+65
* Un-break compression of plain-text output format in pg_dump.Tom Lane2011-09-251-9/+3
* Fix our mapping of Windows timezones for Central America.Tom Lane2011-09-231-1/+2