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
*
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
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Fix comment.
Tatsuo Ishii
2017-08-01
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
*
Track the oldest XID that can be safely looked up in CLOG.
Robert Haas
2017-03-23
*
Fixes for single-page hash index vacuum.
Robert Haas
2017-03-20
[next]