]> granicus.if.org Git - postgresql/history - src/backend/access/index/indexam.c
Create new routines systable_beginscan_ordered, systable_getnext_ordered,
[postgresql] / src / backend / access / index / indexam.c
2008-04-12 Tom LaneCreate new routines systable_beginscan_ordered, systabl...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-05-07 Tom LaneRewrite btree index scans to work a page at a time...
2006-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-11 Tom LaneSkip ambulkdelete scan if there's nothing to delete...
2006-02-11 Bruce MomjianRevert based on Tom's recommendation:
2006-02-11 Bruce MomjianAllow VACUUM to complete faster by avoiding scanning...
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-06-27 Teodor SigaevConcurrency for GiST
2005-06-13 Tom LaneChange the planner to allow indexscan qualification...
2005-05-27 Tom LaneArrange to cache fmgr lookup information for an index...
2005-05-15 Tom LaneFix latent bug in ExecSeqRestrPos: it leaves the plan...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
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-10-15 Tom LaneRepair possible failure to update hint bits back to...
2004-09-30 Tom LaneAdjust index locking rules as per my proposal of earlie...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-04-21 Tom LaneTweak indexscan and seqscan code to arrange that steps...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
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-07-21 Tom LaneError message editing in backend/access.
2003-03-24 Tom LaneModify keys_are_unique optimization to release buffer...
2003-03-23 Tom LaneAdjust amrescan code so that it's allowed to call index...
2003-02-22 Tom LaneMore infrastructure for btree compaction project. ...
2003-01-08 Tom LaneFix for bug #866. 7.3 contains new logic for avoiding...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-24 Tom LaneWups, managed to break ANALYZE with one aspect of that...
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-04-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2001-11-02 Tom LaneFix problem reported by Alex Korn: if a relation has...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-01 Tom LaneClean up some minor problems exposed by further thought...
2001-05-31 Tom LaneUpdates to make GIST work with multi-key indexes (from...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-14 Tom LaneCache fmgr lookup data for index's getnext() function...
2000-01-26 Bruce MomjianAdd:
2000-01-22 Tom LaneRevise handling of index-type-specific indexscan cost...
1999-12-30 Tom LaneRepair bugs discussed in pghackers thread of 15 May...
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-10-02 Bruce Momjian Here's a combination of all the patches I'm current...
1998-09-07 Bruce MomjianAlignment cleanup so no more massive switch statements...
1998-09-02 Bruce MomjianFix for indexing problems.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-06-15 Bruce MomjianFix macros that were not properly surrounded by parens...
1998-02-26 Vadim B. Mikheevindex_markpos()/index_restrpos are used now.
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
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-26 Bruce MomjianInlined heap_getattr().
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-01-10 Vadim B. Mikheevindex_insert has now HeapRelation as last param (for
1996-12-26 Bruce MomjianRemoval of CppConcat from indexam.c.
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-05 Marc G. FournierMore cleanups
next