index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
heapam.c
Age
Commit message (
Expand
)
Author
2019-02-01
Fix use of dangling pointer in heap_delete() when logging replica identity
Michael Paquier
2018-10-10
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-03-01
Relax overly strict sanity check for upgraded ancient databases
Alvaro Herrera
2017-12-14
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-11-02
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-10-06
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-09-28
Fix freezing of a dead HOT-updated tuple
Alvaro Herrera
2017-08-08
Reword some unclear comments
Alvaro Herrera
2017-07-26
Fix concurrent locking of tuple update chain
Alvaro Herrera
2017-07-06
Fix potential data corruption during freeze
Teodor Sigaev
2016-09-09
Fix locking a tuple updated by an aborted (sub)transaction
Alvaro Herrera
2016-08-24
Fix small query-lifespan memory leak in bulk updates.
Tom Lane
2016-08-17
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-07-15
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-06-24
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-05-12
Fix bogus comments
Alvaro Herrera
2016-05-12
Fix obsolete comment
Alvaro Herrera
2015-11-19
Remove function names from some elog() calls in heapam.c.
Andres Freund
2015-10-31
Fix serialization anomalies due to race conditions on INSERT.
Kevin Grittner
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-08-02
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-21
Fix some oversights in BRIN patch.
Tom Lane
2015-06-27
Avoid hot standby cancels from VAC FREEZE
Simon Riggs
2015-06-26
Fix a couple of bugs with wal_log_hints.
Heikki Linnakangas
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-17
Fix typos in comments
Magnus Hagander
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-08
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-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-10
Optimize locking a tuple already locked by another subxact
Alvaro Herrera
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-04
Fix reference-after-free when waiting for another xact due to constraint.
Heikki Linnakangas
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-04
Fix thinko in lock mode enum
Alvaro Herrera
2014-12-26
Grab heavyweight tuple lock only before sleeping
Alvaro Herrera
2014-11-20
Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.
Tom Lane
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-13
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-11-07
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-10-07
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-09-02
Refactor per-page logic common to all redo routines to a new function.
Heikki Linnakangas
2014-08-25
Revert XactLockTableWait context setup in conditional multixact wait
Alvaro Herrera
[next]