summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginbulk.c
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-06Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-02Support multiple iterators in the Red-Black Tree implementation.Heikki Linnakangas
2016-06-07Message style and wording fixesPeter Eisentraut
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-02Allow usage of huge maintenance_work_mem for GIN build.Teodor Sigaev
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-08Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-10-18Fix a passel of inappropriately-named global functions in GIN.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-01Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-11Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-03-24Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-07-11Multi-column GIN indexes. Teodor SigaevTom Lane
2008-06-29Remove unnecessary coziness of GIN code with datum copying. Now thatTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-16Improve GIN index build's tracking of memory usage by usingTom Lane
2007-02-01Fix a few typos in comments in GiN.Neil Conway
2007-01-31Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-29Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty tableTeodor Sigaev
2006-07-16Fix getDatumCopy(): don't use store_att_byval to copy into a DatumTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-11GIN improvementsTeodor Sigaev
2006-05-02GIN: Generalized Inverted iNdex.Teodor Sigaev