aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hash_xlog.c
Commit message (Expand)AuthorAge
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix an uninitialized access in hash_xlog_squeeze_page().Amit Kapila2023-12-01
* Use REGBUF_NO_CHANGE at one more place in the hash index.Amit Kapila2023-11-13
* Handle logical slot conflicts on standbyAndres Freund2023-04-08
* Add info in WAL records in preparation for logical slot conflict handlingAndres Freund2023-04-02
* Update copyright for 2023Bruce Momjian2023-01-02
* Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan2022-11-17
* Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.Amit Kapila2022-11-14
* More -Wshadow=compatible-local warning fixesDavid Rowley2022-08-26
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier2022-04-01
* Update copyright for 2022Bruce Momjian2022-01-07
* Use InvalidBucket instead of -1 where appropriatePeter Eisentraut2021-07-02
* Remove tupgone special case from vacuumlazy.c.Peter Geoghegan2021-04-06
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* tableam: Formatting and other minor cleanups.Andres Freund2019-03-31
* Compute XID horizon for page level index vacuum on primary.Andres Freund2019-03-26
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove redundant IndexTupleDSize macro.Tom Lane2018-02-28
* Update copyright for 2018Bruce Momjian2018-01-02
* For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas2017-09-22
* hash: Fix write-ahead logging bugs related to init forks.Robert Haas2017-07-17
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Clean up manipulations of hash indexes' hasho_flag field.Tom Lane2017-04-14
* Fix pageinspect failures on hash indexes.Robert Haas2017-04-05
* Still more code review for single-page hash vacuuming.Robert Haas2017-03-27
* Another fix for single-page hash index vacuum.Robert Haas2017-03-20
* Fixes for single-page hash index vacuum.Robert Haas2017-03-20
* Port single-page btree vacuum logic to hash indexes.Robert Haas2017-03-15
* hash: Support WAL consistency checking.Robert Haas2017-03-14
* hash: Add write-ahead logging support.Robert Haas2017-03-14