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