aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/gist.sgml
Commit message (Expand)AuthorAge
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-09-17
* Add stratnum GiST support functionPeter Eisentraut2024-09-17
* Revert temporal primary keys and foreign keysPeter Eisentraut2024-05-16
* Doc: Remove mention of @ and ~ GiST operatorsDaniel Gustafsson2024-04-19
* docs: Merge separate chapters on built-in index AMs into one.Robert Haas2024-04-05
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-01-24
* Add stratnum GiST support functionPeter Eisentraut2024-01-19
* Doc: fix minor issues in GiST support function documentation.Tom Lane2021-10-04
* doc: Spell checkingPeter Eisentraut2021-07-16
* Doc: fix up PDF build warnings from over-width table columns.Tom Lane2020-12-29
* Add support of multirange matching to the existing range GiST indexesAlexander Korotkov2020-12-29
* Rename the "point is strictly above/below point" comparison operators.Tom Lane2020-11-23
* Re-allow testing of GiST buffered builds.Tom Lane2020-10-12
* Add support for building GiST index by sorting.Heikki Linnakangas2020-09-17
* doc: Rework tables for built-in operator classes of index AMsMichael Paquier2020-08-28
* doc: Fix some markups for support functions of index AMsMichael Paquier2020-08-24
* Language fixes for docs related to opclass optionsAlexander Korotkov2020-06-21
* Add documentation for opclass optionsAlexander Korotkov2020-06-20
* doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5Bruce Momjian2020-06-11
* doc: add missing xreflabels to the main docs (not refs)Bruce Momjian2020-05-15
* doc: Clean up title case usePeter Eisentraut2019-09-08
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Add support for <-> (box, point) operator to GiST box_opsAlexander Korotkov2019-07-14
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Convert SGML IDs to lower casePeter Eisentraut2017-10-20
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Allow no-op GiST support functions to be omitted.Tom Lane2017-09-19
* Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane2016-01-19
* Remove no-longer-required function declarations.Tom Lane2015-05-24
* Still more fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-23
* docs: consistently uppercase index method and add spacingBruce Momjian2015-05-15
* Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas2015-05-15
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-15
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-26
* Remove dead NULL-pointer checks in GiST code.Heikki Linnakangas2015-01-28
* Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao2014-11-11
* Add an in-core GiST index opclass for inet/cidr types.Tom Lane2014-04-08
* Documentation spell and markup checkingPeter Eisentraut2012-06-08
* Support GiST index support functions that want to cache data across calls.Tom Lane2011-09-30
* Buffering GiST index build algorithm.Heikki Linnakangas2011-09-08
* Protect GIST logic that assumes penalty values can't be negative.Tom Lane2011-05-31
* Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas2010-12-23
* Add external documentation for KNNGIST.Tom Lane2010-12-03
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Spell and markup checkingPeter Eisentraut2010-08-17
* Improve documentation about GiST opclass support functions.Tom Lane2009-06-12
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-14
* Clean up some stray references to tsearch2.Tom Lane2007-11-13