aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/tidbitmap.c
Commit message (Expand)AuthorAge
* Fix incorrect loop counts in tidbitmap.c.Tom Lane2013-11-15
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Fix performance problem when building a lossy tidbitmap.Tom Lane2011-08-20
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* Revise the TIDBitmap API to support multiple concurrent iterations over aTom Lane2009-01-10
* Update copyright for 2009.Bruce Momjian2009-01-01
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-26
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* More include file adjustments.Bruce Momjian2006-07-13
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-02
* Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it'sTom Lane2005-08-28
* Fix logic error in tbm_intersect: the intersection of a normal page andTom Lane2005-07-24
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* Modify tidbitmap.c to avoid creating a hash table until there is moreTom Lane2005-05-17
* Create executor and planner-backend support for decoupled heap and indexTom Lane2005-04-19
* Initial implementation of lossy-tuple-bitmap data structures.Tom Lane2005-04-17