summaryrefslogtreecommitdiff
path: root/src/common/stringinfo.c
AgeCommit message (Expand)Author
2025-01-11Fix a compiler warning in initStringInfo().Tatsuo Ishii
2025-01-10Add new StringInfo APIs to allow callers to specify the buffer size.Tatsuo Ishii
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-28Unify src/common/'s definitions of MaxAllocSize.Tom Lane
2024-07-01Improve enlargeStringInfo's ERROR messageDavid Rowley
2024-03-16Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Introduce the concept of read-only StringInfosDavid Rowley
2023-01-20Use appendStringInfoSpaces in more placesDavid Rowley
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-30Change argument of appendBinaryStringInfo from char * to void *Peter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-05Make StringInfo available to frontend code.Andres Freund