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
|
3
|
4
|
5
|
6
(4) |
7
(1) |
8
(6) |
9
(3) |
10
|
11
|
12
|
13
(1) |
14
(4) |
15
(1) |
16
(1) |
17
|
18
|
19
|
20
|
21
|
22
(8) |
23
|
24
|
25
|
26
(2) |
27
(3) |
28
(1) |
29
(6) |
30
(1) |
31
|
From: Ashutosh B. <ash...@us...> - 2012-03-09 08:27:06
|
Project "Postgres-XC". The branch, master has been updated via 4b77b99ea9f6ec572961898bdc5440eea3c9fcbe (commit) from 227e1bbc61c40cf72de1f7967d1ba69fe228cba7 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=4b77b99ea9f6ec572961898bdc5440eea3c9fcbe commit 4b77b99ea9f6ec572961898bdc5440eea3c9fcbe Author: Ashutosh Bapat <ash...@en...> Date: Fri Mar 9 13:50:58 2012 +0530 With the Fast Query Shipping support, a lot of functions and members of various structures became dead. Removed this dead code. M src/backend/nodes/copyfuncs.c M src/backend/nodes/outfuncs.c M src/backend/optimizer/plan/createplan.c M src/backend/parser/analyze.c M src/backend/pgxc/plan/planner.c M src/backend/pgxc/pool/execRemote.c M src/include/nodes/nodes.h M src/include/pgxc/locator.h M src/include/pgxc/planner.h ----------------------------------------------------------------------- Summary of changes: src/backend/nodes/copyfuncs.c | 25 - src/backend/nodes/outfuncs.c | 3 - src/backend/optimizer/plan/createplan.c | 8 - src/backend/parser/analyze.c | 3 - src/backend/pgxc/plan/planner.c | 2646 +------------------------------ src/backend/pgxc/pool/execRemote.c | 44 - src/include/nodes/nodes.h | 1 - src/include/pgxc/locator.h | 12 - src/include/pgxc/planner.h | 12 - 9 files changed, 37 insertions(+), 2717 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2012-03-09 05:31:18
|
Project "Postgres-XC". The branch, master has been updated via 227e1bbc61c40cf72de1f7967d1ba69fe228cba7 (commit) from d60329339b0c8893d9f598d927435065af528794 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=227e1bbc61c40cf72de1f7967d1ba69fe228cba7 commit 227e1bbc61c40cf72de1f7967d1ba69fe228cba7 Author: Amit Khandekar <ami...@en...> Date: Fri Mar 9 10:59:27 2012 +0530 Fix for bug ID 3500214 : Plancache revalidation does not work correctly on datanodes M src/backend/commands/prepare.c M src/backend/executor/spi.c M src/backend/utils/cache/plancache.c M src/include/utils/plancache.h M src/test/regress/expected/plancache.out M src/test/regress/sql/plancache.sql ----------------------------------------------------------------------- Summary of changes: src/backend/commands/prepare.c | 41 ++++------------ src/backend/executor/spi.c | 3 +- src/backend/utils/cache/plancache.c | 82 ++++++++++++++++++++++--------- src/include/utils/plancache.h | 4 +- src/test/regress/expected/plancache.out | 2 +- src/test/regress/sql/plancache.sql | 2 +- 6 files changed, 76 insertions(+), 58 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-03-09 02:50:07
|
Project "Postgres-XC". The branch, master has been updated via 36d40e8b5dd844c99af25a053f6540f36ebd82db (commit) from b3f877f80a81eab00444d21887fc5a25d3ea2876 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=36d40e8b5dd844c99af25a053f6540f36ebd82db commit 36d40e8b5dd844c99af25a053f6540f36ebd82db Author: Michael P <mic...@us...> Date: Fri Mar 9 11:30:02 2012 +0900 Switch node definition information to shared memory in pooler This removes dependency of pooler process with catalog table cache. Shared memory on pooler is organized now as follows: - PoolerMemoryContext (well an existing one), allocated in TopMemoryContext and used by the pooler process - PoolerCoreContext, allocated in PoolerMemoryContext, used by database pool contexts. - PoolerAgentContext, pooler agent context and used by pooler agents. The pooler agent now uses node Oids instead of node indexes. This protects pooler agents in case of node reordering after catalog tables being modified due to node DDL. The warning/error message which was thrown back to client connection from server if connection information was inconsistent is also removed thanks to that. Two new GUC parameters are used to define the maximum number of Coordinators and Datanodes on Coordinator respectively called max_coordinators and max_datanodes. This represents the maximum number of nodes that can be defined in cluster, and does not influence the dynamic behavior of cluster. A node definition slot in shared memory takes approximately 140 bytes. Patch by Andrei Martsinchyk. Review, some fix issues (preferred/primary support...) and some workarounds by me. Performance has been checked by Sutou Takayuki. M doc-xc/src/sgml/config.sgmlin M doc-xc/src/sgml/installation.sgmlin M doc-xc/src/sgml/runtime.sgmlin M src/backend/catalog/heap.c M src/backend/pgxc/nodemgr/nodemgr.c M src/backend/pgxc/pool/pgxcnode.c M src/backend/pgxc/pool/poolmgr.c M src/backend/pgxc/pool/poolutils.c M src/backend/storage/ipc/ipci.c M src/backend/tcop/postgres.c M src/backend/utils/adt/dbsize.c M src/backend/utils/adt/lockfuncs.c M src/backend/utils/misc/guc.c M src/backend/utils/misc/postgresql.conf.sample M src/include/pgxc/nodemgr.h M src/include/pgxc/poolmgr.h M src/include/storage/lwlock.h ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/config.sgmlin | 24 + doc-xc/src/sgml/installation.sgmlin | 24 + doc-xc/src/sgml/runtime.sgmlin | 32 +- src/backend/catalog/heap.c | 42 +- src/backend/pgxc/nodemgr/nodemgr.c | 281 ++++++-- src/backend/pgxc/pool/pgxcnode.c | 42 +- src/backend/pgxc/pool/poolmgr.c | 1083 +++++++++---------------- src/backend/pgxc/pool/poolutils.c | 16 +- src/backend/storage/ipc/ipci.c | 12 + src/backend/tcop/postgres.c | 20 - src/backend/utils/adt/dbsize.c | 4 +- src/backend/utils/adt/lockfuncs.c | 2 +- src/backend/utils/misc/guc.c | 27 +- src/backend/utils/misc/postgresql.conf.sample | 8 +- src/include/pgxc/nodemgr.h | 30 +- src/include/pgxc/poolmgr.h | 31 +- src/include/storage/lwlock.h | 1 + 17 files changed, 805 insertions(+), 874 deletions(-) hooks/post-receive -- Postgres-XC |