From ssinger at lists.slony.info Wed Nov 2 14:48:26 2011 From: ssinger at lists.slony.info (Steve Singer,,,) Date: Wed, 02 Nov 2011 21:48:26 +0000 Subject: [Slony1-commit] slony1-www index.php Message-ID: <20111102214826.F05CC290E67@main.slony.info> Update of /home/cvsd/slony1/slony1-www In directory main.slony.info:/home/community/slony/htdocs Modified Files: index.php Log Message: Adding PDF document link Index: index.php =================================================================== RCS file: /home/cvsd/slony1/slony1-www/index.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C 2 -d -r1.18 -r1.19 *** index.php 30 Aug 2011 13:44:11 -0000 1.18 --- index.php 2 Nov 2011 21:48:24 -0000 1.19 *************** *** 26,30 **** ."1.2" ."2.0" ! ."2.1" . ""; } --- 26,30 ---- ."1.2" ."2.0" ! ."2.1PDF" . ""; } From ssinger at ca.afilias.info Wed Nov 9 08:41:37 2011 From: ssinger at ca.afilias.info (Steve Singer) Date: Wed, 09 Nov 2011 16:41:37 +0000 Subject: [Slony1-commit] Slony-I-commit Bug 161 Message-ID: Bug 161 Allow slonik to properly deal with split DDL in execute script where the second line is shorter than the previous line. Make sure the buffer can hold a terminating NULL and ensure that we memcpy it Branch ------ REL_2_1_STABLE Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=0b6ee7ebcde56ff2f9819341547b9e147f8e1ff1 Modified Files -------------- RELEASE | 1 + src/slonik/slonik.c | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) From ssinger at ca.afilias.info Wed Nov 9 08:42:10 2011 From: ssinger at ca.afilias.info (Steve Singer) Date: Wed, 09 Nov 2011 16:42:10 +0000 Subject: [Slony1-commit] Slony-I-commit Bug 161 Message-ID: Bug 161 Allow slonik to properly deal with split DDL in execute script where the second line is shorter than the previous line. Make sure the buffer can hold a terminating NULL and ensure that we memcpy it Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=96a7cad9f90758677273aa9a4e95c9a30062e62e Modified Files -------------- RELEASE | 1 + src/slonik/slonik.c | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) From ssinger at lists.slony.info Wed Nov 9 09:00:11 2011 From: ssinger at lists.slony.info (Steve Singer,,,) Date: Wed, 09 Nov 2011 17:00:11 +0000 Subject: [Slony1-commit] slony1-www index.php Message-ID: <20111109170011.54301290E1F@main.slony.info> Update of /home/cvsd/slony1/slony1-www In directory main.slony.info:/home/community/slony/htdocs Modified Files: index.php Log Message: Fix for Slony bug 197: Documentation Images Don't Work Don't include the HTML layout header on a PNG file. CVS[: ---------------------------------------------------------------------- Index: index.php =================================================================== RCS file: /home/cvsd/slony1/slony1-www/index.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C 2 -d -r1.19 -r1.20 *** index.php 2 Nov 2011 21:48:24 -0000 1.19 --- index.php 9 Nov 2011 17:00:08 -0000 1.20 *************** *** 42,48 **** } else { ! echo layout_header(); ! $title=between("TITLE\n>",""," Release notes for bug #249 Branch ------ REL_2_1_STABLE Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=ee1dab04e5c625fd81b62999969e236357dc023a Modified Files -------------- RELEASE | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) From cbbrowne at ca.afilias.info Mon Nov 14 10:26:52 2011 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Mon, 14 Nov 2011 18:26:52 +0000 Subject: [Slony1-commit] Slony-I-commit Add parentheses to txid_current() in function for TRUNCA Message-ID: Add parentheses to txid_current() in function for TRUNCATE logging Branch ------ REL_2_1_STABLE Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=b06e5007a52f0457cf382a130b135e9e13de3e58 Modified Files -------------- src/backend/slony1_funcs.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) From cbbrowne at ca.afilias.info Mon Nov 14 10:26:52 2011 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Mon, 14 Nov 2011 18:26:52 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'REL_2_1_STABLE' of ssh://git.postgresql.or Message-ID: Merge branch 'REL_2_1_STABLE' of ssh://git.postgresql.org/slony1-engine into REL_2_1_STABLE Branch ------ REL_2_1_STABLE Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=03b9b143c9068f9d06f989432a097e96b41a73b9 Modified Files -------------- From cbbrowne at ca.afilias.info Mon Nov 14 10:28:23 2011 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Mon, 14 Nov 2011 18:28:23 +0000 Subject: [Slony1-commit] Slony-I-commit Add more ignorable documentation files to .gitignore Message-ID: Add more ignorable documentation files to .gitignore Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=be5e82fe480eb2bf6885227704991b2dd9585e04 Modified Files -------------- doc/adminguide/.gitignore | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) From cbbrowne at ca.afilias.info Mon Nov 14 10:28:23 2011 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Mon, 14 Nov 2011 18:28:23 +0000 Subject: [Slony1-commit] Slony-I-commit Add parentheses to txid_current() in function for TRUNCA Message-ID: Add parentheses to txid_current() in function for TRUNCATE logging Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=2b152a4501d0340e7f23b7b8564a0fd17b3d2008 Modified Files -------------- src/backend/slony1_funcs.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) From cbbrowne at ca.afilias.info Mon Nov 14 10:28:23 2011 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Mon, 14 Nov 2011 18:28:23 +0000 Subject: [Slony1-commit] Slony-I-commit Generate less data in DDL test Message-ID: Generate less data in DDL test Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=5d9262229f48bc7061889794a6b89d9494994b8a Modified Files -------------- tests/testddl/generate_dml.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) From cbbrowne at ca.afilias.info Mon Nov 14 10:28:23 2011 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Mon, 14 Nov 2011 18:28:23 +0000 Subject: [Slony1-commit] Slony-I-commit Add bug #249 to release notes Message-ID: Add bug #249 to release notes Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=72f87b48e4211d60981363de3579091372c6f9e4 Modified Files -------------- RELEASE | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) From cbbrowne at ca.afilias.info Mon Nov 14 10:28:23 2011 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Mon, 14 Nov 2011 18:28:23 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of ssh://git.postgresql.org/slony1 Message-ID: Merge branch 'master' of ssh://git.postgresql.org/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=38aaf117da03806c3ec25a1f197cae5156a0b421 Modified Files -------------- From ssinger at ca.afilias.info Tue Nov 15 13:13:40 2011 From: ssinger at ca.afilias.info (Steve Singer) Date: Tue, 15 Nov 2011 21:13:40 +0000 Subject: [Slony1-commit] Slony-I-commit Bug 248. Message-ID: Bug 248. Stop tracking the sequence name on log shipping targets. Instead include the sequence name in the log shipping files on sequence updates. This avoids the issue of us not adding new tracking table entries on an enable subscription. Add an OMIT COPY option to the script to allow a log shipping target to be upgraded to a new slony version without reloading all the data. During an outage you would drop the $clustername schema from the target then run slony1_dump.sh with -omit_copy to reinit the node. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=4b502d83cdcd072e023068d2d2b9a80c3a6e197e Modified Files -------------- RELEASE | 4 +- clustertest/disorder/tests/LogShipping.js | 6 ++ src/slon/remote_worker.c | 9 ++- src/slony_logshipper/parser.y | 10 ++-- tools/slony1_dump.sh | 100 +++++++++++++--------------- 5 files changed, 66 insertions(+), 63 deletions(-) From ssinger at ca.afilias.info Tue Nov 15 13:13:40 2011 From: ssinger at ca.afilias.info (Steve Singer) Date: Tue, 15 Nov 2011 21:13:40 +0000 Subject: [Slony1-commit] Slony-I-commit Fix for bug 247. Message-ID: Fix for bug 247. slony_logshipper can now handle the TRUNCATE commands passed to it in response to TRUNCATE triggers. Also remove the extra ';' from the command stream for the truncate command. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=e3361ae91d869cbc010b3f893acdf23868835bdd Modified Files -------------- src/backend/slony1_funcs.sql | 2 +- src/slony_logshipper/parser.y | 14 ++++++++++++++ src/slony_logshipper/scan.l | 2 ++ src/slony_logshipper/slony_logshipper.c | 23 +++++++++++++++++++++++ src/slony_logshipper/slony_logshipper.h | 6 ++++++ 5 files changed, 46 insertions(+), 1 deletions(-) From ssinger at ca.afilias.info Tue Nov 15 13:13:40 2011 From: ssinger at ca.afilias.info (Steve Singer) Date: Tue, 15 Nov 2011 21:13:40 +0000 Subject: [Slony1-commit] Slony-I-commit Adding LogShipping test to add a second set after log sh Message-ID: Adding LogShipping test to add a second set after log shipping has been setup. Then adding a test to test table truncation on 8.4+ systems via log shipping. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=dbb37cd64c18e1964b791665caeae3d908f5b151 Modified Files -------------- clustertest/disorder/tests/BasicTest.js | 21 ++++++- clustertest/disorder/tests/LogShipping.js | 90 ++++++++++++++++++++++++++--- 2 files changed, 102 insertions(+), 9 deletions(-) From ssinger at ca.afilias.info Tue Nov 15 13:21:18 2011 From: ssinger at ca.afilias.info (Steve Singer) Date: Tue, 15 Nov 2011 21:21:18 +0000 Subject: [Slony1-commit] Slony-I-commit Fix for bug 247. Message-ID: Fix for bug 247. slony_logshipper can now handle the TRUNCATE commands passed to it in response to TRUNCATE triggers. Also remove the extra ';' from the command stream for the truncate command. (cherry picked from commit e3361ae91d869cbc010b3f893acdf23868835bdd) Branch ------ REL_2_1_STABLE Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=a2f20fad7212e997586570499e63d7f6914a7aeb Modified Files -------------- RELEASE | 1 + src/backend/slony1_funcs.sql | 2 +- src/slony_logshipper/parser.y | 14 ++++++++++++++ src/slony_logshipper/scan.l | 2 ++ src/slony_logshipper/slony_logshipper.c | 23 +++++++++++++++++++++++ src/slony_logshipper/slony_logshipper.h | 6 ++++++ 6 files changed, 47 insertions(+), 1 deletions(-) From cbbrowne at ca.afilias.info Tue Nov 22 12:49:06 2011 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Tue, 22 Nov 2011 20:49:06 +0000 Subject: [Slony1-commit] Slony-I-commit Bug #250 - set GUC for application name in log shipper d Message-ID: Bug #250 - set GUC for application name in log shipper daemon Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=c3197bd68a5da9829d89469fb835a10278f7ab4f Modified Files -------------- RELEASE | 3 +++ src/slony_logshipper/slony_logshipper.c | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 0 deletions(-) From cbbrowne at ca.afilias.info Tue Nov 22 12:49:06 2011 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Tue, 22 Nov 2011 20:49:06 +0000 Subject: [Slony1-commit] Slony-I-commit Per Steve's review, free query before returning Message-ID: Per Steve's review, free query before returning Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=2af7fd8ba9e09eb78c9d28f69396b4a6182e7f95 Modified Files -------------- src/slony_logshipper/slony_logshipper.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) From ssinger at ca.afilias.info Thu Nov 24 08:27:46 2011 From: ssinger at ca.afilias.info (Steve Singer) Date: Thu, 24 Nov 2011 16:27:46 +0000 Subject: [Slony1-commit] Slony-I-commit Fix slonik_drop_table and slonik_drop_sequence altperl t Message-ID: Fix slonik_drop_table and slonik_drop_sequence altperl tools. slonik_drop_table and slonik_drop_sequence no longer attempt to return -1 on an error (invalid as a slonik exit code in 2.1) (cherry picked from commit 394ffa960a71f2d0fdfaffb0f5e75fe70fe0d2d6) Conflicts: RELEASE Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=8de76fedfc2359223992cff57543cb5e7f166b51 Modified Files -------------- RELEASE | 3 +++ tools/altperl/slonik_drop_sequence.pl | 2 +- tools/altperl/slonik_drop_table.pl | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) From ssinger at ca.afilias.info Thu Nov 24 08:27:54 2011 From: ssinger at ca.afilias.info (Steve Singer) Date: Thu, 24 Nov 2011 16:27:54 +0000 Subject: [Slony1-commit] Slony-I-commit Fix slonik_drop_table and slonik_drop_sequence altperl t Message-ID: Fix slonik_drop_table and slonik_drop_sequence altperl tools. slonik_drop_table and slonik_drop_sequence no longer attempt to return -1 on an error (invalid as a slonik exit code in 2.1) Branch ------ REL_2_1_STABLE Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=394ffa960a71f2d0fdfaffb0f5e75fe70fe0d2d6 Modified Files -------------- RELEASE | 2 ++ tools/altperl/slonik_drop_sequence.pl | 2 +- tools/altperl/slonik_drop_table.pl | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) From ssinger at ca.afilias.info Fri Nov 25 06:21:34 2011 From: ssinger at ca.afilias.info (Steve Singer) Date: Fri, 25 Nov 2011 14:21:34 +0000 Subject: [Slony1-commit] Slony-I-commit Fix for bug244. Message-ID: Fix for bug244. Require a set id on create set. Otherwise it will create set -1 which casues problems later on. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=003a9e025244a16266e0c4b1cc1335ab8fa33d77 Modified Files -------------- RELEASE | 1 + src/slonik/slonik.c | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletions(-) From ssinger at ca.afilias.info Fri Nov 25 06:21:49 2011 From: ssinger at ca.afilias.info (Steve Singer) Date: Fri, 25 Nov 2011 14:21:49 +0000 Subject: [Slony1-commit] Slony-I-commit Fix for bug244. Message-ID: Fix for bug244. Require a set id on create set. Otherwise it will create set -1 which casues problems later on. (cherry picked from commit 003a9e025244a16266e0c4b1cc1335ab8fa33d77) Branch ------ REL_2_1_STABLE Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=b940c9eb667151a48e1e203a7eed585832cc9b94 Modified Files -------------- RELEASE | 1 + src/slonik/slonik.c | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletions(-) From cbbrowne at ca.afilias.info Fri Nov 25 08:44:10 2011 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Fri, 25 Nov 2011 16:44:10 +0000 Subject: [Slony1-commit] Slony-I-commit Bug #235 :: Redo SYNC GROUP SIZE logic Message-ID: Bug #235 :: Redo SYNC GROUP SIZE logic - Start at 1 - Double upon success, maxxing out based on the value of sync_group_maxsize - As we restart the remote worker thread upon failure, failure resets group size back to 1 This gets rid of complex logic that had the false conceit that we had any idea as to how long one might expect a SYNC to run, and could reasonably extrapolate that to estimate long SYNC processing might take. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=e0301ce99d8385b592ae5753572f6527fa4c447b Modified Files -------------- RELEASE | 213 +--------------------------------------------- src/slon/confoptions.c | 18 +---- src/slon/remote_worker.c | 103 ++++++++-------------- 3 files changed, 41 insertions(+), 293 deletions(-) From ssinger at ca.afilias.info Fri Nov 25 10:27:45 2011 From: ssinger at ca.afilias.info (Steve Singer) Date: Fri, 25 Nov 2011 18:27:45 +0000 Subject: [Slony1-commit] Slony-I-commit Updating URL to YUM repository to reflect yum.postgresql Message-ID: Updating URL to YUM repository to reflect yum.postgresql.org Bug 251. Branch ------ REL_2_1_STABLE Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=4e8dcf2ea27ddb8df9095b8def42288340414e85 Modified Files -------------- doc/adminguide/installation.sgml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) From ssinger at ca.afilias.info Fri Nov 25 10:28:00 2011 From: ssinger at ca.afilias.info (Steve Singer) Date: Fri, 25 Nov 2011 18:28:00 +0000 Subject: [Slony1-commit] Slony-I-commit Updating URL to YUM repository to reflect yum.postgresql Message-ID: Updating URL to YUM repository to reflect yum.postgresql.org Bug 251. Conflicts: doc/adminguide/installation.sgml Branch ------ REL_2_0_STABLE Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=9b5569289e4aa3751330bda258ec050f74ba2ba6 Modified Files -------------- doc/adminguide/installation.sgml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) From ssinger at ca.afilias.info Fri Nov 25 13:56:41 2011 From: ssinger at ca.afilias.info (Steve Singer) Date: Fri, 25 Nov 2011 21:56:41 +0000 Subject: [Slony1-commit] Slony-I-commit Updating URL to YUM repository to reflect yum.postgresql Message-ID: Updating URL to YUM repository to reflect yum.postgresql.org Bug 251. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=0a9346436b0369b887945219bd43b611fd79c6ca Modified Files -------------- doc/adminguide/installation.sgml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)