aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hashovfl.c
Commit message (Expand)AuthorAge
* Set LSN for wbuf in _hash_freeovflpage() iff wbuf is modified.Amit Kapila2024-02-07
* Update copyright for 2024Bruce Momjian2024-01-03
* Use REGBUF_NO_CHANGE at one more place in the hash index.Amit Kapila2023-11-13
* Assert that buffers are marked dirty before XLogRegisterBuffer().Jeff Davis2023-10-23
* Update copyright for 2023Bruce Momjian2023-01-02
* Change some unnecessary MemSet callsPeter Eisentraut2022-07-01
* Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier2022-04-01
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-30
* Update copyright for 2022Bruce Momjian2022-01-07
* Clean up some code using "(expr) ? true : false"Michael Paquier2021-09-08
* Use InvalidBucket instead of -1 where appropriatePeter Eisentraut2021-07-02
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove redundant IndexTupleDSize macro.Tom Lane2018-02-28
* Fix possible failure to mark hash metapage dirty.Robert Haas2018-02-01
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Clean up manipulations of hash indexes' hasho_flag field.Tom Lane2017-04-14
* Fix pageinspect failures on hash indexes.Robert Haas2017-04-05
* Expand hash indexes more gradually.Robert Haas2017-04-03
* hash: Add write-ahead logging support.Robert Haas2017-03-14
* hash: Refactor hash index creation.Robert Haas2017-03-07
* hash: Refactor overflow page allocation.Robert Haas2017-02-27
* hash: Refactor bucket squeeze code.Robert Haas2017-02-27
* pageinspect: Fix hash_bitmap_info not to read the underlying page.Robert Haas2017-02-09
* pageinspect: Support hash indexes.Robert Haas2017-02-02
* Improve coding in _hash_addovflpage.Robert Haas2017-01-10
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove _hash_chgbufaccess().Robert Haas2016-12-23
* Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().Robert Haas2016-12-19
* Fix more hash index bugs around marking buffers dirty.Robert Haas2016-12-16
* Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().Robert Haas2016-12-16
* Improve hash index bucket split behavior.Robert Haas2016-11-30
* Improve handling of dead tuples in hash indexes.Robert Haas2016-11-08
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut2012-03-21
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support unlogged tables.Robert Haas2010-12-29