summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/xml.sql
AgeCommit message (Expand)Author
2023-03-15Support [NO] INDENT option in XMLSERIALIZE().Tom Lane
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2022-12-16Convert xml_in to report errors softly.Tom Lane
2022-09-01Adjust XML test case to avoid unstable behavior.Tom Lane
2022-05-18Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera
2019-10-25Avoid failure when selecting a namespace node in XMLTABLE.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-01-07Fix namespace handling in xpath functionPeter Eisentraut
2014-09-09Allow empty content in xml typePeter Eisentraut
2012-08-14Prevent access to external files/URLs via XML entity references.Tom Lane
2011-07-21Make xpath() do something useful with XPath expressions that return scalars.Tom Lane
2011-07-20Ensure that xpath() escapes special characters in string values.Tom Lane
2011-07-20Rewrite libxml error handling to be more robust.Tom Lane
2010-08-13Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_contentTom Lane
2010-08-08Add an xpath_exists() function. This is equivalent to XMLEXISTS except thatTom Lane
2010-08-05Add xmlexists functionPeter Eisentraut
2009-06-09Fix xmlattribute escaping XML special characters twice (bug #4822).Peter Eisentraut
2009-04-08XMLATTRIBUTES() should send the attribute values throughPeter Eisentraut
2008-11-15Fix crash of xmlconcat(NULL)Peter Eisentraut
2007-11-09Allow XML processing instructions starting with "xml" while prohibitingPeter Eisentraut
2007-05-21XPath fixes:Peter Eisentraut
2007-03-22Commit newest version of xmlpath().Bruce Momjian
2007-03-22Add xmlpath() to evaluate XPath expressions, with namespaces support.Bruce Momjian
2007-02-15Add ORDER BY to a query on information_schema.views, to avoid possibleTom Lane
2007-02-03Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut
2007-01-25Various fixes in the logic of XML functions:Peter Eisentraut
2007-01-20Fix xmlconcat by properly merging the XML declarations. Add aggregatePeter Eisentraut
2007-01-19Add support for converting binary values (i.e. bytea) into xml values,Peter Eisentraut
2007-01-14Add support for xmlval IS DOCUMENT expression.Peter Eisentraut
2007-01-12Allow for arbitrary data types as content in XMLELEMENT. The originalPeter Eisentraut
2007-01-08Prevent duplicate attribute names in XMLELEMENT.Peter Eisentraut
2007-01-07Some fine-tuning of xmlpi in corner cases:Peter Eisentraut
2007-01-06Replace xmlroot with a properly functioning version that parses the value,Peter Eisentraut
2006-12-28Handle content and document options in xmlparse() correctly.Peter Eisentraut
2006-12-21Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut