summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginfast.c
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane2010-08-011-1/+3
* Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev2010-02-111-3/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Make sure that GIN fast-insert and regular code paths enforce the sameTom Lane2009-10-021-11/+4
* Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records.Tom Lane2009-09-151-34/+44
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-163/+176
* Install a search tree depth limit in GIN bulk-insert operations, to preventTom Lane2009-03-241-4/+5
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-241-0/+866