From ssinger at ca.afilias.info Thu Feb 2 16:52:09 2012 From: ssinger at ca.afilias.info (Steve Singer) Date: Fri, 03 Feb 2012 00:52:09 +0000 Subject: [Slony1-commit] Slony-I-commit Tag REL_1_2_23 has been created. Message-ID: Tag REL_1_2_23 has been created. View: http://git.postgresql.org/gitweb?p=slony1-engine.git;a=tag;h=refs/tags/REL_1_2_23 Log Message ----------- Tagging 1.2.23 From ssinger at ca.afilias.info Thu Feb 2 16:52:24 2012 From: ssinger at ca.afilias.info (Steve Singer) Date: Fri, 03 Feb 2012 00:52:24 +0000 Subject: [Slony1-commit] Slony-I-commit Tag REL_2_1_1 has been created. Message-ID: Tag REL_2_1_1 has been created. View: http://git.postgresql.org/gitweb?p=slony1-engine.git;a=tag;h=refs/tags/REL_2_1_1 Log Message ----------- Tagging 2.1.1 From ssinger at lists.slony.info Thu Feb 2 16:57:55 2012 From: ssinger at lists.slony.info (Steve Singer,,,) Date: Fri, 03 Feb 2012 00:57:55 +0000 Subject: [Slony1-commit] slony1-www/content news.txt Message-ID: <20120203005755.26896290E57@main.slony.info> Update of /home/cvsd/slony1/slony1-www/content In directory main.slony.info:/home/community/slony/htdocs/content Modified Files: news.txt Log Message: 1.2.23 & 2.1.1 release Index: news.txt =================================================================== RCS file: /home/cvsd/slony1/slony1-www/content/news.txt,v retrieving revision 1.88 retrieving revision 1.89 diff -C 2 -d -r1.88 -r1.89 *** news.txt 19 Oct 2011 22:01:09 -0000 1.88 --- news.txt 3 Feb 2012 00:57:52 -0000 1.89 *************** *** 5,18 **** Chris Browne ! Slony-1 2.1.0 engine documentation
Slony-1 2.0.7 engine documentation
! Slony-1 1.2.22 engine ! documentation
Slony-1 1.1.9 engine --- Slony 2.1.0 now available http://www.slony.info/downloads/2.1/source/slony1-2.1.0.tar.bz2 --- 5,46 ---- Chris Browne ! Slony-1 2.1.1 engine documentation
Slony-1 2.0.7 engine documentation
! Slony-1 1.2.23 engine ! documentation
Slony-1 1.1.9 engine --- + Slony 2.1.1 now available + http://www.slony.info/downloads/2.1/source/slony1-2.1.1.tar.bz2 + 2012-02-02 + + A bug fix release for the Slony-I 2.1 branch has been released. + This release includes + + Among other fixes. See + the release notes for more details. + --- + Slony 1.2.23 now available + http://www.slony.info/downloads/1.2/source/slony1-1.2.23.tar.bz2 + 2012-02-02 + + The next (and probably last) release of Slony-I 1.2.x has been released. + This release includes + + See the release notes for more details. + + --- Slony 2.1.0 now available http://www.slony.info/downloads/2.1/source/slony1-2.1.0.tar.bz2 From ssinger at ca.afilias.info Fri Feb 3 17:13:40 2012 From: ssinger at ca.afilias.info (Steve Singer) Date: Sat, 04 Feb 2012 01:13:40 +0000 Subject: [Slony1-commit] Slony-I-commit Significant changes to failover. Message-ID: Significant changes to failover. We now have explicit support for having multiple nodes FAILOVER at the same time. The FAILOVER command will take a list of these nodes. The DROP NODE command can also take a list of multiple nodes that get dropped at once. The FAILOVER code changes with this commit. You can now only failover to nodes that are a failover candidate as listed in the sl_failover_targets view. This nodes must have paths to all the nodes the failed node has paths to and be a direct subscriber to all sets the failed node is an origin for. See the patch + documentation changes for a complete list of restrictions. These restrictions were put in place to avoid complications in getting a complete path+listen network where a non-direct subscriber might be the most ahead node. The FAILOVER command now promotes the most ahead node to be a master and uses MOVE SET to make the desired backup node the new master. The FAILOVER_NODE event replaces the FAILOVER_SET event and handles all sets on that node. The event now comes from the most-ahead node using the most ahead node's event_id events from the old origin are no longer faked. This works because of the restrictions discussed above. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=5e625828d1aefdeabd4ac1e138f54f8aae686f2b Modified Files -------------- clustertest/disorder/tests/BasicTest.js | 49 +- clustertest/disorder/tests/Failover.js | 51 +- clustertest/disorder/tests/MultinodeFailover.js | 150 +++ clustertest/disorder/tests/MultipleOrigins.js | 25 +- clustertest/disorder/tests/disorder_tests.js | 4 +- doc/adminguide/slonik_ref.sgml | 41 +- src/backend/slony1_base.sql | 61 +- src/backend/slony1_funcs.sql | 620 ++++++----- src/slon/local_listen.c | 4 +- src/slon/remote_worker.c | 113 ++- src/slon/slon.c | 3 +- src/slonik/dbutil.c | 2 +- src/slonik/parser.y | 111 ++- src/slonik/slonik.c | 1447 +++++++++++++---------- src/slonik/slonik.h | 16 +- 15 files changed, 1734 insertions(+), 963 deletions(-) From ssinger at ca.afilias.info Fri Feb 3 17:13:40 2012 From: ssinger at ca.afilias.info (Steve Singer) Date: Sat, 04 Feb 2012 01:13:40 +0000 Subject: [Slony1-commit] Slony-I-commit Fixing merge errors Message-ID: Fixing merge errors Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=9f27a899076fe4464f292eae779baf394e34414f Modified Files -------------- clustertest/disorder/tests/Failover.js | 34 +++---------------------------- 1 files changed, 4 insertions(+), 30 deletions(-) From JanWieck at Yahoo.com Thu Feb 16 07:18:45 2012 From: JanWieck at Yahoo.com (Jan Wieck) Date: Thu, 16 Feb 2012 15:18:45 +0000 Subject: [Slony1-commit] Slony-I-commit Change the apply trigger query cache to use a small foot Message-ID: Change the apply trigger query cache to use a small footprint of the query as the hash key. This key can be computed without doing any of the column type lookups, making the query cache more efficient. If a prepared plan is found, none of the catalog lookups are required at all. Add a configuration option "apply_cache_size" to slon.conf. Use custom wrappers around hash_any() and strcpm() to eliminate the use of md5. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=1ac9259fa2849de4d065c0d092945886f0a1aeb3 Modified Files -------------- share/slon.conf-sample | 21 +- src/backend/slony1_funcs.c | 838 +++++++++++++++++++++++++----------------- src/backend/slony1_funcs.sql | 14 +- src/slon/confoptions.c | 12 + src/slon/confoptions.h | 2 + src/slon/remote_worker.c | 14 +- src/slon/slon.c | 4 +- 7 files changed, 541 insertions(+), 364 deletions(-) From JanWieck at Yahoo.com Thu Feb 16 07:18:46 2012 From: JanWieck at Yahoo.com (Jan Wieck) Date: Thu, 16 Feb 2012 15:18:46 +0000 Subject: [Slony1-commit] Slony-I-commit Merge remote branch 'ssinger/copy-protocol-new' into cop Message-ID: Merge remote branch 'ssinger/copy-protocol-new' into copy-protocol-new Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=35ba69dda09b41989b8612579bff01b34b0d5a94 Modified Files -------------- From ssinger at ca.afilias.info Thu Feb 16 07:18:45 2012 From: ssinger at ca.afilias.info (Steve Singer) Date: Thu, 16 Feb 2012 15:18:45 +0000 Subject: [Slony1-commit] Slony-I-commit remove SET ID as an option from EXECUTE SCRIPT Message-ID: remove SET ID as an option from EXECUTE SCRIPT since we no longer pay attention to it. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=e39835ec605b3fafd1a5804f279a639a1f7123f4 Modified Files -------------- src/slonik/parser.y | 17 ++++++++--------- src/slonik/slonik.c | 7 ------- src/slonik/slonik.h | 2 +- 3 files changed, 9 insertions(+), 17 deletions(-) From ssinger at ca.afilias.info Thu Feb 16 07:18:46 2012 From: ssinger at ca.afilias.info (Steve Singer) Date: Thu, 16 Feb 2012 15:18:46 +0000 Subject: [Slony1-commit] Slony-I-commit Updating tests to work with the new EXECUTE SCRIPT synta Message-ID: Updating tests to work with the new EXECUTE SCRIPT syntax Updating tests to no longer expect slony to allow multiple subscription routes from the same origin to a particular receiver. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=f5981a3f79e336a1e115e822982f87345ce1dcb3 Modified Files -------------- clustertest/regression/testddl/testddl.js | 4 +- .../regression/testdeadlockddl/testdeadlockddl.js | 2 +- .../regression/testmergeset/testmergeset.js | 8 ++++- clustertest/regression/testmultipaths/README | 4 +-- .../regression/testmultipaths/testmultipaths.js | 26 +++++++++++++++---- 5 files changed, 30 insertions(+), 14 deletions(-) From JanWieck at Yahoo.com Thu Feb 16 07:18:45 2012 From: JanWieck at Yahoo.com (Jan Wieck) Date: Thu, 16 Feb 2012 15:18:45 +0000 Subject: [Slony1-commit] Slony-I-commit Adding log apply statistics. Message-ID: Adding log apply statistics. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=8f869b5f7803b4bd9184c34aab120e33bf381233 Modified Files -------------- src/backend/slony1_base.sql | 38 +++++++ src/backend/slony1_funcs.c | 227 ++++++++++++++++++++++++++++++++++++++++-- src/backend/slony1_funcs.sql | 37 +++++++- src/slon/remote_worker.c | 12 ++- 4 files changed, 305 insertions(+), 9 deletions(-) From JanWieck at Yahoo.com Thu Feb 16 07:18:45 2012 From: JanWieck at Yahoo.com (Jan Wieck) Date: Thu, 16 Feb 2012 15:18:45 +0000 Subject: [Slony1-commit] Slony-I-commit No longer need md5.h Message-ID: No longer need md5.h Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=43aa80e6420f5fcf73ef8f9d303a0a9b00aa5148 Modified Files -------------- src/backend/slony1_funcs.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) From JanWieck at Yahoo.com Thu Feb 16 07:18:46 2012 From: JanWieck at Yahoo.com (Jan Wieck) Date: Thu, 16 Feb 2012 15:18:46 +0000 Subject: [Slony1-commit] Slony-I-commit Merge remote branch 'origin/master' into copy-protocol-n Message-ID: Merge remote branch 'origin/master' into copy-protocol-new Conflicts: src/backend/slony1_funcs.sql src/slon/remote_worker.c Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=9860f7f7732a867222fd8bf81735bf4c9b52d755 Modified Files -------------- From ssinger at ca.afilias.info Thu Feb 16 07:18:46 2012 From: ssinger at ca.afilias.info (Steve Singer) Date: Thu, 16 Feb 2012 15:18:46 +0000 Subject: [Slony1-commit] Slony-I-commit Merge remote branch 'jwieck/copy-protocol-new' into copy Message-ID: Merge remote branch 'jwieck/copy-protocol-new' into copy-protocol-new Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=571d8f063a4f9a66d8c2567391493b8db23e1dd5 Modified Files -------------- From JanWieck at Yahoo.com Thu Feb 16 07:18:46 2012 From: JanWieck at Yahoo.com (Jan Wieck) Date: Thu, 16 Feb 2012 15:18:46 +0000 Subject: [Slony1-commit] Slony-I-commit Merge remote branch 'origin/master' into copy-protocol-n Message-ID: Merge remote branch 'origin/master' into copy-protocol-new Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=24d3ac8e1cb6f5c9e19b16be10f808d455f3fb43 Modified Files -------------- From JanWieck at Yahoo.com Thu Feb 16 07:18:45 2012 From: JanWieck at Yahoo.com (Jan Wieck) Date: Thu, 16 Feb 2012 15:18:45 +0000 Subject: [Slony1-commit] Slony-I-commit Change format of the sl_log_1/2 tables so that they cont Message-ID: Change format of the sl_log_1/2 tables so that they contain the table name and schema as separate fields. Change the column names and values from a rudimentary SQL statement into a text array. Change the transport to use COPY protocol and move the part that does the updates to user tables into a trigger that fires on sl_log_1/2. Move DDL from sl_event into a separate sl_log_script table that is pulled into the log selection so that schema changes flow at the correct time in between data updates, not as separate events. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=88cbcd18e54263196012a66aa66b8f0a7da519a8 Modified Files -------------- src/backend/.gitignore | 1 + src/backend/slony1_base.sql | 56 +- src/backend/slony1_funcs.c | 1273 +++++++++++++++++++------- src/backend/slony1_funcs.sql | 586 +++++++++---- src/slon/confoptions.c | 24 - src/slon/confoptions.h | 2 - src/slon/remote_worker.c | 2074 ++++++++++++++---------------------------- src/slon/runtime_config.c | 58 ++ src/slon/slon.c | 13 +- src/slon/slon.h | 5 +- src/slonik/parser.y | 9 +- src/slonik/slonik.c | 89 +- src/slonik/slonik.h | 3 +- 13 files changed, 2184 insertions(+), 2009 deletions(-) From ssinger at ca.afilias.info Thu Feb 16 07:18:45 2012 From: ssinger at ca.afilias.info (Steve Singer) Date: Thu, 16 Feb 2012 15:18:45 +0000 Subject: [Slony1-commit] Slony-I-commit Updating EXECUTE SCRIPT syntax, removing set id. Message-ID: Updating EXECUTE SCRIPT syntax, removing set id. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=a44e3a593f436904b894ad507c00a35aaa43bae7 Modified Files -------------- clustertest/disorder/tests/RenameTests.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) From ssinger at ca.afilias.info Thu Feb 16 07:18:45 2012 From: ssinger at ca.afilias.info (Steve Singer) Date: Thu, 16 Feb 2012 15:18:45 +0000 Subject: [Slony1-commit] Slony-I-commit Updating the tests to work with the changed EXECUTE SCRI Message-ID: Updating the tests to work with the changed EXECUTE SCRIPT behaviour. 'set id' is no longer passed to execute script. Added a test to send multiple EVENT NODE nodes at once. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=b268722354f8bb4e1c75fdd513c3ef2af0f128d4 Modified Files -------------- clustertest/disorder/tests/ExecuteScript.js | 93 ++++++++++++++++++--------- 1 files changed, 62 insertions(+), 31 deletions(-) From JanWieck at Yahoo.com Thu Feb 16 07:18:46 2012 From: JanWieck at Yahoo.com (Jan Wieck) Date: Thu, 16 Feb 2012 15:18:46 +0000 Subject: [Slony1-commit] Slony-I-commit Reintroduce ddlScript_complete() at the end of EXECUTE S Message-ID: Reintroduce ddlScript_complete() at the end of EXECUTE SCRIPT to fix relnames and log trigger arguments. Minor changes according to code review by Steve. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=21cd2996f962f84a7e9ca2bde3ca4bfff066481d Modified Files -------------- src/backend/slony1_base.sql | 2 + src/backend/slony1_funcs.c | 149 ++++++++++++++++++++++++++++---- src/backend/slony1_funcs.def | 5 +- src/backend/slony1_funcs.sql | 195 +++++++++++++++++++++++++++--------------- src/slon/remote_worker.c | 19 ++-- src/slonik/slonik.c | 35 +++++++- 6 files changed, 306 insertions(+), 99 deletions(-) From ssinger at ca.afilias.info Wed Feb 22 05:33:28 2012 From: ssinger at ca.afilias.info (Steve Singer) Date: Wed, 22 Feb 2012 13:33:28 +0000 Subject: [Slony1-commit] Slony-I-commit Revert "Bug 255." Message-ID: Revert "Bug 255." This reverts commit e689d4fa5f1b4b0eeb9e3f2061b8ba29e5729bb7. We remove explicit support for 9.1. The patch in question seemed to cause failures under heavy testing with the disorder MoveSet test (on occasion). Branch ------ REL_2_0_STABLE Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=5d52c57d691776e0888f8bbc774931f8edc997de Modified Files -------------- RELEASE | 4 ---- src/slon/remote_listen.c | 23 ----------------------- src/slon/remote_worker.c | 18 +++++++----------- src/slonik/slonik.c | 12 ++++++------ 4 files changed, 13 insertions(+), 44 deletions(-) From JanWieck at Yahoo.com Thu Feb 23 06:39:20 2012 From: JanWieck at Yahoo.com (Jan Wieck) Date: Thu, 23 Feb 2012 14:39:20 +0000 Subject: [Slony1-commit] Slony-I-commit Increase sync timeout in MoveSet. Message-ID: Increase sync timeout in MoveSet. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=0c197e8e0c6f210303840ae802798398a32981ef Modified Files -------------- clustertest/disorder/tests/MoveSet.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) From ssinger at ca.afilias.info Mon Feb 27 12:28:52 2012 From: ssinger at ca.afilias.info (Steve Singer) Date: Mon, 27 Feb 2012 20:28:52 +0000 Subject: [Slony1-commit] Slony-I-commit Implementing the RESUBSCRIBE NODE command. Message-ID: Implementing the RESUBSCRIBE NODE command. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=8d08652ae798a3f70c1ab490511ec2b974090fc1 Modified Files -------------- clustertest/disorder/tests/Resubscribe.js | 141 ++++++++++++++++++++++++++ clustertest/disorder/tests/disorder_tests.js | 2 + src/backend/slony1_funcs.sql | 106 ++++++++++++++++++- src/slonik/parser.y | 31 ++++++ src/slonik/scan.l | 2 +- src/slonik/slonik.c | 117 +++++++++++++++++++++- src/slonik/slonik.h | 9 ++ 7 files changed, 400 insertions(+), 8 deletions(-) From ssinger at ca.afilias.info Mon Feb 27 12:28:52 2012 From: ssinger at ca.afilias.info (Steve Singer) Date: Mon, 27 Feb 2012 20:28:52 +0000 Subject: [Slony1-commit] Slony-I-commit Updating documentation for the RESUBSCRIBE NODE command. Message-ID: Updating documentation for the RESUBSCRIBE NODE command. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=8541a84e9530a70f8deee339d8f9c033a2c4ab06 Modified Files -------------- doc/adminguide/addthings.sgml | 16 ++++++- doc/adminguide/slonik_ref.sgml | 87 +++++++++++++++++++++++++++++++++++++--- 2 files changed, 94 insertions(+), 9 deletions(-) From cbbrowne at ca.afilias.info Mon Feb 27 12:39:17 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Mon, 27 Feb 2012 20:39:17 +0000 Subject: [Slony1-commit] Slony-I-commit Add COPY Protocol notes to release notes Message-ID: Add COPY Protocol notes to release notes Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=34c463d44792cae1419db90b4028f1943051b686 Modified Files -------------- RELEASE | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 107 insertions(+), 4 deletions(-) From cbbrowne at ca.afilias.info Mon Feb 27 12:39:17 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Mon, 27 Feb 2012 20:39:17 +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=1b8ddd7d4b217dbb175ea292bc856cd8c5df4086 Modified Files -------------- From ssinger at ca.afilias.info Wed Feb 29 11:23:50 2012 From: ssinger at ca.afilias.info (Steve Singer) Date: Wed, 29 Feb 2012 19:23:50 +0000 Subject: [Slony1-commit] Slony-I-commit Adding dstring_terminate() before dstring_data() Message-ID: Adding dstring_terminate() before dstring_data() dstring_append doesn't add a terminating null so we need to explicitly do that before getting at the data. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=e98a0567a32c81a635aff56c44b1eb45e7b4da16 Modified Files -------------- src/slonik/slonik.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) From JanWieck at Yahoo.com Wed Feb 29 11:23:50 2012 From: JanWieck at Yahoo.com (Jan Wieck) Date: Wed, 29 Feb 2012 19:23:50 +0000 Subject: [Slony1-commit] Slony-I-commit Fixed a double increment bug in the statement scanner fo Message-ID: Fixed a double increment bug in the statement scanner for execute script. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=297a36b6caeff89e8d13f926d3fe0d14143061d8 Modified Files -------------- clustertest/disorder/tests/disorder_tests.js | 2 +- src/parsestatements/scanner.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) From JanWieck at Yahoo.com Wed Feb 29 11:23:50 2012 From: JanWieck at Yahoo.com (Jan Wieck) Date: Wed, 29 Feb 2012 19:23:50 +0000 Subject: [Slony1-commit] Slony-I-commit Merge remote branch 'origin/master' Message-ID: Merge remote branch 'origin/master' Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=1db141001b45b71c7ceb64fec8adad556d621810 Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:55 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:55 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=f36c805f2bcc053a96118234ca04b2becf737996 Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:55 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:55 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=a39d4ad254ebd59637316bab52ae0b5b7cfba6ea Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:55 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:55 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=98a1e61ef3dea4b3e81410069afa0584fa09a11e Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:55 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:55 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=14efb536a70e250c18ef11c672b390231203a20c Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:54 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:54 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=679d390dc28aaffc8dd9261db848194bfd1d3e37 Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:55 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:55 +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=7c587c025c37e43ed57bb63a2329b364210569e4 Author: Steve Singer Modified Files -------------- src/slonik/slonik.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) From cbbrowne at ca.afilias.info Wed Feb 29 12:00:55 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:55 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=dec34e0b986afad15d5403194d15710bf56c0745 Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:55 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:55 +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=a7044145bc6242eb55b3b6276cf105aa48af12df Modified Files -------------- src/backend/slony1_funcs.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) From cbbrowne at ca.afilias.info Wed Feb 29 12:00:54 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:54 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=d797d528f516e3f84a37b2ce1867dba56107286b Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:55 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:55 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=f9e407dbf7718e633eb61dddc7ce21e7dd450ae3 Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:55 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:55 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=d91a6c61dc8afe9296cea4c636588d027930eb95 Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:55 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:55 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=60ecb4d3b1fedb3b7ac2fac282304d8fbad6d2b1 Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:54 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:54 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=57f38641536c9870d7626f8fbf16bd38f4ebd46d Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:55 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:55 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=b67b59301dec02ee76bb1dd64ac7ae1189047d38 Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:54 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:54 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=f4121757d9d534ee76f79cf482f10ab4d7375105 Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:55 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:55 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=4b5d9144422a16e3cfde3b027d6d9b0358576f08 Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:54 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:54 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=3da023ccb1cf7b8eb0a24982830be9f2faf2efd5 Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:55 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:55 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=a06be4b3883568a057144357b0f731dfc9170572 Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:55 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:55 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=cbce6a74183dc6fa3bcc71106d39ea0d4c580a89 Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:55 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:55 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=ba67068414648fea4d41e33c15c6f880f448642e Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:55 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:55 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=573c28abb4bc55f8919d97fa6dce8cd21c88f307 Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:55 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:55 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=2b6d6f5b1253dfe5aa7e9023b9781720c987f662 Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:55 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:55 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=1c906450b91025b814413846d495ca4e1bf393e2 Modified Files -------------- From JanWieck at Yahoo.com Wed Feb 29 12:00:55 2012 From: JanWieck at Yahoo.com (Jan Wieck) Date: Wed, 29 Feb 2012 20:00:55 +0000 Subject: [Slony1-commit] Slony-I-commit Merge remote branch 'wieck/master' Message-ID: Merge remote branch 'wieck/master' Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=ecb0c4304f5add38fcc96d8a77f461ad784be519 Modified Files -------------- From cbbrowne at ca.afilias.info Wed Feb 29 12:00:54 2012 From: cbbrowne at ca.afilias.info (Christopher Browne) Date: Wed, 29 Feb 2012 20:00:54 +0000 Subject: [Slony1-commit] Slony-I-commit Merge branch 'master' of git://git.postgresql.org/git/sl Message-ID: Merge branch 'master' of git://git.postgresql.org/git/slony1-engine Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=02f1d95fbde6212422a799b70412c2379549d04b Modified Files --------------