index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
xlog.h
Commit message (
Expand
)
Author
Age
*
Improve scalability of WAL insertions.
Heikki Linnakangas
2013-07-08
*
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-17
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
*
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-17
*
Tolerate timeline switches while "pg_basebackup -X fetch" is running.
Heikki Linnakangas
2013-01-03
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Forgot to remove extern declaration of GetRecoveryTargetTLI()
Heikki Linnakangas
2012-12-21
*
Follow TLI of last replayed record, not recovery target TLI, in walsenders.
Heikki Linnakangas
2012-12-20
*
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
*
Fix multiple problems in WAL replay.
Tom Lane
2012-11-12
*
Fix bugs in cascading replication with recovery_target_timeline='latest'
Heikki Linnakangas
2012-09-04
*
Allow WAL record header to be split across pages.
Heikki Linnakangas
2012-06-24
*
Don't waste the last segment of each 4GB logical log file.
Heikki Linnakangas
2012-06-24
*
Fix an issue in recent walwriter hibernation patch.
Tom Lane
2012-05-08
*
Reduce idle power consumption of walwriter and checkpointer processes.
Tom Lane
2012-05-08
*
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-25
*
Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always
Heikki Linnakangas
2012-01-11
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Send new protocol keepalive messages to standby servers.
Simon Riggs
2011-12-31
*
Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.
Tom Lane
2011-12-12
*
Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,
Heikki Linnakangas
2011-12-09
*
During recovery, if we reach consistent state and still have entries in the
Heikki Linnakangas
2011-12-02
*
Wakeup WALWriter as needed for asynchronous commit performance.
Simon Riggs
2011-11-13
*
Move user functions related to WAL into xlogfuncs.c
Simon Riggs
2011-11-04
*
Refactor xlog.c to create src/backend/postmaster/startup.c
Simon Riggs
2011-11-02
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Move AllowCascadeReplication() define from xlog.h to replication include
Bruce Momjian
2011-09-03
*
Allow more include files to be compiled in their own by adding missing
Bruce Momjian
2011-08-27
*
Cascading replication feature for streaming log-based replication.
Simon Riggs
2011-07-19
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Hot Standby feedback for avoidance of cleanup conflicts on standby.
Simon Riggs
2011-02-16
*
pg_ctl promote
Robert Haas
2011-02-15
*
Send status updates back from standby server to master, indicating how far
Heikki Linnakangas
2011-02-10
*
Implement NOWAIT option for BASE_BACKUP command
Magnus Hagander
2011-02-09
*
Named restore points in recovery. Users can record named points, then
Simon Riggs
2011-02-08
*
Support multiple concurrent pg_basebackup backups.
Heikki Linnakangas
2011-01-31
*
Split pg_start_backup() and pg_stop_backup() into two pieces
Magnus Hagander
2011-01-09
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Instrument checkpoint sync calls.
Robert Haas
2010-12-14
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Use a latch to make startup process wake up and replay immediately when
Heikki Linnakangas
2010-09-15
*
Correct sundry errors in Hot Standby-related comments.
Robert Haas
2010-08-12
*
Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.
Simon Riggs
2010-07-29
*
Replace max_standby_delay with two parameters, max_standby_archive_delay and
Tom Lane
2010-07-03
*
Don't allow walsender to send WAL data until it's been safely fsync'd on the
Tom Lane
2010-06-17
*
Make TriggerFile variable static. It's not used outside xlog.c.
Heikki Linnakangas
2010-06-10
*
Rename the parameter recovery_connections to hot_standby, to reduce possible
Tom Lane
2010-04-29
[next]