index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
rmgrdesc
/
xlogdesc.c
Commit message (
Expand
)
Author
Age
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
Fix description of WAL record XLOG_PARAMETER_CHANGE
Michael Paquier
2019-02-12
*
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
*
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
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
*
Change delimiter used for display of NextXID
Joe Conway
2016-02-12
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
*
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-29
*
Replace some appendStringInfo* calls with more appropriate variants
Peter Eisentraut
2015-05-11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Print new track_commit_timestamp in rm_desc of a parameter-change record.
Heikki Linnakangas
2014-12-05
*
Print wal_log_hints in the rm_desc routing of a parameter-change record.
Heikki Linnakangas
2014-12-05
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
Distinguish XLOG_FPI records generated for hint-bit updates.
Heikki Linnakangas
2014-11-24
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Improve code around the recently added rm_identify rmgr callback.
Andres Freund
2014-09-22
*
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-19
*
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-14
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
*
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-10-31
*
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-04
*
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-17
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Avoid tricky race condition recording XLOG_HINT
Simon Riggs
2013-04-08
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Include previous TLI in end-of-recovery and shutdown checkpoint records.
Heikki Linnakangas
2013-02-11
*
Fast promote mode skips checkpoint at end of recovery.
Simon Riggs
2013-01-29
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Make xlog_internal.h includable in frontend context.
Heikki Linnakangas
2012-12-13
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28