]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/xml.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / utils / adt / xml.c
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-06-21 Alvaro HerreraSet correct context for XPath evaluation
2018-06-20 Alvaro HerreraAccept TEXT and CDATA nodes in XMLTABLE's column_expres...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-11 Noah MischIgnore XML declaration in xpath_internal(), for UTF8...
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-08-16 Peter EisentrautFix up some misusage of appendStringInfo() and friends
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-04 Peter EisentrautFix cursor_to_xml in tableforest false mode
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-03-12 Noah MischUse wrappers of PG_DETOAST_DATUM_PACKED() more.
2017-03-10 Tom LaneFix hard-coded relkind constants in assorted other...
2017-03-08 Tom LaneSuppress compiler warning in non-USE_LIBXML builds.
2017-03-08 Alvaro HerreraFix XMLTABLE on older libxml2
2017-03-08 Alvaro HerreraSupport XMLTABLE query expression
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-11-08 Tom LaneSimplify code by getting rid of SPI_push, SPI_pop,...
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-07-02 Heikki LinnakangasUse appendStringInfoString/Char et al where appropriate.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-02-22 Jeff DavisIn array_agg(), don't create a new context for every...
2015-01-07 Peter EisentrautFix namespace handling in xpath function
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-25 Tom LaneSupport arrays as input to array_agg() and ARRAY(SELECT...
2014-09-09 Peter EisentrautAllow empty content in xml type
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-23 Tom LanePrefer pg_any_to_server/pg_server_to_any over pg_do_enc...
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...
next