]> granicus.if.org Git - postgresql/history - src/include/access/gin.h
Update copyright via script for 2017
[postgresql] / src / include / access / gin.h
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-13 Fujii MasaoRename pending_list_cleanup_size to gin_pending_list_limit.
2014-11-11 Fujii MasaoAdd GUC and storage parameter to set the maximum size...
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-09-19 Andres FreundAdd rmgr callback to name xlog record types for display...
2014-06-14 Heikki LinnakangasChange the signature of rm_desc so that it's passed...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-31 Heikki LinnakangasRename GinLogicValue to GinTernaryValue.
2014-03-21 Heikki LinnakangasFix thinkos in GinLogicValue enum.
2014-03-12 Heikki LinnakangasAllow opclasses to provide tri-valued GIN consistent...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-27 Heikki LinnakangasGet rid of the post-recovery cleanup step of GIN page...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-08 Tom LaneFix GIN to support null keys, empty and null items...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-10-18 Tom LaneFix a passel of inappropriately-named global functions...
2010-10-18 Tom LaneImprove GIN indexscan cost estimation.
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-08-01 Tom LaneRewrite the rbtree routines so that an RBNode is the...
2010-07-31 Tom LaneRewrite the key-combination logic in GIN's keyGetItem...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-11 Teodor SigaevGeneric implementation of red-black binary tree. It...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-02 Tom LaneMake sure that GIN fast-insert and regular code paths...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-06 Tom LaneFix a serious bug introduced into GIN in 8.4: now that...
2009-06-05 Tom LaneGIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPoint...
2009-03-25 Tom LaneAdjust the APIs for GIN opclass support functions to...
2009-03-24 Tom LaneInstall a search tree depth limit in GIN bulk-insert...
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-11-03 Tom LaneClean up the messy semantics (not to mention inefficien...
2008-10-20 Teodor SigaevRemove mark/restore support in GIN and GiST indexes.
2008-07-13 Tom LaneChange the PageGetContents() macro to guarantee its...
2008-07-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-06 Alvaro HerreraChange xlog.h to xlogdefs.h in bufpage.h, and fix fallout.
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-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-16 Tom LaneGIN index build's allocatedMemory counter needs to...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-04-09 Tom LaneMinor tweaking of index special-space definitions so...
2007-01-31 Teodor SigaevAllow GIN's extractQuery method to signal that nothing...
2006-10-05 Tom LaneMake use of qsort_arg in several places that were forme...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-10 Tom LaneIf we're going to advertise the array overlap/containme...
2006-08-07 Tom LaneMake recovery from WAL be restartable, by executing...
2006-07-11 Teodor SigaevGIN improvements
2006-07-11 Bruce MomjianAllow each C include file to compile on its own by...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.