]> granicus.if.org Git - postgresql/history - src/backend/access/transam/xloginsert.c
Phase 2 of pgindent updates.
[postgresql] / src / backend / access / transam / xloginsert.c
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-03-28 Tom LaneSuppress implicit-conversion warnings seen with newer...
2017-02-09 Robert HaasRename dtrace probes for ongoing xlog -> wal conversion.
2017-02-08 Robert HaasAdd WAL consistency checking facility.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-22 Andres FreundSkip checkpoints, archiving on idle systems.
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-02-01 Heikki LinnakangasFix misspelled function name in comment.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-28 Alvaro HerreraFix "sesssion" typo
2015-08-07 Andres FreundAddress points made in post-commit review of replicatio...
2015-06-28 Heikki LinnakangasPromote the assertion that XLogBeginInsert() is not...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-04 Heikki LinnakangasFix the same-rel optimization when creating WAL records.
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-04-14 Heikki LinnakangasReorganize our CRC source files again.
2015-03-15 Fujii MasaoSuppress maybe-uninitialized compiler warnings.
2015-03-11 Fujii MasaoAdd GUC to enable compression of full page images store...
2015-03-05 Fujii MasaoFix typo in comment.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-03 Alvaro HerreraFix typos
2014-11-28 Heikki LinnakangasFix assertion failure at end of PITR.
2014-11-24 Heikki LinnakangasDistinguish XLOG_FPI records generated for hint-bit...
2014-11-21 Heikki LinnakangasFix bogus comments in XLogRecordAssemble
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...