summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginbulk.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane2018-11-061-16/+16
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-3/+3
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-1/+2
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Support multiple iterators in the Red-Black Tree implementation.Heikki Linnakangas2016-09-021-2/+2
* Message style and wording fixesPeter Eisentraut2016-06-071-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Allow usage of huge maintenance_work_mem for GIN build.Teodor Sigaev2015-09-021-1/+9
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-5/+5
* Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane2011-01-071-57/+77
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Fix a passel of inappropriately-named global functions in GIN.Tom Lane2010-10-171-4/+4
* 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-56/+78
* pgindent run for 9.0Bruce Momjian2010-02-261-30/+31
* Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev2010-02-111-197/+121
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-6/+6
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-241-1/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Multi-column GIN indexes. Teodor SigaevTom Lane2008-07-111-17/+21
* Remove unnecessary coziness of GIN code with datum copying. Now thatTom Lane2008-06-291-13/+5
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Improve GIN index build's tracking of memory usage by usingTom Lane2007-11-161-7/+10
* Fix a few typos in comments in GiN.Neil Conway2007-02-011-2/+2
* Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev2007-01-311-3/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-102/+138
* Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty tableTeodor Sigaev2006-08-291-1/+4
* Fix getDatumCopy(): don't use store_att_byval to copy into a DatumTom Lane2006-07-161-25/+22
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-8/+1
* GIN improvementsTeodor Sigaev2006-07-111-59/+191
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-0/+155