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