index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
heapam_xlog.h
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-06-28
Remove comment about xl_heap_inplace "AT END OF STRUCT".
Noah Misch
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-03-25
Merge prune, freeze and vacuum WAL record formats
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-04-11
Fix xl_heap_lock WAL record field's data type.
Peter Geoghegan
2023-04-02
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-04-02
Pass down table relation into more index relation functions
Andres Freund
2023-03-03
Update some incorrect comments about xlog records.
Robert Haas
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-17
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-15
Deduplicate freeze plans in freeze WAL records.
Peter Geoghegan
2022-09-19
Harmonize heapam and tableam parameter names.
Peter Geoghegan
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-04-03
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-09
Standardize cleanup lock terminology.
Peter Geoghegan
2021-04-06
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-01-17
Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZE
Tomas Vondra
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-08-31
C comment: remove mention of use of t_hoff WAL structure member
Bruce Momjian
2020-08-08
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-09
Fix incorrect routine name in xlog_heapam.h
Michael Paquier
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-07
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-04-07
Logical decoding of TRUNCATE
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-15
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-11-26
Pad XLogReaderState's main_data buffer more aggressively.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-02-08
Add WAL consistency checking facility.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-07-18
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-06-15
Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.
Robert Haas
2016-03-02
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-09-19
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-07-31
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-12
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
[next]