index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
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
2017-07-31
Fix comment.
Tatsuo Ishii
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-12
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-03-23
Track the oldest XID that can be safely looked up in CLOG.
Robert Haas
2017-03-20
Fixes for single-page hash index vacuum.
Robert Haas
2017-03-14
Spelling fixes
Peter Eisentraut
2017-02-09
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-08
Add WAL consistency checking facility.
Robert Haas
2017-01-19
Fix race condition in reading commit timestamps
Alvaro Herrera
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-22
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-07-18
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-06-17
pg_visibility: Add pg_truncate_visibility_map function.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-15
Remove trailing commas in enums.
Andres Freund
2016-04-14
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-01
Add Generic WAL interface
Teodor Sigaev
2016-03-30
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-09-26
Remove legacy multixact truncation support.
Andres Freund
2015-09-17
Fix bug introduced by microvacuum for GiST
Teodor Sigaev
2015-07-02
Make use of xlog_internal.h's macros in WAL-related utilities.
Fujii Masao
2015-05-22
At promotion, don't leave behind a partial segment on the old timeline.
Heikki Linnakangas
2015-05-08
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-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-13
Don't archive bogus recycled or preallocated files after timeline switch.
Heikki Linnakangas
2015-03-15
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-11
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
2014-11-25
action_at_recovery_target recovery config option
Simon Riggs
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-04
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-09-22
Improve code around the recently added rm_identify rmgr callback.
Andres Freund
2014-09-19
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-07-31
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-06-14
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-05
Adjust SP-GiST WAL record formats to reduce alignment padding.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-18
Remove rm_safe_restartpoint machinery.
Heikki Linnakangas
2014-03-18
Make the handling of interrupted B-tree page splits more robust.
Heikki Linnakangas
2014-03-14
Fix race condition in B-tree page deletion.
Heikki Linnakangas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-22
Change the way we mark tuples as frozen.
Robert Haas
2013-12-20
Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.
Fujii Masao
2013-12-16
Rework tuple freezing protocol
Alvaro Herrera
2013-12-13
Add GUC to enable WAL-logging of hint bits, even with checksums disabled.
Heikki Linnakangas
[next]