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
Commit message (
Expand
)
Author
Age
*
Fix concurrent locking of tuple update chain
Alvaro Herrera
2017-07-26
*
Fix potential data corruption during freeze
Teodor Sigaev
2017-07-06
*
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
*
Fix order of arguments to SubTransSetParent().
Tom Lane
2017-04-23
*
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
*
Remove triggerable Assert in hashname().
Tom Lane
2016-12-26
*
Fix broken error check in _hash_doinsert.
Robert Haas
2016-12-22
*
Back-patch fcff8a575198478023ada8a48e13b50f70054766 as a bug fix.
Kevin Grittner
2016-12-13
*
Log the creation of an init fork unconditionally.
Robert Haas
2016-12-08
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Alvaro Herrera
2016-11-17
*
Fix possible pg_basebackup failure on standby with "include WAL".
Robert Haas
2016-10-27
*
Fix WAL-logging of FSM and VM truncation.
Heikki Linnakangas
2016-10-19
*
Fix locking a tuple updated by an aborted (sub)transaction
Alvaro Herrera
2016-09-09
*
Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardware.
Tom Lane
2016-09-03
*
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 small query-lifespan memory leak in bulk updates.
Tom Lane
2016-08-24
*
In B-tree page deletion, clean up properly after page deletion failure.
Tom Lane
2016-08-06
*
Fix torn-page, unlogged xid and further risks from heap_update().
Andres Freund
2016-07-15
*
Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID.
Andres Freund
2016-07-15
*
Avoid serializability errors when locking a tuple with a committed update
Alvaro Herrera
2016-07-15
*
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-14
*
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-24
*
Finish up XLOG_HINT renaming
Alvaro Herrera
2016-06-17
*
Avoid hot standby cancels from VAC FREEZE
Alvaro Herrera
2016-05-25
*
Fix missing initialization of buffer_std field in _bt_newroot().
Tom Lane
2016-05-21
*
Fix obsolete comment
Alvaro Herrera
2016-05-12
*
Fix memory leak and other bugs in ginPlaceToPage() & subroutines.
Tom Lane
2016-04-20
*
Fix memory leak in GIN index scans.
Tom Lane
2016-04-15
*
Fix typos in comments
Alvaro Herrera
2016-03-15
*
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-09
*
Fix incorrect handling of NULL index entries in indexed ROW() comparisons.
Tom Lane
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 overly-strict assertions in spgtextproc.c.
Tom Lane
2016-01-02
*
Fix bug leading to restoring unlogged relations from empty files.
Andres Freund
2015-12-10
*
Fix serialization anomalies due to race conditions on INSERT.
Kevin Grittner
2015-10-31
*
Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.
Andres Freund
2015-10-05
*
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-09
*
Make GIN's cleanup pending list process interruptable
Teodor Sigaev
2015-09-07
*
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
*
Fix race condition that lead to WALInsertLock deadlock with commit_delay.
Heikki Linnakangas
2015-08-02
[next]