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-18 21:12:42
|
Project "Postgres-XC". The branch, master has been updated via 391d85e8cb7cb36ca395d79a95511c4fb2aaceae (commit) from fdd1475f3512e00aa49ac62b2bc648130ae2c413 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=391d85e8cb7cb36ca395d79a95511c4fb2aaceae commit 391d85e8cb7cb36ca395d79a95511c4fb2aaceae Author: Michael Paquier <mi...@ot...> Date: Sat May 19 06:10:41 2012 +0900 Fix some typo in gtm and initdb documentation of XC Per report of Vladimir Stavrinov M doc-xc/src/sgml/ref/gtm.sgmlin M doc-xc/src/sgml/ref/initdb.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/gtm.sgmlin | 2 +- doc-xc/src/sgml/ref/initdb.sgmlin | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-18 21:12:39
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 630fbed34eadef3a333de45a4acf7399443a6df5 (commit) from 3f7ec12f33448de71c4f9e28f6d01ef4d03547d4 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=630fbed34eadef3a333de45a4acf7399443a6df5 commit 391d85e8cb7cb36ca395d79a95511c4fb2aaceae Author: Michael Paquier <mi...@ot...> Date: Sat May 19 06:10:41 2012 +0900 Fix some typo in gtm and initdb documentation of XC Per report of Vladimir Stavrinov M doc-xc/src/sgml/ref/gtm.sgmlin M doc-xc/src/sgml/ref/initdb.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/gtm.sgmlin | 2 +- doc-xc/src/sgml/ref/initdb.sgmlin | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-18 20:45:02
|
Project "Postgres-XC". The branch, master has been updated via fdd1475f3512e00aa49ac62b2bc648130ae2c413 (commit) from d4411736614888533e65c7dd6e68ddcdadb30a0f (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fdd1475f3512e00aa49ac62b2bc648130ae2c413 commit fdd1475f3512e00aa49ac62b2bc648130ae2c413 Author: Michael Paquier <mi...@ot...> Date: Sat May 19 05:35:39 2012 +0900 Fix make install for vpath installation Documentation tool used for Postgres-XC documentation compilation called makesgml is moved to a specific tool repository out of the documentation folder itself to strengthen independency of this module. Makefile structure is also reviewed in a couple of places directly dependant on makesgml like bin/psql. Some other issues related to the way GTM binaries were installed are fixed and treated now as consistently as Postgres. M configure M doc-xc/Makefile M doc-xc/src/sgml/Makefile M src/Makefile M src/bin/psql/Makefile M src/gtm/Makefile C067 doc-xc/tools/Makefile src/pgxc/Makefile C087 doc-xc/tools/Makefile src/pgxc/bin/Makefile M src/pgxc/bin/pgxc_clean/Makefile R091 doc-xc/tools/Makefile src/pgxc/tools/Makefile R083 doc-xc/tools/makesgml/Makefile src/pgxc/tools/makesgml/Makefile R100 doc-xc/tools/makesgml/README src/pgxc/tools/makesgml/README R100 doc-xc/tools/makesgml/makesgml.c src/pgxc/tools/makesgml/makesgml.c ----------------------------------------------------------------------- Summary of changes: configure | 2 +- doc-xc/Makefile | 1 - doc-xc/src/sgml/Makefile | 2 +- src/Makefile | 4 ++-- src/bin/psql/Makefile | 4 ++-- src/gtm/Makefile | 6 +++--- {doc-xc/tools => src/pgxc}/Makefile | 7 +++---- {doc-xc/tools => src/pgxc/bin}/Makefile | 6 +++--- src/pgxc/bin/pgxc_clean/Makefile | 19 ++++++++----------- {doc-xc => src/pgxc}/tools/Makefile | 4 ++-- {doc-xc => src/pgxc}/tools/makesgml/Makefile | 13 +++++++------ {doc-xc => src/pgxc}/tools/makesgml/README | 0 {doc-xc => src/pgxc}/tools/makesgml/makesgml.c | 0 13 files changed, 32 insertions(+), 36 deletions(-) copy {doc-xc/tools => src/pgxc}/Makefile (67%) copy {doc-xc/tools => src/pgxc/bin}/Makefile (87%) rename {doc-xc => src/pgxc}/tools/Makefile (91%) rename {doc-xc => src/pgxc}/tools/makesgml/Makefile (83%) rename {doc-xc => src/pgxc}/tools/makesgml/README (100%) rename {doc-xc => src/pgxc}/tools/makesgml/makesgml.c (100%) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-18 20:44:58
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 3f7ec12f33448de71c4f9e28f6d01ef4d03547d4 (commit) from 960dff08af8908b1958ae0eec464fb14b3838f87 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3f7ec12f33448de71c4f9e28f6d01ef4d03547d4 commit fdd1475f3512e00aa49ac62b2bc648130ae2c413 Author: Michael Paquier <mi...@ot...> Date: Sat May 19 05:35:39 2012 +0900 Fix make install for vpath installation Documentation tool used for Postgres-XC documentation compilation called makesgml is moved to a specific tool repository out of the documentation folder itself to strengthen independency of this module. Makefile structure is also reviewed in a couple of places directly dependant on makesgml like bin/psql. Some other issues related to the way GTM binaries were installed are fixed and treated now as consistently as Postgres. M configure M doc-xc/Makefile M doc-xc/src/sgml/Makefile M src/Makefile M src/bin/psql/Makefile M src/gtm/Makefile C067 doc-xc/tools/Makefile src/pgxc/Makefile C087 doc-xc/tools/Makefile src/pgxc/bin/Makefile M src/pgxc/bin/pgxc_clean/Makefile R091 doc-xc/tools/Makefile src/pgxc/tools/Makefile R083 doc-xc/tools/makesgml/Makefile src/pgxc/tools/makesgml/Makefile R100 doc-xc/tools/makesgml/README src/pgxc/tools/makesgml/README R100 doc-xc/tools/makesgml/makesgml.c src/pgxc/tools/makesgml/makesgml.c ----------------------------------------------------------------------- Summary of changes: configure | 2 +- doc-xc/Makefile | 1 - doc-xc/src/sgml/Makefile | 2 +- src/Makefile | 4 ++-- src/bin/psql/Makefile | 4 ++-- src/gtm/Makefile | 6 +++--- {doc-xc/tools => src/pgxc}/Makefile | 7 +++---- {doc-xc/tools => src/pgxc/bin}/Makefile | 6 +++--- src/pgxc/bin/pgxc_clean/Makefile | 19 ++++++++----------- {doc-xc => src/pgxc}/tools/Makefile | 4 ++-- {doc-xc => src/pgxc}/tools/makesgml/Makefile | 13 +++++++------ {doc-xc => src/pgxc}/tools/makesgml/README | 0 {doc-xc => src/pgxc}/tools/makesgml/makesgml.c | 0 13 files changed, 32 insertions(+), 36 deletions(-) copy {doc-xc/tools => src/pgxc}/Makefile (67%) copy {doc-xc/tools => src/pgxc/bin}/Makefile (87%) rename {doc-xc => src/pgxc}/tools/Makefile (91%) rename {doc-xc => src/pgxc}/tools/makesgml/Makefile (83%) rename {doc-xc => src/pgxc}/tools/makesgml/README (100%) rename {doc-xc => src/pgxc}/tools/makesgml/makesgml.c (100%) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-18 15:28:54
|
Project "Postgres-XC". The branch, master has been updated via d4411736614888533e65c7dd6e68ddcdadb30a0f (commit) from bce01d5a276b4080a69dde1b702e5fb0566ea7e1 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=d4411736614888533e65c7dd6e68ddcdadb30a0f commit d4411736614888533e65c7dd6e68ddcdadb30a0f Author: Michael Paquier <mi...@ot...> Date: Sat May 19 00:21:48 2012 +0900 Restructure make files of GTM build and fix VPATH build on GTM side Two issues are solved in this commit: - check for when version and throw an error if version is not compatible when transforming gtm_opt_scanner.l - addition of sub-directory dependency to allow vpath build to work in GTM VPATH build not working has been reported by Michael Meskes and it is now fixed on the GTM side, but there are still remaining uses with makesgml in doc-xc. M doc-xc/tools/makesgml/Makefile M src/gtm/client/Makefile A src/gtm/common/.gitignore M src/gtm/common/Makefile M src/gtm/common/gtm_opt_handler.c M src/gtm/gtm_ctl/Makefile M src/gtm/libpq/Makefile M src/gtm/main/Makefile M src/gtm/path/Makefile M src/gtm/proxy/Makefile M src/gtm/recovery/Makefile ----------------------------------------------------------------------- Summary of changes: doc-xc/tools/makesgml/Makefile | 1 - src/gtm/client/Makefile | 4 ++-- src/gtm/common/.gitignore | 1 + src/gtm/common/Makefile | 22 +++++++++++++--------- src/gtm/common/gtm_opt_handler.c | 17 ++--------------- src/gtm/gtm_ctl/Makefile | 1 + src/gtm/libpq/Makefile | 5 +++-- src/gtm/main/Makefile | 1 + src/gtm/path/Makefile | 2 +- src/gtm/proxy/Makefile | 1 + src/gtm/recovery/Makefile | 4 ++-- 11 files changed, 27 insertions(+), 32 deletions(-) create mode 100644 src/gtm/common/.gitignore hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-05-18 15:28:48
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 960dff08af8908b1958ae0eec464fb14b3838f87 (commit) from 437be64bb8cf6c3a8adaf71137cd4bb22a2004d1 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=960dff08af8908b1958ae0eec464fb14b3838f87 commit d4411736614888533e65c7dd6e68ddcdadb30a0f Author: Michael Paquier <mi...@ot...> Date: Sat May 19 00:21:48 2012 +0900 Restructure make files of GTM build and fix VPATH build on GTM side Two issues are solved in this commit: - check for when version and throw an error if version is not compatible when transforming gtm_opt_scanner.l - addition of sub-directory dependency to allow vpath build to work in GTM VPATH build not working has been reported by Michael Meskes and it is now fixed on the GTM side, but there are still remaining uses with makesgml in doc-xc. M doc-xc/tools/makesgml/Makefile M src/gtm/client/Makefile A src/gtm/common/.gitignore M src/gtm/common/Makefile M src/gtm/common/gtm_opt_handler.c M src/gtm/gtm_ctl/Makefile M src/gtm/libpq/Makefile M src/gtm/main/Makefile M src/gtm/path/Makefile M src/gtm/proxy/Makefile M src/gtm/recovery/Makefile ----------------------------------------------------------------------- Summary of changes: doc-xc/tools/makesgml/Makefile | 1 - src/gtm/client/Makefile | 4 ++-- src/gtm/common/.gitignore | 1 + src/gtm/common/Makefile | 22 +++++++++++++--------- src/gtm/common/gtm_opt_handler.c | 17 ++--------------- src/gtm/gtm_ctl/Makefile | 1 + src/gtm/libpq/Makefile | 5 +++-- src/gtm/main/Makefile | 1 + src/gtm/path/Makefile | 2 +- src/gtm/proxy/Makefile | 1 + src/gtm/recovery/Makefile | 4 ++-- 11 files changed, 27 insertions(+), 32 deletions(-) create mode 100644 src/gtm/common/.gitignore hooks/post-receive -- Postgres-XC |