]> granicus.if.org Git - postgresql/history - contrib/xml2/xpath.c
Fix up memory management problems in contrib/xml2.
[postgresql] / contrib / xml2 / xpath.c
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-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-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-07-15 Tom LaneFix a passel of signed vs unsigned char warnings.
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
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-05-23 Tom LaneRemove CXT_printf/CXT1_printf macros. If anyone had...
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...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-09 Tom LaneFix inadequate error checking: you can't assume that...
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-10-13 Neil ConwayCleanup some unnecessary void * casts when using pfree...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-03-07 Neil Conwaycontrib/xml2 updates from John Gray:
2004-03-05 Bruce MomjianMove new version of contrib/ xml into xml2, keep old...