aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* Translation updatesPeter Eisentraut2007-11-15
* Add to synopsis that timeout option also applies to stop modePeter Eisentraut2007-11-15
* Make help synopsis consistentPeter Eisentraut2007-11-15
* Make synopses of -t option consistentPeter Eisentraut2007-11-15
* Add pg_ctl -t/timeout parameter to control amount of time to wait forBruce Momjian2007-11-10
* Add missing newlines to error messages, and normalize wording a bit.Peter Eisentraut2007-11-08
* Consistent capitalizationPeter Eisentraut2007-11-07
* Improve wordingPeter Eisentraut2007-11-07
* Error message cleanupPeter Eisentraut2007-11-07
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-07
* More precise error messagePeter Eisentraut2007-10-31
* Make pg_dump and friends consistently report both the filename and theTom Lane2007-10-28
* Fix a couple of issues with pg_dump's handling of inheritance child tablesTom Lane2007-10-28
* Translation updatesPeter Eisentraut2007-10-27
* Make initdb's selection of default text search configuration dependTom Lane2007-10-25
* Danish_Danmark -> Danish_DenmarkAlvaro Herrera2007-10-24
* Use 'token' not 'lexeme' to describe the output of a parser.Tom Lane2007-10-16
* Re-allow UTF8 encodings on win32. Since UTF8 is converted toMagnus Hagander2007-10-16
* Remove quotes around locale names in some places for consistency.Peter Eisentraut2007-10-16
* Try to fix msvc build for recent initdb changes.Tom Lane2007-10-13
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-13
* Make use of additional chklocale.c entries to reject locales that weTom Lane2007-09-29
* Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane2007-09-28
* Tweak initdb's text search configuration selection code so it canTom Lane2007-09-28
* Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminateTom Lane2007-09-27
* Small string tweaksPeter Eisentraut2007-09-25
* Replace linear searches with binary searches in pg_dump's code toTom Lane2007-09-23
* Add tsearch tab completion support:Bruce Momjian2007-09-14
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-03
* Fix aboriginal bug in _tarAddFile(): when complaining that the amount of dataTom Lane2007-08-29
* Make \dFt and \dFt+ do something different --- omitting the functionTom Lane2007-08-22
* Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating theTom Lane2007-08-22
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Fix unintended change of output format for createlang/droplang -l. MissedTom Lane2007-08-10
* Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane2007-08-06
* Tweak for initdb: if more command-line arguments were specified thanNeil Conway2007-08-04
* Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane2007-07-25
* Fixup the indentation of a comment that was mangled by pgindent, andNeil Conway2007-07-12
* Suppress Sun Studio warnings, per Stefan.Tom Lane2007-07-12
* Silence compile warning on win32, per Stefan and Buildfarm.Magnus Hagander2007-07-12
* Suppress a warning that some versions of gcc emit about %x in strftime.Tom Lane2007-07-11