| Age | Commit message (Expand) | Author |
| 2001-11-10 | Restructure child-exit logging messages for easier translation, | Tom Lane |
| 2001-11-10 | Allow TIMESTAMP, VARCHAR, et al to be used as unquoted column names, | Tom Lane |
| 2001-11-09 | Jason Davies patch to getImported/getExported keys | Dave Cramer |
| 2001-11-08 | Fix indenting for 'extern "C"' cases. | Bruce Momjian |
| 2001-11-08 | Make extern C handling more flexible. | Bruce Momjian |
| 2001-11-08 | PostgreSQL works again on Mac OS X 10.1. Hold your nose before | Tom Lane |
| 2001-11-08 | Add casts to suppress compiler warnings observed on Darwin platform | Tom Lane |
| 2001-11-07 | Fix replacement of extern C string. | Bruce Momjian |
| 2001-11-07 | Fix typo. | Bruce Momjian |
| 2001-11-07 | Prevent indenting of 'extern "C"' blocks. | Bruce Momjian |
| 2001-11-07 | Some post pgident run updates, | Bruce Momjian |
| 2001-11-06 | Update for latest version of horology test.REL7_2_BETA2 | Tom Lane |
| 2001-11-06 | Clean up formatting of child process exit-status reports so that they | Tom Lane |
| 2001-11-06 | Fix last (?) problem with sensitivity to daylight savings time status | Thomas G. Lockhart |
| 2001-11-06 | Add British Double Standard Time (BDST) per mailing list report. | Thomas G. Lockhart |
| 2001-11-06 | Use PostgreSQL's standard declaration for a 32-bit integer to define | Thomas G. Lockhart |
| 2001-11-06 | Add Darwin to list of known systems for ps_status. | Tom Lane |
| 2001-11-06 | The extra semaphore that proc.c now allocates for checkpoint processes | Tom Lane |
| 2001-11-05 | Fix coredump in plpgsql when trying to return a rowtype result. | Tom Lane |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-11-05 | Preparation for the parameter array handling. | Hiroshi Inoue |
| 2001-11-05 | 1) Fix a few bugs about SQLGetData() | Hiroshi Inoue |
| 2001-11-05 | More cleanup for stuff after closing brace in first column. | Bruce Momjian |
| 2001-11-05 | Handle tabs after closing brace in first column with less indenting. | Bruce Momjian |
| 2001-11-05 | Improve readability of script. | Bruce Momjian |
| 2001-11-05 | CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column names | Tom Lane |
| 2001-11-05 | Remove ill-considered Assert. | Tom Lane |
| 2001-11-04 | Pull in variables defined in structs; had too many tabs. | Bruce Momjian |
| 2001-11-04 | Fix now-obsolete comment. | Tom Lane |
| 2001-11-04 | Version was 3.3 but last released version was 3.1. Setting to match rest | D'Arcy J.M. Cain |
| 2001-11-04 | Merge three existing ways of signaling postmaster from child processes, | Tom Lane |
| 2001-11-04 | Note that PyGreSQL has been checked against Python 2.1 now. | D'Arcy J.M. Cain |
| 2001-11-04 | The "%d", while syntactically correct, was confusing. Added a space to | D'Arcy J.M. Cain |
| 2001-11-04 | - Fix compiler warning in pg_restore | Philip Warner |
| 2001-11-04 | Got "ADD" to appear only in ALTER TABLE and not CREATE TABLE | Bruce Momjian |
| 2001-11-04 | Remove "ADD" from TABLE / ADD UNIQUE-PRIMARY error message because the | Bruce Momjian |
| 2001-11-03 | Require closing paren on line above brace to identify function | Bruce Momjian |
| 2001-11-03 | More updates for GNU indent. | Bruce Momjian |
| 2001-11-03 | 1) Improve literal handling in parse_statement(). | Hiroshi Inoue |
| 2001-11-03 | Make pgindent use GNU Indent version 2.X better. | Bruce Momjian |
| 2001-11-02 | proper select for Jason Davies patch to getImportedKeys | Dave Cramer |
| 2001-11-02 | proper select for Jason Davies patch to getImportedKeys | Dave Cramer |
| 2001-11-02 | Add check for 'extern "C"' for pgindent. | Bruce Momjian |
| 2001-11-02 | Windows portability macros SOCK_ERRNO and SOCK_STRERROR should be in | Tom Lane |
| 2001-11-02 | Add default expressions to INSERTs during planning, not during parse | Tom Lane |
| 2001-11-02 | updates | Peter Eisentraut |
| 2001-11-02 | Fix pg_pwd caching mechanism, which was broken by changes to fork | Tom Lane |
| 2001-11-02 | Suppress compiler warning (only seen in MULTIBYTE case). | Tom Lane |
| 2001-11-02 | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane |
| 2001-11-02 | Sync parser yet again. | Michael Meskes |