summaryrefslogtreecommitdiff
path: root/src/backend/nodes/tidbitmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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