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
(1) |
2
(2) |
3
|
4
|
5
|
6
(1) |
7
(1) |
8
(3) |
9
|
10
|
11
|
12
(2) |
13
(3) |
14
(2) |
15
(7) |
16
(4) |
17
|
18
|
19
(1) |
20
(7) |
21
|
22
(2) |
23
(1) |
24
|
25
|
26
(1) |
27
|
28
(1) |
29
|
30
|
31
|
From: Pavan D. <pa...@us...> - 2011-12-16 04:08:08
|
Project "Postgres-XC". The branch, master has been updated via aeab6bbfc39ccccf4be2bc29c1485c46a2fb7613 (commit) via 6ad7894a594a67783a9b110f249304ffa4ea443c (commit) from d2bc38399e5c76c7bc059af3fa1d17c07d0b21d0 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=aeab6bbfc39ccccf4be2bc29c1485c46a2fb7613 commit aeab6bbfc39ccccf4be2bc29c1485c46a2fb7613 Merge: 6ad7894 d2bc383 Author: Pavan Deolasee <pav...@gm...> Date: Fri Dec 16 09:36:46 2011 +0530 Merge branch 'master' of ssh://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc into PGXC-master MM src/backend/tcop/utility.c http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=6ad7894a594a67783a9b110f249304ffa4ea443c commit aeab6bbfc39ccccf4be2bc29c1485c46a2fb7613 Merge: 6ad7894 d2bc383 Author: Pavan Deolasee <pav...@gm...> Date: Fri Dec 16 09:36:46 2011 +0530 Merge branch 'master' of ssh://postgres-xc.git.sourceforge.net/gitroot/postgres-xc/postgres-xc into PGXC-master MM src/backend/tcop/utility.c ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/pool/execRemote.c | 107 +++++++++++++++--------------------- src/backend/tcop/utility.c | 27 --------- src/backend/utils/misc/guc.c | 40 ------------- 3 files changed, 45 insertions(+), 129 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2011-12-16 02:28:51
|
Project "Postgres-XC". The branch, master has been updated via d2bc38399e5c76c7bc059af3fa1d17c07d0b21d0 (commit) from 5dd6ebf2e1ae9348e5cfaa5b85eb4fc6603556c6 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d2bc38399e5c76c7bc059af3fa1d17c07d0b21d0 commit d2bc38399e5c76c7bc059af3fa1d17c07d0b21d0 Author: Michael P <mic...@us...> Date: Fri Dec 16 11:30:40 2011 +0900 Update documentation about FDW (SERVER/FDW/USER MAPPING) regarding commands blocked M doc-xc/src/sgml/ref/alter_foreign_data_wrapper.sgmlin M doc-xc/src/sgml/ref/alter_server.sgmlin M doc-xc/src/sgml/ref/alter_user_mapping.sgmlin M doc-xc/src/sgml/ref/create_foreign_data_wrapper.sgmlin M doc-xc/src/sgml/ref/create_server.sgmlin M doc-xc/src/sgml/ref/create_user_mapping.sgmlin M doc-xc/src/sgml/ref/drop_foreign_data_wrapper.sgmlin M doc-xc/src/sgml/ref/drop_server.sgmlin M doc-xc/src/sgml/ref/drop_user_mapping.sgmlin ----------------------------------------------------------------------- Summary of changes: .../src/sgml/ref/alter_foreign_data_wrapper.sgmlin | 21 +++++++------------ doc-xc/src/sgml/ref/alter_server.sgmlin | 20 +++++++----------- doc-xc/src/sgml/ref/alter_user_mapping.sgmlin | 20 +++++++----------- .../sgml/ref/create_foreign_data_wrapper.sgmlin | 19 ++++++----------- doc-xc/src/sgml/ref/create_server.sgmlin | 20 +++++++----------- doc-xc/src/sgml/ref/create_user_mapping.sgmlin | 19 ++++++----------- .../src/sgml/ref/drop_foreign_data_wrapper.sgmlin | 20 +++++++----------- doc-xc/src/sgml/ref/drop_server.sgmlin | 20 +++++++----------- doc-xc/src/sgml/ref/drop_user_mapping.sgmlin | 20 +++++++----------- 9 files changed, 70 insertions(+), 109 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2011-12-16 01:55:36
|
Project "Postgres-XC". The branch, master has been updated via 5dd6ebf2e1ae9348e5cfaa5b85eb4fc6603556c6 (commit) from 742082938b2e9691fe086fdbc960032e4b2ae802 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5dd6ebf2e1ae9348e5cfaa5b85eb4fc6603556c6 commit 5dd6ebf2e1ae9348e5cfaa5b85eb4fc6603556c6 Author: Michael P <mic...@us...> Date: Fri Dec 16 10:58:17 2011 +0900 Update docs about SELECT INTO It is now supported as CREATE TABLE AS. M doc-xc/src/sgml/ref/select_into.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/select_into.sgmlin | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2011-12-16 00:43:19
|
Project "Postgres-XC". The branch, master has been updated via 742082938b2e9691fe086fdbc960032e4b2ae802 (commit) from 5753e6aa180e7bb05afc7bad8f0846044098e2c2 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=742082938b2e9691fe086fdbc960032e4b2ae802 commit 742082938b2e9691fe086fdbc960032e4b2ae802 Author: Michael P <mic...@us...> Date: Fri Dec 16 09:45:24 2011 +0900 Block USER MAPPING, SERVER and FOREIGN DATA WRAPPER Those functionalities need some extensions to work properly in XC. Regressions are updated in consequence. M src/backend/tcop/utility.c A src/test/regress/expected/foreign_data_1.out ----------------------------------------------------------------------- Summary of changes: src/backend/tcop/utility.c | 18 + src/test/regress/expected/foreign_data_1.out | 1019 ++++++++++++++++++++++++++ 2 files changed, 1037 insertions(+), 0 deletions(-) create mode 100644 src/test/regress/expected/foreign_data_1.out hooks/post-receive -- Postgres-XC |