index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
/
tidbitmap.c
Age
Commit message (
Expand
)
Author
2023-02-07
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-05-15
Rename assorted LWLock tranches.
Tom Lane
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-10
Account for the effect of lossy pages when costing bitmap scans.
Robert Haas
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-09-22
Add inline murmurhash32(uint32) function.
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-11
Fix failure when a shared tidbitmap has only one page.
Robert Haas
2017-03-27
Pass DSA_ALLOC_HUGE when allocating a shared TIDBitmap.
Robert Haas
2017-03-16
Avoid access to uninitialized memory in shared tidbitmap iteration.
Robert Haas
2017-03-09
Fix bug in parallel tidbitmap iteration.
Robert Haas
2017-03-08
Silence compiler warnings in tbm_prepare_shared_iterate().
Tom Lane
2017-03-08
tidbitmap: Support shared iteration.
Robert Haas
2017-02-09
simplehash: Additional tweaks to make specifying an allocator work.
Robert Haas
2017-02-07
Revise the way the element allocator for a simplehash is specified.
Robert Haas
2017-02-07
Allow the element allocator for a simplehash to be specified.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-14
Use more efficient hashtable for tidbitmap.c to speed up bitmap scans.
Andres Freund
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-16
Improve new caching logic in tbm_add_tuples().
Tom Lane
2015-01-16
Make tbm_add_tuples more efficient by caching the last acccessed page.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-11-15
Fix incorrect loop counts in tidbitmap.c.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-09-11
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-20
Fix performance problem when building a lossy tidbitmap.
Tom Lane
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-03-24
Implement "fastupdate" support for GIN indexes, in which we try to accumulate
Tom Lane
2009-01-10
Revise the TIDBitmap API to support multiple concurrent iterations over a
Tom Lane
[next]