]> granicus.if.org Git - postgresql/history - doc/src/sgml/indexam.sgml
Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace
[postgresql] / doc / src / sgml / indexam.sgml
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-04-13 Tom LanePhase 2 of project to make index operator lossiness...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-01-31 Bruce MomjianUpdate documentation on may/can/might:
2007-01-20 Tom LaneSimplify pg_am representation of ordering-capable acces...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-09-16 Bruce MomjianRemove emacs info from footer of SGML files.
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-06-06 Tom LaneMake the planner estimate costs for nestloop inner...
2006-06-05 Tom LaneAdd a GUC parameter seq_page_cost, and use that everywh...
2006-05-24 Teodor Sigaev* Add support NULL to GiST.
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
2006-03-10 Bruce MomjianMake $PostgreSQL CVS tags consistent for SGML files.
2006-02-11 Tom LaneSkip ambulkdelete scan if there's nothing to delete...
2005-11-04 Peter EisentrautSpellchecking run, final cleanups
2005-06-13 Tom LaneChange the planner to allow indexscan qualification...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-04-20 Tom LaneAdd note clarifying that indexes that support ordered...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-02-13 Tom LaneWrite some real documentation about the index access...