aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xml.c
Commit message (Expand)AuthorAge
* Fix incompatibilities with libxml2 >= 2.12.0.Tom Lane2024-01-29
* 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
* Fix crash with old libxml2Alvaro Herrera2019-03-08
* Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()Alvaro Herrera2019-03-07
* Defend against null error message reported by libxml2.Tom Lane2019-02-08
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Set correct context for XPath evaluationAlvaro Herrera2018-06-21
* Accept TEXT and CDATA nodes in XMLTABLE's column_expression.Alvaro Herrera2018-06-20
* Update copyright for 2018Bruce Momjian2018-01-02
* Ignore XML declaration in xpath_internal(), for UTF8 databases.Noah Misch2017-11-11
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut2017-08-15
* Phase 3 of pgindent updates.Tom Lane2017-06-21