]> granicus.if.org Git - postgresql/history - src/backend/access/gin/gininsert.c
Allow index AMs to cache data across aminsert calls within a SQL command.
[postgresql] / src / backend / access / gin / gininsert.c
2017-02-09 Tom LaneAllow index AMs to cache data across aminsert calls...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-08 Kevin GrittnerAdd the "snapshot too old" feature
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-02 Teodor SigaevAllow usage of huge maintenance_work_mem for GIN build.
2015-03-29 Tom LaneMake ginbuild's funcCtx be independent of its tmpCtx.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-07-31 Heikki LinnakangasMove log_newpage and log_newpage_buffer to xlog.c.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-24 Heikki LinnakangasChange ginMergeItemPointers to return a palloc'd array.
2014-01-22 Heikki LinnakangasCompress GIN posting lists, for smaller index size.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-03 Heikki LinnakangasDon't include unused space in LOG_NEWPAGE records.
2013-11-27 Heikki LinnakangasMore GIN refactoring.
2013-11-20 Heikki LinnakangasFurther GIN refactoring.
2013-11-06 Heikki LinnakangasFix missing argument and function prototypes.
2013-11-06 Heikki LinnakangasMisc GIN refactoring.
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-28 Alvaro HerreraSplit heapam_xlog.h from heapam.h
2012-06-14 Robert HaasAdd new function log_newpage_buffer.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
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-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
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 LaneRewrite the rbtree routines so that an RBNode is the...
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-07-29 Tom LaneSupport deferrable uniqueness constraints.
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-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-01 Bruce MomjianUpdate copyright for 2009.
2008-11-19 Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-11-13 Tom LanePrevent synchronous scan during GIN index build, becaus...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-07-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-05-16 Tom LanePersuade GIN to react to control-C in a reasonable...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-16 Tom LaneImprove GIN index build's tracking of memory usage...
2007-06-05 Teodor SigaevMove call of MarkBufferDirty() before XLogInsert()...
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-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Teodor SigaevGIN improvements
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.