summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xml.c
Commit message (Expand)AuthorAgeFilesLines
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-151-12/+200
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Clean up dubious error handling in wellformed_xml().Tom Lane2022-12-161-47/+17
* Convert xml_in to report errors softly.Tom Lane2022-12-161-35/+120
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-311-2/+2
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-281-1/+1
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-1/+1
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-051-1/+1
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-011-3/+3
* Remove error message hints mentioning configure optionsPeter Eisentraut2022-04-081-2/+1
* Fix incorrect xmlschema output for types timetz and timestamptz.Tom Lane2022-03-181-2/+2
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Make use of PG_INT64_MAX/PG_INT64_MINPeter Eisentraut2021-09-221-2/+2
* Remove some unnecessary casts in format argumentsPeter Eisentraut2021-08-081-2/+2
* Refactor some error messages for easier translationPeter Eisentraut2021-05-121-1/+1
* Simplify some comments in xml.cMichael Paquier2021-01-041-9/+3
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane2020-03-061-21/+3
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Fix nested error handling in PG_FINALLYPeter Eisentraut2019-11-071-1/+1
* Check after errors of SPI_execute() in xml.cMichael Paquier2019-11-071-1/+5
* Fix some compiler warnings on older compilersPeter Eisentraut2019-11-041-1/+1
* PG_FINALLYPeter Eisentraut2019-11-011-16/+4
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-131-1/+1
* Use appendBinaryStringInfo in more places where the length is knownDavid Rowley2019-07-231-5/+7
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-23/+23
* Don't request pretty-printed output from xmlNodeDump().Tom Lane2019-04-231-1/+1
* Add volatile qualifier missed in commit 2e616dee9.Tom Lane2019-04-011-1/+1
* Remove inadequate check for duplicate "xml" PI.Tom Lane2019-03-231-4/+0
* Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane2019-03-231-16/+125
* Fix crash with old libxml2Alvaro Herrera2019-03-081-18/+40
* Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()Alvaro Herrera2019-03-071-69/+86
* Defend against null error message reported by libxml2.Tom Lane2019-02-081-1/+4
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-8/+8
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+1
* Don't include heapam.h from others headers.Andres Freund2019-01-141-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Set correct context for XPath evaluationAlvaro Herrera2018-06-211-8/+2
* Accept TEXT and CDATA nodes in XMLTABLE's column_expression.Alvaro Herrera2018-06-201-10/+14
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Ignore XML declaration in xpath_internal(), for UTF8 databases.Noah Misch2017-11-111-1/+13
* Add some const decorations to prototypesPeter Eisentraut2017-11-101-16/+16
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-1/+1
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-6/+9
* Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut2017-08-151-2/+2
* Phase 3 of pgindent updates.Tom Lane2017-06-211-73/+73
* Phase 2 of pgindent updates.Tom Lane2017-06-211-22/+22
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-5/+4
* Fix cursor_to_xml in tableforest false modePeter Eisentraut2017-05-031-0/+13