Bruce Momjian
04e401f97f
A) Fixes a bug that prevented mirroring of data on a table that has had
...
a column dropped.
B) Updated the documentation for the 7.4 release.
Steven Singer
2003-09-29 18:16:48 +00:00
Bruce Momjian
089003fb46
pgindent run.
2003-08-04 00:43:34 +00:00
Tom Lane
8fd5b3ed67
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
2003-07-24 17:52:50 +00:00
Bruce Momjian
900fa3d0f5
The attatched patch fixes a memory error with contrib/dbmirror/pending.c
...
when running it with older(Pre 7.3.x) versions of Postgresql.
Backpatched to 7.3.X.
Steven Singer
2003-03-20 03:58:13 +00:00
Bruce Momjian
46f4ed4921
Allocate proper length for sprintf string, from Tatsuo.
2002-11-26 03:08:00 +00:00
Tom Lane
95c9c22633
Fix a dozen or so places that were passing unpredictable data strings
...
as elog format strings. Hai-Chen Tu pointed out the problem in
contrib/dbmirror, but it wasn't the only such error.
2002-11-22 16:25:32 +00:00
Bruce Momjian
eeec0a6775
Fix elog in dbmirror to use %s.
...
Hai-Chen Tu
2002-11-22 16:04:41 +00:00
Bruce Momjian
5a87147173
Change dbmirror lincense to BSD.
2002-11-06 17:50:53 +00:00
Bruce Momjian
8e6b5c8b27
It includes
...
-Support for mirroring tables in different Schema's
-Improved documentation for compiling with 7.1.x and 7.2.x
-Fixes a buffer overrun bug.
Steven Singer
2002-10-19 02:16:40 +00:00
Bruce Momjian
603f601269
Attached is a patch to contrib/dbmirror that fixes a bug that was
...
causing the postmaster to crash when the trigger was running on a table
without a primary key.
I've also updated the docs to explicitly say that tables need primary
keys.
Steven Singer
2002-09-26 05:24:30 +00:00
Tom Lane
52c9d25933
Be careful to include postgres.h *before* any system headers, to ensure
...
that the right flavors of largefile-related definitions are seen.
Most of these changes are probably unnecessary, but better safe than
sorry.
2002-09-05 00:43:07 +00:00
Peter Eisentraut
be475f92cd
Fix compile warning.
2002-09-04 22:51:23 +00:00
Bruce Momjian
e50f52a074
pgindent run.
2002-09-04 20:31:48 +00:00
Bruce Momjian
d64b97ae37
Add dbmirror to /contrib. Minor C cleanups and Makefile.
...
Steven Singer
2002-06-23 21:58:08 +00:00