]> granicus.if.org Git - postgresql/history - src/include/access/nbtree.h
Refactor the index AM API slightly: move currentItemData and
[postgresql] / src / include / access / nbtree.h
2007-01-20 Neil ConwayRefactor the index AM API slightly: move currentItemDat...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-01 Tom LaneFix "failed to re-find parent key" btree VACUUM failure...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-24 Tom LaneOptimize the case where a btree indexscan has current...
2006-08-07 Tom LaneMake recovery from WAL be restartable, by executing...
2006-07-25 Tom LaneModify btree to delete known-dead index entries without...
2006-07-11 Tom LaneTweak fillfactor code as per my recent proposal. Fix...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-05-08 Tom LaneRewrite btree vacuuming to fold the former bulkdelete...
2006-05-07 Tom LaneRewrite btree index scans to work a page at a time...
2006-04-13 Tom LaneFix an ancient oversight in btree xlog replay. When...
2006-04-01 Tom LaneRemove the 'slow' path for btree index build, which...
2006-03-31 Tom LaneClean up WAL/buffer interactions as per my recent propo...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-25 Tom LaneRemove the no-longer-useful BTItem/BTItemData level...
2006-01-23 Tom LaneInstead of using a numberOfRequiredKeys count to distin...
2005-12-07 Tom LanePush the responsibility for handling ignore_killed_tupl...
2005-11-06 Tom LaneAdd defenses to btree and hash index AMs to do simple...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-11 Tom LaneRename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HE...
2004-06-02 Tom LaneAdjust btree index build to not use shared buffers...
2004-04-21 Tom LaneTweak indexscan and seqscan code to arrange that steps...
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2003-12-21 Tom LaneImprove btree's initial-positioning-strategy code so...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-09-29 Tom LaneAdjust btree index build procedure so that the btree...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-02-23 Tom LaneAdjust btbulkdelete logic so that only one WAL record...
2003-02-23 Tom LaneFirst cut at recycling space in btree indexes. Still...
2003-02-22 Tom LaneMore infrastructure for btree compaction project. ...
2003-02-21 Tom LaneMake btree index structure adjustments and WAL logging...
2002-07-02 Bruce MomjianThere already was a macro PageGetItemId; this is now...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-22 Bruce MomjianMore comment improvements.
2001-02-22 Bruce MomjianClean up index/btree comments/macros, as approved.
2001-02-21 Bruce MomjianComment improvements.
2001-02-07 Vadim B. MikheevMacro for btree runtime fix.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-28 Vadim B. MikheevNew WAL version - CRC and data blocks backup.
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-10-21 Vadim B. MikheevWAL
2000-10-13 Vadim B. MikheevWAL
2000-10-13 Vadim B. MikheevWAL
2000-10-04 Vadim B. MikheevBtree WAL logging.
2000-09-12 Vadim B. MikheevBtree WAL records.
2000-08-10 Hiroshi InoueCREATE btree INDEX takes dead tuples into account when...
2000-07-25 Tom LaneClean up and document btree code for ordering keys...
2000-07-21 Tom LaneMajor overhaul of btree index code. Eliminate special...
2000-06-15 Bruce MomjianClean up #include's.
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-18 Tom LaneReplace inefficient _bt_invokestrat calls with direct...
2000-01-26 Bruce MomjianAdd:
1999-10-17 Tom LaneFinal stage of psort reconstruction work: replace psort...
1999-08-08 Tom LaneFix nbtree's failure to clear BTScans list during xact...
1999-07-16 Bruce MomjianMore cleanup
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce MomjianMake 0x007f -> (unsigned)0x7f to make pgindent happy.
1999-05-25 Vadim B. MikheevGet rid of page-level locking in btree-s.
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-28 Vadim B. Mikheev1. Vacuum is updated for MVCC.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-07-30 Vadim B. MikheevFix scan adjustment.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-05-30 Vadim B. MikheevAdded: new BTP_CHAIN flag (if hikey == firstkey then...
1997-04-16 Vadim B. MikheevBTREE_VERSION_1: using bti_itup->t_tid as unique identi...
1997-03-24 Vadim B. MikheevNew func _bt_checkkeys() added to let caller know numbe...
1997-03-18 Marc G. FournierPatches for Vadim's multikey indexing...
next