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
*
Rename LWLockWaitUntilFree to LWLockAcquireOrWait.
Heikki Linnakangas
2012-02-08
*
Add locking around WAL-replay modification of shared-memory variables.
Tom Lane
2012-02-06
*
Fix transient clobbering of shared buffers during WAL replay.
Tom Lane
2012-02-05
*
Make group commit more effective.
Heikki Linnakangas
2012-01-30
*
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-25
*
Correctly initialise shared recoveryLastRecPtr in recovery.
Simon Riggs
2012-01-13
*
Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always
Heikki Linnakangas
2012-01-11
*
Refactor XLogInsert a bit. The rdata entries for backup blocks are now
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
*
Update more comments about checkpoints being done by bgwriter
Simon Riggs
2011-11-02
*
Reduce checkpoints and WAL traffic on low activity database server
Simon Riggs
2011-11-02
*
Refactor xlog.c to create src/backend/postmaster/startup.c
Simon Riggs
2011-11-02
*
Derive oldestActiveXid at correct time for Hot Standby.
Simon Riggs
2011-11-02
*
Fix timing of Startup CLOG and MultiXact during Hot Standby
Simon Riggs
2011-11-02
*
Comment changes to show bgwriter no longer performs checkpoints.
Simon Riggs
2011-11-01
*
Support synchronization of snapshots through an export/import procedure.
Tom Lane
2011-10-22
*
Suppress -Wunused-result warnings about write() and fwrite().
Tom Lane
2011-10-18
*
Restructure error handling in reading of postgresql.conf.
Tom Lane
2011-10-02
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
Adjust translator comment format to xgettext expectations
Alvaro Herrera
2011-09-05
*
Mark some untranslatable messages with errmsg_internal
Alvaro Herrera
2011-09-05
*
Fix comment about which version had BACKUP METHOD line in backup_lable, again.
Heikki Linnakangas
2011-08-17
*
Fix bogus comment that claimed that the new BACKUP METHOD line in
Heikki Linnakangas
2011-08-16
*
Change the autovacuum launcher to use WaitLatch instead of a poll loop.
Tom Lane
2011-08-10
*
If backup-end record is not seen, and we reach end of recovery from a
Heikki Linnakangas
2011-08-10
*
Measure WaitLatch's timeout parameter in milliseconds, not microseconds.
Tom Lane
2011-08-09
*
Cascading replication feature for streaming log-based replication.
Simon Riggs
2011-07-19
*
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
2011-07-08
*
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-06-29
*
Introduce compact WAL record for the common case of commit (non-DDL).
Simon Riggs
2011-06-28
*
Make the visibility map crash-safe.
Robert Haas
2011-06-21
*
Work around gcc 4.6.0 bug that breaks WAL replay.
Tom Lane
2011-06-10
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Shut down WAL receiver if it's still running at end of recovery. We used to
Heikki Linnakangas
2011-05-11
*
recoveryStopsHere() must check the resource manager ID.
Robert Haas
2011-04-18
*
Revert the patch to check if we've reached end-of-backup also when doing
Heikki Linnakangas
2011-04-13
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
*
Improve error message when WAL ends before reaching end of online backup.
Heikki Linnakangas
2011-03-31
*
Check that we've reached end-of-backup also when we're not performing
Heikki Linnakangas
2011-03-30
*
Minor changes to recovery pause behaviour.
Simon Riggs
2011-03-23
*
Prevent intermittent hang in recovery from bgwriter interaction.
Simon Riggs
2011-03-23
*
When two base backups are started at the same time with pg_basebackup,
Heikki Linnakangas
2011-03-21
*
Remove bogus semicolons in recoveryPausesHere.
Robert Haas
2011-03-18
[next]