Commit Graph

183 Commits (4109bb5de4998b9301ea2ac18c9d6dfb0b4f900b)

Author SHA1 Message Date
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Peter Eisentraut 581a55889b Fix nested error handling in PG_FINALLY 6 years ago
Michael Paquier 3feb6ace7c Check after errors of SPI_execute() in xml.c 6 years ago
Peter Eisentraut a63c84e59a Fix some compiler warnings on older compilers 6 years ago
Peter Eisentraut 604bd36711 PG_FINALLY 6 years ago
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 6 years ago
David Rowley 1e6a759838 Use appendBinaryStringInfo in more places where the length is known 7 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 7 years ago
Tom Lane c06e3550dc Don't request pretty-printed output from xmlNodeDump(). 7 years ago
Tom Lane b2b819019f Add volatile qualifier missed in commit 2e616dee9. 7 years ago
Tom Lane f778e537a0 Remove inadequate check for duplicate "xml" PI. 7 years ago
Tom Lane 8d1dadb25b Accept XML documents when xmloption = content, as required by SQL:2006+. 7 years ago
Alvaro Herrera 2e616dee9e Fix crash with old libxml2 7 years ago
Alvaro Herrera 251cf2e27b Fix minor deficiencies in XMLTABLE, xpath(), xmlexists() 7 years ago
Tom Lane 0edef16d76 Defend against null error message reported by libxml2. 7 years ago
Andres Freund e0c4ec0728 Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable. 7 years ago
Andres Freund 4c850ecec6 Don't include heapam.h from others headers. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Alvaro Herrera e474c2b7e4 Set correct context for XPath evaluation 8 years ago
Alvaro Herrera b7f0be9a7e Accept TEXT and CDATA nodes in XMLTABLE's column_expression. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Noah Misch 2918fcedbf Ignore XML declaration in xpath_internal(), for UTF8 databases. 8 years ago
Peter Eisentraut 0e1539ba0d Add some const decorations to prototypes 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Andres Freund 2cd7084524 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 8 years ago
Peter Eisentraut 77d05706be Fix up some misusage of appendStringInfo() and friends 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 9 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 9 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 9 years ago
Peter Eisentraut 0de791ed76 Fix cursor_to_xml in tableforest false mode 9 years ago
Andres Freund b8d7f053c5 Faster expression evaluation and targetlist projection. 9 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 9 years ago
Tom Lane 9c2635e26f Fix hard-coded relkind constants in assorted other files. 9 years ago
Tom Lane f379121093 Suppress compiler warning in non-USE_LIBXML builds. 9 years ago
Alvaro Herrera a9f66f9253 Fix XMLTABLE on older libxml2 9 years ago
Alvaro Herrera fcec6caafa Support XMLTABLE query expression 9 years ago
Andres Freund ea15e18677 Remove obsoleted code relating to targetlist SRF evaluation. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane 1833f1a1c3 Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection. 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Tom Lane 23a27b039d Widen query numbers-of-tuples-processed counters to uint64. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Heikki Linnakangas f92d6a540a Use appendStringInfoString/Char et al where appropriate. 11 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 11 years ago
Jeff Davis b419865a81 In array_agg(), don't create a new context for every group. 11 years ago
Peter Eisentraut 79af9a1d26 Fix namespace handling in xpath function 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane bac27394a1 Support arrays as input to array_agg() and ARRAY(SELECT ...). 11 years ago
Peter Eisentraut 57b1085df5 Allow empty content in xml type 11 years ago