summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xml.c
AgeCommit message (Expand)Author
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
2019-03-23Remove inadequate check for duplicate "xml" PI.Tom Lane
2019-03-23Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane
2019-03-08Fix crash with old libxml2Alvaro Herrera
2019-03-07Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()Alvaro Herrera
2019-02-08Defend against null error message reported by libxml2.Tom Lane
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-06-21Set correct context for XPath evaluationAlvaro Herrera
2018-06-20Accept TEXT and CDATA nodes in XMLTABLE's column_expression.Alvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-11Ignore XML declaration in xpath_internal(), for UTF8 databases.Noah Misch
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-16Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-04Fix cursor_to_xml in tableforest false modePeter Eisentraut
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund