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