index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
gin.sgml
Commit message (
Expand
)
Author
Age
*
Replace the built-in GIN array opclasses with a single polymorphic opclass.
Tom Lane
2016-09-26
*
Fix whitespace
Peter Eisentraut
2016-05-31
*
doc: Fix typo
Peter Eisentraut
2016-05-13
*
Add gin_clean_pending_list function to clean up GIN pending list
Fujii Masao
2016-01-28
*
Fix assorted inconsistencies in GIN opclass support function declarations.
Tom Lane
2016-01-19
*
Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao
2014-11-13
*
Add GUC and storage parameter to set the maximum size of GIN pending list.
Fujii Masao
2014-11-11
*
Fix the return type of GIN triConsistent support functions to "char".
Heikki Linnakangas
2014-09-16
*
Fix whitespace
Peter Eisentraut
2014-07-08
*
Rename jsonb_hash_ops to jsonb_path_ops.
Tom Lane
2014-05-11
*
More work on the JSON/JSONB user documentation.
Tom Lane
2014-05-10
*
Improve user-facing JSON documentation.
Tom Lane
2014-05-09
*
Add an in-core GiST index opclass for inet/cidr types.
Tom Lane
2014-04-08
*
Fix typos in comments.
Fujii Masao
2014-03-17
*
Fix a couple of typos in docs.
Heikki Linnakangas
2014-03-13
*
Allow opclasses to provide tri-valued GIN consistent functions.
Heikki Linnakangas
2014-03-12
*
Documentation spell checking and markup improvements
Peter Eisentraut
2013-05-20
*
Documentation spell and markup checking
Peter Eisentraut
2012-06-08
*
Properly capitalize documentation headings; some only had initial-word
Bruce Momjian
2011-01-29
*
Fix GIN to support null keys, empty and null items, and full index scans.
Tom Lane
2011-01-07
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Spell and markup checking
Peter Eisentraut
2010-08-17
*
Remove unnecessary xref endterm attributes and title ids
Peter Eisentraut
2010-04-03
*
Update GIN limitations documentation to match current reality.
Tom Lane
2009-04-09
*
Adjust the APIs for GIN opclass support functions to allow the extractQuery()
Tom Lane
2009-03-25
*
Implement "fastupdate" support for GIN indexes, in which we try to accumulate
Tom Lane
2009-03-24
*
Update link to Oleg and Teodor's GIN page.
Tom Lane
2008-07-22
*
Extend GIN to support partial-match searches, and extend tsquery to support
Tom Lane
2008-05-16
*
Push index operator lossiness determination down to GIST/GIN opclass
Tom Lane
2008-04-14
*
Add a couple of notes pointing out that GIN index build time is very
Tom Lane
2007-11-16
*
Clean up some stray references to tsearch2.
Tom Lane
2007-11-13
*
Remove tabs from SGML files to help tag alingment and improve
Bruce Momjian
2007-02-16
*
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2007-02-01
*
Update documentation on may/can/might:
Bruce Momjian
2007-01-31
*
Allow GIN's extractQuery method to signal that nothing can satisfy the query.
Teodor Sigaev
2007-01-31
*
Editorial improvements for GIN documentation.
Tom Lane
2006-12-01
*
Fix typos
Peter Eisentraut
2006-11-30
*
Spelling and related minor fixes for the GIN docs.
Neil Conway
2006-11-23
*
Improve wordings by David Fuhry <dfuhry@cs.kent.edu>
Teodor Sigaev
2006-09-18
*
Fix missing markup.
Tom Lane
2006-09-14
*
Fix SGML markup
Teodor Sigaev
2006-09-14
*
GIN documentation and slightly improving GiST docs.
Teodor Sigaev
2006-09-14
*
Remove GIN documentation
Bruce Momjian
2006-09-05
*
Add GIN documentation.
Bruce Momjian
2006-09-04