OSDN Git Service

Move exprType(), exprTypmod(), expression_tree_walker(), and related routines
[pg-rex/syncrep.git] / src / backend / utils / adt / xml.c
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-07-03 Tom LaneFix transaction-lifespan memory leak in xpath(). Repor...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-04 Tom LaneUse new cstring/text conversion functions in some addit...
2008-04-04 Magnus HaganderTurn xmlbinary and xmloption GUC variables into enumsTu...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-24 Tom LaneFix various infelicities that have snuck into usage...
2008-03-01 Tom LaneDisable the undocumented xmlvalidate() function, which...
2008-01-15 Tom LaneRevise memory management for libxml calls. Instead...
2008-01-12 Tom LaneIt turns out the LIBXML_TEST_VERSION macro calls xmlIni...
2008-01-12 Neil ConwayFix two places in xml.c that neglected to check the...
2008-01-12 Neil ConwayMinor perf tweak for _SPI_strdup(): if we're going...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-28 Peter EisentrautFix XML Schema structure for char types without length...
2007-11-27 Tom LaneSuppress compiler warning.
2007-11-27 Peter EisentrautMake casts from xml to text independent of the XML...
2007-11-25 Peter EisentrautUse double quotes for quoting xml attributes.
2007-11-20 Tom LaneFix bogus length calculation that could lead to crash...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-10 Tom LaneAdd missing closing / in xsd:restriction, and remove...
2007-11-10 Tom LanexmlGetUTF8Char()'s second argument is both input and...
2007-11-09 Peter EisentrautAllow XML processing instructions starting with "xml...
2007-11-08 Peter EisentrautAfter conferencing again with Bruce, put in more accura...
2007-11-08 Peter EisentrautImprove error message
2007-11-06 Tom LaneSome code review for xml.c:
2007-11-05 Tom LaneFix xmlelement() to initialize libxml correctly before...
2007-10-13 Tom LaneGuard against possible double free during error escape...
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...