summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xml.c
AgeCommit message (Expand)Author
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-16Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-04Fix cursor_to_xml in tableforest false modePeter Eisentraut
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-03-10Fix hard-coded relkind constants in assorted other files.Tom Lane
2017-03-08Suppress compiler warning in non-USE_LIBXML builds.Tom Lane
2017-03-08Fix XMLTABLE on older libxml2Alvaro Herrera
2017-03-08Support XMLTABLE query expressionAlvaro Herrera
2017-01-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-08Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-07-02Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas
2015-05-24pgindent run for 9.5Bruce Momjian
2015-02-22In array_agg(), don't create a new context for every group.Jeff Davis
2015-01-07Fix namespace handling in xpath functionPeter Eisentraut
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-25Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane
2014-09-09Allow empty content in xml typePeter Eisentraut
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-23Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-31Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-04Fix map_sql_value_to_xml_value() to treat domains like their base types.Tom Lane
2013-03-04Add a materialized view relations.Kevin Grittner
2013-01-26Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistentBruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-17Check LIBXML_VERSION instead of testing in configure script.Tom Lane
2012-08-14Prevent access to external files/URLs via XML entity references.Tom Lane
2012-07-12Avoid extra newlines in XML mapping in table forest modePeter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-15Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut
2012-03-14Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut
2012-02-28Add const qualifiers where they are accidentally cast awayPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-07-26Check to see whether libxml2 handles error context the way we expect.Tom Lane
2011-07-21Make xpath() do something useful with XPath expressions that return scalars.Tom Lane
2011-07-20Ensure that xpath() escapes special characters in string values.Tom Lane
2011-07-20Rewrite libxml error handling to be more robust.Tom Lane
2011-07-16Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera