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
2021-07-25
Make the standby server promptly handle interrupt signals.
Fujii Masao
2021-06-30
Fix incorrect PITR message for transaction ROLLBACK PREPARED
Michael Paquier
2021-06-09
Fix corner case failure of new standby to follow new primary.
Robert Haas
2021-03-17
Prevent buffer overrun in read_tablespace_map().
Tom Lane
2020-12-23
Fix portability issues with parsing of recovery_target_xid
Michael Paquier
2020-11-10
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-06-08
Fix locking bugs that could corrupt pg_control.
Thomas Munro
2020-05-09
Prevent archive recovery from scanning non-existent WAL files.
Fujii Masao
2020-04-24
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-03-21
Back-patch log_newpage_range().
Noah Misch
2020-03-09
Avoid assertion failure with targeted recovery in standby mode.
Fujii Masao
2019-10-18
Fix failure of archive recovery with recovery_min_apply_delay enabled.
Fujii Masao
2019-10-02
Remove temporary WAL and history files at the end of archive recovery
Michael Paquier
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-19
Fix bug in cancellation of non-exclusive backup to avoid assertion failure.
Fujii Masao
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-24
Fix backup canceling
Teodor Sigaev
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-11-25
Bring some clarity to the defaults for the xxx_flush_after parameters.
Tom Lane
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-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-07-21
Remove unused structure member.
Robert Haas
2016-07-11
Fix start WAL filename for concurrent backups from standby
Magnus Hagander
2016-06-09
pgindent run for 9.6
Robert Haas
2016-05-08
Fix poorly-worded log message.
Tom Lane
2016-04-05
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-04-04
Display WAL pointer in rm_redo error callback
Alvaro Herrera
2016-03-29
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-18
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-15
Fix typos in comments
Alvaro Herrera
[next]