summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xml.c
Commit message (Expand)AuthorAgeFilesLines
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-121-5/+5
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas2015-07-021-3/+3
* pgindent run for 9.5Bruce Momjian2015-05-231-2/+2
* In array_agg(), don't create a new context for every group.Jeff Davis2015-02-211-1/+1
* Fix namespace handling in xpath functionPeter Eisentraut2015-01-061-8/+26
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane2014-11-251-20/+11
* Allow empty content in xml typePeter Eisentraut2014-09-091-5/+9
* pgindent run for 9.4Bruce Momjian2014-05-061-32/+32
* Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane2014-02-231-18/+9
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas2013-10-311-34/+32
* pgindent run for release 9.3Bruce Momjian2013-05-291-3/+4
* Fix map_sql_value_to_xml_value() to treat domains like their base types.Tom Lane2013-03-031-0/+6
* Add a materialized view relations.Kevin Grittner2013-03-031-2/+2
* Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistentBruce Momjian2013-01-261-3/+3
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Check LIBXML_VERSION instead of testing in configure script.Tom Lane2012-08-171-1/+11
* Prevent access to external files/URLs via XML entity references.Tom Lane2012-08-141-2/+41
* Avoid extra newlines in XML mapping in table forest modePeter Eisentraut2012-07-121-1/+6
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-18/+18
* Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut2012-03-151-1/+1
* Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut2012-03-141-3/+2
* Add const qualifiers where they are accidentally cast awayPeter Eisentraut2012-02-281-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-111-2/+2
* Check to see whether libxml2 handles error context the way we expect.Tom Lane2011-07-261-2/+36
* Make xpath() do something useful with XPath expressions that return scalars.Tom Lane2011-07-211-22/+92
* Ensure that xpath() escapes special characters in string values.Tom Lane2011-07-201-1/+5
* Rewrite libxml error handling to be more robust.Tom Lane2011-07-201-139/+402
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-161-4/+4
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+1
* Fix null-dereference crash in parse_xml_decl().Tom Lane2011-05-281-4/+6
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-9/+11
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-3/+3
* Improve handling of domains over arrays.Tom Lane2010-10-211-1/+1
* Change references to SQL/XML:2003 to :2008 and renumber sections accordinglyPeter Eisentraut2010-10-151-39/+38
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_contentTom Lane2010-08-131-1/+71
* Add an xpath_exists() function. This is equivalent to XMLEXISTS except thatTom Lane2010-08-081-1/+25
* Add xmlexists functionPeter Eisentraut2010-08-051-20/+66
* pgindent run for 9.0, second runBruce Momjian2010-07-061-5/+5
* Export xml.c's libxml-error-handling support so that contrib/xml2 can use itTom Lane2010-03-031-19/+36
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-7/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix encoding handling in xml binary input function. If the XML header didn'tHeikki Linnakangas2009-09-041-14/+21
* Extend EXPLAIN to support output in XML or JSON format.Tom Lane2009-08-101-27/+40