| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 | 1 | -3/+3 |
| * | Update XML error message text for missing libxml; update regression | Bruce Momjian | 2007-04-05 | 1 | -2/+4 |
| * | Improve documentation/warning when --with-libxml is not used in the | Bruce Momjian | 2007-04-05 | 1 | -2/+2 |
| * | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 1 | -3/+3 |
| * | Mapping schemas and databases to XML and XML Schema. | Peter Eisentraut | 2007-04-01 | 1 | -82/+627 |
| * | Commit newest version of xmlpath(). | Bruce Momjian | 2007-03-22 | 1 | -13/+24 |
| * | Add xmlpath() to evaluate XPath expressions, with namespaces support. | Bruce Momjian | 2007-03-22 | 1 | -2/+249 |
| * | Make use of plancache module for SPI plans. In particular, since plpgsql | Tom Lane | 2007-03-15 | 1 | -3/+3 |
| * | Add resetStringInfo(), which clears the content of a StringInfo, and | Neil Conway | 2007-03-03 | 1 | -5/+3 |
| * | Fix date/time formats for XML Schema output. | Peter Eisentraut | 2007-03-01 | 1 | -9/+80 |
| * | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 1 | -7/+7 |
| * | Better fix for determining minimum and maximum int64 values that doesn't | Peter Eisentraut | 2007-02-16 | 1 | -6/+3 |
| * | Add stdint.h include | Peter Eisentraut | 2007-02-16 | 1 | -1/+5 |
| * | Functions for mapping table data and table schemas to XML (a.k.a. XML export) | Peter Eisentraut | 2007-02-16 | 1 | -3/+785 |
| * | Un-break build on ANSI compilers (like msvc) by moving Assert to position | Magnus Hagander | 2007-02-13 | 1 | -5/+5 |
| * | Add support for optionally escaping periods when converting SQL identifiers | Peter Eisentraut | 2007-02-11 | 1 | -2/+10 |
| * | Add proper mapping of boolean type data to XML Schema. | Peter Eisentraut | 2007-02-10 | 1 | -1/+9 |
| * | Implement XMLSERIALIZE for real. Analogously, make the xml to text cast | Peter Eisentraut | 2007-02-03 | 1 | -10/+32 |
| * | Reactivate libxml memory management via palloc, now that I think I've | Peter Eisentraut | 2007-01-27 | 1 | -13/+17 |
| * | Add trailing zero byte in Unicode codepoint conversion. | Peter Eisentraut | 2007-01-27 | 1 | -2/+2 |
| * | Various fixes in the logic of XML functions: | Peter Eisentraut | 2007-01-25 | 1 | -78/+91 |
| * | Simplify handling of XML error messages: Just use the string provided by | Peter Eisentraut | 2007-01-23 | 1 | -211/+62 |
| * | Fix xmlconcat by properly merging the XML declarations. Add aggregate | Peter Eisentraut | 2007-01-20 | 1 | -1/+97 |
| * | Add support for converting binary values (i.e. bytea) into xml values, | Peter Eisentraut | 2007-01-19 | 1 | -1/+25 |
| * | Clean up encoding issues in the xml type: In text mode, encoding | Peter Eisentraut | 2007-01-18 | 1 | -54/+197 |
| * | Add support for xmlval IS DOCUMENT expression. | Peter Eisentraut | 2007-01-14 | 1 | -1/+45 |
| * | Use XML output escaping also in XMLFOREST. | Peter Eisentraut | 2007-01-12 | 1 | -6/+2 |
| * | Allow for arbitrary data types as content in XMLELEMENT. The original | Peter Eisentraut | 2007-01-12 | 1 | -8/+92 |
| * | Use libxml's xmlwriter API for producing XML elements, instead of doing | Peter Eisentraut | 2007-01-10 | 1 | -2/+72 |
| * | Some fine-tuning of xmlpi in corner cases: | Peter Eisentraut | 2007-01-07 | 1 | -4/+12 |
| * | Allow XML fragment to contain a XML declaration. For that, we need a small | Peter Eisentraut | 2007-01-07 | 1 | -7/+127 |
| * | Replace xmlroot with a properly functioning version that parses the value, | Peter Eisentraut | 2007-01-06 | 1 | -25/+65 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Fix multiple breakages in last XML patch. | Tom Lane | 2006-12-29 | 1 | -40/+41 |
| * | De-escape XML names when reverse-compiling XML expressions. | Peter Eisentraut | 2006-12-29 | 1 | -1/+71 |
| * | Add send and recv functions for xml type. | Peter Eisentraut | 2006-12-28 | 1 | -3/+45 |
| * | Handle content and document options in xmlparse() correctly. | Peter Eisentraut | 2006-12-28 | 1 | -66/+27 |
| * | Bring some order and sanity to error handling in the xml patch. | Tom Lane | 2006-12-24 | 1 | -184/+227 |
| * | Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of | Tom Lane | 2006-12-24 | 1 | -20/+18 |
| * | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane | 2006-12-24 | 1 | -89/+48 |
| * | Suppress various compiler warnings in new xml code. | Tom Lane | 2006-12-23 | 1 | -43/+49 |
| * | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 | 1 | -0/+942 |