<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/postgresql.git/contrib/dbmirror/README.dbmirror, branch master</title>
<subtitle>git.postgresql.org: git/postgresql.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/'/>
<entry>
<title>Remove contrib modules that have been migrated to pgfoundry: adddepend,</title>
<updated>2006-09-05T17:20:29+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2006-09-05T17:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=af7d257e21aae3d75c46977482309b658b3a29d7'/>
<id>af7d257e21aae3d75c46977482309b658b3a29d7</id>
<content type='text'>
dbase, dbmirror, fulltextindex, mac, userlock; or abandoned: mSQL-interface,
tips.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dbase, dbmirror, fulltextindex, mac, userlock; or abandoned: mSQL-interface,
tips.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change nextval and other sequence functions to specify their sequence</title>
<updated>2005-10-02T23:50:16+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2005-10-02T23:50:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=aa731ed8433914641e42f32fec0fcf27f01aab7e'/>
<id>aa731ed8433914641e42f32fec0fcf27f01aab7e</id>
<content type='text'>
argument as a 'regclass' value instead of a text string.  The frontend
conversion of text string to pg_class OID is now encapsulated as an
implicitly-invocable coercion from text to regclass.  This provides
backwards compatibility to the old behavior when the sequence argument
is explicitly typed as 'text'.  When the argument is just an unadorned
literal string, it will be taken as 'regclass', which means that the
stored representation will be an OID.  This solves longstanding problems
with renaming sequences that are referenced in default expressions, as
well as new-in-8.1 problems with renaming such sequences' schemas or
moving them to another schema.  All per recent discussion.
Along the way, fix some rather serious problems in dbmirror's support
for mirroring sequence operations (int4 vs int8 confusion for instance).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
argument as a 'regclass' value instead of a text string.  The frontend
conversion of text string to pg_class OID is now encapsulated as an
implicitly-invocable coercion from text to regclass.  This provides
backwards compatibility to the old behavior when the sequence argument
is explicitly typed as 'text'.  When the argument is just an unadorned
literal string, it will be taken as 'regclass', which means that the
stored representation will be an OID.  This solves longstanding problems
with renaming sequences that are referenced in default expressions, as
well as new-in-8.1 problems with renaming such sequences' schemas or
moving them to another schema.  All per recent discussion.
Along the way, fix some rather serious problems in dbmirror's support
for mirroring sequence operations (int4 vs int8 confusion for instance).
</pre>
</div>
</content>
</entry>
<entry>
<title>Update reference to pgsql-server.</title>
<updated>2004-10-12T01:49:48+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2004-10-12T01:49:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=1bef379d08a84b72360b16cc0e8844f19df61bda'/>
<id>1bef379d08a84b72360b16cc0e8844f19df61bda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply patch from Steven Singer for contrib/dbmirror. Changes:</title>
<updated>2004-09-10T04:31:06+00:00</updated>
<author>
<name>Neil Conway</name>
<email>neilc@samurai.com</email>
</author>
<published>2004-09-10T04:31:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=87438cb90e77b2966223de6914e6285e4a8e0b33'/>
<id>87438cb90e77b2966223de6914e6285e4a8e0b33</id>
<content type='text'>
-It fixes up some bugs with handling setval calls
-Adds upgrade instructions from prior versions
-Improved the sample config file
-Fixed some things in the clean_pending script
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-It fixes up some bugs with handling setval calls
-Adds upgrade instructions from prior versions
-Improved the sample config file
-Fixed some things in the clean_pending script
</pre>
</div>
</content>
</entry>
<entry>
<title>Please apply this patch to contrib/dbmirror</title>
<updated>2004-02-17T03:34:35+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2004-02-17T03:34:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=51b363ec2499a308bb7af23382d25befe6ef5d6c'/>
<id>51b363ec2499a308bb7af23382d25befe6ef5d6c</id>
<content type='text'>
In incorperates changes from myself and a number of contributors.

This update to dbmirror provides:

-replication of sequence operations via setval/nextval
-DBMirror.pl support for logging to syslog
-changed the names of the tables to dbmirror_*  (no quotes required)
-Support for writitng SQL statements to files instead of directly to
 a slave database
-More options for DBMirror.pl in the config files.

Steven Singer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In incorperates changes from myself and a number of contributors.

This update to dbmirror provides:

-replication of sequence operations via setval/nextval
-DBMirror.pl support for logging to syslog
-changed the names of the tables to dbmirror_*  (no quotes required)
-Support for writitng SQL statements to files instead of directly to
 a slave database
-More options for DBMirror.pl in the config files.

Steven Singer
</pre>
</div>
</content>
</entry>
<entry>
<title>Here is an update to the dbmirror README file.</title>
<updated>2003-10-27T02:52:45+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2003-10-27T02:52:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=e781a1a95dbe677a1c21286935c111626de5df0f'/>
<id>e781a1a95dbe677a1c21286935c111626de5df0f</id>
<content type='text'>
-References to older versions of PostgreSQL have been removed(It no
longer
compiles against older versions)
-Added a link to PgPerl at GBorg.

Steven Singer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-References to older versions of PostgreSQL have been removed(It no
longer
compiles against older versions)
-Added a link to PgPerl at GBorg.

Steven Singer
</pre>
</div>
</content>
</entry>
<entry>
<title>A) Fixes a bug that prevented mirroring of data on a table that has had</title>
<updated>2003-09-29T18:16:48+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2003-09-29T18:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=04e401f97ff905c0dad3b3e409a43f4ac671bea2'/>
<id>04e401f97ff905c0dad3b3e409a43f4ac671bea2</id>
<content type='text'>
a column dropped.

B) Updated the documentation for the 7.4 release.

Steven Singer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a column dropped.

B) Updated the documentation for the 7.4 release.

Steven Singer
</pre>
</div>
</content>
</entry>
<entry>
<title>Change dbmirror lincense to BSD.</title>
<updated>2002-11-06T17:50:53+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2002-11-06T17:50:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=5a87147173f60c0cfae61571e3de9e7c4d9d02cc'/>
<id>5a87147173f60c0cfae61571e3de9e7c4d9d02cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>It includes</title>
<updated>2002-10-19T02:16:40+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2002-10-19T02:16:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=8e6b5c8b2763fccdaa6e15b055b244b5c9b8778c'/>
<id>8e6b5c8b2763fccdaa6e15b055b244b5c9b8778c</id>
<content type='text'>
-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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-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
</pre>
</div>
</content>
</entry>
<entry>
<title>This trivial patch fixes a bunch of spelling mistakes in the</title>
<updated>2002-10-14T04:27:25+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2002-10-14T04:27:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=4c59afaee6288f9cec6d50072c8923d364914c1e'/>
<id>4c59afaee6288f9cec6d50072c8923d364914c1e</id>
<content type='text'>
contrib/dbmirror/README.dbmirror doc file.

Neil Conway
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
contrib/dbmirror/README.dbmirror doc file.

Neil Conway
</pre>
</div>
</content>
</entry>
</feed>
