| Age | Commit message (Expand) | Author |
| 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 |
| 2000-06-02 | Create an fd.c entry point that is just like plain open(2) except that | Tom Lane |
| 2000-05-31 | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut |
| 2000-05-30 | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane |
| 2000-05-30 | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian |
| 2000-05-29 | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane |
| 2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
| 2000-05-22 | Cleanup | Bruce Momjian |
| 2000-05-22 | I am attempting to integrate postgres (v 7.0) with an open source | Bruce Momjian |
| 2000-05-21 | Repair memory leaks that caused CacheCxt to grow without bound. We | Tom Lane |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-04-09 | Buffer manager modifications to keep a local buffer-dirtied bit as well | Tom Lane |
| 2000-03-31 | Get rid of SetBufferWriteMode(), which was an accident waiting to happen. | Tom Lane |
| 2000-03-20 | Turn XLOG off (do not create log file). | Vadim B. Mikheev |
| 2000-03-17 | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane |
| 2000-03-14 | Cache fmgr lookup data for index's getnext() function in IndexScanDesc, | Tom Lane |
| 2000-03-07 | I've recently written to pgsql-ports about a problem with PG7.0 on NT | Bruce Momjian |
| 2000-03-01 | Change reindex command to work properly with gist/hash/rtree | Hiroshi Inoue |
| 2000-02-21 | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane |
| 2000-02-18 | Implement reindex command | Hiroshi Inoue |
| 2000-02-18 | Replace inefficient _bt_invokestrat calls with direct calls to the | Tom Lane |
| 2000-02-15 | Fix up error and log messages. | Thomas G. Lockhart |
| 2000-02-10 | Add btree indexing of boolean values | Bruce Momjian |
| 2000-02-09 | Enable backward sequential scan even after reaching EOF. | Hiroshi Inoue |
| 2000-01-31 | Fix problems seen in parallel regress tests when SI buffer overruns (causing | Tom Lane |
| 2000-01-29 | A few minor psql enhancements | Peter Eisentraut |
| 2000-01-28 | Patch from Hiroshi for overflow btree comparison. | Bruce Momjian |