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-16
*
Suppress implicit-conversion warnings seen with newer clang versions.
Tom Lane
2017-03-28
*
Fix backup canceling
Teodor Sigaev
2017-03-24
*
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
*
Bring some clarity to the defaults for the xxx_flush_after parameters.
Tom Lane
2016-11-25
*
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
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Remove unused structure member.
Robert Haas
2016-07-21
*
Fix start WAL filename for concurrent backups from standby
Magnus Hagander
2016-07-11
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix poorly-worded log message.
Tom Lane
2016-05-08
*
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-04-05
*
Display WAL pointer in rm_redo error callback
Alvaro Herrera
2016-04-04
*
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
*
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
*
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
*
Allow the WAL writer to flush WAL at a reduced rate.
Andres Freund
2016-02-16
*
Change delimiter used for display of NextXID
Joe Conway
2016-02-12
*
Make builtin lwlock tranche names consistent.
Robert Haas
2016-02-12
*
Shift the responsibility for emitting "database system is shut down".
Tom Lane
2016-02-11
*
Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."
Tom Lane
2016-02-10
*
Add more chattiness in server shutdown.
Tom Lane
2016-02-09
*
Temporarily make pg_ctl and server shutdown a whole lot chattier.
Tom Lane
2016-02-08
*
Speedup 2PC by skipping two phase state files in normal path
Simon Riggs
2016-01-20
*
Maintain local LogwrtResult consistently
Simon Riggs
2016-01-12
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
*
Provide a way to predefine LWLock tranche IDs.
Robert Haas
2015-12-15
*
Fix commit timestamp initialization
Alvaro Herrera
2015-12-11
*
Further tweak commit_timestamp behavior
Alvaro Herrera
2015-12-03
*
Message improvements
Peter Eisentraut
2015-11-16
*
Fix commit_ts for standby
Alvaro Herrera
2015-10-01
*
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-29
*
Remove legacy multixact truncation support.
Andres Freund
2015-09-26
*
Rework the way multixact truncations work.
Andres Freund
2015-09-26
*
Add missing serial comma
Peter Eisentraut
2015-09-18
*
Improve log messages related to tablespace_map file
Fujii Masao
2015-09-15
*
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
*
Make recovery rename tablespace_map to *.old if backup_label is not present.
Fujii Masao
2015-08-03
*
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-08-02
[next]