aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/tidbitmap.c
Commit message (Expand)AuthorAge
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Rename assorted LWLock tranches.Tom Lane2020-05-15
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Account for the effect of lossy pages when costing bitmap scans.Robert Haas2017-11-10
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Add inline murmurhash32(uint32) function.Andres Freund2017-09-22
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix failure when a shared tidbitmap has only one page.Robert Haas2017-04-11
* Pass DSA_ALLOC_HUGE when allocating a shared TIDBitmap.Robert Haas2017-03-27
* Avoid access to uninitialized memory in shared tidbitmap iteration.Robert Haas2017-03-16
* Fix bug in parallel tidbitmap iteration.Robert Haas2017-03-09
* Silence compiler warnings in tbm_prepare_shared_iterate().Tom Lane2017-03-08
* tidbitmap: Support shared iteration.Robert Haas2017-03-08
* simplehash: Additional tweaks to make specifying an allocator work.Robert Haas2017-02-09
* Revise the way the element allocator for a simplehash is specified.Robert Haas2017-02-07
* Allow the element allocator for a simplehash to be specified.Robert Haas2017-02-07
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Use more efficient hashtable for tidbitmap.c to speed up bitmap scans.Andres Freund2016-10-14
* Update copyright for 2016Bruce Momjian2016-01-02
* Improve new caching logic in tbm_add_tuples().Tom Lane2015-01-16
* Make tbm_add_tuples more efficient by caching the last acccessed page.Andres Freund2015-01-16
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* 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