summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginbtree.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Remove unreachable codePeter Eisentraut2012-07-161-3/+0
* Cosmetic cleanup of ginInsertValue().Tom Lane2012-07-131-9/+11
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane2011-01-071-3/+3
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-131-3/+3
* Fix a passel of inappropriately-named global functions in GIN.Tom Lane2010-10-171-3/+3
* Improve GIN indexscan cost estimation.Tom Lane2010-10-171-1/+22
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane2010-08-011-7/+9
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-3/+3
* Move call of MarkBufferDirty() before XLogInsert() as required.Teodor Sigaev2007-06-051-7/+12
* Fix a few typos in comments in GiN.Neil Conway2007-02-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix some typos in comments.Neil Conway2006-11-121-4/+4
* pgindent run for 8.2.Bruce Momjian2006-10-041-131/+184
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-5/+1
* Correct cheking in findParents(). iTeodor Sigaev2006-05-291-2/+2
* Fix findParents() in case of multiple levels to find.Teodor Sigaev2006-05-261-2/+3
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-0/+394