| Commit message (Expand) | Author | Age |
* | Fix Assert failure in XMLTABLE parser | Richard Guo | 2025-05-15 |
* | Add missing deparsing of [NO] IDENT to XMLSERIALIZE() | Michael Paquier | 2025-02-21 |
* | Fix XMLTABLE() deparsing to quote namespace names if necessary. | Dean Rasheed | 2025-01-12 |
* | Fix some whitespace issues in XMLSERIALIZE(... INDENT). | Tom Lane | 2024-09-10 |
* | Remove new XML test cases added by e7192486d. | Tom Lane | 2024-07-09 |
* | Suppress "chunk is not well balanced" errors from libxml2. | Tom Lane | 2024-07-09 |
* | Test EXPLAIN (FORMAT JSON) ... XMLTABLE | Alvaro Herrera | 2024-01-22 |
* | Update copyright for 2024 | Bruce Momjian | 2024-01-03 |
* | Add XMLText function (SQL/XML X038) | Daniel Gustafsson | 2023-11-06 |
* | Support [NO] INDENT option in XMLSERIALIZE(). | Tom Lane | 2023-03-15 |
* | Rework pg_input_error_message(), now renamed pg_input_error_info() | Michael Paquier | 2023-02-28 |
* | Convert xml_in to report errors softly. | Tom Lane | 2022-12-16 |
* | Adjust XML test case to avoid unstable behavior. | Tom Lane | 2022-08-31 |
* | Check column list length in XMLTABLE/JSON_TABLE alias | Alvaro Herrera | 2022-05-18 |
* | Avoid failure when selecting a namespace node in XMLTABLE. | Tom Lane | 2019-10-25 |
* | Accept XML documents when xmloption = content, as required by SQL:2006+. | Tom Lane | 2019-03-23 |
* | Fix minor deficiencies in XMLTABLE, xpath(), xmlexists() | Alvaro Herrera | 2019-03-07 |
* | Set correct context for XPath evaluation | Alvaro Herrera | 2018-06-21 |
* | Accept TEXT and CDATA nodes in XMLTABLE's column_expression. | Alvaro Herrera | 2018-06-20 |
* | Fix previous commit's test, for non-UTF8 databases with non-XML builds. | Noah Misch | 2017-11-11 |
* | Ignore XML declaration in xpath_internal(), for UTF8 databases. | Noah Misch | 2017-11-11 |
* | Support XMLTABLE query expression | Alvaro Herrera | 2017-03-08 |
* | Remove xmlparse(document '') test | Kevin Grittner | 2015-12-14 |
* | Fix namespace handling in xpath function | Peter Eisentraut | 2015-01-06 |
* | Allow empty content in xml type | Peter Eisentraut | 2014-09-09 |
* | Prevent access to external files/URLs via XML entity references. | Tom Lane | 2012-08-14 |
* | Make xpath() do something useful with XPath expressions that return scalars. | Tom Lane | 2011-07-21 |
* | Ensure that xpath() escapes special characters in string values. | Tom Lane | 2011-07-20 |
* | Rewrite libxml error handling to be more robust. | Tom Lane | 2011-07-20 |
* | Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content | Tom Lane | 2010-08-13 |
* | Add an xpath_exists() function. This is equivalent to XMLEXISTS except that | Tom Lane | 2010-08-08 |
* | Add xmlexists function | Peter Eisentraut | 2010-08-05 |
* | Fix xmlattribute escaping XML special characters twice (bug #4822). | Peter Eisentraut | 2009-06-09 |
* | XMLATTRIBUTES() should send the attribute values through | Peter Eisentraut | 2009-04-08 |
* | Fix crash of xmlconcat(NULL) | Peter Eisentraut | 2008-11-15 |
* | Allow XML processing instructions starting with "xml" while prohibiting | Peter Eisentraut | 2007-11-09 |
* | XPath fixes: | Peter Eisentraut | 2007-05-21 |
* | Commit newest version of xmlpath(). | Bruce Momjian | 2007-03-22 |
* | Add xmlpath() to evaluate XPath expressions, with namespaces support. | Bruce Momjian | 2007-03-22 |
* | Add ORDER BY to a query on information_schema.views, to avoid possible | Tom Lane | 2007-02-15 |
* | Implement XMLSERIALIZE for real. Analogously, make the xml to text cast | Peter Eisentraut | 2007-02-03 |
* | Various fixes in the logic of XML functions: | Peter Eisentraut | 2007-01-25 |
* | Fix xmlconcat by properly merging the XML declarations. Add aggregate | Peter Eisentraut | 2007-01-20 |
* | Add support for converting binary values (i.e. bytea) into xml values, | Peter Eisentraut | 2007-01-19 |
* | Add support for xmlval IS DOCUMENT expression. | Peter Eisentraut | 2007-01-14 |
* | Allow for arbitrary data types as content in XMLELEMENT. The original | Peter Eisentraut | 2007-01-12 |
* | Prevent duplicate attribute names in XMLELEMENT. | Peter Eisentraut | 2007-01-08 |
* | Some fine-tuning of xmlpi in corner cases: | Peter Eisentraut | 2007-01-07 |
* | Replace xmlroot with a properly functioning version that parses the value, | Peter Eisentraut | 2007-01-06 |
* | Handle content and document options in xmlparse() correctly. | Peter Eisentraut | 2006-12-28 |