Commit Graph

24 Commits (25dc46334b99f3161d931a608fb49f6eced42065)

Author SHA1 Message Date
Peter Eisentraut 915abb346a Reactivate libxml memory management via palloc, now that I think I've 19 years ago
Peter Eisentraut d3be7fae11 Add trailing zero byte in Unicode codepoint conversion. 19 years ago
Peter Eisentraut 22bd156ff0 Various fixes in the logic of XML functions: 19 years ago
Peter Eisentraut 4e8b5cd94b Simplify handling of XML error messages: Just use the string provided by 19 years ago
Peter Eisentraut b4c8d49036 Fix xmlconcat by properly merging the XML declarations. Add aggregate 19 years ago
Peter Eisentraut 4b48ad4fb2 Add support for converting binary values (i.e. bytea) into xml values, 19 years ago
Peter Eisentraut 020841071b Clean up encoding issues in the xml type: In text mode, encoding 19 years ago
Peter Eisentraut 2f8f76bcd5 Add support for xmlval IS DOCUMENT expression. 19 years ago
Peter Eisentraut 8b35795362 Use XML output escaping also in XMLFOREST. 19 years ago
Peter Eisentraut fc568b9d8f Allow for arbitrary data types as content in XMLELEMENT. The original 19 years ago
Peter Eisentraut c0e977c18f Use libxml's xmlwriter API for producing XML elements, instead of doing 19 years ago
Peter Eisentraut d807c7ef3f Some fine-tuning of xmlpi in corner cases: 19 years ago
Peter Eisentraut 53a11befc8 Allow XML fragment to contain a XML declaration. For that, we need a small 19 years ago
Peter Eisentraut 19749fb0cf Replace xmlroot with a properly functioning version that parses the value, 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Tom Lane dbfb727444 Fix multiple breakages in last XML patch. 19 years ago
Peter Eisentraut 8832f0f358 De-escape XML names when reverse-compiling XML expressions. 19 years ago
Peter Eisentraut ad1425ae43 Add send and recv functions for xml type. 19 years ago
Peter Eisentraut d9e1c97feb Handle content and document options in xmlparse() correctly. 19 years ago
Tom Lane 57f1630cf0 Bring some order and sanity to error handling in the xml patch. 19 years ago
Tom Lane e9da20ab4d Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of 19 years ago
Tom Lane c957c0bac7 Code review for XML patch. Instill a bit of sanity in the location of 19 years ago
Tom Lane 64974613c9 Suppress various compiler warnings in new xml code. 19 years ago
Peter Eisentraut 8c1de5fb00 Initial SQL/XML support: xml data type and initial set of functions. 19 years ago