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
2024-11-02
Fix inplace update buffer self-deadlock.
Noah Misch
2024-10-29
Unpin buffer before inplace update waits for an XID to end.
Noah Misch
2024-10-25
Make table_scan_bitmap_next_block() async-friendly
Melanie Plageman
2024-10-25
WAL-log inplace update before revealing it to other sessions.
Noah Misch
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-24
Stop reading uninitialized memory in heap_inplace_lock().
Noah Misch
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-12
Move logic related to WAL replay of Heap/Heap2 into its own file
Michael Paquier
2024-06-27
Add an injection_points isolation test suite.
Noah Misch
2024-05-16
BitmapHeapScan: Remove incorrect assert and reset field
Melanie Plageman
2024-04-29
Avoid repeating loads of frozen ID values.
Noah Misch
2024-04-28
Fix duplicated consecutive words in comments
David Rowley
2024-04-11
Revert: Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-04-11
Revert: Let table AM insertion methods control index insertion
Alexander Korotkov
2024-04-11
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-08
Custom reloptions for table AM
Alexander Korotkov
2024-04-07
Remove references to old function name
Andres Freund
2024-04-08
Use streaming I/O in sequential scans.
Thomas Munro
2024-04-06
Reduce branches in heapgetpage()'s per-tuple loop
Andres Freund
2024-04-07
BitmapHeapScan: Push skip_fetch optimization into table AM
Tomas Vondra
2024-04-04
Secondary refactor of heap scanning functions
David Rowley
2024-04-04
Preliminary refactor of heap scanning functions
David Rowley
2024-04-03
Combine freezing and pruning steps in VACUUM
Heikki Linnakangas
2024-03-30
Let table AM insertion methods control index insertion
Alexander Korotkov
2024-03-27
Fix some typos and grammar issues from commit 87985cc92522
Alexander Korotkov
2024-03-26
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-03-25
Merge prune, freeze and vacuum WAL record formats
Heikki Linnakangas
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-11-28
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-10-16
Fix comment from commit 22655aa231.
Thomas Munro
2023-10-13
Fix bulk table extension when copying into multiple partitions
Andres Freund
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-08-31
Report syncscan position at end of scan.
Heikki Linnakangas
2023-08-14
hio: Take number of prior relation extensions into account
Andres Freund
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-11
Fix xl_heap_lock WAL record field's data type.
Peter Geoghegan
2023-04-08
Handle logical slot conflicts on standby
Andres Freund
2023-04-06
hio: Use ExtendBufferedRelBy() to extend tables more efficiently
Andres Freund
2023-04-06
heapam: Pass number of required pages to RelationGetBufferForTuple()
Andres Freund
2023-04-02
Add info in WAL records in preparation for logical slot conflict handling
Andres Freund
2023-04-01
Pass down table relation into more index relation functions
Andres Freund
2023-03-23
Count updates that move row to a new page.
Peter Geoghegan
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-02
Remove bms_first_member().
Tom Lane
2023-02-07
More refactoring of heapgettup() and heapgettup_pagemode()
David Rowley
2023-02-03
Reduce code duplication between heapgettup and heapgettup_pagemode
David Rowley
2023-02-03
Add helper functions to simplify heapgettup code
David Rowley
[next]