summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2000-10-25WAL utils defsVadim B. Mikheev
2000-10-24Create empty file so that CVS sources compile (Vadim can fill in realTom Lane
2000-10-24WAL miscVadim B. Mikheev
2000-10-21WALVadim B. Mikheev
2000-10-20redo/undo support functions and cleanups.Vadim B. Mikheev
2000-10-13WALVadim B. Mikheev
2000-10-13WALVadim B. Mikheev
2000-10-04Btree WAL logging.Vadim B. Mikheev
2000-09-12Btree WAL records.Vadim B. Mikheev
2000-09-07Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev
2000-08-10CREATE btree INDEX takes dead tuples into account when old transactionsHiroshi Inoue
2000-08-07TOAST mop-up work: update comments for tuple-size-related symbols suchTom Lane
2000-08-04Fix tuptoaster bugs induced by making bytea toastable. Durn thing wasTom Lane
2000-08-03Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.Tom Lane
2000-07-28Fix sloppy macro coding (not enough parentheses).Tom Lane
2000-07-25Clean up and document btree code for ordering keys. Neat stuff,Tom Lane
2000-07-222nd try for the index tuple toast hack. This time as suggestedJan Wieck
2000-07-21Temporary fix to make TOAST vacuum-safe. All values are forced to beJan Wieck
2000-07-21Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane
2000-07-14Cleanup of code for creating index entries. Functional indexes withTom Lane
2000-07-04Make toast-table creation and deletion work somewhat reliably.Tom Lane
2000-07-04miscVadim B. Mikheev
2000-07-04tuptoaster.h should surely not #include postgres.h.Tom Lane
2000-07-03TOASTJan Wieck
2000-07-03heap' loggingVadim B. Mikheev
2000-07-02Attached is a new patch which addresses this problem. (oids inBruce Momjian
2000-06-30Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut
2000-06-19Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane
2000-06-18Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane
2000-06-15Clean up #include's.Bruce Momjian
2000-06-13Another batch of fmgr updates. I think I have gotten all old-styleTom Lane
2000-06-08Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian
2000-06-05Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane
2000-06-02heap' xlog recordsVadim B. Mikheev
2000-05-30Third round of fmgr updates: eliminate calls using fmgr() andTom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-05-22I am attempting to integrate postgres (v 7.0) with an open sourceBruce Momjian
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-17Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane
2000-03-14Cache fmgr lookup data for index's getnext() function in IndexScanDesc,Tom Lane
2000-02-21Clean up some really grotty coding in catcache.c, improve hashingTom Lane
2000-02-18Replace inefficient _bt_invokestrat calls with direct calls to theTom Lane
2000-01-31Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane
2000-01-26Add:Bruce Momjian
2000-01-22Revise handling of index-type-specific indexscan cost estimation, perTom Lane
2000-01-22added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut
2000-01-10Make number of args to a function configurable.Bruce Momjian
2000-01-10Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian
1999-12-30Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane
1999-12-21Added empty TOASTER files and corrected some minor glitchesJan Wieck