aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Disable statement timeouts while making or restoring dumps.Andrew Dunstan2008-05-03
* Show relation size in verbose (e.g. \d+) output.Heikki Linnakangas2008-05-02
* One-letter backslash commands now need a space before the first argument.Peter Eisentraut2008-05-02
* Update error messages, per notes from Tom.Magnus Hagander2008-04-24
* Prevent shutdown in normal mode if online backup is running, andMagnus Hagander2008-04-23
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21
* Fix comment typo.Bruce Momjian2008-04-16
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-14
* Fix indentation in new REFERENCED BY psql output, per Brendan Jurd.Alvaro Herrera2008-04-14
* Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops:Tom Lane2008-04-13
* A small visit from the portability and localization police.Tom Lane2008-04-05
* Have psql command 'help' suggest the use of \?, updated version.Bruce Momjian2008-04-04
* Allow 'help' in psql to show \? help, for novice assistance.Bruce Momjian2008-04-04
* Show database access privileges in psql's \l command. For \l+, also showTom Lane2008-03-30
* Display incoming as well as outgoing foreign-key constraints in psql'sTom Lane2008-03-30
* Improve description of \du and \dg, per suggestion fromTom Lane2008-03-29
* Improve psql's tab completion to handle completing attribute names in casesTom Lane2008-03-29
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-28
* Remove ipcclean utility command --- didn't work on all Unixes and onBruce Momjian2008-03-27
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-27
* Include \password in the psql help.Magnus Hagander2008-03-26
* Strengthen warnings about using pg_dump's -i option.Bruce Momjian2008-03-26
* More README src cleanups.Bruce Momjian2008-03-21
* Dept of second thoughts: --no-tablespaces had better also preventTom Lane2008-03-20
* Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so thatTom Lane2008-03-20
* Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut2008-03-18
* Prevent psql \copy from accepting multiple string parameters, e.g.Bruce Momjian2008-03-11
* Don't call AddUserToDacl on CygwinAndrew Dunstan2008-02-29
* Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander2008-02-29
* Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR toTom Lane2008-02-20
* Fix mistakes in pg_ctl's code for "start -w" that tries to cope withTom Lane2008-02-20
* Added --htmldir option to pg_config, equivalent to the new configure option.Peter Eisentraut2008-02-18
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-17
* Translation updatesPeter Eisentraut2008-01-31
* Add a GUC variable "synchronize_seqscans" to allow clients to disable the newTom Lane2008-01-30
* Translation updatesPeter Eisentraut2008-01-30
* Provide a clearer error message if the pg_control version number looksPeter Eisentraut2008-01-21
* Fix psql \h output for case of no parameters (ie, list all the known commands)Tom Lane2008-01-20
* Prevent pg_dump from dumping the comment (if any) on the 'public' schema.Tom Lane2008-01-14
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Get dllwrap name from variable instead of hardcoded.Magnus Hagander2007-12-15
* Improve the method of localizing column names and other fixed strings inTom Lane2007-12-12
* Make documentation of -W options more accurate and uniform.Tom Lane2007-12-11
* Remove the long-deprecated -u option from psql, since it does nothing veryTom Lane2007-12-11
* Fix bogus prompt for password in -u case. Per gripe from Robert Treat.Tom Lane2007-12-09
* Fix up the PQconnectionUsedPassword mess: create a separateTom Lane2007-12-09
* Translation updatesPeter Eisentraut2007-11-29
* Properly recognize and announce input errors.Peter Eisentraut2007-11-28
* Move resetting of currSchema to a spot where it's not vulnerable to gettingTom Lane2007-11-24
* If pg_dump drops a schema, make sure 'search_path' it SET the next timeBruce Momjian2007-11-24