]> granicus.if.org Git - postgresql/history - src/test/regress/expected/xml_1.out
Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow,
[postgresql] / src / test / regress / expected / xml_1.out
2007-11-09 Peter EisentrautAllow XML processing instructions starting with "xml...
2007-11-08 Peter EisentrautAfter conferencing again with Bruce, put in more accura...
2007-11-08 Peter EisentrautAdjust test results for message changes. Darn.
2007-06-18 Tom LaneArrange for quote_identifier() and pg_dump to not quote...
2007-05-21 Peter EisentrautXPath fixes:
2007-04-05 Bruce MomjianUpdate XML error message text for missing libxml; updat...
2007-03-22 Bruce MomjianCommit newest version of xmlpath().
2007-03-22 Bruce MomjianAdd xmlpath() to evaluate XPath expressions, with names...
2007-02-15 Tom LaneAdd ORDER BY to a query on information_schema.views...
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-01-25 Peter EisentrautVarious fixes in the logic of XML functions:
2007-01-20 Peter EisentrautFix xmlconcat by properly merging the XML declarations...
2007-01-19 Peter EisentrautAdd support for converting binary values (i.e. bytea...
2007-01-14 Peter EisentrautAdd support for xmlval IS DOCUMENT expression.
2007-01-12 Peter EisentrautAllow for arbitrary data types as content in XMLELEMENT...
2007-01-08 Peter EisentrautPrevent duplicate attribute names in XMLELEMENT.
2007-01-07 Peter EisentrautSome fine-tuning of xmlpi in corner cases:
2007-01-06 Peter EisentrautReplace xmlroot with a properly functioning version...
2006-12-28 Peter EisentrautHandle content and document options in xmlparse() corre...
2006-12-21 Peter EisentrautFix expected file.
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...