aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/xml.sql
Commit message (Expand)AuthorAge
* Remove xmlparse(document '') testKevin Grittner2015-12-14
* Fix namespace handling in xpath functionPeter Eisentraut2015-01-06
* Allow empty content in xml typePeter Eisentraut2014-09-09
* Prevent access to external files/URLs via XML entity references.Tom Lane2012-08-14
* Make xpath() do something useful with XPath expressions that return scalars.Tom Lane2011-07-21
* Ensure that xpath() escapes special characters in string values.Tom Lane2011-07-20
* Rewrite libxml error handling to be more robust.Tom Lane2011-07-20
* Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_contentTom Lane2010-08-13
* Add an xpath_exists() function. This is equivalent to XMLEXISTS except thatTom Lane2010-08-08
* Add xmlexists functionPeter Eisentraut2010-08-05
* Fix xmlattribute escaping XML special characters twice (bug #4822).Peter Eisentraut2009-06-09
* XMLATTRIBUTES() should send the attribute values throughPeter Eisentraut2009-04-08
* Fix crash of xmlconcat(NULL)Peter Eisentraut2008-11-15
* Allow XML processing instructions starting with "xml" while prohibitingPeter Eisentraut2007-11-09
* XPath fixes:Peter Eisentraut2007-05-21
* Commit newest version of xmlpath().Bruce Momjian2007-03-22
* Add xmlpath() to evaluate XPath expressions, with namespaces support.Bruce Momjian2007-03-22
* Add ORDER BY to a query on information_schema.views, to avoid possibleTom Lane2007-02-15
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-03
* Various fixes in the logic of XML functions:Peter Eisentraut2007-01-25
* Fix xmlconcat by properly merging the XML declarations. Add aggregatePeter Eisentraut2007-01-20
* Add support for converting binary values (i.e. bytea) into xml values,Peter Eisentraut2007-01-19
* Add support for xmlval IS DOCUMENT expression.Peter Eisentraut2007-01-14
* Allow for arbitrary data types as content in XMLELEMENT. The originalPeter Eisentraut2007-01-12
* Prevent duplicate attribute names in XMLELEMENT.Peter Eisentraut2007-01-08
* Some fine-tuning of xmlpi in corner cases:Peter Eisentraut2007-01-07
* Replace xmlroot with a properly functioning version that parses the value,Peter Eisentraut2007-01-06
* Handle content and document options in xmlparse() correctly.Peter Eisentraut2006-12-28
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-21