summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* This patch fixes minor bugs in dictionary generator in contrib/tsearchBruce Momjian2002-12-131-1/+3
* Thank you very much, you catch it :). This bug had a long life, because itBruce Momjian2002-12-061-0/+4
* It looks like the problem was introduced when the "SET autocommit" andBruce Momjian2002-12-051-3/+3
* Fix off-by-one bug in usage check.Tom Lane2002-12-031-2/+2
* Fix script name in README.Tom Lane2002-12-021-1/+1
* Fix dependency generation for multicolumn foreign keys. From Adam Buraczewski.Tom Lane2002-12-021-2/+2
* Allocate proper length for sprintf string, from Tatsuo.Bruce Momjian2002-11-261-3/+3
* Fix inappropriate quoting in dblink. From Joe Conway.Tom Lane2002-11-234-12/+116
* Remove inappropriate double-quoting in connectby() code; adjustTom Lane2002-11-234-58/+43
* Fix a dozen or so places that were passing unpredictable data stringsTom Lane2002-11-224-13/+13
* Fix elog in dbmirror to use %s.Bruce Momjian2002-11-221-6/+6
* Remove no-longer-needed inclusions to improve backward compatibilityTom Lane2002-11-072-7/+4
* Remove GPL file pursuant to relicensing.Tom Lane2002-11-061-340/+0
* Change dbmirror lincense to BSD.Bruce Momjian2002-11-063-21/+56
* Back-patch recent file removals into REL7_3_STABLE branch.Tom Lane2002-11-0444-8056/+0
* This commit was manufactured by cvs2git to create branch 'REL7_3_STABLE'.CVS to git conversion script2002-11-0444-0/+8056
* Remove extraneous semicolons after routine bodies. These don't botherTom Lane2002-11-041-17/+13
* Fix dblink regression test so that it works when repeated: don'tTom Lane2002-11-032-81/+21
* Use sed rather than perl for reindexdb.Bruce Momjian2002-11-031-7/+16
* Make it possible to run 'make installcheck' in contrib when buildingTom Lane2002-11-021-1/+19
* Fix contrib/rserv to install successfully when built outside source tree.Tom Lane2002-11-012-16/+23
* Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane2002-11-011-2/+2
* Need -I. to build outside source tree.Tom Lane2002-11-011-1/+3
* Fix incorrect subdir value.Tom Lane2002-11-011-1/+1
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-016-7/+19
* Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.Tom Lane2002-11-015-24/+24
* Avoid use of inline functions that are not declared static. Needed toTom Lane2002-10-311-4/+5
* Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.Tom Lane2002-10-261-6/+6
* Update build system.Peter Eisentraut2002-10-226-62/+31
* When I removed the cube based stuff from eathdistance I accidentallyBruce Momjian2002-10-212-2/+2
* Add DLLIMPORT declarations needed by contrib modules.Peter Eisentraut2002-10-211-2/+0
* Need sys/param.h for endianness macros.Peter Eisentraut2002-10-211-1/+2
* Might need to link with -lcrypt.Peter Eisentraut2002-10-211-2/+4
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-2133-46/+2
* Completely remove /contrib/retep, with Peter's approval; now on SourceBruce Momjian2002-10-2141-7924/+0
* First step to removing /contrib/retep, with Peter Mount's approval.Bruce Momjian2002-10-212-9/+1
* Fix core dump recently introduced into pgbench.Tom Lane2002-10-201-2/+1
* It includesBruce Momjian2002-10-194-20/+60
* Clean up for dblink autocommit OFF handling.Bruce Momjian2002-10-182-2/+4
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-1890-2716/+3603
* This trivial patch fixes a bunch of spelling mistakes in theBruce Momjian2002-10-141-6/+6
* Update README for oid2name.Bruce Momjian2002-10-121-3/+3
* Well, this patch makes Makefile for contrib/rserv use theBruce Momjian2002-10-092-32/+20
* Avoid PQisBusy/PQconsumeInput busy loop in case of PQisBusy returningTatsuo Ishii2002-10-071-21/+19
* Restore NOTICEs that were mistakenly removed from triggers regressionTom Lane2002-10-032-5/+7
* It's just a cosmetic change, fixes the help screen. Should be applied inBruce Momjian2002-10-031-2/+1
* This is small README fix for contrib/intarray. Thank you.Bruce Momjian2002-10-031-0/+2
* The attached adds a bit to the contrib/tablefunc regression test forBruce Momjian2002-10-032-0/+59
* > The previous patch fixed an infinite recursion bug inBruce Momjian2002-10-032-7/+29
* Attached is a patch to contrib/dbmirror that fixes a bug that wasBruce Momjian2002-09-262-1/+9