index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
indexam.sgml
Commit message (
Expand
)
Author
Age
*
Remove emacs info from footer of SGML files.
Bruce Momjian
2006-09-16
*
Add the ability to create indexes 'concurrently', that is, without
Tom Lane
2006-08-25
*
Change the relation_open protocol so that we obtain lock on a relation
Tom Lane
2006-07-31
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
*
Make the planner estimate costs for nestloop inner indexscans on the basis
Tom Lane
2006-06-06
*
Add a GUC parameter seq_page_cost, and use that everywhere we formerly
Tom Lane
2006-06-05
*
* Add support NULL to GiST.
Teodor Sigaev
2006-05-24
*
Clean up code associated with updating pg_class statistics columns
Tom Lane
2006-05-10
*
Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.
Tom Lane
2006-05-02
*
Make $PostgreSQL CVS tags consistent for SGML files.
Bruce Momjian
2006-03-10
*
Skip ambulkdelete scan if there's nothing to delete and the index is not
Tom Lane
2006-02-11
*
Spellchecking run, final cleanups
Peter Eisentraut
2005-11-04
*
Change the planner to allow indexscan qualification clauses to use
Tom Lane
2005-06-13
*
Remove planner's private fields from Query struct, and put them into
Tom Lane
2005-06-05
*
Add note clarifying that indexes that support ordered scans had better
Tom Lane
2005-04-20
*
First steps towards index scans with heap access decoupled from index
Tom Lane
2005-03-27
*
Convert index-related tuple handling routines from char 'n'/' ' to bool
Tom Lane
2005-03-21
*
Write some real documentation about the index access method API.
Tom Lane
2005-02-13