OSDN Git Service

Add composite-type attributes to information_schema.element_types view
[pg-rex/syncrep.git] / contrib / xml2 /
2011-04-25 Peter EisentrautSupport "make check" in contrib
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-17 Tom LaneFix upgrade of contrib/xml2 from 9.0.
2011-02-14 Tom LaneMore fixups for "unpackaged" conversion scripts.
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2010-11-26 Tom LaneFix significant memory leak in contrib/xml2 functions.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-24 Robert HaasAdd contrib/xml2/pgxml.sql to .gitignore
2010-09-22 Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-13 Tom LaneAdd xml_is_well_formed, xml_is_well_formed_document...
2010-08-10 Tom LaneRemove the arbitrary (and undocumented) limit on the...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-03-03 Tom LaneMake contrib/xml2 use core xml.c's error handler, when...
2010-03-01 Tom LaneFix contrib/xml2 so regression test still works when...
2010-03-01 Tom LaneRemove xmlCleanupParser calls from contrib/xml2.
2010-02-28 Tom LaneFix up memory management problems in contrib/xml2.
2010-02-28 Tom LaneAssorted code cleanup for contrib/xml2. No change...
2010-01-17 Magnus HaganderSilence compiler warning, noted by Stefan Kaltenbrunner
2009-12-29 Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-07-10 Tom LaneFix xslt_process() to ensure that it inserts a NULL...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-05-08 Tom LaneFix contrib/xml2 makefile to not override CFLAGS, and...
2008-05-04 Tom LaneUse new cstring/text conversion functions in some addit...
2008-03-26 Tom LaneFix core dump in contrib/xml2's xpath_table() when...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2007-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
2007-11-11 Bruce MomjianMake /contrib install/uninstall script consistent:
2007-11-10 Bruce MomjianRemove references to READMEs from /contrib Makefiles.
2007-11-10 Bruce MomjianMove most /contrib README files into SGML. Some still...
2007-07-15 Tom LaneFix a passel of signed vs unsigned char warnings.
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-05-24 Peter EisentrautAdd deprecation notice about planned removal in 8.4...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-09 Peter EisentrautAdd $PostgreSQL$ marker to contrib makefiles.
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-16 Tom LaneRename xml_valid() to xml_is_well_formed(), but provide...
2006-09-11 Tom LaneMove xml2's PG_MODULE_MAGIC block to the right source...
2006-08-25 Bruce MomjianAdd blank line.
2006-08-25 Bruce MomjianAdd 'feedback' section heading to xml2.
2006-08-24 Bruce MomjianUpdate XML2 documentation for xpath_table().
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-05-23 Tom LaneRemove CXT_printf/CXT1_printf macros. If anyone had...
2006-03-10 Tom LaneFix order of linking of libxslt and libxml2, per Dave...
2006-03-01 Neil ConwayAttached is a patch that replaces a bunch of places...
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-27 Peter Eisentrautcontrib uninstall scripts
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Bruce MomjianMark xslt_process() as volatile.
2005-10-13 Bruce MomjianChange xpath_table() and xslt_process() from IMMUTABLE...
2005-10-13 Bruce MomjianFix capitalization of example.
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-07-14 Neil ConwayMark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the...
2005-07-09 Tom LaneFix inadequate error checking: you can't assume that...
2005-01-22 Bruce MomjianUpdate version restriction on xml2.
2005-01-22 Bruce MomjianFix README /contrib/xml2 reference in 8.0 and HEAD.
2005-01-09 Tom LaneFix segfault when xpath_list function is applied to...
2004-12-02 Bruce MomjianAttached is a patch that adds the function xml_encode_s...
2004-11-04 Neil ConwayContrib build fixes:
2004-10-13 Neil ConwayCleanup some unnecessary void * casts when using pfree...
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-03-14 Bruce MomjianRename README's to match directory names. Mention...
2004-03-07 Neil Conwaycontrib/xml2 updates from John Gray:
2004-03-05 Bruce MomjianHave makefile reference /xml2.
2004-03-05 Bruce MomjianMove new version of contrib/ xml into xml2, keep old...