summaryrefslogtreecommitdiff
path: root/src/include/utils/xml.h
Commit message (Expand)AuthorAgeFilesLines
* Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary andMagnus Hagander2008-04-041-3/+3
* Revise memory management for libxml calls. Instead of keeping libxml's dataTom Lane2008-01-151-1/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-7/+7
* pgindent run for 8.3.Bruce Momjian2007-11-151-8/+8
* XPath fixes:Peter Eisentraut2007-05-211-2/+2
* Mapping schemas and databases to XML and XML Schema.Peter Eisentraut2007-04-011-1/+9
* Add xmlpath() to evaluate XPath expressions, with namespaces support.Bruce Momjian2007-03-221-1/+2
* Functions for mapping table data and table schemas to XML (a.k.a. XML export)Peter Eisentraut2007-02-161-1/+10
* Add support for optionally escaping periods when converting SQL identifiersPeter Eisentraut2007-02-111-2/+2
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-031-8/+6
* Various fixes in the logic of XML functions:Peter Eisentraut2007-01-251-1/+17
* Fix xmlconcat by properly merging the XML declarations. Add aggregatePeter Eisentraut2007-01-201-1/+3
* Add support for converting binary values (i.e. bytea) into xml values,Peter Eisentraut2007-01-191-1/+9
* Add support for xmlval IS DOCUMENT expression.Peter Eisentraut2007-01-141-1/+2
* Use XML output escaping also in XMLFOREST.Peter Eisentraut2007-01-121-1/+2
* Use libxml's xmlwriter API for producing XML elements, instead of doingPeter Eisentraut2007-01-101-1/+3
* Some fine-tuning of xmlpi in corner cases:Peter Eisentraut2007-01-071-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* De-escape XML names when reverse-compiling XML expressions.Peter Eisentraut2006-12-291-1/+2
* Add send and recv functions for xml type.Peter Eisentraut2006-12-281-1/+3
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-241-4/+6
* Suppress various compiler warnings in new xml code.Tom Lane2006-12-231-2/+2
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-0/+37