index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
/
tidbitmap.c
Commit message (
Expand
)
Author
Age
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Fix failure when a shared tidbitmap has only one page.
Robert Haas
2017-04-11
*
Pass DSA_ALLOC_HUGE when allocating a shared TIDBitmap.
Robert Haas
2017-03-27
*
Avoid access to uninitialized memory in shared tidbitmap iteration.
Robert Haas
2017-03-16
*
Fix bug in parallel tidbitmap iteration.
Robert Haas
2017-03-09
*
Silence compiler warnings in tbm_prepare_shared_iterate().
Tom Lane
2017-03-08
*
tidbitmap: Support shared iteration.
Robert Haas
2017-03-08
*
simplehash: Additional tweaks to make specifying an allocator work.
Robert Haas
2017-02-09
*
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-02-07
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Use more efficient hashtable for tidbitmap.c to speed up bitmap scans.
Andres Freund
2016-10-14
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
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-16
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix incorrect loop counts in tidbitmap.c.
Tom Lane
2013-11-15
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Fix performance problem when building a lossy tidbitmap.
Tom Lane
2011-08-20
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Implement "fastupdate" support for GIN indexes, in which we try to accumulate
Tom Lane
2009-03-24
*
Revise the TIDBitmap API to support multiple concurrent iterations over a
Tom Lane
2009-01-10
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole
Tom Lane
2008-04-10
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
HOT updates. When we update a tuple without changing any of its indexed
Tom Lane
2007-09-20
*
Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan
Tom Lane
2007-04-26
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
More include file adjustments.
Bruce Momjian
2006-07-13
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Clean up a couple of ad-hoc computations of the maximum number of tuples
Tom Lane
2005-09-02
*
Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it's
Tom Lane
2005-08-28
*
Fix logic error in tbm_intersect: the intersection of a normal page and
Tom Lane
2005-07-24
*
Modify hash_search() API to prevent future occurrences of the error
Tom Lane
2005-05-29
*
Modify tidbitmap.c to avoid creating a hash table until there is more
Tom Lane
2005-05-17
*
Create executor and planner-backend support for decoupled heap and index
Tom Lane
2005-04-19
[next]