| Commit message (Expand) | Author | Age | Files | Lines |
| * | Heap redo/undo (except for tuple moving used by vacuum). | Vadim B. Mikheev | 2000-09-07 | 2 | -72/+456 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 9 | -29/+35 |
| * | Tweak btree insertion to avoid O(N^2) slowdown with large numbers of | Tom Lane | 2000-08-25 | 1 | -10/+33 |
| * | CREATE btree INDEX takes dead tuples into account when old transactions | Hiroshi Inoue | 2000-08-10 | 2 | -26/+160 |
| * | Ensure that catcache 'busy' flags are reset at transaction abort. | Tom Lane | 2000-08-06 | 1 | -1/+3 |
| * | Fix tuptoaster bugs induced by making bytea toastable. Durn thing was | Tom Lane | 2000-08-04 | 2 | -56/+54 |
| * | Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. | Tom Lane | 2000-08-03 | 2 | -29/+81 |
| * | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 | 1 | -3/+5 |
| * | Make acl-related functions safe for TOAST. Mark pg_class.relacl as | Tom Lane | 2000-07-31 | 1 | -8/+7 |
| * | Convert all remaining geometric operators to new fmgr style. This | Tom Lane | 2000-07-30 | 2 | -52/+82 |
| * | PATH and POLYGON datatypes are now TOASTable. Associated functions | Tom Lane | 2000-07-29 | 1 | -16/+24 |
| * | Ensure that if the OID counter wraps around, we will not generate 0, | Tom Lane | 2000-07-25 | 1 | -91/+83 |
| * | Add commentary about varying usage of scankeys in btree code. | Tom Lane | 2000-07-25 | 1 | -1/+12 |
| * | Clean up and document btree code for ordering keys. Neat stuff, | Tom Lane | 2000-07-25 | 2 | -178/+270 |
| * | 2nd try for the index tuple toast hack. This time as suggested | Jan Wieck | 2000-07-22 | 3 | -192/+79 |
| * | Further cleanup of btbuild (CREATE INDEX). Avoid storing unneeded | Tom Lane | 2000-07-21 | 2 | -138/+180 |
| * | Fix sloppiness about alignment requirements in findsplitloc() space | Tom Lane | 2000-07-21 | 2 | -38/+101 |
| * | Need to switch to tuples memory context when replacing the toasted | Jan Wieck | 2000-07-21 | 1 | -1/+9 |
| * | Temporary fix to make TOAST vacuum-safe. All values are forced to be | Jan Wieck | 2000-07-21 | 2 | -6/+187 |
| * | Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for | Tom Lane | 2000-07-21 | 8 | -2703/+1496 |
| * | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 | 6 | -361/+187 |
| * | Repair parallel make in backend tree (and make it really parallel). | Peter Eisentraut | 2000-07-13 | 1 | -40/+16 |
| * | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 | 5 | -59/+56 |
| * | Some security checks that we've found an external value completely | Jan Wieck | 2000-07-11 | 1 | -2/+34 |
| * | Bugfix. If toasted tuple containted NULLs, DataFill() was handed | Jan Wieck | 2000-07-06 | 1 | -2/+2 |
| * | Moving toaster out of NO ELOG area in heap_update(). | Jan Wieck | 2000-07-04 | 1 | -14/+14 |
| * | DataFill() has no business resetting xact status bits | Tom Lane | 2000-07-04 | 1 | -2/+2 |
| * | misc | Vadim B. Mikheev | 2000-07-04 | 1 | -2/+2 |
| * | unlock buffer before releasing in heap_insert | Vadim B. Mikheev | 2000-07-04 | 1 | -9/+50 |
| * | Add missing #include for TOAST. | Tom Lane | 2000-07-03 | 1 | -1/+2 |
| * | TOAST | Jan Wieck | 2000-07-03 | 5 | -22/+1019 |
| * | heap' logging | Vadim B. Mikheev | 2000-07-03 | 2 | -104/+105 |
| * | Attached is a new patch which addresses this problem. (oids in | Bruce Momjian | 2000-07-02 | 2 | -3/+20 |
| * | New memmgr logic in xact.c failed if AbortTransaction() is called when | Tom Lane | 2000-07-02 | 1 | -10/+21 |
| * | Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> | Peter Eisentraut | 2000-06-30 | 1 | -1/+55 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 2 | -81/+162 |
| * | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 | 2 | -155/+42 |
| * | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 | 1 | -11/+1 |
| * | Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of | Tom Lane | 2000-06-17 | 4 | -30/+22 |
| * | Final #include cleanup. | Bruce Momjian | 2000-06-15 | 4 | -10/+4 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 3 | -5/+7 |
| * | I had overlooked the fact that some fmgr-callable functions return void | Tom Lane | 2000-06-14 | 7 | -33/+32 |
| * | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 | 10 | -184/+293 |
| * | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane | 2000-06-09 | 1 | -3/+6 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 3 | -5/+12 |
| * | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 3 | -201/+257 |
| * | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian | 2000-06-02 | 1 | -26/+6 |
| * | heap' xlog records | Vadim B. Mikheev | 2000-06-02 | 2 | -20/+69 |
| * | Create an fd.c entry point that is just like plain open(2) except that | Tom Lane | 2000-06-02 | 1 | -50/+12 |
| * | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 2 | -19/+14 |