aboutsummaryrefslogtreecommitdiff
path: root/contrib/xml2/pgxml.sql.in
Commit message (Collapse)AuthorAge
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
| | | | | particular get rid of single quotes around language names and old WITH () construct.
* Mark xslt_process() as volatile.Bruce Momjian2005-10-13
|
* Change xpath_table() and xslt_process() from IMMUTABLE to STABLE.Bruce Momjian2005-10-13
|
* Fix capitalization of example.Bruce Momjian2005-10-13
|
* Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT" syntaxNeil Conway2005-07-14
| | | | | rather than the deprecated "WITH (isStrict)" syntax. Patch from Ilia Kantor, minor editorializing by Neil Conway.
* Attached is a patch that adds the function xml_encode_special_chars toBruce Momjian2004-12-02
| | | | | | | the xml2 contrib module. It's against 8.0beta4. It's intended for commit. Markus Bertheau <twanger@bluetwanger.de>
* contrib/xml2 updates from John Gray:Neil Conway2004-03-07
| | | | | | I have changed the name of the new parse function to xml_valid and fixed a reference to SortMem which meant that the code as supplied would work against 7.3 and 7.4 but wouldn't work in CVS.
* Move new version of contrib/ xml into xml2, keep old version in /xml.Bruce Momjian2004-03-05