summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xml.c
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up encoding issues in the xml type: In text mode, encodingPeter Eisentraut2007-01-181-54/+197
* Add support for xmlval IS DOCUMENT expression.Peter Eisentraut2007-01-141-1/+45
* Use XML output escaping also in XMLFOREST.Peter Eisentraut2007-01-121-6/+2
* Allow for arbitrary data types as content in XMLELEMENT. The originalPeter Eisentraut2007-01-121-8/+92
* Use libxml's xmlwriter API for producing XML elements, instead of doingPeter Eisentraut2007-01-101-2/+72
* Some fine-tuning of xmlpi in corner cases:Peter Eisentraut2007-01-071-4/+12
* Allow XML fragment to contain a XML declaration. For that, we need a smallPeter Eisentraut2007-01-071-7/+127
* Replace xmlroot with a properly functioning version that parses the value,Peter Eisentraut2007-01-061-25/+65
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix multiple breakages in last XML patch.Tom Lane2006-12-291-40/+41
* De-escape XML names when reverse-compiling XML expressions.Peter Eisentraut2006-12-291-1/+71
* Add send and recv functions for xml type.Peter Eisentraut2006-12-281-3/+45
* Handle content and document options in xmlparse() correctly.Peter Eisentraut2006-12-281-66/+27
* Bring some order and sanity to error handling in the xml patch.Tom Lane2006-12-241-184/+227
* Fix machine-dependent crash in sqlchar_to_unicode(). Get rid ofTom Lane2006-12-241-20/+18
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-241-89/+48
* Suppress various compiler warnings in new xml code.Tom Lane2006-12-231-43/+49
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-0/+942