]> granicus.if.org Git - postgresql/history - src/include/access/gin_private.h
Use a separate memory context for GIN scan keys.
[postgresql] / src / include / access / gin_private.h
2015-02-04 Heikki LinnakangasUse a separate memory context for GIN scan keys.
2015-01-30 Heikki LinnakangasFix query-duration memory leak with GIN rescans.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-30 Heikki LinnakangasRevert the GinMaxItemSize calculation so that we fit...
2014-12-22 Heikki LinnakangasMove rbtree.c from src/backend/utils/misc to src/backen...
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-02 Heikki LinnakangasSilence warning on new versions of clang.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-20 Robert HaasFix another typo.
2014-04-14 Heikki LinnakangasSet pd_lower on internal GIN posting tree pages.
2014-03-31 Heikki LinnakangasRewrite the way GIN posting lists are packed on a page...
2014-03-31 Heikki LinnakangasRename GinLogicValue to GinTernaryValue.
2014-03-24 Heikki LinnakangasChange ginMergeItemPointers to return a palloc'd array.
2014-03-12 Heikki LinnakangasAllow opclasses to provide tri-valued GIN consistent...
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-28 Bruce MomjianRemove orphaned prototype
2014-01-22 Heikki LinnakangasCompress GIN posting lists, for smaller index size.
2014-01-14 Robert HaasFix typo in comment.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-27 Heikki LinnakangasGet rid of the post-recovery cleanup step of GIN page...
2013-11-27 Heikki LinnakangasMore GIN refactoring.
2013-11-20 Heikki LinnakangasRefactor the internal GIN B-tree interface for forming...
2013-11-20 Heikki LinnakangasFurther GIN refactoring.
2013-11-08 Heikki LinnakangasFix race condition in GIN posting tree page deletion.
2013-11-06 Heikki LinnakangasFix missing argument and function prototypes.
2013-11-06 Heikki LinnakangasMisc GIN refactoring.
2013-10-03 Heikki LinnakangasMinor GIN code refactoring.
2013-06-29 Heikki LinnakangasInline ginCompareItemPointers function for speed.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-17 Tom LaneAdd SP-GiST (space-partitioned GiST) index access method.
2011-08-27 Bruce MomjianAllow more include files to be compiled in their own...
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...