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
/
transam
/
xloginsert.c
Commit message (
Expand
)
Author
Age
*
Silence assorted "variable may be used uninitialized" warnings.
Tom Lane
2018-02-14
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Suppress implicit-conversion warnings seen with newer clang versions.
Tom Lane
2017-03-28
*
Rename dtrace probes for ongoing xlog -> wal conversion.
Robert Haas
2017-02-09
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-22
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Fix misspelled function name in comment.
Heikki Linnakangas
2016-02-01
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix "sesssion" typo
Alvaro Herrera
2015-09-28
*
Address points made in post-commit review of replication origins.
Andres Freund
2015-08-07
*
Promote the assertion that XLogBeginInsert() is not called twice into ERROR.
Heikki Linnakangas
2015-06-28
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix the same-rel optimization when creating WAL records.
Heikki Linnakangas
2015-05-04
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
*
Suppress maybe-uninitialized compiler warnings.
Fujii Masao
2015-03-15
*
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-11
*
Fix typo in comment.
Fujii Masao
2015-03-05
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix typos
Alvaro Herrera
2014-12-03
*
Fix assertion failure at end of PITR.
Heikki Linnakangas
2014-11-28
*
Distinguish XLOG_FPI records generated for hint-bit updates.
Heikki Linnakangas
2014-11-24
*
Fix bogus comments in XLogRecordAssemble
Heikki Linnakangas
2014-11-21
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06