| Commit message (Expand) | Author | Age |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Translation updates | Peter Eisentraut | 2007-11-15 |
* | Add to synopsis that timeout option also applies to stop mode | Peter Eisentraut | 2007-11-15 |
* | Make help synopsis consistent | Peter Eisentraut | 2007-11-15 |
* | Make synopses of -t option consistent | Peter Eisentraut | 2007-11-15 |
* | Add pg_ctl -t/timeout parameter to control amount of time to wait for | Bruce Momjian | 2007-11-10 |
* | Add missing newlines to error messages, and normalize wording a bit. | Peter Eisentraut | 2007-11-08 |
* | Consistent capitalization | Peter Eisentraut | 2007-11-07 |
* | Improve wording | Peter Eisentraut | 2007-11-07 |
* | Error message cleanup | Peter Eisentraut | 2007-11-07 |
* | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut | 2007-11-07 |
* | More precise error message | Peter Eisentraut | 2007-10-31 |
* | Make pg_dump and friends consistently report both the filename and the | Tom Lane | 2007-10-28 |
* | Fix a couple of issues with pg_dump's handling of inheritance child tables | Tom Lane | 2007-10-28 |
* | Translation updates | Peter Eisentraut | 2007-10-27 |
* | Make initdb's selection of default text search configuration depend | Tom Lane | 2007-10-25 |
* | Danish_Danmark -> Danish_Denmark | Alvaro Herrera | 2007-10-24 |
* | Use 'token' not 'lexeme' to describe the output of a parser. | Tom Lane | 2007-10-16 |
* | Re-allow UTF8 encodings on win32. Since UTF8 is converted to | Magnus Hagander | 2007-10-16 |
* | Remove quotes around locale names in some places for consistency. | Peter Eisentraut | 2007-10-16 |
* | Try to fix msvc build for recent initdb changes. | Tom Lane | 2007-10-13 |
* | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane | 2007-10-13 |
* | Make use of additional chklocale.c entries to reject locales that we | Tom Lane | 2007-09-29 |
* | Change initdb and CREATE DATABASE to actively reject attempts to create | Tom Lane | 2007-09-28 |
* | Tweak initdb's text search configuration selection code so it can | Tom Lane | 2007-09-28 |
* | Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate | Tom Lane | 2007-09-27 |
* | Small string tweaks | Peter Eisentraut | 2007-09-25 |
* | Replace linear searches with binary searches in pg_dump's code to | Tom Lane | 2007-09-23 |
* | Add tsearch tab completion support: | Bruce Momjian | 2007-09-14 |
* | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 |
* | Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data | Tom Lane | 2007-08-29 |
* | Make \dFt and \dFt+ do something different --- omitting the function | Tom Lane | 2007-08-22 |
* | Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the | Tom Lane | 2007-08-22 |
* | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 |
* | Fix unintended change of output format for createlang/droplang -l. Missed | Tom Lane | 2007-08-10 |
* | Fix pg_restore to guard against unexpected EOF while reading an archive file. | Tom Lane | 2007-08-06 |
* | Tweak for initdb: if more command-line arguments were specified than | Neil Conway | 2007-08-04 |
* | Arrange to put TOAST tables belonging to temporary tables into special schemas | Tom Lane | 2007-07-25 |
* | Fixup the indentation of a comment that was mangled by pgindent, and | Neil Conway | 2007-07-12 |
* | Suppress Sun Studio warnings, per Stefan. | Tom Lane | 2007-07-12 |
* | Silence compile warning on win32, per Stefan and Buildfarm. | Magnus Hagander | 2007-07-12 |
* | Suppress a warning that some versions of gcc emit about %x in strftime. | Tom Lane | 2007-07-11 |
* | Adjust processSQLNamePattern() so that $ within the pattern is always matched | Tom Lane | 2007-07-10 |
* | Get rid of client-code dependencies on the exact text of the no-password | Tom Lane | 2007-07-08 |
* | Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. | Neil Conway | 2007-07-03 |
* | - Fix the -w (wait) option to work in Windows service mode, per bug #3382. | Magnus Hagander | 2007-07-02 |
* | Add the function's volatility to the output of psql's \df+ command. | Neil Conway | 2007-06-28 |
* | In psql, when running a SELECT query using a cursor, flush the query | Neil Conway | 2007-06-22 |
* | Arrange for quote_identifier() and pg_dump to not quote keywords that are | Tom Lane | 2007-06-18 |
* | Schema-qualify several references to the builtin function length(), to | Neil Conway | 2007-06-13 |