summaryrefslogtreecommitdiff
path: root/src/backend/nodes/tidbitmap.c
AgeCommit message (Expand)Author
2015-01-16Improve new caching logic in tbm_add_tuples().Tom Lane
2015-01-16Make tbm_add_tuples more efficient by caching the last acccessed page.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-15Fix incorrect loop counts in tidbitmap.c.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-20Fix performance problem when building a lossy tidbitmap.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-03-24Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane
2009-01-10Revise the TIDBitmap API to support multiple concurrent iterations over aTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-04-10Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-09-20HOT updates. When we update a tuple without changing any of its indexedTom Lane
2007-04-26Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-07-13More include file adjustments.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-02Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane
2005-08-28Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it'sTom Lane
2005-07-24Fix logic error in tbm_intersect: the intersection of a normal page andTom Lane
2005-05-29Modify hash_search() API to prevent future occurrences of the errorTom Lane
2005-05-17Modify tidbitmap.c to avoid creating a hash table until there is moreTom Lane
2005-04-19Create executor and planner-backend support for decoupled heap and indexTom Lane
2005-04-17Initial implementation of lossy-tuple-bitmap data structures.Tom Lane