index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
heapam_xlog.h
Commit message (
Expand
)
Author
Age
*
Merge prune, freeze and vacuum WAL record formats
Heikki Linnakangas
2024-03-25
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix xl_heap_lock WAL record field's data type.
Peter Geoghegan
2023-04-11
*
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-04-01
*
Update some incorrect comments about xlog records.
Robert Haas
2023-03-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-17
*
Deduplicate freeze plans in freeze WAL records.
Peter Geoghegan
2022-11-15
*
Harmonize heapam and tableam parameter names.
Peter Geoghegan
2022-09-19
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-04-03
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Standardize cleanup lock terminology.
Peter Geoghegan
2021-12-08
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
*
Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZE
Tomas Vondra
2021-01-17
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
C comment: remove mention of use of t_hoff WAL structure member
Bruce Momjian
2020-08-31
*
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-08
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix incorrect routine name in xlog_heapam.h
Michael Paquier
2018-11-10
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-04-07
*
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-07
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-14
*
Pad XLogReaderState's main_data buffer more aggressively.
Tom Lane
2017-11-26
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-07-18
*
Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.
Robert Haas
2016-06-15
*
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-03-01
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-20
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-19
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
*
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-07-12
*
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Move SizeOfHeapNewCid next to xl_heap_new_cid struct.
Heikki Linnakangas
2014-04-01
*
Only WAL-log the modified portion in an UPDATE, if possible.
Heikki Linnakangas
2014-03-12
[next]