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
Commit message (
Expand
)
Author
Age
*
Fix possible pg_basebackup failure on standby with "include WAL".
Robert Haas
2016-10-27
*
Preserve commit timestamps across clean restart
Alvaro Herrera
2016-10-24
*
Prevent starting a standalone backend with standby_mode on.
Tom Lane
2016-08-31
*
Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.
Fujii Masao
2016-08-29
*
Fix potential memory leakage from HandleParallelMessages().
Tom Lane
2016-08-26
*
Block interrupts during HandleParallelMessages().
Tom Lane
2016-08-02
*
Sync 9.5 version of access/transam/parallel.c with HEAD.
Tom Lane
2016-08-02
*
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-24
*
Finish up XLOG_HINT renaming
Alvaro Herrera
2016-06-17
*
Fix bogus comments
Alvaro Herrera
2016-05-12
*
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
*
Correct StartupSUBTRANS for page wraparound
Simon Riggs
2016-02-19
*
Fix misspelled function name in comment.
Heikki Linnakangas
2016-02-01
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
*
Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.
Andres Freund
2015-12-14
*
Fix commit timestamp initialization
Alvaro Herrera
2015-12-11
*
Improve some messages
Peter Eisentraut
2015-12-10
*
Fix bug leading to restoring unlogged relations from empty files.
Andres Freund
2015-12-10
*
Further tweak commit_timestamp behavior
Alvaro Herrera
2015-12-03
*
Message improvements
Peter Eisentraut
2015-11-16
*
Pass extra data to bgworkers, and use this to fix parallel contexts.
Robert Haas
2015-11-05
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Cleanup commit timestamp module activaction, again
Alvaro Herrera
2015-10-27
*
Fix a problem with parallel workers being unable to restore role.
Robert Haas
2015-10-16
*
Invalidate caches after cranking up a parallel worker transaction.
Robert Haas
2015-10-16
*
Tighten up application of parallel mode checks.
Robert Haas
2015-10-16
*
Transfer current command counter ID to parallel workers.
Robert Haas
2015-10-16
*
Don't send protocol messages to a shm_mq that no longer exists.
Robert Haas
2015-10-16
*
Don't disable commit_ts in standby if enabled locally
Alvaro Herrera
2015-10-02
*
Fix message punctuation according to style guide
Peter Eisentraut
2015-10-01
*
Fix commit_ts for standby
Alvaro Herrera
2015-10-01
*
Don't dump core when destroying an unused ParallelContext.
Robert Haas
2015-09-30
*
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-29
*
Fix "sesssion" typo
Alvaro Herrera
2015-09-28
*
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
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-04
*
Document that max_worker_processes must be high enough in standby.
Fujii Masao
2015-09-03
*
Do not allow *timestamp to be passed as NULL
Alvaro Herrera
2015-08-21
*
Address points made in post-commit review of replication origins.
Andres Freund
2015-08-07
*
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
*
Another attempt at fixing memory leak in xlogreader.
Heikki Linnakangas
2015-07-28
[next]