summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/README
Commit message (Expand)AuthorAgeFilesLines
* 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