]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/xml.c
Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the
[postgresql] / src / backend / utils / adt / xml.c
2007-10-13 Tom LaneFix the inadvertent libpq ABI breakage discovered by...
2007-09-23 Tom LaneFix bugs in XML binary I/O functions. Heikki and Tom
2007-07-13 Tom LaneFix map_sql_typecoll_to_xmlschema_types() to not fail...
2007-07-12 Tom LaneCompute max and min int8 values using unsigned arithmet...
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
2007-05-21 Peter EisentrautXPath fixes:
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-04-05 Bruce MomjianUpdate XML error message text for missing libxml; updat...
2007-04-05 Bruce MomjianImprove documentation/warning when --with-libxml is...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-04-01 Peter EisentrautMapping schemas and databases to XML and XML Schema.
2007-03-22 Bruce MomjianCommit newest version of xmlpath().
2007-03-22 Bruce MomjianAdd xmlpath() to evaluate XPath expressions, with names...
2007-03-15 Tom LaneMake use of plancache module for SPI plans. In particu...
2007-03-03 Neil ConwayAdd resetStringInfo(), which clears the content of...
2007-03-01 Peter EisentrautFix date/time formats for XML Schema output.
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-16 Peter EisentrautBetter fix for determining minimum and maximum int64...
2007-02-16 Peter EisentrautAdd stdint.h include
2007-02-16 Peter EisentrautFunctions for mapping table data and table schemas...
2007-02-13 Magnus HaganderUn-break build on ANSI compilers (like msvc) by moving...
2007-02-11 Peter EisentrautAdd support for optionally escaping periods when conver...
2007-02-10 Peter EisentrautAdd proper mapping of boolean type data to XML Schema.
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-01-27 Peter EisentrautReactivate libxml memory management via palloc, now...
2007-01-27 Peter EisentrautAdd trailing zero byte in Unicode codepoint conversion.
2007-01-25 Peter EisentrautVarious fixes in the logic of XML functions:
2007-01-23 Peter EisentrautSimplify handling of XML error messages: Just use the...
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-18 Peter EisentrautClean up encoding issues in the xml type: In text mode...
2007-01-14 Peter EisentrautAdd support for xmlval IS DOCUMENT expression.
2007-01-12 Peter EisentrautUse XML output escaping also in XMLFOREST.
2007-01-12 Peter EisentrautAllow for arbitrary data types as content in XMLELEMENT...
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-07 Peter EisentrautAllow XML fragment to contain a XML declaration. For...
2007-01-06 Peter EisentrautReplace xmlroot with a properly functioning version...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-29 Tom LaneFix multiple breakages in last XML patch.
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-28 Peter EisentrautHandle content and document options in xmlparse() corre...
2006-12-24 Tom LaneBring some order and sanity to error handling in the...
2006-12-24 Tom LaneFix machine-dependent crash in sqlchar_to_unicode(...
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...