| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix inappropriate quoting in dblink. From Joe Conway. | Tom Lane | 2002-11-23 | 4 | -12/+116 |
* | Remove inappropriate double-quoting in connectby() code; adjust | Tom Lane | 2002-11-23 | 4 | -58/+43 |
* | Fix a dozen or so places that were passing unpredictable data strings | Tom Lane | 2002-11-22 | 4 | -13/+13 |
* | Fix elog in dbmirror to use %s. | Bruce Momjian | 2002-11-22 | 1 | -6/+6 |
* | Remove no-longer-needed inclusions to improve backward compatibility | Tom Lane | 2002-11-07 | 2 | -7/+4 |
* | Remove GPL file pursuant to relicensing. | Tom Lane | 2002-11-06 | 1 | -340/+0 |
* | Change dbmirror lincense to BSD. | Bruce Momjian | 2002-11-06 | 3 | -21/+56 |
* | Back-patch recent file removals into REL7_3_STABLE branch. | Tom Lane | 2002-11-04 | 44 | -8056/+0 |
* | This commit was manufactured by cvs2git to create branch 'REL7_3_STABLE'. | CVS to git conversion script | 2002-11-04 | 44 | -0/+8056 |
* | Remove extraneous semicolons after routine bodies. These don't bother | Tom Lane | 2002-11-04 | 1 | -17/+13 |
* | Fix dblink regression test so that it works when repeated: don't | Tom Lane | 2002-11-03 | 2 | -81/+21 |
* | Use sed rather than perl for reindexdb. | Bruce Momjian | 2002-11-03 | 1 | -7/+16 |
* | Make it possible to run 'make installcheck' in contrib when building | Tom Lane | 2002-11-02 | 1 | -1/+19 |
* | Fix contrib/rserv to install successfully when built outside source tree. | Tom Lane | 2002-11-01 | 2 | -16/+23 |
* | Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change. | Tom Lane | 2002-11-01 | 1 | -2/+2 |
* | Need -I. to build outside source tree. | Tom Lane | 2002-11-01 | 1 | -1/+3 |
* | Fix incorrect subdir value. | Tom Lane | 2002-11-01 | 1 | -1/+1 |
* | Arrange to compile flex output files as inclusions into other files | Tom Lane | 2002-11-01 | 6 | -7/+19 |
* | Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change. | Tom Lane | 2002-11-01 | 5 | -24/+24 |
* | Avoid use of inline functions that are not declared static. Needed to | Tom Lane | 2002-10-31 | 1 | -4/+5 |
* | Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls. | Tom Lane | 2002-10-26 | 1 | -6/+6 |
* | Update build system. | Peter Eisentraut | 2002-10-22 | 6 | -62/+31 |
* | When I removed the cube based stuff from eathdistance I accidentally | Bruce Momjian | 2002-10-21 | 2 | -2/+2 |
* | Add DLLIMPORT declarations needed by contrib modules. | Peter Eisentraut | 2002-10-21 | 1 | -2/+0 |
* | Need sys/param.h for endianness macros. | Peter Eisentraut | 2002-10-21 | 1 | -1/+2 |
* | Might need to link with -lcrypt. | Peter Eisentraut | 2002-10-21 | 1 | -2/+4 |
* | SET autocommit no longer needed in /contrib because pg_regress.sh does | Bruce Momjian | 2002-10-21 | 33 | -46/+2 |
* | Completely remove /contrib/retep, with Peter's approval; now on Source | Bruce Momjian | 2002-10-21 | 41 | -7924/+0 |
* | First step to removing /contrib/retep, with Peter Mount's approval. | Bruce Momjian | 2002-10-21 | 2 | -9/+1 |
* | Fix core dump recently introduced into pgbench. | Tom Lane | 2002-10-20 | 1 | -2/+1 |
* | It includes | Bruce Momjian | 2002-10-19 | 4 | -20/+60 |
* | Clean up for dblink autocommit OFF handling. | Bruce Momjian | 2002-10-18 | 2 | -2/+4 |
* | Update /contrib for "autocommit TO 'on'". | Bruce Momjian | 2002-10-18 | 90 | -2716/+3603 |
* | This trivial patch fixes a bunch of spelling mistakes in the | Bruce Momjian | 2002-10-14 | 1 | -6/+6 |
* | Update README for oid2name. | Bruce Momjian | 2002-10-12 | 1 | -3/+3 |
* | Well, this patch makes Makefile for contrib/rserv use the | Bruce Momjian | 2002-10-09 | 2 | -32/+20 |
* | Avoid PQisBusy/PQconsumeInput busy loop in case of PQisBusy returning | Tatsuo Ishii | 2002-10-07 | 1 | -21/+19 |
* | Restore NOTICEs that were mistakenly removed from triggers regression | Tom Lane | 2002-10-03 | 2 | -5/+7 |
* | It's just a cosmetic change, fixes the help screen. Should be applied in | Bruce Momjian | 2002-10-03 | 1 | -2/+1 |
* | This is small README fix for contrib/intarray. Thank you. | Bruce Momjian | 2002-10-03 | 1 | -0/+2 |
* | The attached adds a bit to the contrib/tablefunc regression test for | Bruce Momjian | 2002-10-03 | 2 | -0/+59 |
* | > The previous patch fixed an infinite recursion bug in | Bruce Momjian | 2002-10-03 | 2 | -7/+29 |
* | Attached is a patch to contrib/dbmirror that fixes a bug that was | Bruce Momjian | 2002-09-26 | 2 | -1/+9 |
* | Shouldn't be here ... | Tom Lane | 2002-09-25 | 1 | -158/+0 |
* | Install proper earthdistance file, regression passes. | Bruce Momjian | 2002-09-25 | 1 | -255/+0 |
* | Add missing earthdistance regression test files. | Bruce Momjian | 2002-09-25 | 2 | -0/+458 |
* | Add earthdistance regression file. | Bruce Momjian | 2002-09-24 | 1 | -0/+158 |
* | Tweak dblink functions to use int4 arguments instead of int2, | Tom Lane | 2002-09-23 | 2 | -12/+30 |
* | Remove extraneous | ... while bison 1.28 doesn't object, newer versions | Tom Lane | 2002-09-22 | 1 | -1/+0 |
* | I haven't seen any objections, so here is a patch. It removes "#define | Tom Lane | 2002-09-22 | 4 | -23/+21 |