summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xml.c
AgeCommit message (Expand)Author
2007-02-10Add proper mapping of boolean type data to XML Schema.Peter Eisentraut
2007-02-03Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut
2007-01-27Reactivate libxml memory management via palloc, now that I think I'vePeter Eisentraut
2007-01-27Add trailing zero byte in Unicode codepoint conversion.Peter Eisentraut
2007-01-25Various fixes in the logic of XML functions:Peter Eisentraut
2007-01-23Simplify handling of XML error messages: Just use the string provided byPeter Eisentraut
2007-01-20Fix xmlconcat by properly merging the XML declarations. Add aggregatePeter Eisentraut
2007-01-19Add support for converting binary values (i.e. bytea) into xml values,Peter Eisentraut
2007-01-18Clean up encoding issues in the xml type: In text mode, encodingPeter Eisentraut
2007-01-14Add support for xmlval IS DOCUMENT expression.Peter Eisentraut
2007-01-12Use XML output escaping also in XMLFOREST.Peter Eisentraut
2007-01-12Allow for arbitrary data types as content in XMLELEMENT. The originalPeter Eisentraut
2007-01-10Use libxml's xmlwriter API for producing XML elements, instead of doingPeter Eisentraut
2007-01-07Some fine-tuning of xmlpi in corner cases:Peter Eisentraut
2007-01-07Allow XML fragment to contain a XML declaration. For that, we need a smallPeter Eisentraut
2007-01-06Replace xmlroot with a properly functioning version that parses the value,Peter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-12-29Fix multiple breakages in last XML patch.Tom Lane
2006-12-29De-escape XML names when reverse-compiling XML expressions.Peter Eisentraut
2006-12-28Add send and recv functions for xml type.Peter Eisentraut
2006-12-28Handle content and document options in xmlparse() correctly.Peter Eisentraut
2006-12-24Bring some order and sanity to error handling in the xml patch.Tom Lane
2006-12-24Fix machine-dependent crash in sqlchar_to_unicode(). Get rid ofTom Lane
2006-12-24Code review for XML patch. Instill a bit of sanity in the location ofTom Lane
2006-12-23Suppress various compiler warnings in new xml code.Tom Lane
2006-12-21Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut