| Age | Commit message (Expand) | Author |
| 2000-11-14 | Rename PortName to PortNumber. | Bruce Momjian |
| 2000-11-13 | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian |
| 2000-11-12 | Keep track of the last active slot in the shared ProcState array, so | Tom Lane |
| 2000-11-12 | Restructure handling of inheritance queries so that they work with outer | Tom Lane |
| 2000-11-11 | Define conversions to and from text for date, time, and timetz. | Thomas G. Lockhart |
| 2000-11-10 | Adjust INET/CIDR display conventions and reimplement some INET/CIDR | Tom Lane |
| 2000-11-10 | pg_fsync is fsync in WAL version. | Vadim B. Mikheev |
| 2000-11-10 | Clean up syscache so that recursive invocation is safe, and remove error | Tom Lane |
| 2000-11-09 | Auto checkpoint creation. | Vadim B. Mikheev |
| 2000-11-08 | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane |
| 2000-11-08 | Reimplement alternative database locations with symlinks. No changes in | Peter Eisentraut |
| 2000-11-06 | Add -V option to backend, to show version, since --version doesn't seem | Peter Eisentraut |
| 2000-11-06 | Add support for AT TIME ZONE syntax. | Thomas G. Lockhart |
| 2000-11-06 | Add functions to support AT TIME ZONE syntax. | Thomas G. Lockhart |
| 2000-11-05 | New CHECKPOINT command. | Vadim B. Mikheev |
| 2000-11-05 | Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where | Tom Lane |
| 2000-11-04 | Make the backend grok relative paths for the data directory by converting | Peter Eisentraut |
| 2000-11-03 | Add configure check to see whether <string.h> and <strings.h> may both be | Peter Eisentraut |
| 2000-11-03 | pg_variable is not used in WAL version now. | Vadim B. Mikheev |
| 2000-11-02 | Fix insufficiently-parenthesized macro definitions. | Tom Lane |
| 2000-11-01 | Add runtime configuration options to control permission bits and group | Peter Eisentraut |
| 2000-10-31 | This is the minimal version of the Darwin support patch from | Peter Eisentraut |
| 2000-10-31 | Change the parser to convert SQL "position" and "substring" syntax to | Peter Eisentraut |
| 2000-10-30 | Add support for code conversion between Unicode and other encodings. | Tatsuo Ishii |
| 2000-10-30 | Add new configure option "--enable-uniconv" that enables automatic | Tatsuo Ishii |
| 2000-10-29 | USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are | Peter Eisentraut |
| 2000-10-28 | #define JMP_BUF has been unnecessary since the arrival of the sigsetjmp | Peter Eisentraut |
| 2000-10-28 | As we don't use struct dirent, the #define SYSV_DIRENT is useless. If we | Peter Eisentraut |
| 2000-10-28 | beos fixes from Cyril VELTER | Bruce Momjian |
| 2000-10-28 | WAL | Vadim B. Mikheev |
| 2000-10-27 | Remove gcc-only macro definition | Tatsuo Ishii |
| 2000-10-26 | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane |
| 2000-10-26 | Fix breakage I introduced yesterday in MULTIBYTE compilations. | Tom Lane |
| 2000-10-25 | Support SET/SHOW/RESET client_encoding and server_encoding even when | Tom Lane |
| 2000-10-25 | WAL utils defs | Vadim B. Mikheev |
| 2000-10-24 | Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor | Peter Eisentraut |
| 2000-10-24 | Create empty file so that CVS sources compile (Vadim can fill in real | Tom Lane |
| 2000-10-24 | WAL misc | Vadim B. Mikheev |
| 2000-10-24 | Reconsider page size for large objects: rather than stuffing disk pages | Tom Lane |
| 2000-10-24 | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane |
| 2000-10-23 | Back out xti.h portion of the patch. | Bruce Momjian |
| 2000-10-23 | New relcache hash table with RelFileNode as key to be used | Vadim B. Mikheev |
| 2000-10-22 | Some small polishing of Mark Hollomon's cleanup of DROP command: might | Tom Lane |
| 2000-10-22 | Makeover for Unixware 7.1.1 | Peter Eisentraut |
| 2000-10-22 | datlastsysoid is an Oid, not an int4 ... | Tom Lane |
| 2000-10-22 | Add new datlastsysoid to pg_database. | Philip Warner |
| 2000-10-22 | BACKED OUT. | Bruce Momjian |
| 2000-10-21 | Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to | Peter Eisentraut |
| 2000-10-21 | here it is as requested by Bruce. | Bruce Momjian |
| 2000-10-21 | WAL | Vadim B. Mikheev |