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