index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
tableam.h
Age
Commit message (
Expand
)
Author
2025-06-30
Rationalize handling of VacuumParams
Michael Paquier
2025-04-02
Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025-03-15
Remove table AM callback scan_bitmap_next_block
Melanie Plageman
2025-03-15
BitmapHeapScan uses the read stream API
Melanie Plageman
2025-01-25
At update of non-LP_NORMAL TID, fail instead of corrupting page header.
Noah Misch
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-18
Bitmap Table Scans use unified TBMIterator
Melanie Plageman
2024-10-25
Make table_scan_bitmap_next_block() async-friendly
Melanie Plageman
2024-10-25
Move EXPLAIN counter increment to heapam_scan_bitmap_next_block
Melanie Plageman
2024-06-22
Remove extra comment at TableAmRoutine.scan_analyze_next_block
Alexander Korotkov
2024-04-16
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-11
Revert: Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-04-11
Revert: Allow table AM tuple_insert() method to return the different slot
Alexander Korotkov
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
Provide a way block-level table AMs could re-use acquire_sample_rows()
Alexander Korotkov
2024-04-08
Custom reloptions for table AM
Alexander Korotkov
2024-04-06
BitmapHeapScan: Push skip_fetch optimization into table AM
Tomas Vondra
2024-04-03
Fix the parameters order for TableAmRoutine.relation_copy_for_cluster()
Alexander Korotkov
2024-04-02
Revert "Custom reloptions for table AM"
Alexander Korotkov
2024-03-30
Let table AM insertion methods control index insertion
Alexander Korotkov
2024-03-30
Custom reloptions for table AM
Alexander Korotkov
2024-03-30
Generalize relation analyze in table AM interface
Alexander Korotkov
2024-03-25
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-03-21
Allow table AM tuple_insert() method to return the different slot
Alexander Korotkov
2024-03-21
Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-03-14
Remove redundant snapshot copying from parallel leader to workers
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-28
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-27
Fix comment in tableam.h about GetHeapamTableAmRoutine()
Michael Paquier
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-18
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-03
Revert 11470f544e
Alexander Korotkov
2023-03-22
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-01-31
Remove dead NoMovementScanDirection code
David Rowley
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-22
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-11-17
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-09-19
Harmonize heapam and tableam parameter names.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-05
Add hardening to catch invalid TIDs in indexes.
Peter Geoghegan
2021-10-04
Fix duplicate words in comments
Daniel Gustafsson
2021-04-05
Simplify state managed by VACUUM.
Peter Geoghegan
[next]