| Age | Commit message (Expand) | Author |
| 2001-02-10 | Fix on Linux | Peter Eisentraut |
| 2001-02-10 | More cleanup, again not sure it works. | Bruce Momjian |
| 2001-02-10 | Clean up bad variable used in script. Still not sure it works under Linux. | Bruce Momjian |
| 2001-02-10 | Restructure the key include files per recent pghackers discussion: there | Tom Lane |
| 2001-02-09 | Add -g as synonmym for --globals-only in pg_dumpall. Add info about | Bruce Momjian |
| 2001-02-08 | Make -w the default for shut down, add -W option to specify no wait. | Peter Eisentraut |
| 2001-02-07 | Redo pgaccess' queries about views so that they will work in both 7.1 | Tom Lane |
| 2001-02-07 | Not sure why this work script was in the repository ... but it doesn't | Tom Lane |
| 2001-02-07 | Use explicit path to libpgtcl.so, instead of relying on LD_LIBRARY_PATH | Tom Lane |
| 2001-01-29 | The following patch is required for successful compilation on Irix. | Bruce Momjian |
| 2001-01-28 | Used LEFT OUTER JOIN for various queries | Philip Warner |
| 2001-01-28 | Applied (slightly modified) patches from Tatsuo: | Philip Warner |
| 2001-01-27 | Here is an update on the Win32 patch. Modified files are 'config.h.win32' | Bruce Momjian |
| 2001-01-27 | Add missing pgaccess files. | Bruce Momjian |
| 2001-01-27 | Update to pgaccess 0.98.7. | Bruce Momjian |
| 2001-01-27 | When dropping the schema, reconnect as owner of each object. | Philip Warner |
| 2001-01-25 | For missing owner of database, default to superuser. | Peter Eisentraut |
| 2001-01-25 | Avoid bogus failures due to 'ps x | grep postmaster' detecting 'grep | Peter Eisentraut |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-24 | Here is a patch to make the current snapshot compile on Win32 (native, libpq | Bruce Momjian |
| 2001-01-23 | The -R option didn't accept an argument, which made it kind of useless. | Peter Eisentraut |
| 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 |