| Age | Commit message (Expand) | Author |
| 2009-08-10 | Extend EXPLAIN to support output in XML or JSON format. | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-06-09 | Fix xmlattribute escaping XML special characters twice (bug #4822). | Peter Eisentraut |
| 2009-05-13 | Rewrite xml.c's memory management (yet again). Give up on the idea of | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-04-04 | Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary and | Magnus Hagander |
| 2008-01-15 | Revise memory management for libxml calls. Instead of keeping libxml's data | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-05-21 | XPath fixes: | Peter Eisentraut |
| 2007-04-01 | Mapping schemas and databases to XML and XML Schema. | Peter Eisentraut |
| 2007-03-22 | Add xmlpath() to evaluate XPath expressions, with namespaces support. | Bruce Momjian |
| 2007-02-16 | Functions for mapping table data and table schemas to XML (a.k.a. XML export) | Peter Eisentraut |
| 2007-02-11 | Add support for optionally escaping periods when converting SQL identifiers | Peter Eisentraut |
| 2007-02-03 | Implement XMLSERIALIZE for real. Analogously, make the xml to text cast | Peter Eisentraut |
| 2007-01-25 | Various fixes in the logic of XML functions: | Peter Eisentraut |
| 2007-01-20 | Fix xmlconcat by properly merging the XML declarations. Add aggregate | Peter Eisentraut |
| 2007-01-19 | Add support for converting binary values (i.e. bytea) into xml values, | Peter Eisentraut |
| 2007-01-14 | Add support for xmlval IS DOCUMENT expression. | Peter Eisentraut |
| 2007-01-12 | Use XML output escaping also in XMLFOREST. | Peter Eisentraut |
| 2007-01-10 | Use libxml's xmlwriter API for producing XML elements, instead of doing | Peter Eisentraut |
| 2007-01-07 | Some fine-tuning of xmlpi in corner cases: | Peter Eisentraut |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-12-29 | De-escape XML names when reverse-compiling XML expressions. | Peter Eisentraut |
| 2006-12-28 | Add send and recv functions for xml type. | Peter Eisentraut |
| 2006-12-24 | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane |
| 2006-12-23 | Suppress various compiler warnings in new xml code. | Tom Lane |
| 2006-12-21 | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut |