aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/index/indexam.c
Commit message (Expand)AuthorAge
* Fix small query-lifespan memory leak introduced by 8.4 change in index AM APITom Lane2008-10-10
* Initialize the minimum frozen Xid in vac_update_datfrozenxid usingAlvaro Herrera2008-09-11
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane2008-04-13
* Create new routines systable_beginscan_ordered, systable_getnext_ordered,Tom Lane2008-04-12
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-26
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-26
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane2007-05-27
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Rewrite btree index scans to work a page at a time in all cases (bothTom Lane2006-05-07
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-02
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-11
* Revert based on Tom's recommendation:Bruce Momjian2006-02-11
* Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian2006-02-11
* Tweak indexscan machinery to avoid taking an AccessShareLock on an indexTom Lane2005-12-03
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-06
* Concurrency for GiSTTeodor Sigaev2005-06-27
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-13
* Arrange to cache fmgr lookup information for an index's access methodTom Lane2005-05-27
* Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slotTom Lane2005-05-15
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-27
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-21
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-15
* Adjust index locking rules as per my proposal of earlier today. YouTom Lane2004-09-30
* Update copyright to 2004.Bruce Momjian2004-08-29
* Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane2004-04-21
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/access.Tom Lane2003-07-21
* Modify keys_are_unique optimization to release buffer pins before itTom Lane2003-03-24
* Adjust amrescan code so that it's allowed to call index_rescan with aTom Lane2003-03-23
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-22
* Fix for bug #866. 7.3 contains new logic for avoiding redundant calls toTom Lane2003-01-08
* pgindent run.Bruce Momjian2002-09-04