index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
xml.h
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-07-20
Rewrite libxml error handling to be more robust.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-13
Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content
Tom Lane
2010-08-08
Add an xpath_exists() function. This is equivalent to XMLEXISTS except that
Tom Lane
2010-08-05
Add xmlexists function
Peter Eisentraut
2010-03-03
Export xml.c's libxml-error-handling support so that contrib/xml2 can use it
Tom Lane
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
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