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
*
Fix typo in comment
Alvaro Herrera
2017-06-22
*
Fix possibility of creating a "phantom" segment after promotion.
Andres Freund
2017-06-21
*
Prevent possibility of panics during shutdown checkpoint.
Andres Freund
2017-06-05
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-05-15
*
Spelling fixes
Peter Eisentraut
2017-03-14
*
Fix incorrect variable datatype
Magnus Hagander
2017-02-28
*
Fix an assertion failure related to an exclusive backup.
Fujii Masao
2017-01-17
*
Fix possible pg_basebackup failure on standby with "include WAL".
Robert Haas
2016-10-27
*
Prevent starting a standalone backend with standby_mode on.
Tom Lane
2016-08-31
*
Fix typos in comments
Alvaro Herrera
2016-03-15
*
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-09
*
Ignore recovery_min_apply_delay until recovery has reached consistent state
Fujii Masao
2016-03-06
*
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-09
*
Document that max_worker_processes must be high enough in standby.
Fujii Masao
2015-09-03
*
Fix race condition that lead to WALInsertLock deadlock with commit_delay.
Heikki Linnakangas
2015-08-02
*
Add missing check for wal_debug GUC.
Andres Freund
2015-06-21
*
Allow HotStandbyActiveInReplay() to be called in single user mode.
Andres Freund
2015-06-08
*
Fix fsync-at-startup code to not treat errors as fatal.
Tom Lane
2015-05-28
*
Fix spelling in comment
Simon Riggs
2015-05-19
*
Recursively fsync() the data directory after a crash.
Robert Haas
2015-05-04
*
Don't archive bogus recycled or preallocated files after timeline switch.
Heikki Linnakangas
2015-04-13
*
Don't delay replication for less than recovery_min_apply_delay's resolution.
Andres Freund
2015-03-23
*
Fix thinko in re-setting wal_log_hints flag from a parameter-change record.
Heikki Linnakangas
2015-01-15
*
Treat negative values of recovery_min_apply_delay as having no effect.
Tom Lane
2015-01-03
*
Fix timestamp in end-of-recovery WAL records.
Heikki Linnakangas
2014-12-19
*
Fix (re-)starting from a basebackup taken off a standby after a failure.
Andres Freund
2014-12-18
*
Ensure unlogged tables are reset even if crash recovery errors out.
Andres Freund
2014-11-15
*
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-11-13
*
Prevent the already-archived WAL file from being archived again.
Fujii Masao
2014-10-23
*
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
*
Oops, fix recoveryStopsBefore functions for regular commits.
Heikki Linnakangas
2014-07-29
*
Treat 2PC commit/abort the same as regular xacts in recovery.
Heikki Linnakangas
2014-07-29
*
Fix checkpointer crash in EXEC_BACKEND builds.
Robert Haas
2014-07-24
*
Add missing serial commas
Peter Eisentraut
2014-07-15
*
Have multixact be truncated by checkpoint, not vacuum
Alvaro Herrera
2014-06-27
*
Consistency improvements for slot and decoding code.
Andres Freund
2014-06-12
*
Add defenses against running with a wrong selection of LOBLKSIZE.
Tom Lane
2014-06-05
*
Consistently spell a replication slot's name as slot_name.
Andres Freund
2014-06-05
*
Fix a bunch of functions that were declared static then defined not-static.
Tom Lane
2014-05-17
*
Rename min_recovery_apply_delay to recovery_min_apply_delay.
Tom Lane
2014-05-10
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Improve generation algorithm for database system identifier.
Tom Lane
2014-04-26
*
report stat() error in trigger file check
Bruce Momjian
2014-04-17
*
Use correctly-sized buffer when zero-filling a WAL file.
Heikki Linnakangas
2014-04-16
*
Fix typo in comment.
Heikki Linnakangas
2014-04-10
*
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
2014-04-04
*
In checkpoint, move the check for in-progress xacts out of critical section.
Heikki Linnakangas
2014-04-04
[next]