summaryrefslogtreecommitdiff
path: root/src/backend/nodes/tidbitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Pass DSA_ALLOC_HUGE when allocating a shared TIDBitmap.Robert Haas2017-03-271-2/+4
* Avoid access to uninitialized memory in shared tidbitmap iteration.Robert Haas2017-03-161-18/+33
* Fix bug in parallel tidbitmap iteration.Robert Haas2017-03-091-2/+1
* Silence compiler warnings in tbm_prepare_shared_iterate().Tom Lane2017-03-081-2/+2
* tidbitmap: Support shared iteration.Robert Haas2017-03-081-34/+517
* simplehash: Additional tweaks to make specifying an allocator work.Robert Haas2017-02-091-1/+1
* Revise the way the element allocator for a simplehash is specified.Robert Haas2017-02-071-1/+1
* Allow the element allocator for a simplehash to be specified.Robert Haas2017-02-071-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Use more efficient hashtable for tidbitmap.c to speed up bitmap scans.Andres Freund2016-10-141-72/+97
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Improve new caching logic in tbm_add_tuples().Tom Lane2015-01-161-13/+18
* Make tbm_add_tuples more efficient by caching the last acccessed page.Andres Freund2015-01-161-6/+18
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-181-2/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-9/+9
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix incorrect loop counts in tidbitmap.c.Tom Lane2013-11-151-2/+2
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-8/+8
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-111-2/+2
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Fix performance problem when building a lossy tidbitmap.Tom Lane2011-08-201-3/+19
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-13/+13
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-241-2/+18
* Revise the TIDBitmap API to support multiple concurrent iterations over aTom Lane2009-01-101-66/+104
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* 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