aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xml.c
Commit message (Expand)AuthorAge
...
* 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
* Handle content and document options in xmlparse() correctly.Peter Eisentraut2006-12-28
* Bring some order and sanity to error handling in the xml patch.Tom Lane2006-12-24
* Fix machine-dependent crash in sqlchar_to_unicode(). Get rid ofTom Lane2006-12-24
* 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