]> granicus.if.org Git - postgresql/history - src/backend/access/gin/ginget.c
Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.
[postgresql] / src / backend / access / gin / ginget.c
2014-03-31 Heikki LinnakangasRename GinLogicValue to GinTernaryValue.
2014-03-17 Fujii MasaoFix typos in comments.
2014-02-07 Heikki LinnakangasInitialize the entryRes array between each call to...
2014-02-07 Heikki LinnakangasSpeed up "rare & frequent" type GIN queries.
2014-01-29 Heikki LinnakangasFurther optimize GIN multi-key searches.
2014-01-29 Heikki LinnakangasFurther optimize multi-key GIN searches.
2014-01-29 Heikki LinnakangasAllow skipping some items in a multi-key GIN search.
2014-01-22 Heikki LinnakangasCompress GIN posting lists, for smaller index size.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-16 Heikki LinnakangasMark variables 'static' where possible. Move GinFuzzySe...
2013-11-27 Heikki LinnakangasMore GIN refactoring.
2013-11-20 Heikki LinnakangasFurther GIN refactoring.
2013-11-08 Heikki LinnakangasFix race condition in GIN posting tree page deletion.
2013-10-03 Heikki LinnakangasMinor GIN code refactoring.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-07-16 Peter EisentrautRemove unreachable code
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-23 Tom LaneMake GIN and GIST pass the index collation to all their...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-08 Tom LaneRefactor GIN's handling of duplicate search entries.
2011-01-08 Tom LaneFix GIN to support null keys, empty and null items...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-15 Robert HaasCleanup various comparisons with the constant "true".
2010-10-18 Tom LaneFix a passel of inappropriately-named global functions...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-01 Tom LaneFix an additional set of problems in GIN's handling...
2010-07-31 Tom LaneRewrite the key-combination logic in GIN's keyGetItem...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-13 Teodor SigaevFix multicolumn GIN's wrong results with fastupdate...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-19 Tom LaneFix bug #4814 (wrong subscript in consistent-function...
2009-04-05 Teodor SigaevFix infinite loop while checking of partial match in...
2009-03-25 Tom LaneAdjust the APIs for GIN opclass support functions to...
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-01-10 Tom LaneRevise the TIDBitmap API to support multiple concurrent...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-20 Teodor SigaevRemove mark/restore support in GIN and GiST indexes.
2008-09-04 Teodor SigaevFix strategy propagation to scanEntry for partial match...
2008-07-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-16 Tom LaneExtend GIN to support partial-match searches, and exten...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-22 Teodor SigaevFix using too many LWLocks bug, reported by Craig Ringer
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-04-13 Tom LanePhase 2 of project to make index operator lossiness...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-06-04 Teodor SigaevFix bundle bugs of GIN:
2007-02-01 Neil ConwayFix a few typos in comments in GiN.
2007-01-31 Teodor SigaevAllow GIN's extractQuery method to signal that nothing...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-12 Neil ConwayFix some typos in comments.
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.