summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Translation updatesPeter Eisentraut2008-03-145-102/+107
* Don't call AddUserToDacl on CygwinAndrew Dunstan2008-02-292-2/+6
* Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander2008-02-292-3/+24
* Fix mistakes in pg_ctl's code for "start -w" that tries to cope withTom Lane2008-02-201-19/+43
* Translation updatesPeter Eisentraut2008-01-3110-221/+195
* Add a GUC variable "synchronize_seqscans" to allow clients to disable the newTom Lane2008-01-301-8/+15
* Translation updatesPeter Eisentraut2008-01-3038-9993/+14643
* Provide a clearer error message if the pg_control version number looksPeter Eisentraut2008-01-211-1/+6
* Fix psql \h output for case of no parameters (ie, list all the known commands)Tom Lane2008-01-202-29/+54
* Prevent pg_dump from dumping the comment (if any) on the 'public' schema.Tom Lane2008-01-141-5/+11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-0165-130/+130
* Get dllwrap name from variable instead of hardcoded.Magnus Hagander2007-12-151-1/+1
* Improve the method of localizing column names and other fixed strings inTom Lane2007-12-127-125/+241
* Make documentation of -W options more accurate and uniform.Tom Lane2007-12-1110-20/+20
* Remove the long-deprecated -u option from psql, since it does nothing veryTom Lane2007-12-114-50/+14
* Fix bogus prompt for password in -u case. Per gripe from Robert Treat.Tom Lane2007-12-091-3/+3
* Fix up the PQconnectionUsedPassword mess: create a separateTom Lane2007-12-096-13/+13
* Translation updatesPeter Eisentraut2007-11-2920-2973/+5508
* Properly recognize and announce input errors.Peter Eisentraut2007-11-282-4/+15
* Move resetting of currSchema to a spot where it's not vulnerable to gettingTom Lane2007-11-241-16/+17
* If pg_dump drops a schema, make sure 'search_path' it SET the next timeBruce Momjian2007-11-241-1/+16
* Add more comments about thousands separator handling.Bruce Momjian2007-11-221-1/+3
* Add comments about thousands separator logic.Bruce Momjian2007-11-221-1/+2
* When setting default thousands separator when locale has "", use logicBruce Momjian2007-11-211-2/+2
* Fix pg_ctl -t to register -t value, per Alvaro.Bruce Momjian2007-11-201-3/+9
* Update comment.Bruce Momjian2007-11-191-2/+2
* Add comment about COMMENT ON DATABASE failing for differently-namedBruce Momjian2007-11-191-1/+2
* Fix inconsistent message wording, and split off a couple of duplicated strings.Alvaro Herrera2007-11-161-19/+28
* Cleanup for new else/comment handling.Bruce Momjian2007-11-161-5/+5
* Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian2007-11-151-6/+6
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-153-36/+36
* pgindent run for 8.3.Bruce Momjian2007-11-1518-366/+394
* Translation updatesPeter Eisentraut2007-11-1514-557/+2177
* Add to synopsis that timeout option also applies to stop modePeter Eisentraut2007-11-151-2/+2
* Make help synopsis consistentPeter Eisentraut2007-11-151-2/+2
* Make synopses of -t option consistentPeter Eisentraut2007-11-151-5/+5
* Add pg_ctl -t/timeout parameter to control amount of time to wait forBruce Momjian2007-11-101-5/+10
* Add missing newlines to error messages, and normalize wording a bit.Peter Eisentraut2007-11-081-16/+16
* Consistent capitalizationPeter Eisentraut2007-11-071-3/+3
* Improve wordingPeter Eisentraut2007-11-071-3/+3
* Error message cleanupPeter Eisentraut2007-11-072-10/+11
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-073-6/+6
* More precise error messagePeter Eisentraut2007-10-311-2/+2
* Make pg_dump and friends consistently report both the filename and theTom Lane2007-10-285-38/+95
* Fix a couple of issues with pg_dump's handling of inheritance child tablesTom Lane2007-10-281-9/+43
* Translation updatesPeter Eisentraut2007-10-2734-6962/+10823
* Make initdb's selection of default text search configuration dependTom Lane2007-10-251-36/+34
* Danish_Danmark -> Danish_DenmarkAlvaro Herrera2007-10-241-2/+2
* Use 'token' not 'lexeme' to describe the output of a parser.Tom Lane2007-10-161-2/+2
* Re-allow UTF8 encodings on win32. Since UTF8 is converted toMagnus Hagander2007-10-161-2/+12