summaryrefslogtreecommitdiff
path: root/src/backend/nodes/tidbitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-101-18/+34
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-4/+3
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-261-2/+6
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* More include file adjustments.Bruce Momjian2006-07-131-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-52/+56
* Clean up a couple of ad-hoc computations of the maximum number of tuplesTom Lane2005-09-021-2/+2
* Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it'sTom Lane2005-08-281-1/+10
* Fix logic error in tbm_intersect: the intersection of a normal page andTom Lane2005-07-241-6/+23
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-291-13/+1
* Modify tidbitmap.c to avoid creating a hash table until there is moreTom Lane2005-05-171-149/+291
* Create executor and planner-backend support for decoupled heap and indexTom Lane2005-04-191-2/+2
* Initial implementation of lossy-tuple-bitmap data structures.Tom Lane2005-04-171-0/+774