aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/xml.h
Commit message (Expand)AuthorAge
* Export xml.c's libxml-error-handling support so that contrib/xml2 can use itTom Lane2010-03-03
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Extend EXPLAIN to support output in XML or JSON format.Tom Lane2009-08-10
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix xmlattribute escaping XML special characters twice (bug #4822).Peter Eisentraut2009-06-09
* Rewrite xml.c's memory management (yet again). Give up on the idea ofTom Lane2009-05-13
* Update copyright for 2009.Bruce Momjian2009-01-01
* Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary andMagnus Hagander2008-04-04
* Revise memory management for libxml calls. Instead of keeping libxml's dataTom Lane2008-01-15
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* XPath fixes:Peter Eisentraut2007-05-21
* Mapping schemas and databases to XML and XML Schema.Peter Eisentraut2007-04-01
* Add xmlpath() to evaluate XPath expressions, with namespaces support.Bruce Momjian2007-03-22
* Functions for mapping table data and table schemas to XML (a.k.a. XML export)Peter Eisentraut2007-02-16
* Add support for optionally escaping periods when converting SQL identifiersPeter Eisentraut2007-02-11
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-03
* Various fixes in the logic of XML functions:Peter Eisentraut2007-01-25
* 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
* Add support for xmlval IS DOCUMENT expression.Peter Eisentraut2007-01-14
* Use XML output escaping also in XMLFOREST.Peter 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
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* 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
* 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