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
/
heapam.c
Commit message (
Expand
)
Author
Age
*
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 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
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
Fix hard to hit race condition in heapam's tuple locking code.
Andres Freund
2016-08-04
*
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-07-18
*
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 typo.
Robert Haas
2016-06-17
*
Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.
Robert Haas
2016-06-15
*
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-06-09
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix typo.
Robert Haas
2016-06-06
*
Fix bogus comments
Alvaro Herrera
2016-05-12
*
Fix obsolete comment
Alvaro Herrera
2016-05-12
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Department of second thoughts: remove PD_ALL_FROZEN.
Robert Haas
2016-03-08
*
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-03-01
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix typo in comment.
Robert Haas
2015-12-18
*
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
*
Add a C API for parallel heap scans.
Robert Haas
2015-10-16
*
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
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Fix typos in comments
Magnus Hagander
2015-05-17
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Minor ON CONFLICT related comments and doc fixes.
Andres Freund
2015-05-08
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Optimize locking a tuple already locked by another subxact
Alvaro Herrera
2015-04-10
*
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
*
Fix reference-after-free when waiting for another xact due to constraint.
Heikki Linnakangas
2015-02-04
*
Update copyright for 2015
Bruce Momjian
2015-01-06
[next]