Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 |
| | | | | | particular get rid of single quotes around language names and old WITH () construct. | ||
* | Mark xslt_process() as volatile. | Bruce Momjian | 2005-10-13 |
| | |||
* | Change xpath_table() and xslt_process() from IMMUTABLE to STABLE. | Bruce Momjian | 2005-10-13 |
| | |||
* | Fix capitalization of example. | Bruce Momjian | 2005-10-13 |
| | |||
* | Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT" syntax | Neil Conway | 2005-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 to | Bruce Momjian | 2004-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 Conway | 2004-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 Momjian | 2004-03-05 |