aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* Add more comments about thousands separator handling.Bruce Momjian2007-11-22
* Add comments about thousands separator logic.Bruce Momjian2007-11-22
* When setting default thousands separator when locale has "", use logicBruce Momjian2007-11-21
* Fix pg_ctl -t to register -t value, per Alvaro.Bruce Momjian2007-11-20
* Update comment.Bruce Momjian2007-11-19
* Add comment about COMMENT ON DATABASE failing for differently-namedBruce Momjian2007-11-19
* Fix inconsistent message wording, and split off a couple of duplicated strings.Alvaro Herrera2007-11-16
* Cleanup for new else/comment handling.Bruce Momjian2007-11-16
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-15
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15