index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlog.c
Age
Commit message (
Expand
)
Author
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2018-09-28
Fix assertion failure when updating full_page_writes for checkpointer.
Amit Kapila
2018-09-26
Rework activation of commit timestamps during recovery
Michael Paquier
2018-09-13
Attach FPI to the first record after full_page_writes is turned on.
Amit Kapila
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-08-31
Ensure correct minimum consistent point on standbys
Michael Paquier
2018-07-09
Rework order of end-of-recovery actions to delay timeline history write
Michael Paquier
2018-07-05
Prevent references to invalid relation pages after fresh promotion
Michael Paquier
2018-06-25
Address set of issues with errno handling
Michael Paquier
2018-05-18
Fix error message on short read of pg_control
Magnus Hagander
2018-05-05
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-04-11
Ignore nextOid when replaying an ONLINE checkpoint.
Tom Lane
2017-12-08
Fix mistake in comment
Peter Eisentraut
2017-12-04
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-06-22
Fix typo in comment
Alvaro Herrera
2017-06-21
Fix possibility of creating a "phantom" segment after promotion.
Andres Freund
2017-06-05
Prevent possibility of panics during shutdown checkpoint.
Andres Freund
2017-05-16
Fix new warnings from GCC 7
Peter Eisentraut
2017-03-28
Suppress implicit-conversion warnings seen with newer clang versions.
Tom Lane
2017-03-14
Spelling fixes
Peter Eisentraut
2017-02-28
Fix incorrect variable datatype
Magnus Hagander
2017-01-17
Fix an assertion failure related to an exclusive backup.
Fujii Masao
2016-10-27
Fix possible pg_basebackup failure on standby with "include WAL".
Robert Haas
2016-08-31
Prevent starting a standalone backend with standby_mode on.
Tom Lane
2016-03-15
Fix typos in comments
Alvaro Herrera
2016-03-09
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-06
Ignore recovery_min_apply_delay until recovery has reached consistent state
Fujii Masao
2015-12-28
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-11
Fix commit timestamp initialization
Alvaro Herrera
2015-12-03
Further tweak commit_timestamp behavior
Alvaro Herrera
2015-11-16
Message improvements
Peter Eisentraut
2015-10-01
Fix commit_ts for standby
Alvaro Herrera
2015-09-29
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-26
Remove legacy multixact truncation support.
Andres Freund
2015-09-26
Rework the way multixact truncations work.
Andres Freund
2015-09-18
Add missing serial comma
Peter Eisentraut
2015-09-15
Improve log messages related to tablespace_map file
Fujii Masao
2015-09-09
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-03
Document that max_worker_processes must be high enough in standby.
Fujii Masao
2015-08-03
Make recovery rename tablespace_map to *.old if backup_label is not present.
Fujii Masao
2015-08-02
Fix race condition that lead to WALInsertLock deadlock with commit_delay.
Heikki Linnakangas
2015-08-02
Fix issues around the "variable" support in the lwlock infrastructure.
Andres Freund
2015-07-02
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-07-01
Make XLogFileCopy() look the same as in 9.4.
Fujii Masao
2015-06-29
Also trigger restartpoints based on max_wal_size on standby.
Heikki Linnakangas
2015-06-26
Be more conservative about removing tablespace "symlinks".
Robert Haas
2015-06-21
Add missing check for wal_debug GUC.
Andres Freund
2015-06-08
Fix typos
Alvaro Herrera
2015-06-09
Refactor WAL segment copying code.
Fujii Masao
2015-06-08
Allow HotStandbyActiveInReplay() to be called in single user mode.
Andres Freund
[next]