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 hypothetical bug in heap backward scans
David Rowley
2021-01-25
*
Fix COPY FREEZE with CLOBBER_CACHE_ALWAYS
Tomas Vondra
2021-01-24
*
Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZE
Tomas Vondra
2021-01-17
*
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Get heap page max offset with buffer lock held.
Peter Geoghegan
2020-12-30
*
Fix index deletion latestRemovedXid bug.
Peter Geoghegan
2020-12-30
*
Avoid using tuple from syscache for update of pg_database.datfrozenxid
Michael Paquier
2020-12-08
*
Remove ineffective heapam CHECK_FOR_INTERRUPTS().
Peter Geoghegan
2020-11-09
*
Revert "Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls"
Alvaro Herrera
2020-10-15
*
Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls
Alvaro Herrera
2020-10-15
*
Fix comments in heapam.c.
Amit Kapila
2020-09-18
*
Revert "Make vacuum a bit more verbose to debug BF failure."
Andres Freund
2020-08-20
*
Make vacuum a bit more verbose to debug BF failure.
Andres Freund
2020-08-16
*
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-08
*
Use multi-inserts for pg_attribute and pg_shdepend
Michael Paquier
2020-07-31
*
Move syncscan.c to src/backend/access/common.
Thomas Munro
2020-07-29
*
Allocate consecutive blocks during parallel seqscans
David Rowley
2020-07-26
*
Fix comments related to table AMs
Michael Paquier
2020-07-14
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
*
Improve comments for [Heap]CheckForSerializableConflictOut().
Thomas Munro
2020-06-12
*
Avoid update conflict out serialization anomalies.
Peter Geoghegan
2020-06-11
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Remove HEAPDEBUGALL
Peter Eisentraut
2020-04-22
*
Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().
Andres Freund
2020-04-05
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-16
*
Issue properly WAL record for CID of first catalog tuple in multi-insert
Michael Paquier
2020-02-25
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Fix compile error on HP C.
Thomas Munro
2020-01-28
*
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-28
*
Fix comment in heapam.c
Michael Paquier
2020-01-13
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Rename some toasting functions based on whether they are heap-specific.
Robert Haas
2019-10-04
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Avoid touching replica identity index in ExtractReplicaIdentity().
Tom Lane
2019-09-02
*
Fix bogus comment
Alvaro Herrera
2019-08-20
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-08-07
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-18
*
Revert "Avoid spurious deadlocks when upgrading a tuple lock"
Alvaro Herrera
2019-06-16
*
Silence compiler warning
Alvaro Herrera
2019-06-14
[next]