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
/
xlog.c
Commit message (
Expand
)
Author
Age
...
*
Add a GUC to report whether data page checksums are enabled.
Heikki Linnakangas
2013-09-16
*
Revert WAL posix_fallocate() patches.
Jeff Davis
2013-09-04
*
Keep heavily-contended fields in XLogCtlInsert on different cache lines.
Heikki Linnakangas
2013-09-04
*
Rename the "fast_promote" file to just "promote".
Heikki Linnakangas
2013-08-19
*
Message punctuation and pluralization fixes
Peter Eisentraut
2013-08-09
*
Message style improvements
Peter Eisentraut
2013-07-28
*
Fix variable names mentioned in comment to match the code.
Heikki Linnakangas
2013-07-17
*
Fix assert failure at end of recovery, broken by XLogInsert scaling patch.
Heikki Linnakangas
2013-07-17
*
Fix Windows build.
Heikki Linnakangas
2013-07-08
*
Improve scalability of WAL insertions.
Heikki Linnakangas
2013-07-08
*
Handle posix_fallocate() errors.
Jeff Davis
2013-07-06
*
Use posix_fallocate() for new WAL files, where available.
Jeff Davis
2013-07-05
*
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-04
*
Retry short writes when flushing WAL.
Heikki Linnakangas
2013-07-01
*
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-23
*
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-17
*
Remove special-case treatment of LOG severity level in standalone mode.
Tom Lane
2013-06-13
*
Observe array length in HaveVirtualXIDsDelayingChkpt().
Noah Misch
2013-06-12
*
Fix typo in comment.
Heikki Linnakangas
2013-06-06
*
Code review of recycling WAL segments in a restartpoint.
Heikki Linnakangas
2013-06-03
*
Post-pgindent cleanup
Stephen Frost
2013-06-01
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
After fast promotion use CHECKPOINT_FORCE
Simon Riggs
2013-05-21
*
Maintain ThisTimeLineID correctly in checkpointer
Simon Riggs
2013-05-21
*
Init crash recovery using the latest available TLI
Simon Riggs
2013-05-19
*
Emit msg correctly for timeline-crossing crash
Simon Riggs
2013-05-19
*
Remove single space on end of a line in xlog.c
Simon Riggs
2013-05-19
*
Fix walsender failure at promotion.
Heikki Linnakangas
2013-05-08
*
Record data_checksum_version in control file.
Simon Riggs
2013-04-30
*
Make fast promotion the default promotion mode.
Simon Riggs
2013-04-24
*
Fix calculation of how many segments to retain for wal_keep_segments.
Heikki Linnakangas
2013-04-08
*
Skip extraneous locking in XLogCheckBuffer().
Simon Riggs
2013-04-08
*
Avoid tricky race condition recording XLOG_HINT
Simon Riggs
2013-04-08
*
Make REPLICATION privilege checks test current user not authenticated user.
Tom Lane
2013-04-01
*
Revoke bc5334d8679c428a709d150666b288171795bd76
Simon Riggs
2013-03-28
*
Allow external recovery_config_directory
Simon Riggs
2013-03-27
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-18
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
*
Fix tli history file fetching, broken by the archive after crash recevery patch.
Heikki Linnakangas
2013-03-07
*
Fix thinko in previous commit.
Heikki Linnakangas
2013-02-22
*
If recovery.conf is created after "pg_ctl stop -m i", do crash recovery.
Heikki Linnakangas
2013-02-22
*
Better fix for "unarchived WAL files get deleted on crash recovery" bug.
Heikki Linnakangas
2013-02-15
*
Don't delete unarchived WAL files during crash recovery.
Heikki Linnakangas
2013-02-15
*
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
*
Fix checkpoint after fast promotion.
Heikki Linnakangas
2013-02-11
*
Include previous TLI in end-of-recovery and shutdown checkpoint records.
Heikki Linnakangas
2013-02-11
*
Rely only on checkpoint 1 at end of recovery.
Simon Riggs
2013-02-07
*
Switch timelines if we crash soon after promotion.
Simon Riggs
2013-01-31
*
Fast promote mode skips checkpoint at end of recovery.
Simon Riggs
2013-01-29
[prev]
[next]