summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonbsubs.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
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-01-08Update copyright for 2022Bruce Momjian
2021-09-16Message style improvementsPeter Eisentraut
2021-06-04Adjust locations which have an incorrect copyright yearDavid Rowley
2021-02-01Get rid of unnecessary memory allocation in jsonb_subscript_assign()Alexander Korotkov
2021-02-01Fix portability issue in new jsonbsubs code.Tom Lane
2021-01-31Implementation of subscripting for jsonbAlexander Korotkov