summaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup of tableOid-related coding.Tom Lane2000-11-142-4/+4
* Clean up comments.Tom Lane2000-11-141-6/+6
* New CHECKPOINT command.Vadim B. Mikheev2000-11-051-0/+2
* pg_variable is not used in WAL version now.Vadim B. Mikheev2000-11-031-2/+4
* Fix insufficiently-parenthesized macro definitions.Tom Lane2000-11-021-6/+6
* WALVadim B. Mikheev2000-10-285-15/+44
* WAL utils defsVadim B. Mikheev2000-10-251-0/+16
* Create empty file so that CVS sources compile (Vadim can fill in realTom Lane2000-10-241-0/+0
* WAL miscVadim B. Mikheev2000-10-241-11/+3
* WALVadim B. Mikheev2000-10-213-16/+18
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-203-4/+49
* WALVadim B. Mikheev2000-10-131-5/+6
* WALVadim B. Mikheev2000-10-131-7/+24
* Btree WAL logging.Vadim B. Mikheev2000-10-041-18/+46
* Btree WAL records.Vadim B. Mikheev2000-09-121-1/+67
* Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev2000-09-072-12/+15
* CREATE btree INDEX takes dead tuples into account when old transactionsHiroshi Inoue2000-08-101-2/+2
* TOAST mop-up work: update comments for tuple-size-related symbols suchTom Lane2000-08-071-8/+35
* Fix tuptoaster bugs induced by making bytea toastable. Durn thing wasTom Lane2000-08-041-10/+42
* Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane2000-08-031-1/+3
* Fix sloppy macro coding (not enough parentheses).Tom Lane2000-07-281-27/+22
* Clean up and document btree code for ordering keys. Neat stuff,Tom Lane2000-07-251-13/+14
* 2nd try for the index tuple toast hack. This time as suggestedJan Wieck2000-07-221-14/+29
* Temporary fix to make TOAST vacuum-safe. All values are forced to beJan Wieck2000-07-211-1/+15
* Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane2000-07-211-77/+79
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-146-69/+11
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-041-5/+1
* miscVadim B. Mikheev2000-07-043-9/+22
* tuptoaster.h should surely not #include postgres.h.Tom Lane2000-07-041-2/+1
* TOASTJan Wieck2000-07-031-2/+14
* heap' loggingVadim B. Mikheev2000-07-033-7/+17
* Attached is a new patch which addresses this problem. (oids inBruce Momjian2000-07-022-33/+40
* Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut2000-06-301-111/+70
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-191-4/+5
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-181-2/+4
* Clean up #include's.Bruce Momjian2000-06-153-8/+5
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-135-63/+42
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-083-9/+3
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-052-18/+24
* heap' xlog recordsVadim B. Mikheev2000-06-022-3/+76
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-13/+11
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-2/+2
* I am attempting to integrate postgres (v 7.0) with an open sourceBruce Momjian2000-05-221-2/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-1210-58/+60
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-172-6/+6
* Cache fmgr lookup data for index's getnext() function in IndexScanDesc,Tom Lane2000-03-141-1/+2
* Clean up some really grotty coding in catcache.c, improve hashingTom Lane2000-02-211-1/+2
* Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane2000-02-181-9/+8
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-311-4/+5
* Add:Bruce Momjian2000-01-2625-50/+75