summaryrefslogtreecommitdiff
path: root/src/include/access/heapam_xlog.h
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-06-28Remove comment about xl_heap_inplace "AT END OF STRUCT".Noah Misch
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-03-25Merge prune, freeze and vacuum WAL record formatsHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-04-11Fix xl_heap_lock WAL record field's data type.Peter Geoghegan
2023-04-02Add info in WAL records in preparation for logical slot conflict handlingAndres Freund
2023-04-02Pass down table relation into more index relation functionsAndres Freund
2023-03-03Update some incorrect comments about xlog records.Robert Haas
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-17Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan
2022-11-15Deduplicate freeze plans in freeze WAL records.Peter Geoghegan
2022-09-19Harmonize heapam and tableam parameter names.Peter Geoghegan
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-04-03Set relfrozenxid to oldest extant XID seen by VACUUM.Peter Geoghegan
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-09Standardize cleanup lock terminology.Peter Geoghegan
2021-04-06Remove tupgone special case from vacuumlazy.c.Peter Geoghegan
2021-01-17Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZETomas Vondra
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-31C comment: remove mention of use of t_hoff WAL structure memberBruce Momjian
2020-08-08Implement streaming mode in ReorderBuffer.Amit Kapila
2020-01-01Update copyrights for 2020Bruce Momjian
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-09Fix incorrect routine name in xlog_heapam.hMichael Paquier
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-07Raise error when affecting tuple moved into different partition.Andres Freund
2018-04-07Logical decoding of TRUNCATEPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-15Perform a lot more sanity checks when freezing tuples.Andres Freund
2017-11-26Pad XLogReaderState's main_data buffer more aggressively.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-02-08Add WAL consistency checking facility.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-07-18Clear all-frozen visibilitymap status when locking tuples.Andres Freund
2016-06-15Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.Robert Haas
2016-03-02Change the format of the VM fork to add a second bit per page.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-09-19Add rmgr callback to name xlog record types for display purposes.Andres Freund
2014-07-31Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas
2014-07-12Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund