summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xml.c
AgeCommit message (Expand)Author
7 daysImprove error handling of libxml2 calls in xml.cMichael Paquier
2025-05-22Fix memory leak in XMLSERIALIZE(... INDENT).Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-15Declare a couple of variables inside not outside a PG_TRY block.Tom Lane
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-09-24Neaten up our choices of SQLSTATEs for XML-related errors.Tom Lane
2024-09-15Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().Tom Lane
2024-09-10Fix some whitespace issues in XMLSERIALIZE(... INDENT).Tom Lane
2024-07-09Suppress "chunk is not well balanced" errors from libxml2.Tom Lane
2024-07-08Use xmlParseInNodeContext not xmlParseBalancedChunkMemory.Tom Lane
2024-07-06Use xmlAddChildList not xmlAddChild in XMLSERIALIZE.Tom Lane
2024-03-16Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-29Fix incompatibilities with libxml2 >= 2.12.0.Tom Lane
2024-01-26Revert "Add support for parsing of large XML data (>= 10MB)"Michael Paquier
2024-01-17Add support for parsing of large XML data (>= 10MB)Michael Paquier
2024-01-16struct XmlTableRoutine: use C99 designated initializersAlvaro Herrera
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-06Add XMLText function (SQL/XML X038)Daniel Gustafsson
2023-09-18Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-15Support [NO] INDENT option in XMLSERIALIZE().Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-16Clean up dubious error handling in wellformed_xml().Tom Lane
2022-12-16Convert xml_in to report errors softly.Tom Lane
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-04-08Remove error message hints mentioning configure optionsPeter Eisentraut
2022-03-18Fix incorrect xmlschema output for types timetz and timestamptz.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-22Make use of PG_INT64_MAX/PG_INT64_MINPeter Eisentraut
2021-08-08Remove some unnecessary casts in format argumentsPeter Eisentraut
2021-05-12Refactor some error messages for easier translationPeter Eisentraut
2021-01-04Simplify some comments in xml.cMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-03-06Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-07Fix nested error handling in PG_FINALLYPeter Eisentraut
2019-11-07Check after errors of SPI_execute() in xml.cMichael Paquier
2019-11-04Fix some compiler warnings on older compilersPeter Eisentraut
2019-11-01PG_FINALLYPeter Eisentraut
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-07-22Use appendBinaryStringInfo in more places where the length is knownDavid Rowley
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-23Don't request pretty-printed output from xmlNodeDump().Tom Lane
2019-04-01Add volatile qualifier missed in commit 2e616dee9.Tom Lane