]> granicus.if.org Git - postgresql/history - src/backend/access/transam/xlog.c
Avoid using potentially-under-aligned page buffers.
[postgresql] / src / backend / access / transam / xlog.c
2018-09-01 Tom LaneAvoid using potentially-under-aligned page buffers.
2018-08-31 Michael PaquierEnsure correct minimum consistent point on standbys
2018-07-24 Michael PaquierFix calculation for WAL segment recycling and removal
2018-07-23 Michael PaquierAdd proper errcodes to new error messages for read...
2018-07-23 Michael PaquierMake more consistent some error messages for file-relat...
2018-07-18 Tom LaneUse a ResourceOwner to track buffer pins in all cases.
2018-07-17 Michael PaquierRework error messages around file handling
2018-07-12 Michael PaquierClean up temporary WAL segments after an instance crash
2018-07-09 Alvaro HerreraFlip argument order in XLogSegNoOffsetToRecPtr
2018-07-09 Michael PaquierRework order of end-of-recovery actions to delay timeli...
2018-07-05 Michael PaquierPrevent references to invalid relation pages after...
2018-07-02 Michael PaquierAdd wait event for fsync of WAL segments
2018-06-30 Andrew Dunstanpgindent run prior to branching
2018-06-25 Michael PaquierAddress set of issues with errno handling
2018-05-18 Magnus HaganderFix error message on short read of pg_control
2018-05-18 Peter EisentrautMessage wording and pluralization improvements
2018-05-04 Heikki LinnakangasFix scenario where streaming standby gets stuck at...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-11 Tom LaneIgnore nextOid when replaying an ONLINE checkpoint.
2018-04-09 Magnus HaganderRevert "Allow on-line enabling and disabling of data...
2018-04-07 Stephen FrostRefactor dir/file permissions
2018-04-05 Magnus HaganderAllow on-line enabling and disabling of data checksums
2018-03-30 Tom LaneEnsure that WAL pages skipped by a forced WAL switch...
2018-03-30 Magnus HaganderFix typo in comment
2018-03-22 Tom LaneImprove style guideline compliance of assorted error...
2018-02-16 Magnus HaganderFix typo in comment
2018-02-07 Robert HaasUpdate out-of-date comment in StartupXLOG.
2018-01-06 Simon RiggsAdd TIMELINE to backup_label file
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-18 Fujii MasaoFix bug in cancellation of non-exclusive backup to...
2017-12-08 Peter EisentrautFix mistake in comment
2017-12-04 Tom LaneSimplify do_pg_start_backup's API by opening pg_tblspc...
2017-12-04 Tom LaneClean up assorted messiness around AllocateDir() usage.
2017-11-29 Robert HaasUpdate typedefs.list and re-run pgindent
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-11-07 Simon RiggsRemove secondary checkpoint
2017-09-23 Peter EisentrautRefactor new file permission handling
2017-09-20 Andres FreundMake WAL segment size configurable at initdb time.
2017-09-19 Andres FreundFix crash restart bug introduced in 8356753c212.
2017-09-14 Andres FreundPerform only one ReadControlFile() during startup.
2017-09-11 Peter EisentrautMessage style fixes
2017-09-07 Simon RiggsExclude special values in recovery_target_time
2017-08-05 Robert HaasMake pg_stop_backup's wait_for_archive flag work on...
2017-07-19 Tom LaneAdd static assertions about pg_control fitting into...
2017-06-30 Peter EisentrautFix typo in comment
2017-06-22 Alvaro HerreraFix typo in comment
2017-06-21 Andres FreundFix possibility of creating a "phantom" segment after...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-06 Andres FreundPrevent possibility of panics during shutdown checkpoint.
2017-06-06 Andres FreundRevert "Prevent panic during shutdown checkpoint"
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-12 Peter EisentrautStandardize "WAL location" terminology
2017-05-12 Peter EisentrautReplace "transaction log" with "write-ahead log"
2017-05-05 Peter EisentrautPrevent panic during shutdown checkpoint
2017-04-27 Simon RiggsRework handling of subtransactions in 2PC recovery
2017-04-17 Peter EisentrautFix new warnings from GCC 7
2017-04-04 Simon RiggsMake min_wal_size/max_wal_size use MB internally
2017-04-04 Simon RiggsSpeedup 2PC recovery by skipping two phase state files...
2017-03-28 Simon RiggsCorrect grammar in error message
2017-03-28 Tom LaneSuppress implicit-conversion warnings seen with newer...
2017-03-27 Teodor SigaevFsync directory after creating or unlinking file.
2017-03-24 Teodor SigaevFix backup canceling
2017-03-23 Robert HaasTrack the oldest XID that can be safely looked up in...
2017-03-23 Simon RiggsReplication lag tracking for walsenders
2017-03-23 Stephen FrostExpose waitforarchive option through pg_stop_backup()
2017-03-22 Simon RiggsRefactor GetOldestXmin() to use flags
2017-03-18 Robert HaasCreate and use wait events for read, write, and fsync...
2017-03-17 Robert HaasRename "pg_clog" directory to "pg_xact".
2017-03-14 Peter EisentrautSpelling fixes
2017-03-14 Tom LaneMake logging about multixact wraparound protection...
2017-03-13 Peter EisentrautChange xlog to WAL in some error messages
2017-03-07 Heikki LinnakangasSupport SCRAM-SHA-256 authentication (RFC 5802 and...
2017-02-28 Magnus HaganderFix incorrect variable datatype
2017-02-23 Tom LaneConsistently declare timestamp variables as TimestampTz.
2017-02-23 Tom LaneRemove pg_control's enableIntTimes field.
2017-02-14 Robert HaasMinor fixes for WAL consistency checking.
2017-02-09 Robert HaasRename dtrace probes for ongoing xlog -> wal conversion.
2017-02-09 Robert HaasRemove all references to "xlog" from SQL-callable funct...
2017-02-08 Robert HaasAdd WAL consistency checking facility.
2017-01-17 Fujii MasaoFix an assertion failure related to an exclusive backup.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-22 Andres FreundSkip checkpoints, archiving on idle systems.
2016-12-16 Robert HaasSimplify LWLock tranche machinery by removing array_bas...
2016-11-25 Tom LaneBring some clarity to the defaults for the xxx_flush_af...
2016-11-23 Robert HaasRemove barrier.h
2016-11-06 Tom LaneFix silly nil-pointer-dereference bug introduced in...
2016-11-04 Tom LaneBe more consistent about masking xl_info with ~XLR_INFO...
2016-10-28 Robert HaasFix leftover reference to background writer performing...
2016-10-27 Robert HaasFix possible pg_basebackup failure on standby with...
2016-10-21 Robert HaasFix comment formatting.
2016-10-20 Robert HaasRename "pg_xlog" directory to "pg_wal".
2016-10-04 Robert HaasExtend framework from commit 53be0b1ad to report latch...
2016-09-21 Peter EisentrautDelay updating control file to "in production"
2016-09-03 Simon RiggsNew recovery target recovery_target_lsn
2016-08-31 Tom LanePrevent starting a standalone backend with standby_mode on.
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-07-21 Robert HaasRemove unused structure member.
2016-07-11 Magnus HaganderFix start WAL filename for concurrent backups from...
next