summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2002-10-22Update build system.Peter Eisentraut
2002-10-21When I removed the cube based stuff from eathdistance I accidentallyBruce Momjian
2002-10-21Add DLLIMPORT declarations needed by contrib modules.Peter Eisentraut
2002-10-21Need sys/param.h for endianness macros.Peter Eisentraut
2002-10-21Might need to link with -lcrypt.Peter Eisentraut
2002-10-21SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian
2002-10-21Completely remove /contrib/retep, with Peter's approval; now on SourceBruce Momjian
2002-10-21First step to removing /contrib/retep, with Peter Mount's approval.Bruce Momjian
2002-10-20Fix core dump recently introduced into pgbench.Tom Lane
2002-10-19It includesBruce Momjian
2002-10-18Clean up for dblink autocommit OFF handling.Bruce Momjian
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-10-14This trivial patch fixes a bunch of spelling mistakes in theBruce Momjian
2002-10-12Update README for oid2name.Bruce Momjian
2002-10-09 Well, this patch makes Makefile for contrib/rserv use theBruce Momjian
2002-10-07Avoid PQisBusy/PQconsumeInput busy loop in case of PQisBusy returningTatsuo Ishii
2002-10-03Restore NOTICEs that were mistakenly removed from triggers regressionTom Lane
2002-10-03It's just a cosmetic change, fixes the help screen. Should be applied inBruce Momjian
2002-10-03This is small README fix for contrib/intarray. Thank you.Bruce Momjian
2002-10-03The attached adds a bit to the contrib/tablefunc regression test forBruce Momjian
2002-10-03> The previous patch fixed an infinite recursion bug inBruce Momjian
2002-09-26Attached is a patch to contrib/dbmirror that fixes a bug that wasBruce Momjian
2002-09-25Shouldn't be here ...Tom Lane
2002-09-25Install proper earthdistance file, regression passes.Bruce Momjian
2002-09-25Add missing earthdistance regression test files.Bruce Momjian
2002-09-24Add earthdistance regression file.Bruce Momjian
2002-09-23Tweak dblink functions to use int4 arguments instead of int2,Tom Lane
2002-09-22Remove extraneous | ... while bison 1.28 doesn't object, newer versionsTom Lane
2002-09-22I haven't seen any objections, so here is a patch. It removes "#defineTom Lane
2002-09-20Tiny patch fixing small documentation typo.Bruce Momjian
2002-09-20I have included fixes to declare some floating point constants as doubleBruce Momjian
2002-09-20This grants execute privileges to public for the fti() function. ShouldBruce Momjian
2002-09-18Add 'adddepend' script to handle pre-7.3 object dependencies.Bruce Momjian
2002-09-18Add GRANT EXECUTE ON FUNCTIONTatsuo Ishii
2002-09-14Simplify handling of second database for dblink tests.Tom Lane
2002-09-14Clean up mess from duplicate patches.Tom Lane
2002-09-14The attached adds GRANTs to PUBLIC for dblink functions, removes theTom Lane
2002-09-14The attached adds GRANTs to PUBLIC for contrib/fuzzystringmatch.Tom Lane
2002-09-14Attached is a patch to fix some recently raised issues that exist inTom Lane
2002-09-14Fix portability bug in get_normal_pair (RAND_MAX != MAX_RANDOM_VALUE).Tom Lane
2002-09-12This is a comprehensive set of diffs (versus current CVS) that replaces thoseBruce Momjian
2002-09-12> intarray and ltree both seem to be mapping their own declarations ontoBruce Momjian
2002-09-12> Now I'm testing connectby() in the /contrib/tablefunc in 7.3b1, which wouldBruce Momjian
2002-09-12The attached small patch fixes the cause of the regression test failureBruce Momjian
2002-09-12The attached removes the current non-standard fileBruce Momjian
2002-09-05Fix compile warning.Tom Lane
2002-09-05Fix bit-rotted reference to GetUserName() ...Tom Lane
2002-09-05Fix breakage introduced by careless snprintf patching.Tom Lane
2002-09-05Fix unsafe macro definitions (which were producing incorrect code,Tom Lane
2002-09-05Remove compile warnings, ensure consistent build environment forTom Lane