]> granicus.if.org Git - postgresql/history - src/include/utils/xml.h
Improve performance of numeric sum(), avg(), stddev(), variance(), etc.
[postgresql] / src / include / utils / xml.h
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-07-20 Tom LaneRewrite libxml error handling to be more robust.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-13 Tom LaneAdd xml_is_well_formed, xml_is_well_formed_document...
2010-08-08 Tom LaneAdd an xpath_exists() function. This is equivalent...
2010-08-05 Peter EisentrautAdd xmlexists function
2010-03-03 Tom LaneExport xml.c's libxml-error-handling support so that...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-08-10 Tom LaneExtend EXPLAIN to support output in XML or JSON format.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-09 Peter EisentrautFix xmlattribute escaping XML special characters twice...
2009-05-13 Tom LaneRewrite xml.c's memory management (yet again). Give...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-04-04 Magnus HaganderTurn xmlbinary and xmloption GUC variables into enumsTu...
2008-01-15 Tom LaneRevise memory management for libxml calls. Instead...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-05-21 Peter EisentrautXPath fixes:
2007-04-01 Peter EisentrautMapping schemas and databases to XML and XML Schema.
2007-03-22 Bruce MomjianAdd xmlpath() to evaluate XPath expressions, with names...
2007-02-16 Peter EisentrautFunctions for mapping table data and table schemas...
2007-02-11 Peter EisentrautAdd support for optionally escaping periods when conver...
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-01-25 Peter EisentrautVarious fixes in the logic of XML functions:
2007-01-20 Peter EisentrautFix xmlconcat by properly merging the XML declarations...
2007-01-19 Peter EisentrautAdd support for converting binary values (i.e. bytea...
2007-01-14 Peter EisentrautAdd support for xmlval IS DOCUMENT expression.
2007-01-12 Peter EisentrautUse XML output escaping also in XMLFOREST.
2007-01-10 Peter EisentrautUse libxml's xmlwriter API for producing XML elements...
2007-01-07 Peter EisentrautSome fine-tuning of xmlpi in corner cases:
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-29 Peter EisentrautDe-escape XML names when reverse-compiling XML expressions.
2006-12-28 Peter EisentrautAdd send and recv functions for xml type.
2006-12-24 Tom LaneCode review for XML patch. Instill a bit of sanity...
2006-12-23 Tom LaneSuppress various compiler warnings in new xml code.
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...