aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam.c
Commit message (Expand)AuthorAge
...
* Fix pg_atomic_u64 initialization.Heikki Linnakangas2017-08-17
* Use atomic ops to hand out pages to scan in parallel scan.Heikki Linnakangas2017-08-16
* 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
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Simplify check of modified attributes in heap_updateAlvaro Herrera2017-03-29
* Improve performance of replay of AccessExclusiveLocksSimon Riggs2017-03-22
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-17
* Support parallel bitmap heap scans.Robert Haas2017-03-08
* Minor fixes for WAL consistency checking.Robert Haas2017-02-14
* Add WAL consistency checking facility.Robert Haas2017-02-08
* Fix interaction of partitioned tables with BulkInsertState.Robert Haas2017-01-24
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-22
* 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
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* Fix hard to hit race condition in heapam's tuple locking code.Andres Freund2016-08-04
* Clear all-frozen visibilitymap status when locking tuples.Andres Freund2016-07-18
* 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 typo.Robert Haas2016-06-17
* Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.Robert Haas2016-06-15
* Improve the situation for parallel query versus temp relations.Tom Lane2016-06-09
* pgindent run for 9.6Robert Haas2016-06-09
* Fix typo.Robert Haas2016-06-06
* Fix bogus commentsAlvaro Herrera2016-05-12
* Fix obsolete commentAlvaro Herrera2016-05-12
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Department of second thoughts: remove PD_ALL_FROZEN.Robert Haas2016-03-08
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-01
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix typo in comment.Robert Haas2015-12-18
* 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
* Add a C API for parallel heap scans.Robert Haas2015-10-16
* 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