aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/xindex.sgml
Commit message (Expand)AuthorAge
* 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
* Add a note about the interpretation of amcanmulticol and amindexnulls:Tom Lane2002-05-29
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-17
* Don't mark up as acronym that which is not an acronym.Peter Eisentraut2002-03-27
* Editorial reviewPeter Eisentraut2002-01-07
* Deprecate 'current' date/time constant.Thomas G. Lockhart2001-11-21
* More cleanup of CREATE FUNCTION examples.Tom Lane2001-10-26
* Replace ASCII-quotes with proper markup.Peter Eisentraut2001-09-13
* Markup and spell-check run over Programmer's Guide (rather incomplete still).Peter Eisentraut2001-09-10
* Add ; to the create operator.Tatsuo Ishii2001-08-31
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Change "indices" to "indexes", per OED.Peter Eisentraut2001-05-17
* minor copy editingPeter Eisentraut2001-03-24
* Terminology cleanup: class -> table, instance -> row, attribute -> column,Peter Eisentraut2001-01-13
* Fix some cross reference links.Peter Eisentraut2000-12-26
* Minor markup changes. Refer to (".../catalog") in the emacs hints.Thomas G. Lockhart2000-03-31
* Oops, missed some < and > that need to be &lt; and &gt; ...Tom Lane2000-03-28
* Clean up major bogosity in description of creating a new index operatorTom Lane2000-03-28
* Finish repairing 6.5's problems with r-tree indexes: create appropriateTom Lane2000-02-17
* First cut at making useful selectivity estimates for range queriesTom Lane2000-01-24