index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
gin
/
README
Commit message (
Expand
)
Author
Age
*
Prevent GIN deleted pages from being reclaimed too early
Alexander Korotkov
2018-12-13
*
Fix deadlock in GIN vacuum introduced by 218f51584d5
Alexander Korotkov
2018-12-13
*
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-05-04
*
Reduce page locking in GIN vacuum
Teodor Sigaev
2017-03-23
*
Fix Gin README.
Heikki Linnakangas
2014-04-22
*
Fix typo.
Robert Haas
2014-04-20
*
Compress GIN posting lists, for smaller index size.
Heikki Linnakangas
2014-01-22
*
Fix race condition in GIN posting tree page deletion.
Heikki Linnakangas
2013-11-08
*
Misc GIN refactoring.
Heikki Linnakangas
2013-11-06
*
Fix GIN to support null keys, empty and null items, and full index scans.
Tom Lane
2011-01-07
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
*
Minor improvements to the Gin internal documentation.
Neil Conway
2008-07-08
*
Make source code READMEs more consistent. Add CVS tags to all README files.
Bruce Momjian
2008-03-20
*
Clean up some stray references to tsearch2.
Tom Lane
2007-11-13
*
Remove GIN interface section, which is now documented in SGML.
Bruce Momjian
2007-09-14
*
Rename contains/contained-by operators to @> and <@, per discussion that
Tom Lane
2006-09-10
*
GIN: Generalized Inverted iNdex.
Teodor Sigaev
2006-05-02