]> granicus.if.org Git - postgresql/history - src/backend/nodes/tidbitmap.c
Support CREATE SCHEMA IF NOT EXISTS.
[postgresql] / src / backend / nodes / tidbitmap.c
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-20 Tom LaneFix performance problem when building a lossy tidbitmap.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
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-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-04-26 Tom LaneFix dynahash.c to suppress hash bucket splits while...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-13 Bruce MomjianMore include file adjustments.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-02 Tom LaneClean up a couple of ad-hoc computations of the maximum...
2005-08-28 Tom LaneTweak nodeBitmapAnd to stop evaluating sub-plan scans...
2005-07-24 Tom LaneFix logic error in tbm_intersect: the intersection...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-17 Tom LaneModify tidbitmap.c to avoid creating a hash table until...
2005-04-19 Tom LaneCreate executor and planner-backend support for decoupl...
2005-04-17 Tom LaneInitial implementation of lossy-tuple-bitmap data struc...