aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/xml.h
Commit message (Expand)AuthorAge
...
* Add xmlpath() to evaluate XPath expressions, with namespaces support.Bruce Momjian2007-03-22
* Functions for mapping table data and table schemas to XML (a.k.a. XML export)Peter Eisentraut2007-02-16
* Add support for optionally escaping periods when converting SQL identifiersPeter Eisentraut2007-02-11
* 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
* Use XML output escaping also in XMLFOREST.Peter Eisentraut2007-01-12
* Use libxml's xmlwriter API for producing XML elements, instead of doingPeter Eisentraut2007-01-10
* Some fine-tuning of xmlpi in corner cases:Peter Eisentraut2007-01-07
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* De-escape XML names when reverse-compiling XML expressions.Peter Eisentraut2006-12-29
* Add send and recv functions for xml type.Peter Eisentraut2006-12-28
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-24
* Suppress various compiler warnings in new xml code.Tom Lane2006-12-23
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-21