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
/
heap
Commit message (
Expand
)
Author
Age
*
Handle new HOT chains in index-build table scans
Alvaro Herrera
2020-08-13
*
Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().
Andres Freund
2020-04-05
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
During heap rebuild, lock any TOAST index until end of transaction.
Noah Misch
2020-03-21
*
Flush logical mapping files with fd opened for read/write at checkpoint
Michael Paquier
2019-10-09
*
Fix RelationIdGetRelation calls that weren't bothering with error checks.
Tom Lane
2019-09-08
*
Fix bogus comment
Alvaro Herrera
2019-08-20
*
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-08-07
*
Avoid possible deadlock while locking multiple heap pages.
Amit Kapila
2019-02-02
*
Fix use of dangling pointer in heap_delete() when logging replica identity
Michael Paquier
2019-02-01
*
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-11-28
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Fix inadequate buffer locking in FSM and VM page re-initialization.
Tom Lane
2018-07-13
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
*
Do not select new object OIDs that match recently-dead entries.
Tom Lane
2018-04-11
*
Relax overly strict sanity check for upgraded ancient databases
Alvaro Herrera
2018-03-01
*
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-14
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
*
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
*
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 new warnings from GCC 7
Peter Eisentraut
2017-05-16
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
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 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
*
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 handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-24
*
Fix bogus comments
Alvaro Herrera
2016-05-12
*
Fix obsolete comment
Alvaro Herrera
2016-05-12
*
Remove function names from some elog() calls in heapam.c.
Andres Freund
2015-11-19
*
Fix serialization anomalies due to race conditions on INSERT.
Kevin Grittner
2015-10-31
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-08-02
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Fix some oversights in BRIN patch.
Tom Lane
2015-07-21
*
Avoid hot standby cancels from VAC FREEZE
Simon Riggs
2015-06-27
*
Fix a couple of bugs with wal_log_hints.
Heikki Linnakangas
2015-06-26
*
Update README.tuplock
Alvaro Herrera
2015-05-25
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
[next]