aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gin/README
Commit message (Expand)AuthorAge
* Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov2018-12-13
* Fix deadlock in GIN vacuum introduced by 218f51584d5Alexander Korotkov2018-12-13
* Re-think predicate locking on GIN indexes.Teodor Sigaev2018-05-04
* Reduce page locking in GIN vacuumTeodor Sigaev2017-03-23
* Fix Gin README.Heikki Linnakangas2014-04-22
* Fix typo.Robert Haas2014-04-20
* Compress GIN posting lists, for smaller index size.Heikki Linnakangas2014-01-22
* Fix race condition in GIN posting tree page deletion.Heikki Linnakangas2013-11-08
* Misc GIN refactoring.Heikki Linnakangas2013-11-06
* Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane2011-01-07
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Minor improvements to the Gin internal documentation.Neil Conway2008-07-08
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-20
* Clean up some stray references to tsearch2.Tom Lane2007-11-13
* Remove GIN interface section, which is now documented in SGML.Bruce Momjian2007-09-14
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-10
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-02