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 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
*
Fix broken collation-aware searches in SP-GiST text opclass.
Tom Lane
2018-04-16
*
Ignore nextOid when replaying an ONLINE checkpoint.
Tom Lane
2018-04-11
*
Do not select new object OIDs that match recently-dead entries.
Tom Lane
2018-04-11
*
Fix thinko in comment
Alvaro Herrera
2018-03-26
*
Fix tuple counting in SP-GiST index build.
Tom Lane
2018-03-22
*
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-17
*
Make gistvacuumcleanup() count the actual number of index tuples.
Tom Lane
2018-03-02
*
Relax overly strict sanity check for upgraded ancient databases
Alvaro Herrera
2018-03-01
*
Change some bogus PageGetLSN calls to BufferGetLSNAtomic
Alvaro Herrera
2018-01-09
*
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-14
*
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 BRIN summarization concurrent with extension
Alvaro Herrera
2017-11-03
*
Fix corner-case errors in brin_doupdate().
Tom Lane
2017-11-02
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
*
Fix access-off-end-of-array in clog.c.
Tom Lane
2017-10-06
*
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-10-06
*
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
[prev]
[next]