summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2008-02-17Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane
2008-01-31Translation updatesPeter Eisentraut
2008-01-30Add a GUC variable "synchronize_seqscans" to allow clients to disable the newTom Lane
2008-01-30Translation updatesPeter Eisentraut
2008-01-21Provide a clearer error message if the pg_control version number looksPeter Eisentraut
2008-01-20Fix psql \h output for case of no parameters (ie, list all the known commands)Tom Lane
2008-01-14Prevent pg_dump from dumping the comment (if any) on the 'public' schema.Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-15Get dllwrap name from variable instead of hardcoded.Magnus Hagander
2007-12-12Improve the method of localizing column names and other fixed strings inTom Lane
2007-12-11Make documentation of -W options more accurate and uniform.Tom Lane
2007-12-11Remove the long-deprecated -u option from psql, since it does nothing veryTom Lane
2007-12-09Fix bogus prompt for password in -u case. Per gripe from Robert Treat.Tom Lane
2007-12-09Fix up the PQconnectionUsedPassword mess: create a separateTom Lane
2007-11-29Translation updatesPeter Eisentraut
2007-11-28Properly recognize and announce input errors.Peter Eisentraut
2007-11-24Move resetting of currSchema to a spot where it's not vulnerable to gettingTom Lane
2007-11-24If pg_dump drops a schema, make sure 'search_path' it SET the next timeBruce Momjian
2007-11-22Add more comments about thousands separator handling.Bruce Momjian
2007-11-22Add comments about thousands separator logic.Bruce Momjian
2007-11-21When setting default thousands separator when locale has "", use logicBruce Momjian
2007-11-20Fix pg_ctl -t to register -t value, per Alvaro.Bruce Momjian
2007-11-19Update comment.Bruce Momjian
2007-11-19Add comment about COMMENT ON DATABASE failing for differently-namedBruce Momjian
2007-11-16Fix inconsistent message wording, and split off a couple of duplicated strings.Alvaro Herrera
2007-11-16Cleanup for new else/comment handling.Bruce Momjian
2007-11-15Fix pgindent to properly handle 'else' and single-line comments on theBruce Momjian
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-15Translation updatesPeter Eisentraut
2007-11-15Add to synopsis that timeout option also applies to stop modePeter Eisentraut
2007-11-15Make help synopsis consistentPeter Eisentraut
2007-11-15Make synopses of -t option consistentPeter Eisentraut
2007-11-10Add pg_ctl -t/timeout parameter to control amount of time to wait forBruce Momjian
2007-11-08Add missing newlines to error messages, and normalize wording a bit.Peter Eisentraut
2007-11-07Consistent capitalizationPeter Eisentraut
2007-11-07Improve wordingPeter Eisentraut
2007-11-07Error message cleanupPeter Eisentraut
2007-11-07Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut
2007-10-31More precise error messagePeter Eisentraut
2007-10-28Make pg_dump and friends consistently report both the filename and theTom Lane
2007-10-28Fix a couple of issues with pg_dump's handling of inheritance child tablesTom Lane
2007-10-27Translation updatesPeter Eisentraut
2007-10-25Make initdb's selection of default text search configuration dependTom Lane
2007-10-24Danish_Danmark -> Danish_DenmarkAlvaro Herrera
2007-10-16Use 'token' not 'lexeme' to describe the output of a parser.Tom Lane
2007-10-16Re-allow UTF8 encodings on win32. Since UTF8 is converted toMagnus Hagander
2007-10-16Remove quotes around locale names in some places for consistency.Peter Eisentraut
2007-10-13Try to fix msvc build for recent initdb changes.Tom Lane
2007-10-13Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane