| Age | Commit message (Expand) | Author |
| 2001-01-21 | Put quotes around environment variables. | Bruce Momjian |
| 2001-01-20 | Get rid of initdb -t bugs by the simple expedient of getting rid of | Tom Lane |
| 2001-01-12 | Fixed handling of renamed columns in PK constraints | Philip Warner |
| 2001-01-12 | - Check ntuples == 1 for various SELECT statements. | Philip Warner |
| 2001-01-08 | Prevent vacuumdb from trying to vacuum template0. | Tom Lane |
| 2001-01-08 | check for failure after vacuuming each DB, not only the last one. | Tom Lane |
| 2001-01-06 | Polish help output. Allow --help to work with BSD getopts. | Peter Eisentraut |
| 2001-01-05 | Remove not-really-standard implementation of CREATE TABLE's UNDER clause, | Tom Lane |
| 2001-01-04 | Correct path where to check for password file existance. | Peter Eisentraut |
| 2001-01-04 | pg_dump failed to handle backslashes embedded in function definitions | Tom Lane |
| 2000-12-31 | Fix typo in error message. | Tom Lane |
| 2000-12-31 | Remove incorrect use of rl_special_prefixes until further evaluation. | Peter Eisentraut |
| 2000-12-30 | Remove incorrect assert. | Peter Eisentraut |
| 2000-12-30 | Imporve messages. | Tatsuo Ishii |
| 2000-12-19 | Rename --accounts-only to --globals-only, polish documentation. | Peter Eisentraut |
| 2000-12-18 | Ensure that 'errno' is saved and restored by all signal handlers that | Tom Lane |
| 2000-12-18 | Updates for 7.1 branding. | Bruce Momjian |
| 2000-12-15 | Change ET_WARN to ET_NOTICE to match internal codes, leave message as | Bruce Momjian |
| 2000-12-15 | Print the error message before attempting to reset the connection after a | Peter Eisentraut |
| 2000-12-07 | Silence compiler warning. | Tom Lane |
| 2000-12-03 | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane |
| 2000-12-03 | Fix counting of lines in scripts with 'copy from stdin'. | Peter Eisentraut |
| 2000-12-03 | Final(?) GUC clean-up. Update psql tab completion. | Peter Eisentraut |
| 2000-11-30 | Make all commands that link a program look like | Peter Eisentraut |
| 2000-11-29 | Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix | Tom Lane |
| 2000-11-27 | This patch allow pg_dump save name of primary key constraint (if primary | Bruce Momjian |
| 2000-11-27 | Pay attention to fgets() failure return. | Tom Lane |
| 2000-11-27 | Pay attention to fgets() failure return. | Tom Lane |
| 2000-11-27 | After going to the trouble of finding where psql lives, seems like | Tom Lane |
| 2000-11-27 | Pay attention to failure returns from fgets() in all cases. | Tom Lane |
| 2000-11-27 | Prevent simple_prompt() from locking up in a tight loop at stdin EOF. | Tom Lane |
| 2000-11-26 | Silence warning | Peter Eisentraut |
| 2000-11-25 | Advertise --help (rather than '-?') as help option (problems with csh). | Peter Eisentraut |
| 2000-11-25 | Update pg_ctl ref page, help output, messages. Some repair to work better | Peter Eisentraut |
| 2000-11-25 | Fix security problem with psql \e where temp file could be an existing | Bruce Momjian |
| 2000-11-24 | Print bit strings as B'...' when INSERT commands are dumped. | Peter Eisentraut |
| 2000-11-21 | Install the sample pg_ident.conf file into /home/postgres/testversion/data, j... | Tom Lane |
| 2000-11-21 | Simplify definition of pg_tables and pg_views views by making use of | Tom Lane |
| 2000-11-20 | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane |
| 2000-11-18 | Polish error messages, help output, give marginal clue about command line | Peter Eisentraut |
| 2000-11-18 | Simplification: Build executable directly from .c file. | Peter Eisentraut |
| 2000-11-16 | Make pgsql compile on FreeBSD-alpha. | Bruce Momjian |
| 2000-11-14 | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane |
| 2000-11-13 | Remove -k unix socketpath option from client side, allow hostname with | Bruce Momjian |
| 2000-11-13 | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian |
| 2000-11-11 | Make sure shell scripts send error messages to stderr. | Peter Eisentraut |
| 2000-11-09 | Auto checkpoint creation. | Vadim B. Mikheev |
| 2000-11-08 | Dump identity of alternative location, if any. | Peter Eisentraut |
| 2000-11-06 | Add -V option to backend, to show version, since --version doesn't seem | Peter Eisentraut |
| 2000-11-04 | Since the backend now handles relative PGDATA, initdb doesn't have to work | Peter Eisentraut |