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
...
*
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-05-12
*
At promotion, archive last segment from old timeline with .partial suffix.
Heikki Linnakangas
2015-05-08
*
Add macros to check if a filename is a WAL segment or other such file.
Heikki Linnakangas
2015-05-08
*
Recursively fsync() the data directory after a crash.
Robert Haas
2015-05-04
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Fix logic to skip checkpoint if no records have been inserted.
Heikki Linnakangas
2015-04-15
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
*
Don't archive bogus recycled or preallocated files after timeline switch.
Heikki Linnakangas
2015-04-13
*
Fix error handling of XLogReaderAllocate in case of OOM
Fujii Masao
2015-04-03
*
Define integer limits independently from the system definitions.
Andres Freund
2015-04-02
*
Centralize definition of integer limits.
Andres Freund
2015-03-25
*
Don't delay replication for less than recovery_min_apply_delay's resolution.
Andres Freund
2015-03-23
*
Fix copy & paste error in 4f1b890b137.
Andres Freund
2015-03-23
*
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-15
*
Increase max_wal_size's default from 128MB to 1GB.
Andres Freund
2015-03-15
*
Remove pause_at_recovery_target recovery.conf setting.
Andres Freund
2015-03-15
*
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-11
*
Keep CommitTs module in sync in standby and master
Alvaro Herrera
2015-03-09
*
Replace checkpoint_segments with min_wal_size and max_wal_size.
Heikki Linnakangas
2015-02-23
*
Add GUC to control the time to wait before retrieving WAL after failed attempt.
Fujii Masao
2015-02-23
*
Fix thinko in re-setting wal_log_hints flag from a parameter-change record.
Heikki Linnakangas
2015-01-15
*
Don't open a WAL segment for writing at end of recovery.
Heikki Linnakangas
2015-01-07
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Treat negative values of recovery_min_apply_delay as having no effect.
Tom Lane
2015-01-03
*
Fix file descriptor leak at end of recovery.
Heikki Linnakangas
2014-12-21
*
Fix timestamp in end-of-recovery WAL records.
Heikki Linnakangas
2014-12-19
*
Change how first WAL segment on new timeline after promotion is created.
Heikki Linnakangas
2014-12-18
*
Fix (re-)starting from a basebackup taken off a standby after a failure.
Andres Freund
2014-12-18
*
Tweaks for recovery_target_action
Simon Riggs
2014-12-07
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
Fix assertion failure at end of PITR.
Heikki Linnakangas
2014-11-28
*
action_at_recovery_target recovery config option
Simon Riggs
2014-11-25
*
Distinguish XLOG_FPI records generated for hint-bit updates.
Heikki Linnakangas
2014-11-24
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Ensure unlogged tables are reset even if crash recovery errors out.
Andres Freund
2014-11-15
*
Fix building with WAL_DEBUG.
Heikki Linnakangas
2014-11-07
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-11-04
*
Prevent the already-archived WAL file from being archived again.
Fujii Masao
2014-10-23
*
Don't duplicate log_checkpoint messages for both of restart and checkpoints.
Andres Freund
2014-10-21
*
Renumber CHECKPOINT_* flags.
Andres Freund
2014-10-21
*
Flush unlogged table's buffers when copying or moving databases.
Andres Freund
2014-10-20
*
Message improvements
Peter Eisentraut
2014-10-12
*
Remove num_xloginsert_locks GUC, replace with a #define
Heikki Linnakangas
2014-10-01
*
Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.
Andres Freund
2014-10-01
*
Remove most volatile qualifiers from xlog.c
Andres Freund
2014-09-22
*
Improve code around the recently added rm_identify rmgr callback.
Andres Freund
2014-09-22
*
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-19
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
[prev]
[next]