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 double shared memory allocation.
Teodor Sigaev
2017-07-21
*
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 wording in amvalidate error messages
Alvaro Herrera
2017-05-30
*
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
*
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-15
*
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
*
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 typos in comments.
Heikki Linnakangas
2017-02-06
*
Don't count background workers against a user's connection limit.
Andrew Dunstan
2017-02-01
*
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
*
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
*
Bring some clarity to the defaults for the xxx_flush_after parameters.
Tom Lane
2016-11-25
*
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
*
Remove useless code.
Tom Lane
2016-09-23
*
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 corruption of 2PC recovery with subxacts
Simon Riggs
2016-09-09
*
Fix minor memory leak in Standby startup
Simon Riggs
2016-09-08
*
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
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Fix potential memory leakage from HandleParallelMessages().
Tom Lane
2016-08-26
*
Fix logic for adding "parallel worker" context line to worker errors.
Tom Lane
2016-08-26
*
Fix small query-lifespan memory leak in bulk updates.
Tom Lane
2016-08-24
*
Suppress compiler warnings in non-cassert builds.
Tom Lane
2016-08-23
*
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-17
*
Fix typos
Peter Eisentraut
2016-08-16
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
[next]