aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/heapam.c
Commit message (Expand)AuthorAge
* Fix hypothetical bug in heap backward scansDavid Rowley2021-01-25
* Fix COPY FREEZE with CLOBBER_CACHE_ALWAYSTomas Vondra2021-01-24
* Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZETomas Vondra2021-01-17
* Enhance nbtree index tuple deletion.Peter Geoghegan2021-01-13
* Update copyright for 2021Bruce Momjian2021-01-02
* Get heap page max offset with buffer lock held.Peter Geoghegan2020-12-30
* Fix index deletion latestRemovedXid bug.Peter Geoghegan2020-12-30
* Avoid using tuple from syscache for update of pg_database.datfrozenxidMichael Paquier2020-12-08
* Remove ineffective heapam CHECK_FOR_INTERRUPTS().Peter Geoghegan2020-11-09
* Revert "Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls"Alvaro Herrera2020-10-15
* Remove pointless HeapTupleHeaderIndicatesMovedPartitions callsAlvaro Herrera2020-10-15
* Fix comments in heapam.c.Amit Kapila2020-09-18
* Revert "Make vacuum a bit more verbose to debug BF failure."Andres Freund2020-08-20
* Make vacuum a bit more verbose to debug BF failure.Andres Freund2020-08-16
* Correct several behavior descriptions in comments.Noah Misch2020-08-15
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-08
* Use multi-inserts for pg_attribute and pg_shdependMichael Paquier2020-07-31
* Move syncscan.c to src/backend/access/common.Thomas Munro2020-07-29
* Allocate consecutive blocks during parallel seqscansDavid Rowley2020-07-26
* Fix comments related to table AMsMichael Paquier2020-07-14
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Improve comments for [Heap]CheckForSerializableConflictOut().Thomas Munro2020-06-12
* Avoid update conflict out serialization anomalies.Peter Geoghegan2020-06-11
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Remove HEAPDEBUGALLPeter Eisentraut2020-04-22
* Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().Andres Freund2020-04-05
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* 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
* Introduce a maintenance_io_concurrency setting.Thomas Munro2020-03-16
* Issue properly WAL record for CID of first catalog tuple in multi-insertMichael Paquier2020-02-25
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Fix compile error on HP C.Thomas Munro2020-01-28
* Remove dependency on HeapTuple from predicate locking functions.Thomas Munro2020-01-28
* Fix comment in heapam.cMichael Paquier2020-01-13
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Rename some toasting functions based on whether they are heap-specific.Robert Haas2019-10-04
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Avoid touching replica identity index in ExtractReplicaIdentity().Tom Lane2019-09-02
* Fix bogus commentAlvaro Herrera2019-08-20
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix predicate-locking of HOT updated rows.Heikki Linnakangas2019-08-07
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-18
* Revert "Avoid spurious deadlocks when upgrading a tuple lock"Alvaro Herrera2019-06-16
* Silence compiler warningAlvaro Herrera2019-06-14