summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/xml_2.out
AgeCommit message (Expand)Author
2025-05-15Fix Assert failure in XMLTABLE parserRichard Guo
2025-02-21Add missing deparsing of [NO] IDENT to XMLSERIALIZE()Michael Paquier
2025-01-12Fix XMLTABLE() deparsing to quote namespace names if necessary.Dean Rasheed
2024-10-11Adjust EXPLAIN's output for disabled nodesDavid Rowley
2024-09-10Fix some whitespace issues in XMLSERIALIZE(... INDENT).Tom Lane
2024-07-09Remove new XML test cases added by e7192486d.Tom Lane
2024-07-09Suppress "chunk is not well balanced" errors from libxml2.Tom Lane
2024-01-22Test EXPLAIN (FORMAT JSON) ... XMLTABLEAlvaro Herrera
2023-11-06Add XMLText function (SQL/XML X038)Daniel Gustafsson
2023-03-15Support [NO] INDENT option in XMLSERIALIZE().Tom Lane
2023-02-28Fix expected output of xml_2.outMichael Paquier
2023-02-28Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-11Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-11Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2022-12-16Convert xml_in to report errors softly.Tom Lane
2022-08-31Adjust XML test case to avoid unstable behavior.Tom Lane
2022-05-18Update xml_1.out and xml_2.outAlvaro Herrera
2019-10-25Avoid failure when selecting a namespace node in XMLTABLE.Tom Lane
2019-04-23Don't request pretty-printed output from xmlNodeDump().Tom Lane
2019-03-23Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane
2019-03-07Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()Alvaro Herrera
2018-06-21Set correct context for XPath evaluationAlvaro Herrera
2018-06-20Accept TEXT and CDATA nodes in XMLTABLE's column_expression.Alvaro Herrera
2017-11-11Fix previous commit's test, for non-UTF8 databases with non-XML builds.Noah Misch
2017-11-11Ignore XML declaration in xpath_internal(), for UTF8 databases.Noah Misch
2017-03-08Support XMLTABLE query expressionAlvaro Herrera
2015-12-14Remove xmlparse(document '') testKevin Grittner
2015-12-11Add an expected-file to match behavior of latest libxml2.Tom Lane