summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
2014-01-31Introduce replication slots.Robert Haas
2014-01-25Add recovery_target='immediate' option.Heikki Linnakangas
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
2014-01-14Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane
2014-01-09Refactor checking whether we've reached the recovery target.Heikki Linnakangas
2014-01-08Fix pause_at_recovery_target + recovery_target_inclusive combination.Heikki Linnakangas
2014-01-08If multiple recovery_targets are specified, use the latest one.Heikki Linnakangas
2014-01-08Fix bug in determining when recovery has reached consistency.Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-07Move permissions check from do_pg_start_backup to pg_start_backupMagnus Hagander
2014-01-01Rename walLogHints to wal_log_hints for easier grepping.Robert Haas
2013-12-21Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao
2013-12-13Fix more instances of "the the" in comments.Heikki Linnakangas
2013-12-13Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas
2013-12-12Allow time delayed standbys and recoverySimon Riggs
2013-12-11Remove bogus executable permissions on xlog.c.Tom Lane
2013-12-10Add new wal_level, logical, sufficient for logical decoding.Robert Haas
2013-11-29Truncate pg_multixact/'s contents during crash recoveryAlvaro Herrera
2013-11-22Avoid acquiring spinlock when checking if recovery has finished, for speed.Heikki Linnakangas
2013-10-31Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas
2013-10-08TYPEALIGN doesn't work on int64 on 32-bit platforms.Heikki Linnakangas
2013-09-16Add a GUC to report whether data page checksums are enabled.Heikki Linnakangas
2013-09-04Revert WAL posix_fallocate() patches.Jeff Davis
2013-09-04Keep heavily-contended fields in XLogCtlInsert on different cache lines.Heikki Linnakangas
2013-08-19Rename the "fast_promote" file to just "promote".Heikki Linnakangas
2013-08-09Message punctuation and pluralization fixesPeter Eisentraut
2013-07-28Message style improvementsPeter Eisentraut
2013-07-17Fix variable names mentioned in comment to match the code.Heikki Linnakangas
2013-07-17Fix assert failure at end of recovery, broken by XLogInsert scaling patch.Heikki Linnakangas
2013-07-08Fix Windows build.Heikki Linnakangas
2013-07-08Improve scalability of WAL insertions.Heikki Linnakangas
2013-07-06Handle posix_fallocate() errors.Jeff Davis
2013-07-05Use posix_fallocate() for new WAL files, where available.Jeff Davis
2013-07-04Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas
2013-07-01Retry short writes when flushing WAL.Heikki Linnakangas
2013-06-23Ensure no xid gaps during Hot Standby startupSimon Riggs
2013-06-17Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis
2013-06-13Remove special-case treatment of LOG severity level in standalone mode.Tom Lane
2013-06-12Observe array length in HaveVirtualXIDsDelayingChkpt().Noah Misch
2013-06-06Fix typo in comment.Heikki Linnakangas
2013-06-03Code review of recycling WAL segments in a restartpoint.Heikki Linnakangas
2013-06-01Post-pgindent cleanupStephen Frost
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-21After fast promotion use CHECKPOINT_FORCESimon Riggs
2013-05-21Maintain ThisTimeLineID correctly in checkpointerSimon Riggs
2013-05-19Init crash recovery using the latest available TLISimon Riggs
2013-05-19Emit msg correctly for timeline-crossing crashSimon Riggs
2013-05-19Remove single space on end of a line in xlog.cSimon Riggs
2013-05-08Fix walsender failure at promotion.Heikki Linnakangas
2013-04-30Record data_checksum_version in control file.Simon Riggs