| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simplify some comments in xml.c | Michael Paquier | 2021-01-04 | 1 | -9/+3 |
| * | Update copyright for 2021 | Bruce Momjian | 2021-01-02 | 1 | -1/+1 |
| * | Allow Unicode escapes in any server encoding, not only UTF-8. | Tom Lane | 2020-03-06 | 1 | -21/+3 |
| * | Introduce macros for typalign and typstorage constants. | Tom Lane | 2020-03-04 | 1 | -1/+1 |
| * | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 | 1 | -1/+1 |
| * | Fix nested error handling in PG_FINALLY | Peter Eisentraut | 2019-11-07 | 1 | -1/+1 |
| * | Check after errors of SPI_execute() in xml.c | Michael Paquier | 2019-11-07 | 1 | -1/+5 |
| * | Fix some compiler warnings on older compilers | Peter Eisentraut | 2019-11-04 | 1 | -1/+1 |
| * | PG_FINALLY | Peter Eisentraut | 2019-11-01 | 1 | -16/+4 |
| * | Fix inconsistencies and typos in the tree, take 10 | Michael Paquier | 2019-08-13 | 1 | -1/+1 |
| * | Use appendBinaryStringInfo in more places where the length is known | David Rowley | 2019-07-23 | 1 | -5/+7 |
| * | Phase 2 pgindent run for v12. | Tom Lane | 2019-05-22 | 1 | -23/+23 |
| * | Don't request pretty-printed output from xmlNodeDump(). | Tom Lane | 2019-04-23 | 1 | -1/+1 |
| * | Add volatile qualifier missed in commit 2e616dee9. | Tom Lane | 2019-04-01 | 1 | -1/+1 |
| * | Remove inadequate check for duplicate "xml" PI. | Tom Lane | 2019-03-23 | 1 | -4/+0 |
| * | Accept XML documents when xmloption = content, as required by SQL:2006+. | Tom Lane | 2019-03-23 | 1 | -16/+125 |
| * | Fix crash with old libxml2 | Alvaro Herrera | 2019-03-08 | 1 | -18/+40 |
| * | Fix minor deficiencies in XMLTABLE, xpath(), xmlexists() | Alvaro Herrera | 2019-03-07 | 1 | -69/+86 |
| * | Defend against null error message reported by libxml2. | Tom Lane | 2019-02-08 | 1 | -1/+4 |
| * | Replace uses of heap_open et al with the corresponding table_* function. | Andres Freund | 2019-01-21 | 1 | -8/+8 |
| * | Replace heapam.h includes with {table, relation}.h where applicable. | Andres Freund | 2019-01-21 | 1 | -1/+1 |
| * | Don't include heapam.h from others headers. | Andres Freund | 2019-01-14 | 1 | -0/+1 |
| * | Update copyright for 2019 | Bruce Momjian | 2019-01-02 | 1 | -1/+1 |
| * | Set correct context for XPath evaluation | Alvaro Herrera | 2018-06-21 | 1 | -8/+2 |
| * | Accept TEXT and CDATA nodes in XMLTABLE's column_expression. | Alvaro Herrera | 2018-06-20 | 1 | -10/+14 |
| * | Update copyright for 2018 | Bruce Momjian | 2018-01-02 | 1 | -1/+1 |
| * | Ignore XML declaration in xpath_internal(), for UTF8 databases. | Noah Misch | 2017-11-11 | 1 | -1/+13 |
| * | Add some const decorations to prototypes | Peter Eisentraut | 2017-11-10 | 1 | -16/+16 |
| * | Change TRUE/FALSE to true/false | Peter Eisentraut | 2017-11-08 | 1 | -1/+1 |
| * | Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). | Andres Freund | 2017-08-20 | 1 | -6/+9 |
| * | Fix up some misusage of appendStringInfo() and friends | Peter Eisentraut | 2017-08-15 | 1 | -2/+2 |
| * | Phase 3 of pgindent updates. | Tom Lane | 2017-06-21 | 1 | -73/+73 |
| * | Phase 2 of pgindent updates. | Tom Lane | 2017-06-21 | 1 | -22/+22 |
| * | Post-PG 10 beta1 pgindent run | Bruce Momjian | 2017-05-17 | 1 | -5/+4 |
| * | Fix cursor_to_xml in tableforest false mode | Peter Eisentraut | 2017-05-03 | 1 | -0/+13 |
| * | Faster expression evaluation and targetlist projection. | Andres Freund | 2017-03-25 | 1 | -23/+22 |
| * | Use wrappers of PG_DETOAST_DATUM_PACKED() more. | Noah Misch | 2017-03-12 | 1 | -14/+14 |
| * | Fix hard-coded relkind constants in assorted other files. | Tom Lane | 2017-03-09 | 1 | -2/+15 |
| * | Suppress compiler warning in non-USE_LIBXML builds. | Tom Lane | 2017-03-08 | 1 | -2/+2 |
| * | Fix XMLTABLE on older libxml2 | Alvaro Herrera | 2017-03-08 | 1 | -1/+1 |
| * | Support XMLTABLE query expression | Alvaro Herrera | 2017-03-08 | 1 | -7/+551 |
| * | Remove obsoleted code relating to targetlist SRF evaluation. | Andres Freund | 2017-01-19 | 1 | -2/+2 |
| * | Update copyright via script for 2017 | Bruce Momjian | 2017-01-03 | 1 | -1/+1 |
| * | Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection. | Tom Lane | 2016-11-08 | 1 | -6/+0 |
| * | Add macros to make AllocSetContextCreate() calls simpler and safer. | Tom Lane | 2016-08-27 | 1 | -4/+2 |
| * | Widen query numbers-of-tuples-processed counters to uint64. | Tom Lane | 2016-03-12 | 1 | -5/+5 |
| * | Update copyright for 2016 | Bruce Momjian | 2016-01-02 | 1 | -1/+1 |
| * | Use appendStringInfoString/Char et al where appropriate. | Heikki Linnakangas | 2015-07-02 | 1 | -3/+3 |
| * | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 | 1 | -2/+2 |
| * | In array_agg(), don't create a new context for every group. | Jeff Davis | 2015-02-21 | 1 | -1/+1 |