]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/xml.c
Update copyright for 2014
[postgresql] / src / backend / utils / adt / xml.c
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-04 Tom LaneFix map_sql_value_to_xml_value() to treat domains like...
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-26 Bruce MomjianAllow CREATE TABLE IF EXIST so succeed if the schema...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-17 Tom LaneCheck LIBXML_VERSION instead of testing in configure...
2012-08-14 Tom LanePrevent access to external files/URLs via XML entity...
2012-07-12 Peter EisentrautAvoid extra newlines in XML mapping in table forest...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-15 Peter EisentrautAdd const qualifier to tzn returned by timestamp2tm()
2012-03-14 Peter EisentrautImprove EncodeDateTime and EncodeTimeOnly APIs
2012-02-28 Peter EisentrautAdd const qualifiers where they are accidentally cast...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-07-26 Tom LaneCheck to see whether libxml2 handles error context...
2011-07-21 Tom LaneMake xpath() do something useful with XPath expressions...
2011-07-20 Tom LaneEnsure that xpath() escapes special characters in strin...
2011-07-20 Tom LaneRewrite libxml error handling to be more robust.
2011-07-16 Tom LaneReplace errdetail("%s", ...) with errdetail_internal...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-05-28 Tom LaneFix null-dereference crash in parse_xml_decl().
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-10-15 Peter EisentrautChange references to SQL/XML:2003 to :2008 and renumber...
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-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-03-03 Tom LaneExport xml.c's libxml-error-handling support so that...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-09-04 Heikki LinnakangasFix encoding handling in xml binary input function...
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-10 Tom LaneEnsure xmlFree(NULL) is a no-op instead of a core dump...
2009-06-09 Peter EisentrautFix xmlattribute escaping XML special characters twice...
2009-06-08 Peter EisentrautFix map_sql_table_to_xmlschema() with dropped attributes.
2009-05-13 Tom LaneRewrite xml.c's memory management (yet again). Give...
2009-05-12 Tom LaneFix intratransaction memory leaks in xml_recv, xmlconca...
2009-04-08 Peter EisentrautXMLATTRIBUTES() should send the attribute values through
2009-03-27 Tom LaneAdd an errdetail explaining why we reject infinite...
2009-03-23 Andrew DunstanRemove munging of xml and xpath params to xpath()....
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-10 Tom LaneFix bugs in sqlchar_to_unicode and unicode_to_sqlchar...
2008-10-29 Peter EisentrautUnicode escapes in strings and identifiers
2008-10-14 Tom LaneExtend the date type to support infinity and -infinity...
2008-10-09 Tom LaneFix crash in bytea-to-XML mapping when the source value...
2008-09-16 Tom LaneFix multiple memory leaks in xml_out(). Per report...
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...
next