summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xml.c
AgeCommit message (Expand)Author
2007-10-13Guard against possible double free during error escape from XMLTom Lane
2007-10-13Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane
2007-09-23Fix bugs in XML binary I/O functions. Heikki and TomTom Lane
2007-07-13Fix map_sql_typecoll_to_xmlschema_types() to not fail on droppedTom Lane
2007-07-12Compute max and min int8 values using unsigned arithmetic, in hopes ofTom Lane
2007-06-06Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane
2007-05-21XPath fixes:Peter Eisentraut
2007-04-06Support varlena fields with single-byte headers and unaligned storage.Tom Lane
2007-04-05Update XML error message text for missing libxml; update regressionBruce Momjian
2007-04-05Improve documentation/warning when --with-libxml is not used in theBruce Momjian
2007-04-02Support enum data types. Along the way, use macros for the values ofTom Lane
2007-04-01Mapping schemas and databases to XML and XML Schema.Peter Eisentraut
2007-03-22Commit newest version of xmlpath().Bruce Momjian
2007-03-22Add xmlpath() to evaluate XPath expressions, with namespaces support.Bruce Momjian
2007-03-15Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane
2007-03-03Add resetStringInfo(), which clears the content of a StringInfo, andNeil Conway
2007-03-01Fix date/time formats for XML Schema output.Peter Eisentraut
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-02-16Better fix for determining minimum and maximum int64 values that doesn'tPeter Eisentraut
2007-02-16Add stdint.h includePeter Eisentraut
2007-02-16Functions for mapping table data and table schemas to XML (a.k.a. XML export)Peter Eisentraut
2007-02-13Un-break build on ANSI compilers (like msvc) by moving Assert to positionMagnus Hagander
2007-02-11Add support for optionally escaping periods when converting SQL identifiersPeter Eisentraut
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