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
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-06-16
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-04-13
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-11
Make XLogRecGetBlockTag() throw error if there's no such block.
Tom Lane
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-03
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-03-24
Change fastgetattr and heap_getattr to inline functions
Alvaro Herrera
2022-03-11
Normalize heap_prepare_freeze_tuple argument name.
Peter Geoghegan
2022-03-03
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-02-24
Remove unnecessary heap_tuple_needs_freeze argument.
Peter Geoghegan
2022-02-14
WAL log unchanged toasted replica identity key attributes.
Amit Kapila
2022-01-25
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-07
Update copyright for 2022
Bruce Momjian
2022-01-04
Fix silly mistake in Assert
Alvaro Herrera
2022-01-04
Allow special SKIP LOCKED condition in Assert()
Alvaro Herrera
2021-12-08
Standardize cleanup lock terminology.
Peter Geoghegan
2021-11-30
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-26
Go back to considering HOT on pages marked full.
Peter Geoghegan
2021-11-04
Add hardening to catch invalid TIDs in indexes.
Peter Geoghegan
2021-10-29
Demote pg_unreachable() in heapam to an assertion.
Peter Geoghegan
2021-10-04
Replace occurrences of InvalidXid with InvalidTransactionId
Daniel Gustafsson
2021-09-22
Document issue with heapam line pointer truncation.
Peter Geoghegan
2021-09-20
Remove overzealous index deletion assertion.
Peter Geoghegan
2021-06-03
Revert most of 39b66a91bd
Tomas Vondra
2021-05-26
Fix typo in heapam.c
Michael Paquier
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-10
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-04-13
Avoid improbable PANIC during heap_update.
Tom Lane
2021-04-13
Fix potential SSI hazard in heap_update().
Thomas Munro
2021-04-07
Truncate line pointer array during VACUUM.
Peter Geoghegan
2021-04-06
Remove tupgone special case from vacuumlazy.c.
Peter Geoghegan
2021-03-30
Adjust design of per-worker parallel seqscan data struct
David Rowley
2021-03-25
Sanitize the term "combo CID" in code comments
Michael Paquier
2021-03-16
Fix comment about promising tuples.
Peter Geoghegan
2021-02-27
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-22
Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls
Alvaro Herrera
2021-01-25
Fix hypothetical bug in heap backward scans
David Rowley
2021-01-24
Fix COPY FREEZE with CLOBBER_CACHE_ALWAYS
Tomas Vondra
2021-01-17
Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZE
Tomas Vondra
2021-01-13
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-30
Get heap page max offset with buffer lock held.
Peter Geoghegan
2020-12-30
Fix index deletion latestRemovedXid bug.
Peter Geoghegan
2020-12-08
Avoid using tuple from syscache for update of pg_database.datfrozenxid
Michael Paquier
2020-11-09
Remove ineffective heapam CHECK_FOR_INTERRUPTS().
Peter Geoghegan
2020-10-15
Revert "Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls"
Alvaro Herrera
2020-10-15
Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls
Alvaro Herrera
2020-09-18
Fix comments in heapam.c.
Amit Kapila
2020-08-20
Revert "Make vacuum a bit more verbose to debug BF failure."
Andres Freund
[next]