| Age | Commit message (Expand) | Author |
| 2000-08-03 | Repair bug noted by Paul Caskey: neqsel() has been generating a bogus | Tom Lane |
| 2000-08-01 | Convert all remaining float4 and float8 functions to new fmgr style. | Tom Lane |
| 2000-08-01 | - Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore) | Philip Warner |
| 2000-07-31 | Make acl-related functions safe for TOAST. Mark pg_class.relacl as | Tom Lane |
| 2000-07-31 | Cancel request while waiting for a lock should try to wake | Hiroshi Inoue |
| 2000-07-30 | Type lztext is toast. | Tom Lane |
| 2000-07-30 | Convert all remaining geometric operators to new fmgr style. This | Tom Lane |
| 2000-07-29 | PATH and POLYGON datatypes are now TOASTable. Associated functions | Tom Lane |
| 2000-07-29 | bpchar, varchar, bytea, numeric are toastable --- if you initdb, which | Tom Lane |
| 2000-07-28 | Fix acceptance of PATH as a type and column name. | Thomas G. Lockhart |
| 2000-07-28 | Add int2-vs-int8 comparison operators. These are now necessary because | Tom Lane |
| 2000-07-28 | Update TODO list. | Bruce Momjian |
| 2000-07-28 | Remove <values.h> inclusions, no-longer-needed MAXINT definitions. | Tom Lane |
| 2000-07-28 | Fix sloppy macro coding (not enough parentheses). | Tom Lane |
| 2000-07-27 | Make planner safe for recursive calls --- needed for cases where | Tom Lane |
| 2000-07-27 | Update FAQ. | Bruce Momjian |
| 2000-07-27 | Some pedantic compile syntax errors to fix with the following patch | Bruce Momjian |
| 2000-07-27 | Here is a bug and patch to fix it. I have tested this bug and fix on | Bruce Momjian |
| 2000-07-27 | Update FAQ. | Bruce Momjian |
| 2000-07-27 | Add cidr TODO.detai file. | Bruce Momjian |
| 2000-07-27 | Update TODO list. | Bruce Momjian |
| 2000-07-27 | Update TODO list. | Bruce Momjian |
| 2000-07-27 | Update TODO list. | Bruce Momjian |
| 2000-07-27 | Update TODO list. | Bruce Momjian |
| 2000-07-27 | Update TODO list. | Bruce Momjian |
| 2000-07-27 | Update FAQ. | Bruce Momjian |
| 2000-07-27 | Update TODO list. | Bruce Momjian |
| 2000-07-27 | Arrange to free planning memory (or most of it, anyway) at completion | Tom Lane |
| 2000-07-27 | Ensure that values stored within arrays are not toasted, per | Tom Lane |
| 2000-07-27 | Update TODO list. | Bruce Momjian |
| 2000-07-26 | When dealing with OR-of-ANDs quals, extract multiple subclauses of an AND | Tom Lane |
| 2000-07-26 | Update FAQ. | Bruce Momjian |
| 2000-07-26 | Update FAQ. | Bruce Momjian |
| 2000-07-26 | Update FAQ. | Bruce Momjian |
| 2000-07-25 | ExecRestrPos() really needs to raise ERROR, not a wimpy DEBUG message, | Tom Lane |
| 2000-07-25 | Ensure that if the OID counter wraps around, we will not generate 0, | Tom Lane |
| 2000-07-25 | Fix confusion between sizeof(long) and sizeof(long*), as well as | Tom Lane |
| 2000-07-25 | Add commentary about varying usage of scankeys in btree code. | Tom Lane |
| 2000-07-25 | Clean up and document btree code for ordering keys. Neat stuff, | Tom Lane |
| 2000-07-25 | Update comments. | Tom Lane |
| 2000-07-24 | Update bsdi template | Bruce Momjian |
| 2000-07-24 | more doc cleanups | Bruce Momjian |
| 2000-07-24 | pg_backup_plain_text.c replaced by pg_backup_null.c | Philip Warner |
| 2000-07-24 | - no longer put ACLs at end of dump | Philip Warner |
| 2000-07-24 | Deduce equality constraints that are implied by transitivity of | Tom Lane |
| 2000-07-23 | Unset locale variables before running regression tests. (All of them!) | Peter Eisentraut |
| 2000-07-23 | Clean up some sloppy casts --- Oid vs. Datum, that sort of thing. | Tom Lane |
| 2000-07-23 | Further cleanup of array behavior. Slice assignments to arrays with | Tom Lane |
| 2000-07-22 | Shed some light onto SysV IPC configuration. | Peter Eisentraut |
| 2000-07-22 | typos | Peter Eisentraut |