Commit Graph

18 Commits (77d67a4a3be1a2114ff9869fc3552a39fa7c5e68)

Author SHA1 Message Date
Peter Eisentraut 77d67a4a3b XMLATTRIBUTES() should send the attribute values through 17 years ago
Peter Eisentraut 8aad333f8f Fix crash of xmlconcat(NULL) 17 years ago
Peter Eisentraut 8db43db01e Allow XML processing instructions starting with "xml" while prohibiting 18 years ago
Peter Eisentraut 3963574d13 XPath fixes: 19 years ago
Bruce Momjian ea3b212fee Commit newest version of xmlpath(). 19 years ago
Bruce Momjian e651bcf3f6 Add xmlpath() to evaluate XPath expressions, with namespaces support. 19 years ago
Tom Lane eecbb33267 Add ORDER BY to a query on information_schema.views, to avoid possible 19 years ago
Peter Eisentraut ec020e1ceb Implement XMLSERIALIZE for real. Analogously, make the xml to text cast 19 years ago
Peter Eisentraut 22bd156ff0 Various fixes in the logic of XML functions: 19 years ago
Peter Eisentraut b4c8d49036 Fix xmlconcat by properly merging the XML declarations. Add aggregate 19 years ago
Peter Eisentraut 4b48ad4fb2 Add support for converting binary values (i.e. bytea) into xml values, 19 years ago
Peter Eisentraut 2f8f76bcd5 Add support for xmlval IS DOCUMENT expression. 19 years ago
Peter Eisentraut fc568b9d8f Allow for arbitrary data types as content in XMLELEMENT. The original 19 years ago
Peter Eisentraut 3a32ba2f3f Prevent duplicate attribute names in XMLELEMENT. 19 years ago
Peter Eisentraut d807c7ef3f Some fine-tuning of xmlpi in corner cases: 19 years ago
Peter Eisentraut 19749fb0cf Replace xmlroot with a properly functioning version that parses the value, 19 years ago
Peter Eisentraut d9e1c97feb Handle content and document options in xmlparse() correctly. 19 years ago
Peter Eisentraut 8c1de5fb00 Initial SQL/XML support: xml data type and initial set of functions. 19 years ago