index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
hash
/
hashovfl.c
Commit message (
Expand
)
Author
Age
*
Set LSN for wbuf in _hash_freeovflpage() iff wbuf is modified.
Amit Kapila
2024-02-07
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Use REGBUF_NO_CHANGE at one more place in the hash index.
Amit Kapila
2023-11-13
*
Assert that buffers are marked dirty before XLogRegisterBuffer().
Jeff Davis
2023-10-23
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Change some unnecessary MemSet calls
Peter Eisentraut
2022-07-01
*
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-04-01
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Clean up some code using "(expr) ? true : false"
Michael Paquier
2021-09-08
*
Use InvalidBucket instead of -1 where appropriate
Peter Eisentraut
2021-07-02
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove redundant IndexTupleDSize macro.
Tom Lane
2018-02-28
*
Fix possible failure to mark hash metapage dirty.
Robert Haas
2018-02-01
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Clean up manipulations of hash indexes' hasho_flag field.
Tom Lane
2017-04-14
*
Fix pageinspect failures on hash indexes.
Robert Haas
2017-04-05
*
Expand hash indexes more gradually.
Robert Haas
2017-04-03
*
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
*
hash: Refactor hash index creation.
Robert Haas
2017-03-07
*
hash: Refactor overflow page allocation.
Robert Haas
2017-02-27
*
hash: Refactor bucket squeeze code.
Robert Haas
2017-02-27
*
pageinspect: Fix hash_bitmap_info not to read the underlying page.
Robert Haas
2017-02-09
*
pageinspect: Support hash indexes.
Robert Haas
2017-02-02
*
Improve coding in _hash_addovflpage.
Robert Haas
2017-01-10
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove _hash_chgbufaccess().
Robert Haas
2016-12-23
*
Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().
Robert Haas
2016-12-19
*
Fix more hash index bugs around marking buffers dirty.
Robert Haas
2016-12-16
*
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
Robert Haas
2016-12-16
*
Improve hash index bucket split behavior.
Robert Haas
2016-11-30
*
Improve handling of dead tuples in hash indexes.
Robert Haas
2016-11-08
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-21
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Support unlogged tables.
Robert Haas
2010-12-29
[next]