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
*
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
*
Spelling fixes
Peter Eisentraut
2017-03-14
*
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Fix race condition in reading commit timestamps
Alvaro Herrera
2017-01-19
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-22
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
*
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-07-18
*
pg_visibility: Add pg_truncate_visibility_map function.
Robert Haas
2016-06-17
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Remove trailing commas in enums.
Andres Freund
2016-04-14
*
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-13
*
Add Generic WAL interface
Teodor Sigaev
2016-04-01
*
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove legacy multixact truncation support.
Andres Freund
2015-09-26
*
Fix bug introduced by microvacuum for GiST
Teodor Sigaev
2015-09-17
*
Make use of xlog_internal.h's macros in WAL-related utilities.
Fujii Masao
2015-07-02
*
At promotion, don't leave behind a partial segment on the old timeline.
Heikki Linnakangas
2015-05-22
*
At promotion, archive last segment from old timeline with .partial suffix.
Heikki Linnakangas
2015-05-08
*
Add macros to check if a filename is a WAL segment or other such file.
Heikki Linnakangas
2015-05-08
[next]