Commit Graph

33 Commits (REL8_1_STABLE)

Author SHA1 Message Date
Tom Lane 35a3def7b2 Fix significant memory leak in contrib/xml2 functions. 15 years ago
Robert Haas cf497cbdf2 Add contrib/xml2/pgxml.sql to .gitignore 15 years ago
Tom Lane f02f7c4c93 Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Peter Eisentraut 003c5981c3 Spelling fix 16 years ago
Tom Lane 238e6b9519 Make contrib/xml2 use core xml.c's error handler, when available (that is, 16 years ago
Tom Lane 8a0137d785 Fix contrib/xml2 so regression test still works when it's built without libxslt. 16 years ago
Tom Lane a8ab473383 Remove xmlCleanupParser calls from contrib/xml2. 16 years ago
Tom Lane 94152f93f5 Back-patch today's memory management fixups in contrib/xml2. 16 years ago
Heikki Linnakangas 56a87f2721 Previous fix for temporary file management broke returning a set from 16 years ago
Tom Lane b99751a199 Fix xslt_process() to ensure that it inserts a NULL terminator after the 17 years ago
Tom Lane 773f5cc8cb Fix contrib/xml2 makefile to not override CFLAGS. 18 years ago
Tom Lane 207f469912 Fix core dump in contrib/xml2's xpath_table() when the input query returns 18 years ago
Tom Lane effecebad1 Fix order of linking of libxslt and libxml2, per Dave Page. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian 3af21fa568 Mark xslt_process() as volatile. 20 years ago
Bruce Momjian 40e1b30f63 Change xpath_table() and xslt_process() from IMMUTABLE to STABLE. 20 years ago
Bruce Momjian 7d43349ab5 Fix capitalization of example. 20 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 21 years ago
Neil Conway 75c76e93c7 Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT" syntax 21 years ago
Tom Lane be3aa30da3 Fix inadequate error checking: you can't assume that fcinfo->resultinfo 21 years ago
Bruce Momjian 2d16f7c458 Update version restriction on xml2. 21 years ago
Bruce Momjian 082283b9b9 Fix README /contrib/xml2 reference in 8.0 and HEAD. 21 years ago
Tom Lane 0549de06ba Fix segfault when xpath_list function is applied to an invalid document. 21 years ago
Bruce Momjian 1646586271 Attached is a patch that adds the function xml_encode_special_chars to 21 years ago
Neil Conway 8f012ac89b Contrib build fixes: 21 years ago
Neil Conway 04a1a24e9c Cleanup some unnecessary void * casts when using pfree() in contrib/xml 21 years ago
Bruce Momjian a5d7ba773d Adjust comments previously moved to column 1 by pgident. 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian ee85595d46 > Please find enclose a submission to fix these problems. 22 years ago
Bruce Momjian 181d4d410a Rename README's to match directory names. Mention copyright matches 22 years ago
Neil Conway bab4269b95 contrib/xml2 updates from John Gray: 22 years ago
Bruce Momjian 3f01eba0bf Have makefile reference /xml2. 22 years ago
Bruce Momjian 31f4b59a46 Move new version of contrib/ xml into xml2, keep old version in /xml. 22 years ago