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
/
hash_xlog.c
Commit message (
Expand
)
Author
Age
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix an uninitialized access in hash_xlog_squeeze_page().
Amit Kapila
2023-12-01
*
Use REGBUF_NO_CHANGE at one more place in the hash index.
Amit Kapila
2023-11-13
*
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
*
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-04-02
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-17
*
Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.
Amit Kapila
2022-11-14
*
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-26
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-04-01
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Use InvalidBucket instead of -1 where appropriate
Peter Eisentraut
2021-07-02
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
tableam: Formatting and other minor cleanups.
Andres Freund
2019-03-31
*
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-26
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove redundant IndexTupleDSize macro.
Tom Lane
2018-02-28
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-22
*
hash: Fix write-ahead logging bugs related to init forks.
Robert Haas
2017-07-17
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
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
*
Still more code review for single-page hash vacuuming.
Robert Haas
2017-03-27
*
Another fix for single-page hash index vacuum.
Robert Haas
2017-03-20
*
Fixes for single-page hash index vacuum.
Robert Haas
2017-03-20
*
Port single-page btree vacuum logic to hash indexes.
Robert Haas
2017-03-15
*
hash: Support WAL consistency checking.
Robert Haas
2017-03-14
*
hash: Add write-ahead logging support.
Robert Haas
2017-03-14