index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
xml_2.out
Age
Commit message (
Expand
)
Author
2025-05-15
Fix Assert failure in XMLTABLE parser
Richard Guo
2025-02-21
Add missing deparsing of [NO] IDENT to XMLSERIALIZE()
Michael Paquier
2025-01-12
Fix XMLTABLE() deparsing to quote namespace names if necessary.
Dean Rasheed
2024-10-11
Adjust EXPLAIN's output for disabled nodes
David Rowley
2024-09-10
Fix some whitespace issues in XMLSERIALIZE(... INDENT).
Tom Lane
2024-07-09
Remove new XML test cases added by e7192486d.
Tom Lane
2024-07-09
Suppress "chunk is not well balanced" errors from libxml2.
Tom Lane
2024-01-22
Test EXPLAIN (FORMAT JSON) ... XMLTABLE
Alvaro Herrera
2023-11-06
Add XMLText function (SQL/XML X038)
Daniel Gustafsson
2023-03-15
Support [NO] INDENT option in XMLSERIALIZE().
Tom Lane
2023-02-28
Fix expected output of xml_2.out
Michael Paquier
2023-02-28
Rework pg_input_error_message(), now renamed pg_input_error_info()
Michael Paquier
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-11
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2022-12-16
Convert xml_in to report errors softly.
Tom Lane
2022-08-31
Adjust XML test case to avoid unstable behavior.
Tom Lane
2022-05-18
Update xml_1.out and xml_2.out
Alvaro Herrera
2019-10-25
Avoid failure when selecting a namespace node in XMLTABLE.
Tom Lane
2019-04-23
Don't request pretty-printed output from xmlNodeDump().
Tom Lane
2019-03-23
Accept XML documents when xmloption = content, as required by SQL:2006+.
Tom Lane
2019-03-07
Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()
Alvaro Herrera
2018-06-21
Set correct context for XPath evaluation
Alvaro Herrera
2018-06-20
Accept TEXT and CDATA nodes in XMLTABLE's column_expression.
Alvaro Herrera
2017-11-11
Fix previous commit's test, for non-UTF8 databases with non-XML builds.
Noah Misch
2017-11-11
Ignore XML declaration in xpath_internal(), for UTF8 databases.
Noah Misch
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2015-12-14
Remove xmlparse(document '') test
Kevin Grittner
2015-12-11
Add an expected-file to match behavior of latest libxml2.
Tom Lane