| Age | Commit message (Expand) | Author |
| 2000-09-27 | Reset current user id to session user id during transaction abort | Peter Eisentraut |
| 2000-09-23 | Clean up some ugly coding (hardwired constants) in index_formtuple. | Tom Lane |
| 2000-09-07 | Heap redo/undo (except for tuple moving used by vacuum). | Vadim B. Mikheev |
| 2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
| 2000-08-25 | Tweak btree insertion to avoid O(N^2) slowdown with large numbers of | Tom Lane |
| 2000-08-10 | CREATE btree INDEX takes dead tuples into account when old transactions | Hiroshi Inoue |
| 2000-08-06 | Ensure that catcache 'busy' flags are reset at transaction abort. | Tom Lane |
| 2000-08-04 | Fix tuptoaster bugs induced by making bytea toastable. Durn thing was | Tom Lane |
| 2000-08-03 | Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. | Tom Lane |
| 2000-08-03 | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane |
| 2000-07-31 | Make acl-related functions safe for TOAST. Mark pg_class.relacl as | 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-25 | Ensure that if the OID counter wraps around, we will not generate 0, | 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-22 | 2nd try for the index tuple toast hack. This time as suggested | Jan Wieck |
| 2000-07-21 | Further cleanup of btbuild (CREATE INDEX). Avoid storing unneeded | Tom Lane |
| 2000-07-21 | Fix sloppiness about alignment requirements in findsplitloc() space | Tom Lane |
| 2000-07-21 | Need to switch to tuples memory context when replacing the toasted | Jan Wieck |
| 2000-07-21 | Temporary fix to make TOAST vacuum-safe. All values are forced to be | Jan Wieck |
| 2000-07-21 | Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for | Tom Lane |
| 2000-07-14 | Cleanup of code for creating index entries. Functional indexes with | Tom Lane |
| 2000-07-13 | Repair parallel make in backend tree (and make it really parallel). | Peter Eisentraut |
| 2000-07-12 | First stage of reclaiming memory in executor by resetting short-term | Tom Lane |
| 2000-07-11 | Some security checks that we've found an external value completely | Jan Wieck |
| 2000-07-06 | Bugfix. If toasted tuple containted NULLs, DataFill() was handed | Jan Wieck |
| 2000-07-04 | Moving toaster out of NO ELOG area in heap_update(). | Jan Wieck |
| 2000-07-04 | DataFill() has no business resetting xact status bits | Tom Lane |
| 2000-07-04 | misc | Vadim B. Mikheev |
| 2000-07-04 | unlock buffer before releasing in heap_insert | Vadim B. Mikheev |
| 2000-07-03 | Add missing #include for TOAST. | Tom Lane |
| 2000-07-03 | TOAST | Jan Wieck |
| 2000-07-03 | heap' logging | Vadim B. Mikheev |
| 2000-07-02 | Attached is a new patch which addresses this problem. (oids in | Bruce Momjian |
| 2000-07-02 | New memmgr logic in xact.c failed if AbortTransaction() is called when | Tom Lane |
| 2000-06-30 | Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> | Peter Eisentraut |
| 2000-06-28 | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane |
| 2000-06-19 | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane |
| 2000-06-18 | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane |
| 2000-06-17 | Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of | Tom Lane |
| 2000-06-15 | Final #include cleanup. | Bruce Momjian |
| 2000-06-15 | Clean up #include's. | Bruce Momjian |
| 2000-06-14 | I had overlooked the fact that some fmgr-callable functions return void | Tom Lane |
| 2000-06-13 | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane |
| 2000-06-09 | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane |
| 2000-06-08 | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian |
| 2000-06-05 | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane |
| 2000-06-02 | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian |
| 2000-06-02 | heap' xlog records | Vadim B. Mikheev |