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