]> granicus.if.org Git - postgresql/history - contrib
The attached applied patch throws an error if the delimiter appears in
[postgresql] / contrib /
2004-04-02 Tom LaneFix some more compatibility issues (ctype.h macros...
2004-04-01 Tom LaneFix some portability issues (reliance on gcc-isms).
2004-04-01 Tom LaneFix portability issues with functions that don't match...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-30 Teodor SigaevCleanup vectors of GISTENTRY and eliminate problem...
2004-03-25 Teodor Sigaev1 Minimize memory allocation for void (but not null...
2004-03-22 Tom LaneStandardize output buffer size and display format for...
2004-03-22 Bruce MomjianIn working through a pg_autovacuum problem with Joe...
2004-03-15 Bruce MomjianHandle OID's and unsigned values better in pg_autovacuum.
2004-03-15 Tom LaneLocalize our dependencies on the way to create NAN...
2004-03-14 Bruce MomjianRename README's to match directory names. Mention...
2004-03-09 Bruce MomjianI wanted to submit some changes to the bundled postgres...
2004-03-07 Neil Conwaycontrib/xml2 updates from John Gray:
2004-03-07 Joe ConwayAdded new versions of dblink, dblink_exec, dblink_open...
2004-03-05 Bruce MomjianHave makefile reference /xml2.
2004-03-05 Bruce MomjianAdd xml2 as skipped /contrib Makefile entry.
2004-03-05 Bruce MomjianAdd mention xml2 is a newer version.
2004-03-05 Bruce MomjianAdd missing xml files.
2004-03-05 Bruce MomjianMove new version of contrib/ xml into xml2, keep old...
2004-03-05 Bruce MomjianThanks to the generous support of Torchbox (http:/...
2004-03-03 Bruce MomjianSeems the usage message for oid2name calls it pg_oid2na...
2004-02-24 Tom LaneAdd %option nodefault to all our flex lexers. Fix...
2004-02-24 Joe ConwayWhen returning type "record", replace use of pgresultGe...
2004-02-24 Joe ConwayApply quote_literal to the start_with argument of conne...
2004-02-23 Tom LaneReplace opendir/closedir calls throughout the backend...
2004-02-20 Bruce MomjianThe following bug has been logged online:
2004-02-17 Bruce MomjianPlease apply this patch to contrib/dbmirror
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-01-26 Teodor SigaevDocs fix from Kris Jurka <books@ejurka.com>
2004-01-19 Teodor SigaevCorrect type for isalnum
2004-01-08 Tom LaneRemove broken (and unnecessary) definition of operator...
2003-12-27 Tom LaneRemove incorrect remark about having to restart backend...
2003-12-18 Teodor SigaevFix signed char in comparison and check memory allocation
2003-12-17 Tom LaneRepair badly broken estimation of output buffer size...
2003-12-10 Teodor SigaevFix integer types to use definition from c.h. Per bug...
2003-12-08 Tom LaneMinor autovacuum fixes from Matthew O'Connor.
2003-12-08 Tom LaneAdd fflush() before sleeping, per Matthew O'Connor.
2003-12-07 Tom LaneReplace unportable and overflow-prone use of 'long...
2003-12-05 Teodor SigaevOne more fix confusion
2003-12-05 Teodor SigaevAvoid confusion start_parse_str function with tsearch V1
2003-12-04 Teodor SigaevAvoid conflict strndup with glibc
2003-12-03 Teodor SigaevFix for word with several infinitives
2003-12-01 Bruce MomjianI've run across a pretty serious problem with pg_autova...
2003-12-01 Bruce MomjianI noticed in the 7.4 release that in contrib/pg_autovac...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-28 Teodor SigaevFix free instead of pfree
2003-11-28 Joe ConwayFix regression in dblink_disconnect() reported by Eduar...
2003-11-27 Teodor SigaevFixes about word with several infiniteve
2003-11-26 Joe ConwayAdded missing SPI_finish() calls to get_tuple_of_intere...
2003-11-26 Teodor SigaevUtility for convert myspell dictionaries to ispell...
2003-11-26 Tatsuo IshiiPatches from Yutaka Tanida. Create primary key indexes...
2003-11-25 Teodor SigaevIgnore too long lexeme
2003-11-17 Teodor SigaevOptimize. Improve ispell support for compound words...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-12 Bruce MomjianTypo fix in comment from David Wheeler
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-11-09 Bruce MomjianFix typo on autovacuum readme.
2003-10-27 Bruce MomjianHere is an update to the dbmirror README file.
2003-10-19 Tom LaneUpdate README file to show 7.4 oidjoins relationships...
2003-10-16 Bruce MomjianI have run pg_autovacuum on AIX, so that can, at least...
2003-10-10 Bruce MomjianFix core dump on root starting pg_autovacuum.
2003-10-09 Bruce MomjianSomeone report me small bug in contrib/pg_dumplo...
2003-10-08 Bruce MomjianChange some awkward wording in the pg_autovacuum README...
2003-10-02 Tom LaneAttached is a patch for contrib/tablefunc. It fixes...
2003-09-29 Bruce MomjianI've not changed any malloc/calloc to palloc. It looks...
2003-09-29 Bruce MomjianA) Fixes a bug that prevented mirroring of data on...
2003-09-27 Bruce MomjianMake dbf2pg safe for non-ASCII character sets.
2003-09-27 Jan WieckFixed calculation of bid when generating accounts....
2003-09-24 Tom LaneAdd positive defense against dropped columns, per sugge...
2003-09-22 Teodor Sigaevfix hlfinditem function. Thanks to "Stphane Bidoul...
2003-09-14 Tom LanePersuade tsearch/tsearch2 to work (or at least pass...
2003-09-14 Tom Laneexpected results for dblink test seem to be out of...
2003-09-14 Tom LaneMake contrib/seg work with flex 2.5.31. Fix it up...
2003-09-14 Tom LaneMake contrib/cube work with flex 2.5.31. Fix it up...
2003-09-13 Tom LaneWith Joe Conway's concurrence, remove srandom() call...
2003-09-13 Tom LaneMinor wording improvements.
2003-09-13 Bruce Momjianpgindent C file, per patch request.
2003-09-13 Bruce Momjian> OK, well as we wait on the fix for the stats system...
2003-09-12 Tom LaneFix incorrect pfree in to_tsquery_name(), per Nigel...
2003-09-11 Bruce Momjian> It quotes table names for vacuum and analyze, and...
2003-09-11 Bruce Momjianon my timetravel.c I find a bug: after the
2003-09-11 Bruce MomjianHere is a patch that removes contrib/array, leaving...
2003-09-10 Bruce MomjianAdd quotes to vacuum/analyze for upper/lowercase table...
2003-09-10 Bruce MomjianClean up printability test in dbase code.
2003-09-07 Tom LaneRemove another useless, counterproductive srandom(...
2003-08-28 Teodor SigaevMore accuracy works with stopwords in queries
2003-08-26 Teodor Sigaevfix module name in MODULE_PATHNAME substitution
2003-08-23 Peter EisentrautBring the makefiles up to our conventions.
2003-08-23 Peter EisentrautEnable uninstalling data files that were installed...
2003-08-21 Teodor SigaevISpell info updated
2003-08-15 Teodor SigaevEliminate function start_parse_fh and macro YY_INPUT
2003-08-13 Teodor SigaevCorrect error messages
2003-08-13 Teodor SigaevMore accuracy work with MinWords option of headline...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-08 Bruce MomjianRemove simple_prompt from /contrib C files, now that...
2003-08-07 Tom LaneDon't assume that struct option is available just becau...
2003-08-06 Teodor SigaevOpenFTS vs Tsearch2 comment
2003-08-06 Teodor SigaevAdd documentation about ts_debug
2003-08-06 Teodor SigaevAdd ts_debug function for debugging configurations
next