index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
dbmirror
Age
Commit message (
Expand
)
Author
2004-11-04
Contrib build fixes:
Neil Conway
2004-10-12
Update reference to pgsql-server.
Tom Lane
2004-09-10
Apply patch from Steven Singer for contrib/dbmirror. Changes:
Neil Conway
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-20
> Please find enclose a submission to fix these problems.
Bruce Momjian
2004-07-02
Attached is a 1 line bug fix for dbmirror that was submitted.
Joe Conway
2004-05-26
Please apply this minor patch to the cvs HEAD of dbmirror
Jan Wieck
2004-04-22
Attached is are a few small fixes for dbmirror.
Bruce Momjian
2004-02-17
Please apply this patch to contrib/dbmirror
Bruce Momjian
2003-11-29
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-10-27
Here is an update to the dbmirror README file.
Bruce Momjian
2003-09-29
A) Fixes a bug that prevented mirroring of data on a table that has had
Bruce Momjian
2003-08-04
pgindent run.
Bruce Momjian
2003-07-24
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
Tom Lane
2003-05-14
Backend support for autocommit removed, per recent discussions. The
Tom Lane
2003-03-20
The attatched patch fixes a memory error with contrib/dbmirror/pending.c
Bruce Momjian
2002-12-05
It looks like the problem was introduced when the "SET autocommit" and
Bruce Momjian
2002-11-26
Allocate proper length for sprintf string, from Tatsuo.
Bruce Momjian
2002-11-22
Fix a dozen or so places that were passing unpredictable data strings
Tom Lane
2002-11-22
Fix elog in dbmirror to use %s.
Bruce Momjian
2002-11-06
Remove GPL file pursuant to relicensing.
Tom Lane
2002-11-06
Change dbmirror lincense to BSD.
Bruce Momjian
2002-10-19
It includes
Bruce Momjian
2002-10-18
Update /contrib for "autocommit TO 'on'".
Bruce Momjian
2002-10-14
This trivial patch fixes a bunch of spelling mistakes in the
Bruce Momjian
2002-09-26
Attached is a patch to contrib/dbmirror that fixes a bug that was
Bruce Momjian
2002-09-05
Be careful to include postgres.h *before* any system headers, to ensure
Tom Lane
2002-09-04
Fix compile warning.
Peter Eisentraut
2002-09-04
pgindent run.
Bruce Momjian
2002-08-22
Add a bunch of pseudo-types to replace the behavior formerly associated
Tom Lane
2002-06-23
Add dbmirror to /contrib. Minor C cleanups and Makefile.
Bruce Momjian