summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/xml.out
Commit message (Expand)AuthorAgeFilesLines
* Avoid failure when selecting a namespace node in XMLTABLE.Tom Lane2019-10-251-0/+8
* Don't request pretty-printed output from xmlNodeDump().Tom Lane2019-04-231-6/+3
* Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane2019-03-231-0/+46
* Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()Alvaro Herrera2019-03-071-3/+24
* Set correct context for XPath evaluationAlvaro Herrera2018-06-211-1/+7
* Accept TEXT and CDATA nodes in XMLTABLE's column_expression.Alvaro Herrera2018-06-201-6/+6
* Fix previous commit's test, for non-UTF8 databases with non-XML builds.Noah Misch2017-11-111-6/+10
* Ignore XML declaration in xpath_internal(), for UTF8 databases.Noah Misch2017-11-111-0/+31
* Support XMLTABLE query expressionAlvaro Herrera2017-03-081-0/+504
* Remove xmlparse(document '') testKevin Grittner2015-12-141-11/+0
* Rearrange the handling of error context reports.Tom Lane2015-09-051-1/+0
* Fix namespace handling in xpath functionPeter Eisentraut2015-01-061-0/+15
* Allow empty content in xml typePeter Eisentraut2014-09-091-0/+28
* Perform line wrapping and indenting by default in ruleutils.c.Tom Lane2013-02-031-11/+12
* Prevent access to external files/URLs via XML entity references.Tom Lane2012-08-141-0/+20
* Make xpath() do something useful with XPath expressions that return scalars.Tom Lane2011-07-211-0/+48
* Ensure that xpath() escapes special characters in string values.Tom Lane2011-07-201-0/+12
* Rewrite libxml error handling to be more robust.Tom Lane2011-07-201-5/+155
* Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_contentTom Lane2010-08-131-0/+87
* Add an xpath_exists() function. This is equivalent to XMLEXISTS except thatTom Lane2010-08-081-1/+49
* Add xmlexists functionPeter Eisentraut2010-08-051-0/+49
* Fix xmlattribute escaping XML special characters twice (bug #4822).Peter Eisentraut2009-06-091-0/+6
* XMLATTRIBUTES() should send the attribute values throughPeter Eisentraut2009-04-081-0/+15
* Fix crash of xmlconcat(NULL)Peter Eisentraut2008-11-151-0/+12
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-0/+8
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-281-0/+6
* Allow XML processing instructions starting with "xml" while prohibitingPeter Eisentraut2007-11-091-4/+22
* Arrange for quote_identifier() and pg_dump to not quote keywords that areTom Lane2007-06-181-8/+8
* XPath fixes:Peter Eisentraut2007-05-211-12/+12
* Commit newest version of xmlpath().Bruce Momjian2007-03-221-4/+10
* Add xmlpath() to evaluate XPath expressions, with namespaces support.Bruce Momjian2007-03-221-0/+30
* Add ORDER BY to a query on information_schema.views, to avoid possibleTom Lane2007-02-151-1/+2
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-031-2/+34
* Various fixes in the logic of XML functions:Peter Eisentraut2007-01-251-16/+71
* Simplify handling of XML error messages: Just use the string provided byPeter Eisentraut2007-01-231-4/+12
* Fix xmlconcat regression testPeter Eisentraut2007-01-201-3/+3
* Fix xmlconcat by properly merging the XML declarations. Add aggregatePeter Eisentraut2007-01-201-1/+25
* Add support for converting binary values (i.e. bytea) into xml values,Peter Eisentraut2007-01-191-0/+14
* Clean up encoding issues in the xml type: In text mode, encodingPeter Eisentraut2007-01-181-2/+1
* Add support for xmlval IS DOCUMENT expression.Peter Eisentraut2007-01-141-0/+27
* Allow for arbitrary data types as content in XMLELEMENT. The originalPeter Eisentraut2007-01-121-2/+36
* Prevent duplicate attribute names in XMLELEMENT.Peter Eisentraut2007-01-081-1/+3
* Some fine-tuning of xmlpi in corner cases:Peter Eisentraut2007-01-071-0/+15
* Replace xmlroot with a properly functioning version that parses the value,Peter Eisentraut2007-01-061-3/+29
* Handle content and document options in xmlparse() correctly.Peter Eisentraut2006-12-281-2/+23
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-0/+145