aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/indexam.sgml
Commit message (Expand)AuthorAge
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane2006-06-06
* Add a GUC parameter seq_page_cost, and use that everywhere we formerlyTom Lane2006-06-05
* * Add support NULL to GiST.Teodor Sigaev2006-05-24
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-10
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-02
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-10
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-11
* Spellchecking run, final cleanupsPeter Eisentraut2005-11-04
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-13
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* Add note clarifying that indexes that support ordered scans had betterTom Lane2005-04-20
* 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
* Write some real documentation about the index access method API.Tom Lane2005-02-13