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
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Initialize TransactionState and user ID consistently at transaction start
Michael Paquier
2018-11-14
*
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-10-06
*
Fix assertion failure when updating full_page_writes for checkpointer.
Amit Kapila
2018-09-28
*
Fix WAL recycling on standbys depending on archive_mode
Michael Paquier
2018-09-28
*
Rework activation of commit timestamps during recovery
Michael Paquier
2018-09-26
*
Attach FPI to the first record after full_page_writes is turned on.
Amit Kapila
2018-09-13
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Ensure correct minimum consistent point on standbys
Michael Paquier
2018-08-31
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Rework order of end-of-recovery actions to delay timeline history write
Michael Paquier
2018-07-09
*
Prevent references to invalid relation pages after fresh promotion
Michael Paquier
2018-07-05
*
Improve the performance of relation deletes during recovery.
Fujii Masao
2018-07-05
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
*
Prevent hard failures of standbys caused by recycled WAL segments
Michael Paquier
2018-06-18
*
Fix function code in error report
Alvaro Herrera
2018-06-06
*
Fix error message on short read of pg_control
Magnus Hagander
2018-05-18
*
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-05-05
*
Add HOLD_INTERRUPTS section into FinishPreparedTransaction.
Teodor Sigaev
2018-05-03
*
Ignore nextOid when replaying an ONLINE checkpoint.
Tom Lane
2018-04-11
*
Fix mistake in comment
Peter Eisentraut
2017-12-08
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
Pad XLogReaderState's main_data buffer more aggressively.
Tom Lane
2017-11-26
*
Fix access-off-end-of-array in clog.c.
Tom Lane
2017-10-06
*
Handle elog(FATAL) during ROLLBACK more robustly.
Tom Lane
2017-08-14
*
Remove AtEOXact_CatCache().
Tom Lane
2017-08-13
*
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
*
Fix order of arguments to SubTransSetParent().
Tom Lane
2017-04-23
*
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-31
*
Suppress implicit-conversion warnings seen with newer clang versions.
Tom Lane
2017-03-28
*
Spelling fixes
Peter Eisentraut
2017-03-14
*
Fix incorrect variable datatype
Magnus Hagander
2017-02-28
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Fix an assertion failure related to an exclusive backup.
Fujii Masao
2017-01-17
*
Fix commit_ts for FrozenXid and BootstrapXid
Alvaro Herrera
2016-11-24
*
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
[next]