| Commit message (Expand) | Author | Age |
* | Repair parallel make in backend tree (and make it really parallel). | Peter Eisentraut | 2000-07-13 |
* | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 |
* | Some security checks that we've found an external value completely | Jan Wieck | 2000-07-11 |
* | Bugfix. If toasted tuple containted NULLs, DataFill() was handed | Jan Wieck | 2000-07-06 |
* | 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-04 |
* | Add missing #include for TOAST. | Tom Lane | 2000-07-03 |
* | TOAST | Jan Wieck | 2000-07-03 |
* | heap' logging | Vadim B. Mikheev | 2000-07-03 |
* | 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-07-02 |
* | Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> | Peter Eisentraut | 2000-06-30 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 |
* | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 |
* | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 |
* | Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of | Tom Lane | 2000-06-17 |
* | Final #include cleanup. | Bruce Momjian | 2000-06-15 |
* | Clean up #include's. | Bruce Momjian | 2000-06-15 |
* | I had overlooked the fact that some fmgr-callable functions return void | Tom Lane | 2000-06-14 |
* | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 |
* | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane | 2000-06-09 |
* | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 |
* | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 |
* | 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-06-02 |
* | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 |
* | 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-30 |
* | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 |
* | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 |
* | Cleanup | Bruce Momjian | 2000-05-22 |
* | I am attempting to integrate postgres (v 7.0) with an open source | Bruce Momjian | 2000-05-22 |
* | Repair memory leaks that caused CacheCxt to grow without bound. We | Tom Lane | 2000-05-21 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Buffer manager modifications to keep a local buffer-dirtied bit as well | Tom Lane | 2000-04-09 |
* | Get rid of SetBufferWriteMode(), which was an accident waiting to happen. | Tom Lane | 2000-03-31 |
* | Turn XLOG off (do not create log file). | Vadim B. Mikheev | 2000-03-20 |
* | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 |
* | Cache fmgr lookup data for index's getnext() function in IndexScanDesc, | Tom Lane | 2000-03-14 |
* | I've recently written to pgsql-ports about a problem with PG7.0 on NT | Bruce Momjian | 2000-03-07 |
* | Change reindex command to work properly with gist/hash/rtree | Hiroshi Inoue | 2000-03-01 |
* | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane | 2000-02-21 |
* | Implement reindex command | Hiroshi Inoue | 2000-02-18 |
* | Replace inefficient _bt_invokestrat calls with direct calls to the | Tom Lane | 2000-02-18 |
* | Fix up error and log messages. | Thomas G. Lockhart | 2000-02-15 |
* | Add btree indexing of boolean values | Bruce Momjian | 2000-02-10 |
* | Enable backward sequential scan even after reaching EOF. | Hiroshi Inoue | 2000-02-09 |