aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/gin.sgml
Commit message (Expand)AuthorAge
* docs: Merge separate chapters on built-in index AMs into one.Robert Haas2024-04-05
* Doc: un-break PDF build.Tom Lane2023-11-24
* doc: remove documentation for deprecated @@@ operatorBruce Momjian2023-11-24
* doc: Remove more notes about compatibilities with past versionsMichael Paquier2020-12-01
* Misc documentation fixes.Heikki Linnakangas2020-10-19
* 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
* doc: Fix inconsistencies in GIN, BRIN and SP-GiST for optional opclass methodsMichael Paquier2020-07-08
* 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: Spell checkingPeter Eisentraut2019-07-05
* GIN support for @@ and @? jsonpath operatorsAlexander Korotkov2019-04-01
* doc: Add some imagesPeter Eisentraut2019-03-27
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Convert SGML IDs to lower casePeter Eisentraut2017-10-20
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Replace the built-in GIN array opclasses with a single polymorphic opclass.Tom Lane2016-09-26
* Fix whitespacePeter Eisentraut2016-05-31
* doc: Fix typoPeter Eisentraut2016-05-13
* Add gin_clean_pending_list function to clean up GIN pending listFujii Masao2016-01-28
* Fix assorted inconsistencies in GIN opclass support function declarations.Tom Lane2016-01-19
* Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao2014-11-13
* Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao2014-11-11
* Fix the return type of GIN triConsistent support functions to "char".Heikki Linnakangas2014-09-16
* Fix whitespacePeter Eisentraut2014-07-08
* Rename jsonb_hash_ops to jsonb_path_ops.Tom Lane2014-05-11
* More work on the JSON/JSONB user documentation.Tom Lane2014-05-10
* Improve user-facing JSON documentation.Tom Lane2014-05-09
* Add an in-core GiST index opclass for inet/cidr types.Tom Lane2014-04-08
* Fix typos in comments.Fujii Masao2014-03-17
* Fix a couple of typos in docs.Heikki Linnakangas2014-03-13
* Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas2014-03-12
* Documentation spell checking and markup improvementsPeter Eisentraut2013-05-20
* Documentation spell and markup checkingPeter Eisentraut2012-06-08
* Properly capitalize documentation headings; some only had initial-wordBruce Momjian2011-01-29
* Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane2011-01-07
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Spell and markup checkingPeter Eisentraut2010-08-17
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Update GIN limitations documentation to match current reality.Tom Lane2009-04-09
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-25
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* Update link to Oleg and Teodor's GIN page.Tom Lane2008-07-22
* 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
* Add a couple of notes pointing out that GIN index build time is veryTom Lane2007-11-16
* Clean up some stray references to tsearch2.Tom Lane2007-11-13