Commit Graph

61 Commits (fd785441ffc11969b658625fe66f162589f07bdb)

Author SHA1 Message Date
Tom Lane d9b023c7bc Prevent access to external files/URLs via contrib/xml2's xslt_process(). 14 years ago
Tom Lane 63ac5b0b67 Fix some more bugs in contrib/xml2's xslt_process(). 14 years ago
Tom Lane 61f8618016 Fix significant memory leak in contrib/xml2 functions. 15 years ago
Robert Haas 328539fb9a Add contrib/xml2/pgxml.sql to .gitignore 15 years ago
Tom Lane 316a689320 Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Tom Lane 40c5457e60 Make contrib/xml2 use core xml.c's error handler, when available (that is, 16 years ago
Tom Lane b0c8b3dd6a Fix contrib/xml2 so regression test still works when it's built without libxslt. 16 years ago
Tom Lane 5ea32f560a Remove xmlCleanupParser calls from contrib/xml2. 16 years ago
Tom Lane 8748dc3580 Back-patch today's memory management fixups in contrib/xml2. 16 years ago
Heikki Linnakangas b1ffbaeddc Previous fix for temporary file management broke returning a set from 16 years ago
Tom Lane c75b054b0d Fix xslt_process() to ensure that it inserts a NULL terminator after the 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Tom Lane 1cfd9e8834 Fix executor/spi.h to follow our usual conventions for include files, ie, 17 years ago
Tom Lane 05bba3d176 Be more tense about not creating tuplestores with randomAccess = true unless 17 years ago
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 18 years ago
Tom Lane eb915caf92 Fix contrib/xml2 makefile to not override CFLAGS, and in passing make it 18 years ago
Tom Lane 45173ae24e Use new cstring/text conversion functions in some additional places. 18 years ago
Tom Lane ff8a1204b4 Fix core dump in contrib/xml2's xpath_table() when the input query returns 18 years ago
Tom Lane 220db7ccd8 Simplify and standardize conversions between TEXT datums and ordinary C 18 years ago
Bruce Momjian 33e2e02493 Add CVS version labels to all install/uninstall scripts. 18 years ago
Bruce Momjian 926bbab448 Make /contrib install/uninstall script consistent: 18 years ago
Bruce Momjian 541ff409cc Remove references to READMEs from /contrib Makefiles. 18 years ago
Bruce Momjian c3c69ab4fd Move most /contrib README files into SGML. Some still need conversion 18 years ago
Tom Lane 4608f359a6 Fix a passel of signed vs unsigned char warnings. 19 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 19 years ago
Peter Eisentraut 4e3cb9ca48 Add deprecation notice about planned removal in 8.4 and advice to try using 19 years ago
Tom Lane 234a02b2a8 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
Peter Eisentraut 994b1cb59e Add $PostgreSQL$ marker to contrib makefiles. 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Tom Lane 1246d797e4 Rename xml_valid() to xml_is_well_formed(), but provide a temporary 20 years ago
Tom Lane 7ce2ff2d22 Move xml2's PG_MODULE_MAGIC block to the right source file, per Michael Fuhr. 20 years ago
Bruce Momjian 32883a5d3c Add blank line. 20 years ago
Bruce Momjian ad9674043a Add 'feedback' section heading to xml2. 20 years ago
Bruce Momjian 6935652c34 Update XML2 documentation for xpath_table(). 20 years ago
Tom Lane a0ffab351e Magic blocks don't do us any good unless we use 'em ... so install one 20 years ago
Tom Lane 798e63ffb0 Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of 20 years ago
Tom Lane 7d84d3ec1c Fix order of linking of libxslt and libxml2, per Dave Page. 20 years ago
Neil Conway 0d9742f99a Attached is a patch that replaces a bunch of places where StringInfos 20 years ago
Neil Conway 8e5a10d46c This patch makes the error message strings throughout the backend 20 years ago
Peter Eisentraut 7f4f42fa10 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 20 years ago
Peter Eisentraut fe83b3ebc6 contrib uninstall scripts 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