summaryrefslogtreecommitdiff
path: root/contrib/xml2
Commit message (Expand)AuthorAgeFilesLines
...
* Fix contrib/xml2 so regression test still works when it's built without libxslt.Tom Lane2010-03-014-13/+135
* Remove xmlCleanupParser calls from contrib/xml2.Tom Lane2010-03-012-35/+6
* Fix up memory management problems in contrib/xml2.Tom Lane2010-02-284-57/+253
* Assorted code cleanup for contrib/xml2. No change in functionality,Tom Lane2010-02-282-170/+134
* Silence compiler warning, noted by Stefan KaltenbrunnerMagnus Hagander2010-01-171-2/+2
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-291-5/+1
* Fix xslt_process() to ensure that it inserts a NULL terminator after theTom Lane2009-07-101-8/+12
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-112-16/+16
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-072-10/+15
* Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane2008-10-291-2/+4
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-172-2/+8
* Fix contrib/xml2 makefile to not override CFLAGS, and in passing make itTom Lane2008-05-082-8/+4
* Use new cstring/text conversion functions in some additional places.Tom Lane2008-05-042-31/+7
* Fix core dump in contrib/xml2's xpath_table() when the input query returnsTom Lane2008-03-261-7/+10
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-252-16/+8
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-132-0/+4
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-112-22/+43
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-101-2/+1
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-101-278/+0
* Fix a passel of signed vs unsigned char warnings.Tom Lane2007-07-152-10/+10
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* Add deprecation notice about planned removal in 8.4 and advice to try usingPeter Eisentraut2007-05-241-0/+13
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-272-3/+3
* Add $PostgreSQL$ marker to contrib makefiles.Peter Eisentraut2007-02-091-2/+1
* 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