summaryrefslogtreecommitdiff
path: root/src/backend/access/common/attmap.c
AgeCommit message (Expand)Author
2025-03-07Include column name in build_attrmap_by_position's error reports.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-20Optimize alignment calculations in tuple form/deformDavid Rowley
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
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-11-29Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-02-05Force tuple conversion when the source has missing attributes.Andrew Gierth
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier