aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Allow CHECK constraints to be declared ONLYAlvaro Herrera2011-12-19
* Add missing 'static' qualifier.Tom Lane2011-12-16
* Add --section option to pg_dump and pg_restore.Andrew Dunstan2011-12-16
* Add --exclude-table-data option to pg_dump.Andrew Dunstan2011-12-14
* Miscellaneous cleanup to silence compiler warnings seen on Mingw.Andrew Dunstan2011-12-10
* Remove spclocation field from pg_tablespaceMagnus Hagander2011-12-07
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* Make command-line tools smarter about finding a DB to connect to.Robert Haas2011-12-06
* Add a \setenv command to psql.Andrew Dunstan2011-12-04
* psql: Make temporary editor files have .sql extensionPeter Eisentraut2011-12-02
* Remove duplicate definition of 'progname'.Tom Lane2011-11-29
* Clean up after recent pg_dump patches.Tom Lane2011-11-29
* Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian2011-11-29
* pg_dump: Add gettext plural support to error messagePeter Eisentraut2011-11-29
* pg_dump: Fix clean rule after file renaming shufflePeter Eisentraut2011-11-29
* Fix some bogosities in pg_dump's foreign-table support.Tom Lane2011-11-28
* Move pg_dump memory routines into pg_dumpmem.c/h and restore common.cBruce Momjian2011-11-26
* Fix unvalidated check constraints on domains, tooAlvaro Herrera2011-11-25
* Modify pg_dump to use error-free memory allocation macros. This avoidsBruce Momjian2011-11-25
* Allow pg_upgrade to upgrade clusters that use exclusion contraints byBruce Momjian2011-11-25
* Dump an unvalidated constraint separately from its tableAlvaro Herrera2011-11-24
* Remove user-selectable ANALYZE option for range types.Tom Lane2011-11-23
* Further code review for range types patch.Tom Lane2011-11-20
* Further review of range-types patch.Tom Lane2011-11-18
* Don't elide blank lines when accumulating psql command history.Robert Haas2011-11-15
* Add psql expanded auto modePeter Eisentraut2011-11-12
* Fix psql's \dd version check for operator families.Robert Haas2011-11-11
* Throw nice error if server is too old to support psql's \ef or \sf command.Tom Lane2011-11-10
* Avoid platform-dependent infinite loop in pg_dump.Tom Lane2011-11-10
* Show statistics target for columns in \d+ on a tableMagnus Hagander2011-11-05
* Make psql \d on a sequence show the table/column owning itMagnus Hagander2011-11-05
* Add missing space in commentMagnus Hagander2011-11-04
* Properly close replication connection in pg_receivexlogMagnus Hagander2011-11-03
* Pre-pad WAL files when streaming transaction logMagnus Hagander2011-11-03
* Support range data types.Heikki Linnakangas2011-11-03
* Remove hard-coded "\connect postgres" from pg_dumpall.Robert Haas2011-10-28
* Fix pg_bsd_indent bug where newlines were not being trimmed from typedefBruce Momjian2011-10-26
* Implement streaming xlog for backup toolsMagnus Hagander2011-10-26
* MingW doesn't support wcstombs_s()...Magnus Hagander2011-10-26
* Remove argument decoration that appears unsupported on mingwMagnus Hagander2011-10-25
* Support configurable eventlog application names on WindowsMagnus Hagander2011-10-25
* Make TABLE tab complation in psql include all relationsMagnus Hagander2011-10-24
* Make psql support tab completion of EXECUTE <prepared-statement-name>.Tom Lane2011-10-23
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-22
* Rewrite tab completion's previous-word fetching for more sanity.Tom Lane2011-10-20
* Suppress remaining -Waddress warnings from recent gcc versions.Tom Lane2011-10-18
* Suppress -Wunused-result warnings about write() and fwrite().Tom Lane2011-10-18
* Fix pg_dump to dump casts between auto-generated types.Tom Lane2011-10-18
* Allow a major PG version psql .psqlrc file to be used if a minorBruce Momjian2011-10-14
* Dump all roles first, then all config settings on roles.Robert Haas2011-10-14