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 freezing of a dead HOT-updated tuple
Alvaro Herrera
2017-09-28
*
Handle elog(FATAL) during ROLLBACK more robustly.
Tom Lane
2017-08-14
*
Remove AtEOXact_CatCache().
Tom Lane
2017-08-13
*
Reword some unclear comments
Alvaro Herrera
2017-08-08
*
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
*
Assorted translatable string fixes
Alvaro Herrera
2017-06-04
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-05-16
*
Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.
Tom Lane
2017-05-04
*
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 ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-09
*
BRIN revmap pages are not standard pages ...
Alvaro Herrera
2017-01-09
*
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
*
Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera
2016-12-06
*
Fix incorrect output from gin_desc().
Fujii Masao
2016-12-05
*
Permit dump/reload of not-too-large >1GB tuples
Alvaro Herrera
2016-12-02
*
Fix commit_ts for FrozenXid and BootstrapXid
Alvaro Herrera
2016-11-24
*
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
*
Preserve commit timestamps across clean restart
Alvaro Herrera
2016-10-24
*
Fix WAL-logging of FSM and VM truncation.
Heikki Linnakangas
2016-10-19
*
Fix outdated comments, GIST search queue is not an RBTree anymore.
Heikki Linnakangas
2016-09-20
*
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 potential memory leakage from HandleParallelMessages().
Tom Lane
2016-08-26
*
Fix small query-lifespan memory leak in bulk updates.
Tom Lane
2016-08-24
*
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-17
*
In B-tree page deletion, clean up properly after page deletion failure.
Tom Lane
2016-08-06
*
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 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
*
Fix building of large (bigger than shared_buffers) hash indexes.
Tom Lane
2016-06-24
[next]