| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid failure when selecting a namespace node in XMLTABLE. | Tom Lane | 2019-10-25 | 1 | -0/+8 |
* | Don't request pretty-printed output from xmlNodeDump(). | Tom Lane | 2019-04-23 | 1 | -6/+3 |
* | Accept XML documents when xmloption = content, as required by SQL:2006+. | Tom Lane | 2019-03-23 | 1 | -0/+46 |
* | Fix minor deficiencies in XMLTABLE, xpath(), xmlexists() | Alvaro Herrera | 2019-03-07 | 1 | -3/+24 |
* | Set correct context for XPath evaluation | Alvaro Herrera | 2018-06-21 | 1 | -1/+7 |
* | Accept TEXT and CDATA nodes in XMLTABLE's column_expression. | Alvaro Herrera | 2018-06-20 | 1 | -6/+6 |
* | Fix previous commit's test, for non-UTF8 databases with non-XML builds. | Noah Misch | 2017-11-11 | 1 | -6/+10 |
* | Ignore XML declaration in xpath_internal(), for UTF8 databases. | Noah Misch | 2017-11-11 | 1 | -0/+31 |
* | Support XMLTABLE query expression | Alvaro Herrera | 2017-03-08 | 1 | -0/+504 |
* | Remove xmlparse(document '') test | Kevin Grittner | 2015-12-14 | 1 | -11/+0 |
* | Rearrange the handling of error context reports. | Tom Lane | 2015-09-05 | 1 | -1/+0 |
* | Fix namespace handling in xpath function | Peter Eisentraut | 2015-01-06 | 1 | -0/+15 |
* | Allow empty content in xml type | Peter Eisentraut | 2014-09-09 | 1 | -0/+28 |
* | Perform line wrapping and indenting by default in ruleutils.c. | Tom Lane | 2013-02-03 | 1 | -11/+12 |
* | Prevent access to external files/URLs via XML entity references. | Tom Lane | 2012-08-14 | 1 | -0/+20 |
* | Make xpath() do something useful with XPath expressions that return scalars. | Tom Lane | 2011-07-21 | 1 | -0/+48 |
* | Ensure that xpath() escapes special characters in string values. | Tom Lane | 2011-07-20 | 1 | -0/+12 |
* | Rewrite libxml error handling to be more robust. | Tom Lane | 2011-07-20 | 1 | -5/+155 |
* | Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content | Tom Lane | 2010-08-13 | 1 | -0/+87 |
* | Add an xpath_exists() function. This is equivalent to XMLEXISTS except that | Tom Lane | 2010-08-08 | 1 | -1/+49 |
* | Add xmlexists function | Peter Eisentraut | 2010-08-05 | 1 | -0/+49 |
* | Fix xmlattribute escaping XML special characters twice (bug #4822). | Peter Eisentraut | 2009-06-09 | 1 | -0/+6 |
* | XMLATTRIBUTES() should send the attribute values through | Peter Eisentraut | 2009-04-08 | 1 | -0/+15 |
* | Fix crash of xmlconcat(NULL) | Peter Eisentraut | 2008-11-15 | 1 | -0/+12 |
* | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 | 1 | -0/+8 |
* | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 | 1 | -0/+6 |
* | Allow XML processing instructions starting with "xml" while prohibiting | Peter Eisentraut | 2007-11-09 | 1 | -4/+22 |
* | Arrange for quote_identifier() and pg_dump to not quote keywords that are | Tom Lane | 2007-06-18 | 1 | -8/+8 |
* | XPath fixes: | Peter Eisentraut | 2007-05-21 | 1 | -12/+12 |
* | Commit newest version of xmlpath(). | Bruce Momjian | 2007-03-22 | 1 | -4/+10 |
* | Add xmlpath() to evaluate XPath expressions, with namespaces support. | Bruce Momjian | 2007-03-22 | 1 | -0/+30 |
* | Add ORDER BY to a query on information_schema.views, to avoid possible | Tom Lane | 2007-02-15 | 1 | -1/+2 |
* | Implement XMLSERIALIZE for real. Analogously, make the xml to text cast | Peter Eisentraut | 2007-02-03 | 1 | -2/+34 |
* | Various fixes in the logic of XML functions: | Peter Eisentraut | 2007-01-25 | 1 | -16/+71 |
* | Simplify handling of XML error messages: Just use the string provided by | Peter Eisentraut | 2007-01-23 | 1 | -4/+12 |
* | Fix xmlconcat regression test | Peter Eisentraut | 2007-01-20 | 1 | -3/+3 |
* | Fix xmlconcat by properly merging the XML declarations. Add aggregate | Peter Eisentraut | 2007-01-20 | 1 | -1/+25 |
* | Add support for converting binary values (i.e. bytea) into xml values, | Peter Eisentraut | 2007-01-19 | 1 | -0/+14 |
* | Clean up encoding issues in the xml type: In text mode, encoding | Peter Eisentraut | 2007-01-18 | 1 | -2/+1 |
* | Add support for xmlval IS DOCUMENT expression. | Peter Eisentraut | 2007-01-14 | 1 | -0/+27 |
* | Allow for arbitrary data types as content in XMLELEMENT. The original | Peter Eisentraut | 2007-01-12 | 1 | -2/+36 |
* | Prevent duplicate attribute names in XMLELEMENT. | Peter Eisentraut | 2007-01-08 | 1 | -1/+3 |
* | Some fine-tuning of xmlpi in corner cases: | Peter Eisentraut | 2007-01-07 | 1 | -0/+15 |
* | Replace xmlroot with a properly functioning version that parses the value, | Peter Eisentraut | 2007-01-06 | 1 | -3/+29 |
* | Handle content and document options in xmlparse() correctly. | Peter Eisentraut | 2006-12-28 | 1 | -2/+23 |
* | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 | 1 | -0/+145 |