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
(1) |
3
|
4
(4) |
5
(1) |
6
|
7
(6) |
8
(8) |
9
(8) |
10
(4) |
11
|
12
|
13
(4) |
14
|
15
|
16
|
17
(2) |
18
(6) |
19
|
20
(4) |
21
(4) |
22
|
23
(2) |
24
(3) |
25
(5) |
26
|
27
(2) |
28
(13) |
29
(6) |
30
(22) |
31
(2) |
|
|
From: Michael P. <mic...@us...> - 2012-05-31 04:30:10
|
Project "Postgres-XC". The branch, master has been updated via af488de7241de630c68c2f8a7a5ec6efb68ad083 (commit) from 68032614b0a99f4b0ba666b52cbbf4dd30566e70 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=af488de7241de630c68c2f8a7a5ec6efb68ad083 commit af488de7241de630c68c2f8a7a5ec6efb68ad083 Author: Michael Paquier <mi...@ot...> Date: Thu May 31 13:30:20 2012 +0900 Move pgxc_clean and pgxc_ddl to contrib modules Both features are not directly related to the core features, so it is better to move them there. The installation of pgxc_clean can be done with the same way as a normal contrib module. pgxc_ddl is not installed by default, but is kept for future developments. Documentation is moved the same way. M contrib/Makefile A contrib/pgxc_clean/Makefile R100 src/pgxc/bin/pgxc_clean/pgxc_clean.c contrib/pgxc_clean/pgxc_clean.c R100 src/pgxc/bin/pgxc_clean/pgxc_clean.h contrib/pgxc_clean/pgxc_clean.h R100 src/pgxc/bin/pgxc_clean/pgxc_clean_test.sh contrib/pgxc_clean/pgxc_clean_test.sh R100 src/pgxc/bin/pgxc_clean/txninfo.c contrib/pgxc_clean/txninfo.c R100 src/pgxc/bin/pgxc_clean/txninfo.h contrib/pgxc_clean/txninfo.h R100 src/pgxc/bin/pgxc_ddl/README contrib/pgxc_ddl/README R100 src/pgxc/bin/pgxc_ddl/pgxc.conf.sample contrib/pgxc_ddl/pgxc.conf.sample R100 src/pgxc/bin/pgxc_ddl/pgxc_ddl contrib/pgxc_ddl/pgxc_ddl M doc-xc/src/sgml/contrib.sgmlin M doc-xc/src/sgml/filelist.sgmlin M doc-xc/src/sgml/installation.sgmlin R085 doc-xc/src/sgml/ref/pgxc_clean-ref.sgmlin doc-xc/src/sgml/pgxcclean.sgmlin A doc-xc/src/sgml/pgxcddl.sgmlin M doc-xc/src/sgml/ref/allfiles.sgmlin D doc-xc/src/sgml/ref/pgxc_ddl.sgmlin M doc-xc/src/sgml/reference.sgmlin M src/backend/access/transam/twophase.c M src/backend/pgxc/pool/execRemote.c M src/pgxc/Makefile D src/pgxc/bin/Makefile D src/pgxc/bin/pgxc_clean/Makefile ----------------------------------------------------------------------- Summary of changes: contrib/Makefile | 1 + contrib/pgxc_clean/Makefile | 34 +++ {src/pgxc/bin => contrib}/pgxc_clean/pgxc_clean.c | 0 {src/pgxc/bin => contrib}/pgxc_clean/pgxc_clean.h | 0 .../bin => contrib}/pgxc_clean/pgxc_clean_test.sh | 0 {src/pgxc/bin => contrib}/pgxc_clean/txninfo.c | 0 {src/pgxc/bin => contrib}/pgxc_clean/txninfo.h | 0 {src/pgxc/bin => contrib}/pgxc_ddl/README | 0 .../pgxc/bin => contrib}/pgxc_ddl/pgxc.conf.sample | 0 {src/pgxc/bin => contrib}/pgxc_ddl/pgxc_ddl | 0 doc-xc/src/sgml/contrib.sgmlin | 4 + doc-xc/src/sgml/filelist.sgmlin | 2 + doc-xc/src/sgml/installation.sgmlin | 2 +- .../pgxc_clean-ref.sgmlin => pgxcclean.sgmlin} | 57 ++--- doc-xc/src/sgml/pgxcddl.sgmlin | 196 ++++++++++++ doc-xc/src/sgml/ref/allfiles.sgmlin | 4 - doc-xc/src/sgml/ref/pgxc_ddl.sgmlin | 313 -------------------- doc-xc/src/sgml/reference.sgmlin | 4 - src/backend/access/transam/twophase.c | 9 - src/backend/pgxc/pool/execRemote.c | 4 +- src/pgxc/Makefile | 2 +- src/pgxc/bin/Makefile | 18 -- src/pgxc/bin/pgxc_clean/Makefile | 43 --- 23 files changed, 262 insertions(+), 431 deletions(-) create mode 100644 contrib/pgxc_clean/Makefile rename {src/pgxc/bin => contrib}/pgxc_clean/pgxc_clean.c (100%) rename {src/pgxc/bin => contrib}/pgxc_clean/pgxc_clean.h (100%) rename {src/pgxc/bin => contrib}/pgxc_clean/pgxc_clean_test.sh (100%) rename {src/pgxc/bin => contrib}/pgxc_clean/txninfo.c (100%) rename {src/pgxc/bin => contrib}/pgxc_clean/txninfo.h (100%) rename {src/pgxc/bin => contrib}/pgxc_ddl/README (100%) rename {src/pgxc/bin => contrib}/pgxc_ddl/pgxc.conf.sample (100%) rename {src/pgxc/bin => contrib}/pgxc_ddl/pgxc_ddl (100%) rename doc-xc/src/sgml/{ref/pgxc_clean-ref.sgmlin => pgxcclean.sgmlin} (85%) create mode 100644 doc-xc/src/sgml/pgxcddl.sgmlin delete mode 100644 doc-xc/src/sgml/ref/pgxc_ddl.sgmlin delete mode 100644 src/pgxc/bin/Makefile delete mode 100644 src/pgxc/bin/pgxc_clean/Makefile hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-31 04:30:04
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 93aae0131c08cc5204562e7ce335f2446fc431af (commit) from 03a1f19723d8b2b6855fd6da45a5533909cb3de5 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=93aae0131c08cc5204562e7ce335f2446fc431af commit af488de7241de630c68c2f8a7a5ec6efb68ad083 Author: Michael Paquier <mi...@ot...> Date: Thu May 31 13:30:20 2012 +0900 Move pgxc_clean and pgxc_ddl to contrib modules Both features are not directly related to the core features, so it is better to move them there. The installation of pgxc_clean can be done with the same way as a normal contrib module. pgxc_ddl is not installed by default, but is kept for future developments. Documentation is moved the same way. M contrib/Makefile A contrib/pgxc_clean/Makefile R100 src/pgxc/bin/pgxc_clean/pgxc_clean.c contrib/pgxc_clean/pgxc_clean.c R100 src/pgxc/bin/pgxc_clean/pgxc_clean.h contrib/pgxc_clean/pgxc_clean.h R100 src/pgxc/bin/pgxc_clean/pgxc_clean_test.sh contrib/pgxc_clean/pgxc_clean_test.sh R100 src/pgxc/bin/pgxc_clean/txninfo.c contrib/pgxc_clean/txninfo.c R100 src/pgxc/bin/pgxc_clean/txninfo.h contrib/pgxc_clean/txninfo.h R100 src/pgxc/bin/pgxc_ddl/README contrib/pgxc_ddl/README R100 src/pgxc/bin/pgxc_ddl/pgxc.conf.sample contrib/pgxc_ddl/pgxc.conf.sample R100 src/pgxc/bin/pgxc_ddl/pgxc_ddl contrib/pgxc_ddl/pgxc_ddl M doc-xc/src/sgml/contrib.sgmlin M doc-xc/src/sgml/filelist.sgmlin M doc-xc/src/sgml/installation.sgmlin R085 doc-xc/src/sgml/ref/pgxc_clean-ref.sgmlin doc-xc/src/sgml/pgxcclean.sgmlin A doc-xc/src/sgml/pgxcddl.sgmlin M doc-xc/src/sgml/ref/allfiles.sgmlin D doc-xc/src/sgml/ref/pgxc_ddl.sgmlin M doc-xc/src/sgml/reference.sgmlin M src/backend/access/transam/twophase.c M src/backend/pgxc/pool/execRemote.c M src/pgxc/Makefile D src/pgxc/bin/Makefile D src/pgxc/bin/pgxc_clean/Makefile ----------------------------------------------------------------------- Summary of changes: contrib/Makefile | 1 + contrib/pgxc_clean/Makefile | 34 +++ {src/pgxc/bin => contrib}/pgxc_clean/pgxc_clean.c | 0 {src/pgxc/bin => contrib}/pgxc_clean/pgxc_clean.h | 0 .../bin => contrib}/pgxc_clean/pgxc_clean_test.sh | 0 {src/pgxc/bin => contrib}/pgxc_clean/txninfo.c | 0 {src/pgxc/bin => contrib}/pgxc_clean/txninfo.h | 0 {src/pgxc/bin => contrib}/pgxc_ddl/README | 0 .../pgxc/bin => contrib}/pgxc_ddl/pgxc.conf.sample | 0 {src/pgxc/bin => contrib}/pgxc_ddl/pgxc_ddl | 0 doc-xc/src/sgml/contrib.sgmlin | 4 + doc-xc/src/sgml/filelist.sgmlin | 2 + doc-xc/src/sgml/installation.sgmlin | 2 +- .../pgxc_clean-ref.sgmlin => pgxcclean.sgmlin} | 57 ++--- doc-xc/src/sgml/pgxcddl.sgmlin | 196 ++++++++++++ doc-xc/src/sgml/ref/allfiles.sgmlin | 4 - doc-xc/src/sgml/ref/pgxc_ddl.sgmlin | 313 -------------------- doc-xc/src/sgml/reference.sgmlin | 4 - src/backend/access/transam/twophase.c | 9 - src/backend/pgxc/pool/execRemote.c | 4 +- src/pgxc/Makefile | 2 +- src/pgxc/bin/Makefile | 18 -- src/pgxc/bin/pgxc_clean/Makefile | 43 --- 23 files changed, 262 insertions(+), 431 deletions(-) create mode 100644 contrib/pgxc_clean/Makefile rename {src/pgxc/bin => contrib}/pgxc_clean/pgxc_clean.c (100%) rename {src/pgxc/bin => contrib}/pgxc_clean/pgxc_clean.h (100%) rename {src/pgxc/bin => contrib}/pgxc_clean/pgxc_clean_test.sh (100%) rename {src/pgxc/bin => contrib}/pgxc_clean/txninfo.c (100%) rename {src/pgxc/bin => contrib}/pgxc_clean/txninfo.h (100%) rename {src/pgxc/bin => contrib}/pgxc_ddl/README (100%) rename {src/pgxc/bin => contrib}/pgxc_ddl/pgxc.conf.sample (100%) rename {src/pgxc/bin => contrib}/pgxc_ddl/pgxc_ddl (100%) rename doc-xc/src/sgml/{ref/pgxc_clean-ref.sgmlin => pgxcclean.sgmlin} (85%) create mode 100644 doc-xc/src/sgml/pgxcddl.sgmlin delete mode 100644 doc-xc/src/sgml/ref/pgxc_ddl.sgmlin delete mode 100644 src/pgxc/bin/Makefile delete mode 100644 src/pgxc/bin/pgxc_clean/Makefile hooks/post-receive -- Postgres-XC |