| Age | Commit message (Expand) | Author |
| 2001-03-13 | Provide more useful error message if 'postgres -V' failed. Advertise | Peter Eisentraut |
| 2001-03-13 | - Use subselect when enabling triggers, | Philip Warner |
| 2001-03-06 | Help message s/dump/restore/ (must have been copy&pasted from pg_dump). | Peter Eisentraut |
| 2001-03-06 | - Dump relevant parts of sequences only when doing schemaOnly & dataOnly | Philip Warner |
| 2001-03-06 | - Only disable triggers in DataOnly (or implied data-only) restores. | Philip Warner |
| 2001-03-05 | Here is the chinese_big5 patch for PgAccess. I've tested under Chinese | Bruce Momjian |
| 2001-03-01 | Fix memory leak. | Peter Eisentraut |
| 2001-03-01 | Ensure previous setting of pset.queryFout is restored after a failed | Tom Lane |
| 2001-03-01 | Remove HAVE_OPTARG per discussion in hackers list. | Tatsuo Ishii |
| 2001-02-28 | Do not strip whitespace within quotes. | Peter Eisentraut |
| 2001-02-27 | Massive commits for SunOS4 port. | Tatsuo Ishii |
| 2001-02-26 | Allow pgaccess to input Japanese. See included mail. | Tatsuo Ishii |
| 2001-02-26 | Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur | Tom Lane |
| 2001-02-23 | Fix pg_dump crashes caused by bogus use of va_start/va_end (only seen | Tom Lane |
| 2001-02-23 | chinese-gb -> chinese_gb. | Bruce Momjian |
| 2001-02-23 | Rename to chinese-gb | Bruce Momjian |
| 2001-02-22 | The attachement is the Chinese (GB) patch for PgAccess, don't know | Bruce Momjian |
| 2001-02-20 | Make sure -L and -I's for our source tree are always before system include | Peter Eisentraut |
| 2001-02-20 | Fix pg_passwd's failure to cope with usernames > 8 chars. | Tom Lane |
| 2001-02-18 | Add copyright mentions, per Tom Lane. | Bruce Momjian |
| 2001-02-18 | Add --template option to createdb script to allow access to WITH TEMPLATE | Tom Lane |
| 2001-02-17 | Fix a bug in psql. unescape() does not work for multi-byte encodings. | Tatsuo Ishii |
| 2001-02-13 | - Fix help output: replace 'f' with 't' and change desc | Philip Warner |
| 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 |