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
/
xlog_internal.h
Commit message (
Expand
)
Author
Age
*
Do not summarize WAL if generated with wal_level=minimal.
Robert Haas
2024-07-18
*
Merge prune, freeze and vacuum WAL record formats
Heikki Linnakangas
2024-03-25
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.
Robert Haas
2023-10-19
*
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-04-02
*
Change xl_hash_vacuum_one_page.ntuples from int to uint16.
Amit Kapila
2023-02-27
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Mark argument of RegisterCustomRmgr() as const.
Jeff Davis
2022-11-15
*
Deduplicate freeze plans in freeze WAL records.
Peter Geoghegan
2022-11-15
*
Convert macros to static inline functions (xlog_internal.h)
Peter Eisentraut
2022-07-15
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Add contrib/pg_walinspect.
Jeff Davis
2022-04-08
*
Fix another buildfarm issue from commit 5c279a6d350.
Jeff Davis
2022-04-07
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
*
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-06
*
Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstd
Michael Paquier
2022-03-12
*
Make logical decoding a part of the rmgr.
Jeff Davis
2022-01-19
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-29
*
Bump XLOG_PAGE_MAGIC for format changes related to FPW compression
Michael Paquier
2021-06-29
*
Remove COMMIT_TS_SETTS record.
Fujii Masao
2021-04-12
*
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-04-06
*
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-10
*
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-24
*
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
*
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-23
*
Immediately WAL-log subtransaction and top-level XID association.
Amit Kapila
2020-07-20
*
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
2020-07-07
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Move routine definitions of xlogarchive.c to a new header file
Michael Paquier
2020-03-31
*
Add deduplication to nbtree.
Peter Geoghegan
2020-02-26
*
Add xl_btree_delete optimization.
Peter Geoghegan
2020-01-03
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Remove unneeded "pin scan" nbtree VACUUM code.
Peter Geoghegan
2019-12-19
*
Remove XLogFileNameP() from the tree
Michael Paquier
2019-12-03
*
Bump WAL version.
Fujii Masao
2019-11-21
*
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-16
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Convert gist to compute page level xid horizon on primary.
Andres Freund
2019-04-22
*
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-26
*
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-02-12
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-09
*
Fix confusion on the padding of GIDs in on commit and abort records.
Heikki Linnakangas
2018-04-17
[next]