index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
tableam.h
Commit message (
Expand
)
Author
Age
*
Remove extra comment at TableAmRoutine.scan_analyze_next_block
Alexander Korotkov
2024-06-22
*
revert: Generalize relation analyze in table AM interface
Alexander Korotkov
2024-04-16
*
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-11
*
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-08
*
BitmapHeapScan: Push skip_fetch optimization into table AM
Tomas Vondra
2024-04-07
*
Fix the parameters order for TableAmRoutine.relation_copy_for_cluster()
Alexander Korotkov
2024-04-04
*
Revert "Custom reloptions for table AM"
Alexander Korotkov
2024-04-02
*
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-30
*
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-03-26
*
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-21
*
Remove redundant snapshot copying from parallel leader to workers
Heikki Linnakangas
2024-03-14
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-28
*
Fix comment in tableam.h about GetHeapamTableAmRoutine()
Michael Paquier
2023-11-28
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Fix some typos and some incorrectly duplicated words
David Rowley
2023-04-18
*
Revert 11470f544e
Alexander Korotkov
2023-04-03
*
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2023-03-23
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
*
Remove dead NoMovementScanDirection code
David Rowley
2023-02-01
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-12-22
*
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-17
*
Harmonize heapam and tableam parameter names.
Peter Geoghegan
2022-09-19
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Add hardening to catch invalid TIDs in indexes.
Peter Geoghegan
2021-11-04
*
Fix duplicate words in comments
Daniel Gustafsson
2021-10-04
*
Simplify state managed by VACUUM.
Peter Geoghegan
2021-04-05
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-08
*
Allocate consecutive blocks during parallel seqscans
David Rowley
2020-07-26
*
Fix comments related to table AMs
Michael Paquier
2020-07-14
*
Fix misuse of table_index_fetch_tuple_check().
Peter Geoghegan
2020-06-25
*
pgindent run prior to branching v13.
Tom Lane
2020-06-07
*
Spelling adjustments
Peter Eisentraut
2020-06-07
[next]