aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/btree-gist.sgml
Commit message (Collapse)AuthorAge
* Spell checking and markup refinementPeter Eisentraut2011-05-19
|
* Add xreflabels to /contrib manuals so links appear correct. Also updateBruce Momjian2011-05-07
| | | | README.links to explain xref properly.
* Add KNNGIST support to contrib/btree_gist.Tom Lane2011-03-02
| | | | | | | This extends GiST's support for nearest-neighbor searches to many of the standard data types. Teodor Sigaev
* Properly capitalize documentation headings; some only had initial-wordBruce Momjian2011-01-29
| | | | capitalization.
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
|
* Spell and markup checkingPeter Eisentraut2010-08-17
|
* Fix markup, other minor editing for recent btree_gist doc changes.Tom Lane2010-08-03
|
* Add btree_gist support for searching on "not equals".Robert Haas2010-08-02
| | | | Jeff Davis, with slight editorialization by me.
* Update broken and permanently moved linksPeter Eisentraut2010-03-17
|
* Make an editorial pass over the newly SGML-ified contrib documentation.Tom Lane2007-12-06
| | | | | | Fix lots of bad markup, bad English, bad explanations. This commit covers only about half the contrib modules, but I grow weary...
* Entity-ify a passel of & < > characters. Per gripe from Devrim.Tom Lane2007-12-03
|
* Ensure that all <sect1> and <refentry> tags have IDs. This is neededTom Lane2007-12-02
| | | | | | | to ensure that the resulting webpages have predictable URLs, instead of ever-changing numeric IDs. The new contrib docs were the biggest offender, but some old stuff had the problem too. Also, rename a couple of new contrib sgml files for consistency's sake.
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-10
or will never be converted.