summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xml.c
AgeCommit message (Expand)Author
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-07Fix nested error handling in PG_FINALLYPeter Eisentraut
2019-11-07Check after errors of SPI_execute() in xml.cMichael Paquier
2019-11-04Fix some compiler warnings on older compilersPeter Eisentraut
2019-11-01PG_FINALLYPeter Eisentraut
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-07-23Use appendBinaryStringInfo in more places where the length is knownDavid Rowley
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-23Don't request pretty-printed output from xmlNodeDump().Tom Lane
2019-04-01Add volatile qualifier missed in commit 2e616dee9.Tom Lane
2019-03-23Remove inadequate check for duplicate "xml" PI.Tom Lane
2019-03-23Accept XML documents when xmloption = content, as required by SQL:2006+.Tom Lane
2019-03-08Fix crash with old libxml2Alvaro Herrera
2019-03-07Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()Alvaro Herrera
2019-02-08Defend against null error message reported by libxml2.Tom Lane
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-14Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-06-21Set correct context for XPath evaluationAlvaro Herrera
2018-06-20Accept TEXT and CDATA nodes in XMLTABLE's column_expression.Alvaro Herrera
2018-01-02Update copyright for 2018Bruce Momjian
2017-11-11Ignore XML declaration in xpath_internal(), for UTF8 databases.Noah Misch
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-15Fix 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-03Fix 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-09Fix 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-23pgindent run for 9.5Bruce Momjian
2015-02-21In array_agg(), don't create a new context for every group.Jeff Davis
2015-01-06Fix 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