summaryrefslogtreecommitdiff
path: root/src/backend/access/table/tableamapi.c
AgeCommit message (Expand)Author
2025-03-15Remove table AM callback scan_bitmap_next_blockMelanie Plageman
2025-01-01Update copyright for 2025Bruce Momjian
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-04-16revert: Generalize relation analyze in table AM interfaceAlexander Korotkov
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-04-02Revert "Custom reloptions for table AM"Alexander Korotkov
2024-03-30Custom reloptions for table AMAlexander Korotkov
2024-03-30Generalize relation analyze in table AM interfaceAlexander Korotkov
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-13Enhance nbtree index tuple deletion.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-07-06Add missing assertions for required table am callbacks.Amit Kapila
2019-06-19Fix typoMagnus Hagander
2019-06-11Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund
2019-06-06Fix message styleAlvaro Herrera
2019-05-18tableam: Don't assume that every AM uses md.c style storage.Andres Freund
2019-04-30Message style fixesAlvaro Herrera
2019-04-05Remove unused struct member, enforce multi_insert callback presence.Andres Freund
2019-04-05Harden tableam against nonexistant / wrong kind of AMs.Andres Freund
2019-04-01tableam: bitmap table scan.Andres Freund
2019-04-01tableam: sample scan.Andres Freund
2019-04-01tableam: Formatting and other minor cleanups.Andres Freund
2019-03-25tableam: Add and use table_fetch_row_version().Andres Freund
2019-03-24tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-03-11Fix typos in commit 8586bf7ed8.Amit Kapila
2019-03-06tableam: introduce table AM infrastructure.Andres Freund