]> granicus.if.org Git - postgresql/history - src/backend/access/gin/gininsert.c
More GIN refactoring.
[postgresql] / src / backend / access / gin / gininsert.c
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.