You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(28) |
Jun
(12) |
Jul
(11) |
Aug
(12) |
Sep
(5) |
Oct
(19) |
Nov
(14) |
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(18) |
Feb
(30) |
Mar
(115) |
Apr
(89) |
May
(50) |
Jun
(44) |
Jul
(22) |
Aug
(13) |
Sep
(11) |
Oct
(30) |
Nov
(28) |
Dec
(39) |
2012 |
Jan
(38) |
Feb
(18) |
Mar
(43) |
Apr
(91) |
May
(108) |
Jun
(46) |
Jul
(37) |
Aug
(44) |
Sep
(33) |
Oct
(29) |
Nov
(36) |
Dec
(15) |
2013 |
Jan
(35) |
Feb
(611) |
Mar
(5) |
Apr
(55) |
May
(30) |
Jun
(28) |
Jul
(458) |
Aug
(34) |
Sep
(9) |
Oct
(39) |
Nov
(22) |
Dec
(32) |
2014 |
Jan
(16) |
Feb
(16) |
Mar
(42) |
Apr
(179) |
May
(7) |
Jun
(6) |
Jul
(9) |
Aug
|
Sep
(4) |
Oct
|
Nov
(3) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
(2) |
3
(2) |
4
(2) |
5
|
6
(4) |
7
|
8
|
9
(2) |
10
(1) |
11
(3) |
12
(10) |
13
(2) |
14
|
15
|
16
|
17
(2) |
18
(3) |
19
|
20
|
21
|
22
|
23
(3) |
24
(1) |
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
From: Michael P. <mic...@us...> - 2012-07-11 06:31:34
|
Project "Postgres-XC". The branch, master has been updated via ed3516bfc3d6dd540877f2bc4bd71a4990b65763 (commit) from 700db54f04412e0fc91557d46da2b5a236b264a8 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ed3516bfc3d6dd540877f2bc4bd71a4990b65763 commit ed3516bfc3d6dd540877f2bc4bd71a4990b65763 Author: Michael Paquier <mi...@ot...> Date: Wed Jul 11 15:29:35 2012 +0900 Refactor functions for management and interpretation of distribution clauses This commit externalizes all the features used for the interpretation of SQL clauses TO NODE, TO GROUP and DISTRIBUTE BY. This reduces the footprint of XC code in heap.c. It is important to note here that this code cannot be completely removed from heap.c as there is a necessary dependency regarding system columns that cannot be used as distribution columns for HASH and MODULO tables. M src/backend/catalog/heap.c M src/backend/pgxc/locator/locator.c M src/include/catalog/heap.h M src/include/pgxc/locator.h ----------------------------------------------------------------------- Summary of changes: src/backend/catalog/heap.c | 269 +++++++++++++++++++++-------------- src/backend/pgxc/locator/locator.c | 4 +- src/include/catalog/heap.h | 14 ++- src/include/pgxc/locator.h | 4 +- 4 files changed, 178 insertions(+), 113 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-07-11 01:10:21
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 5274c697945b4220af9da8b5dece3a37ae7cb32a (commit) via 7e9d9f8dde1672175204a384988430a82f40a921 (commit) via dc7388d5691d9fbbccd97a506d0e5e4a14073f07 (commit) via 7a099089c8d8d61150e7f49ccb9e0e08db1218ad (commit) via b089430ddc0ed44587bde9f7fa500adb3dd9c26c (commit) via 840b5372afa69618521101aaaf6d50b4395f9249 (commit) from 6ddea3c558a05f92ad66728d8aa5ba4b284dc9ed (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5274c697945b4220af9da8b5dece3a37ae7cb32a commit 700db54f04412e0fc91557d46da2b5a236b264a8 Author: Michael Paquier <mi...@ot...> Date: Wed Jul 11 10:04:12 2012 +0900 Block GXID generation on standbys If a node accidentally connects to the Standby and reconnects to the Master afterwards, it will get an inconsistent GXID value since GTM Master is not aware of GXIDs generated by GTM Standby. Patch by Andrei Martsinchyk M src/gtm/main/gtm_txn.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7e9d9f8dde1672175204a384988430a82f40a921 commit 700db54f04412e0fc91557d46da2b5a236b264a8 Author: Michael Paquier <mi...@ot...> Date: Wed Jul 11 10:04:12 2012 +0900 Block GXID generation on standbys If a node accidentally connects to the Standby and reconnects to the Master afterwards, it will get an inconsistent GXID value since GTM Master is not aware of GXIDs generated by GTM Standby. Patch by Andrei Martsinchyk M src/gtm/main/gtm_txn.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=dc7388d5691d9fbbccd97a506d0e5e4a14073f07 commit 700db54f04412e0fc91557d46da2b5a236b264a8 Author: Michael Paquier <mi...@ot...> Date: Wed Jul 11 10:04:12 2012 +0900 Block GXID generation on standbys If a node accidentally connects to the Standby and reconnects to the Master afterwards, it will get an inconsistent GXID value since GTM Master is not aware of GXIDs generated by GTM Standby. Patch by Andrei Martsinchyk M src/gtm/main/gtm_txn.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7a099089c8d8d61150e7f49ccb9e0e08db1218ad commit 700db54f04412e0fc91557d46da2b5a236b264a8 Author: Michael Paquier <mi...@ot...> Date: Wed Jul 11 10:04:12 2012 +0900 Block GXID generation on standbys If a node accidentally connects to the Standby and reconnects to the Master afterwards, it will get an inconsistent GXID value since GTM Master is not aware of GXIDs generated by GTM Standby. Patch by Andrei Martsinchyk M src/gtm/main/gtm_txn.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=b089430ddc0ed44587bde9f7fa500adb3dd9c26c commit 700db54f04412e0fc91557d46da2b5a236b264a8 Author: Michael Paquier <mi...@ot...> Date: Wed Jul 11 10:04:12 2012 +0900 Block GXID generation on standbys If a node accidentally connects to the Standby and reconnects to the Master afterwards, it will get an inconsistent GXID value since GTM Master is not aware of GXIDs generated by GTM Standby. Patch by Andrei Martsinchyk M src/gtm/main/gtm_txn.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=840b5372afa69618521101aaaf6d50b4395f9249 commit 700db54f04412e0fc91557d46da2b5a236b264a8 Author: Michael Paquier <mi...@ot...> Date: Wed Jul 11 10:04:12 2012 +0900 Block GXID generation on standbys If a node accidentally connects to the Standby and reconnects to the Master afterwards, it will get an inconsistent GXID value since GTM Master is not aware of GXIDs generated by GTM Standby. Patch by Andrei Martsinchyk M src/gtm/main/gtm_txn.c ----------------------------------------------------------------------- Summary of changes: src/gtm/client/gtm_client.c | 35 +++++++++++++++++------------------ src/gtm/common/gtm_serialize.c | 18 +----------------- src/gtm/main/gtm_thread.c | 33 ++++++++++++++++++++++----------- src/gtm/main/gtm_txn.c | 6 ++++++ src/gtm/main/main.c | 1 + src/gtm/recovery/register_gtm.c | 13 +++++++------ src/include/gtm/gtm.h | 6 +++--- 7 files changed, 57 insertions(+), 55 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-07-11 00:14:46
|
Project "Postgres-XC". The branch, master has been updated via 011b1d7cfec2ebdf4aeb32611e4a3f8ceedb2dc0 (commit) from 1ec710ee12ae33b7964a21b4f138ed42f9506aa6 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=011b1d7cfec2ebdf4aeb32611e4a3f8ceedb2dc0 commit 011b1d7cfec2ebdf4aeb32611e4a3f8ceedb2dc0 Author: Michael Paquier <mi...@ot...> Date: Wed Jul 11 09:07:54 2012 +0900 Refactoring of gram.y for distribution clauses This refactoring allows the usage of clauses TO NODE, TO GROUP and DISTRIBUTE BY in a more flexible way by decoupling empty extensions. This is particularly useful to plug-in those clauses to other existing SQL of Postgres. A slight grammar modification is being introduced in this commit, which is the addition of brackets when defining a node list. This has consequences on the following queries: - EXECUTE DIRECT - CLEAN CONNECTION - CREATE TABLE (subset of nodes) - CREATE TABLE AS - CREATE NODE GROUP This simple modification allows the use of TO NODE/TO GROUP extensions when they are listed in a list of commands separated by commas. By the way, this modification really lowers the possibility of shift-reduce conflicts in bison when implementing new features in XC using existing clauses. M doc-xc/src/sgml/ref/clean_connection.sgmlin M doc-xc/src/sgml/ref/create_nodegroup.sgmlin M doc-xc/src/sgml/ref/create_table.sgmlin M doc-xc/src/sgml/ref/create_table_as.sgmlin M doc-xc/src/sgml/ref/execute_direct.sgmlin M src/backend/executor/spi.c M src/backend/parser/gram.y M src/backend/pgxc/locator/locator.c M src/backend/utils/adt/ruleutils.c M src/pl/plpgsql/src/plpgsql--1.0.sql M src/test/regress/expected/xc_create_function.out M src/test/regress/sql/xc_create_function.sql ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/clean_connection.sgmlin | 2 +- doc-xc/src/sgml/ref/create_nodegroup.sgmlin | 2 +- doc-xc/src/sgml/ref/create_table.sgmlin | 4 +- doc-xc/src/sgml/ref/create_table_as.sgmlin | 2 +- doc-xc/src/sgml/ref/execute_direct.sgmlin | 2 +- src/backend/executor/spi.c | 2 +- src/backend/parser/gram.y | 42 +++++++++++++-------- src/backend/pgxc/locator/locator.c | 6 ++- src/backend/utils/adt/ruleutils.c | 3 +- src/pl/plpgsql/src/plpgsql--1.0.sql | 2 +- src/test/regress/expected/xc_create_function.out | 7 ++-- src/test/regress/sql/xc_create_function.sql | 7 ++-- 12 files changed, 48 insertions(+), 33 deletions(-) hooks/post-receive -- Postgres-XC |