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 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
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Fix more issues with cascading replication and timeline switches.
Heikki Linnakangas
2013-01-23
*
Fix off-by-one bug in xlog reading logic
Alvaro Herrera
2013-01-18
*
Use the right timeline when beginning to stream from master.
Heikki Linnakangas
2013-01-18
*
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-17
*
Fix a couple of error-handling bugs in the xlogreader patch.
Heikki Linnakangas
2013-01-17
*
Split out XLog reading as an independent facility
Alvaro Herrera
2013-01-16
*
Tolerate timeline switches while "pg_basebackup -X fetch" is running.
Heikki Linnakangas
2013-01-03
*
Delay reading timeline history file until it's fetched from master.
Heikki Linnakangas
2013-01-03
*
Fix bug in streaming replication over multiple tli switches.
Heikki Linnakangas
2013-01-02
*
Fix silly typo in code, which broke the check for reaching consistency.
Heikki Linnakangas
2013-01-02
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Keep timeline history files restored from archive in pg_xlog.
Heikki Linnakangas
2012-12-30
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
*
Assign InvalidXLogRecPtr instead of MemSet(0)
Alvaro Herrera
2012-12-27
[next]