aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xml.c
Commit message (Expand)AuthorAge
* Fix map_sql_typecoll_to_xmlschema_types() to not fail on droppedTom Lane2007-07-13
* Compute max and min int8 values using unsigned arithmetic, in hopes ofTom Lane2007-07-12
* Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane2007-06-06
* XPath fixes:Peter Eisentraut2007-05-21
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-06
* Update XML error message text for missing libxml; update regressionBruce Momjian2007-04-05
* Improve documentation/warning when --with-libxml is not used in theBruce Momjian2007-04-05
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Mapping schemas and databases to XML and XML Schema.Peter Eisentraut2007-04-01
* Commit newest version of xmlpath().Bruce Momjian2007-03-22
* Add xmlpath() to evaluate XPath expressions, with namespaces support.Bruce Momjian2007-03-22
* Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane2007-03-15
* Add resetStringInfo(), which clears the content of a StringInfo, andNeil Conway2007-03-03
* Fix date/time formats for XML Schema output.Peter Eisentraut2007-03-01
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Better fix for determining minimum and maximum int64 values that doesn'tPeter Eisentraut2007-02-16
* Add stdint.h includePeter Eisentraut2007-02-16
* Functions for mapping table data and table schemas to XML (a.k.a. XML export)Peter Eisentraut2007-02-16
* Un-break build on ANSI compilers (like msvc) by moving Assert to positionMagnus Hagander2007-02-13
* Add support for optionally escaping periods when converting SQL identifiersPeter Eisentraut2007-02-11
* Add proper mapping of boolean type data to XML Schema.Peter Eisentraut2007-02-10
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-03
* Reactivate libxml memory management via palloc, now that I think I'vePeter Eisentraut2007-01-27
* Add trailing zero byte in Unicode codepoint conversion.Peter Eisentraut2007-01-27
* Various fixes in the logic of XML functions:Peter Eisentraut2007-01-25
* Simplify handling of XML error messages: Just use the string provided byPeter Eisentraut2007-01-23
* Fix xmlconcat by properly merging the XML declarations. Add aggregatePeter Eisentraut2007-01-20
* Add support for converting binary values (i.e. bytea) into xml values,Peter Eisentraut2007-01-19
* Clean up encoding issues in the xml type: In text mode, encodingPeter Eisentraut2007-01-18
* Add support for xmlval IS DOCUMENT expression.Peter Eisentraut2007-01-14
* Use XML output escaping also in XMLFOREST.Peter Eisentraut2007-01-12
* Allow for arbitrary data types as content in XMLELEMENT. The originalPeter Eisentraut2007-01-12
* Use libxml's xmlwriter API for producing XML elements, instead of doingPeter Eisentraut2007-01-10
* Some fine-tuning of xmlpi in corner cases:Peter Eisentraut2007-01-07
* Allow XML fragment to contain a XML declaration. For that, we need a smallPeter Eisentraut2007-01-07
* Replace xmlroot with a properly functioning version that parses the value,Peter Eisentraut2007-01-06
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix multiple breakages in last XML patch.Tom Lane2006-12-29
* 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