summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/README
Commit message (Expand)AuthorAgeFilesLines
* Copy editing: fix a bunch of misspellings and poor wording.Tom Lane2020-09-211-1/+1
* Revise GIN READMEAlexander Korotkov2019-11-201-38/+176
* Fix deadlock between ginDeletePage() and ginStepRight()Alexander Korotkov2019-11-201-33/+46
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-1/+1
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-161-1/+1
* Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov2018-12-131-6/+4
* Fix deadlock in GIN vacuum introduced by 218f51584d5Alexander Korotkov2018-12-131-11/+4
* Re-think predicate locking on GIN indexes.Teodor Sigaev2018-05-041-0/+34
* Reduce page locking in GIN vacuumTeodor Sigaev2017-03-231-4/+11
* Fix Gin README.Heikki Linnakangas2014-04-221-17/+6
* Fix typo.Robert Haas2014-04-201-1/+1
* Compress GIN posting lists, for smaller index size.Heikki Linnakangas2014-01-221-9/+114
* Fix race condition in GIN posting tree page deletion.Heikki Linnakangas2013-11-081-0/+50
* Misc GIN refactoring.Heikki Linnakangas2013-11-061-1/+1
* Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane2011-01-071-32/+148
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-16/+16
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-8/+1
* Minor improvements to the Gin internal documentation.Neil Conway2008-07-081-4/+4
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-201-0/+2
* Clean up some stray references to tsearch2.Tom Lane2007-11-131-1/+1
* Remove GIN interface section, which is now documented in SGML.Bruce Momjian2007-09-141-29/+0
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-101-3/+3
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-0/+153