summaryrefslogtreecommitdiff
path: root/src/backend/nodes/tidbitmap.c
AgeCommit message (Expand)Author
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-05-15Rename assorted LWLock tranches.Tom Lane
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-10Account for the effect of lossy pages when costing bitmap scans.Robert Haas
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-22Add inline murmurhash32(uint32) function.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-11Fix failure when a shared tidbitmap has only one page.Robert Haas
2017-03-27Pass DSA_ALLOC_HUGE when allocating a shared TIDBitmap.Robert Haas
2017-03-16Avoid access to uninitialized memory in shared tidbitmap iteration.Robert Haas
2017-03-09Fix bug in parallel tidbitmap iteration.Robert Haas
2017-03-08Silence compiler warnings in tbm_prepare_shared_iterate().Tom Lane
2017-03-08tidbitmap: Support shared iteration.Robert Haas
2017-02-09simplehash: Additional tweaks to make specifying an allocator work.Robert Haas
2017-02-07Revise the way the element allocator for a simplehash is specified.Robert Haas
2017-02-07Allow the element allocator for a simplehash to be specified.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-14Use more efficient hashtable for tidbitmap.c to speed up bitmap scans.Andres Freund
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-16Improve new caching logic in tbm_add_tuples().Tom Lane
2015-01-16Make tbm_add_tuples more efficient by caching the last acccessed page.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-15Fix incorrect loop counts in tidbitmap.c.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-20Fix performance problem when building a lossy tidbitmap.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-03-24Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane
2009-01-10Revise the TIDBitmap API to support multiple concurrent iterations over aTom Lane