aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam.c
Commit message (Expand)AuthorAge
* Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().Andres Freund2020-04-05
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Fix RelationIdGetRelation calls that weren't bothering with error checks.Tom Lane2019-09-08
* Fix bogus commentAlvaro Herrera2019-08-20
* Fix predicate-locking of HOT updated rows.Heikki Linnakangas2019-08-07
* Fix use of dangling pointer in heap_delete() when logging replica identityMichael Paquier2019-02-01
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-10
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Relax overly strict sanity check for upgraded ancient databasesAlvaro Herrera2018-03-01
* Perform a lot more sanity checks when freezing tuples.Andres Freund2017-12-14
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-02
* Fix traversal of half-frozen update chainsAlvaro Herrera2017-10-06
* Fix freezing of a dead HOT-updated tupleAlvaro Herrera2017-09-28
* Reword some unclear commentsAlvaro Herrera2017-08-08
* Fix concurrent locking of tuple update chainAlvaro Herrera2017-07-26
* Fix potential data corruption during freezeTeodor Sigaev2017-07-06
* Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera2016-09-09
* Fix small query-lifespan memory leak in bulk updates.Tom Lane2016-08-24
* Fix deletion of speculatively inserted TOAST on conflictAndres Freund2016-08-17
* Fix torn-page, unlogged xid and further risks from heap_update().Andres Freund2016-07-15
* Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID.Andres Freund2016-07-15
* Avoid serializability errors when locking a tuple with a committed updateAlvaro Herrera2016-07-15
* Fix handling of multixacts predating pg_upgradeAlvaro Herrera2016-06-24
* Fix bogus commentsAlvaro Herrera2016-05-12
* Fix obsolete commentAlvaro Herrera2016-05-12
* Remove function names from some elog() calls in heapam.c.Andres Freund2015-11-19
* Fix serialization anomalies due to race conditions on INSERT.Kevin Grittner2015-10-31
* Fix misc typos.Heikki Linnakangas2015-09-05
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-02
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Fix some oversights in BRIN patch.Tom Lane2015-07-21
* Avoid hot standby cancels from VAC FREEZESimon Riggs2015-06-27
* Fix a couple of bugs with wal_log_hints.Heikki Linnakangas2015-06-26
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Fix typos in commentsMagnus Hagander2015-05-17
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Minor ON CONFLICT related comments and doc fixes.Andres Freund2015-05-08
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Optimize locking a tuple already locked by another subxactAlvaro Herrera2015-04-10
* Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane2015-02-21
* Fix reference-after-free when waiting for another xact due to constraint.Heikki Linnakangas2015-02-04
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix thinko in lock mode enumAlvaro Herrera2015-01-04
* Grab heavyweight tuple lock only before sleepingAlvaro Herrera2014-12-26
* Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.Tom Lane2014-11-20
* Revamp the WAL record format.Heikki Linnakangas2014-11-20