summaryrefslogtreecommitdiff
path: root/contrib/xml2
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 8.2.Bruce Momjian2006-10-041-1/+1
* Rename xml_valid() to xml_is_well_formed(), but provide a temporaryTom Lane2006-09-164-8/+22
* Move xml2's PG_MODULE_MAGIC block to the right source file, per Michael Fuhr.Tom Lane2006-09-112-2/+3
* Add blank line.Bruce Momjian2006-08-251-0/+1
* Add 'feedback' section heading to xml2.Bruce Momjian2006-08-251-0/+3
* Update XML2 documentation for xpath_table().Bruce Momjian2006-08-241-1/+75
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-0/+2
* Remove CXT_printf/CXT1_printf macros. If anyone had found them to be ofTom Lane2006-05-231-3/+3
* Fix order of linking of libxslt and libxml2, per Dave Page.Tom Lane2006-03-101-1/+1
* Attached is a patch that replaces a bunch of places where StringInfosNeil Conway2006-03-011-6/+5
* This patch makes the error message strings throughout the backendNeil Conway2006-03-012-7/+7
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-13/+13
* contrib uninstall scriptsPeter Eisentraut2006-02-272-0/+28
* Standard pgindent run for 8.1.Bruce Momjian2005-10-152-32/+34
* Mark xslt_process() as volatile.Bruce Momjian2005-10-131-1/+1
* Change xpath_table() and xslt_process() from IMMUTABLE to STABLE.Bruce Momjian2005-10-131-1/+1
* Fix capitalization of example.Bruce Momjian2005-10-131-2/+2
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-1/+1
* Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT" syntaxNeil Conway2005-07-141-13/+13
* Fix inadequate error checking: you can't assume that fcinfo->resultinfoTom Lane2005-07-091-22/+24
* Update version restriction on xml2.Bruce Momjian2005-01-221-1/+1
* Fix README /contrib/xml2 reference in 8.0 and HEAD.Bruce Momjian2005-01-221-1/+1
* Fix segfault when xpath_list function is applied to an invalid document.Tom Lane2005-01-091-0/+3
* Attached is a patch that adds the function xml_encode_special_chars toBruce Momjian2004-12-022-0/+32
* Contrib build fixes:Neil Conway2004-11-041-0/+1
* Cleanup some unnecessary void * casts when using pfree() in contrib/xmlNeil Conway2004-10-131-6/+6
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-071-1/+1
* Pgindent run for 8.0.Bruce Momjian2004-08-292-555/+568
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-4/+10
* Rename README's to match directory names. Mention copyright matchesBruce Momjian2004-03-142-1/+2
* contrib/xml2 updates from John Gray:Neil Conway2004-03-073-9/+9
* Have makefile reference /xml2.Bruce Momjian2004-03-051-1/+1
* Move new version of contrib/ xml into xml2, keep old version in /xml.Bruce Momjian2004-03-055-0/+1331