aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/xindex.sgml
Commit message (Expand)AuthorAge
* Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas2014-03-12
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas2011-07-18
* Add external documentation for KNNGIST.Tom Lane2010-12-03
* Create the system catalog infrastructure needed for KNNGIST.Tom Lane2010-11-24
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Spell and markup checkingPeter Eisentraut2010-08-17
* Revert removal of pre-7.4 documenation behavior mentions.Bruce Momjian2010-02-24
* Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldestBruce Momjian2010-02-24
* Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxiousAlvaro Herrera2008-12-07
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-16
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-14
* Mention hash opclasses in 'System Dependencies on Operator Classes',Tom Lane2007-12-02
* Minor consistency tweak for SGML docs.Neil Conway2007-04-25
* Docs updates for cross-type hashing.Tom Lane2007-02-06
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Update xindex.sgml to discuss operator families.Tom Lane2007-01-23
* Simplify pg_am representation of ordering-capable access methods:Tom Lane2007-01-20
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Editorial improvements for GIN documentation.Tom Lane2006-12-01
* Spellchecking and suchPeter Eisentraut2006-10-23
* Add comments about STORAGE option for GINTeodor Sigaev2006-09-21
* Fix table's captionTeodor Sigaev2006-09-21
* Improve wordings by David Fuhry <dfuhry@cs.kent.edu>Teodor Sigaev2006-09-18
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Fix SGML markupTeodor Sigaev2006-09-14
* GIN documentation and slightly improving GiST docs.Teodor Sigaev2006-09-14
* Remove GIN documentationBruce Momjian2006-09-05
* Add GIN documentation.Bruce Momjian2006-09-04
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-10
* R-tree is dead ... long live GiST.Tom Lane2005-11-07
* Documentation tweak: make <command>CREATE OPERATOR CLASS</command> intoNeil Conway2005-07-19
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-24
* Write some real documentation about the index access method API.Tom Lane2005-02-13
* Add tools/find_gt_lt to find < and > in SGML source.Bruce Momjian2005-01-23
* Replace "--" and "---" with "&mdash;" as appropriate, for better-lookingNeil Conway2004-11-15
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Spell checking, consistent terminology.Peter Eisentraut2003-11-01
* Ooops, missed updating this part of the complex-datatype example.Tom Lane2003-10-21
* Add/edit index entries.Peter Eisentraut2003-08-31
* Update documentation to reflect the fact that ORDER BY, GROUP BY, etcTom Lane2003-08-17
* Integrate the operator class section into the comprehensive extending SQLPeter Eisentraut2003-04-13
* Add more appropriate markup.Peter Eisentraut2002-09-21
* Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane2002-07-30
* Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalogs.sgml finallyTom Lane2002-07-30
* Document problems with hash indexes compared to btree.Bruce Momjian2002-06-21