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
(1) |
3
|
4
(1) |
5
|
6
|
7
|
8
(5) |
9
(2) |
10
(5) |
11
(1) |
12
(1) |
13
|
14
|
15
(3) |
16
(5) |
17
(5) |
18
(6) |
19
(10) |
20
|
21
|
22
(3) |
23
(4) |
24
|
25
(3) |
26
|
27
|
28
|
29
|
30
|
|
|
|
|
From: Koichi S. <koi...@us...> - 2013-04-17 08:58:00
|
Project "Postgres-XC". The branch, master has been updated via 82ad95e7088d182e1134daa98b4def6d3d75c9a0 (commit) from 16b379f43cc62e5f2728c0932a18e2bad597c1f7 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=82ad95e7088d182e1134daa98b4def6d3d75c9a0 commit 82ad95e7088d182e1134daa98b4def6d3d75c9a0 Author: Koichi Suzuki <koi...@gm...> Date: Wed Apr 17 17:55:22 2013 +0900 This commit is to fix potential GTM vulnerability when GTM crashes and restarts afterwords. This commit checks out such a restoration point so that GTM can safely restarts after the crash. No need to change any configuration and documentation. modified: src/gtm/main/Makefile new file: src/gtm/main/gtm_backup.c modified: src/gtm/main/gtm_seq.c modified: src/gtm/main/gtm_txn.c modified: src/gtm/main/main.c new file: src/include/gtm/gtm_backup.h modified: src/include/gtm/gtm_seq.h modified: src/include/gtm/gtm_txn.h M src/gtm/main/Makefile A src/gtm/main/gtm_backup.c M src/gtm/main/gtm_seq.c M src/gtm/main/gtm_txn.c M src/gtm/main/main.c A src/include/gtm/gtm_backup.h M src/include/gtm/gtm_seq.h M src/include/gtm/gtm_txn.h ----------------------------------------------------------------------- Summary of changes: src/gtm/main/Makefile | 2 +- src/gtm/main/gtm_backup.c | 43 ++++++ src/gtm/main/gtm_seq.c | 221 ++++++++++++++++++++++++++++-- src/gtm/main/gtm_txn.c | 40 +++++- src/gtm/main/main.c | 8 +- src/include/gtm/{path.h => gtm_backup.h} | 22 ++-- src/include/gtm/gtm_seq.h | 4 +- src/include/gtm/gtm_txn.h | 5 + 8 files changed, 318 insertions(+), 27 deletions(-) create mode 100644 src/gtm/main/gtm_backup.c copy src/include/gtm/{path.h => gtm_backup.h} (51%) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@en...> - 2013-04-17 04:03:44
|
On 17 April 2013 09:31, Michael Paquier <mic...@gm...> wrote: > > > > On Wed, Apr 17, 2013 at 12:55 PM, Amit Khandekar < > ami...@en...> wrote: > >> Whenever I do the non-master branch commits, we see different commit id >> details in the mail although the files modified are reflected correctly. >> Anybody any idea if this is some known issue with sourceforge ? > > This is due to the post-commit hook sending an email each time a push is > made on sourceforge GIT repo. > I mean it gives a misleading message by showing commits that were not actually the ones because of which the mail was sent, actual ones were different. > -- > Michael > |
From: Michael P. <mic...@gm...> - 2013-04-17 04:01:23
|
On Wed, Apr 17, 2013 at 12:55 PM, Amit Khandekar < ami...@en...> wrote: > Whenever I do the non-master branch commits, we see different commit id > details in the mail although the files modified are reflected correctly. > Anybody any idea if this is some known issue with sourceforge ? This is due to the post-commit hook sending an email each time a push is made on sourceforge GIT repo. -- Michael |
From: Amit K. <ami...@en...> - 2013-04-17 03:55:50
|
Whenever I do the non-master branch commits, we see different commit id details in the mail although the files modified are reflected correctly. Anybody any idea if this is some known issue with sourceforge ? On 17 April 2013 09:05, Amit Khandekar <ami...@us...>wrote: > Project "Postgres-XC". > > The branch, rowtriggers_new has been updated > via 44d07c5c1a405e5b896403741f8f2aea288d0313 (commit) > via 9b6d7fa8859f03334192b13736deaf335fd8ceed (commit) > from f56b798e7c49d7d2e0d835662988654349dde5e7 (commit) > > > - Log ----------------------------------------------------------------- > > http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=44d07c5c1a405e5b896403741f8f2aea288d0313 > > commit 16b379f43cc62e5f2728c0932a18e2bad597c1f7 > Author: Abbas <abb...@en...> > Date: Tue Apr 16 13:26:09 2013 +0500 > > Add steps to add a new node in documentation. > > A doc-xc/src/sgml/add-node.sgmlin > M doc-xc/src/sgml/filelist.sgmlin > M doc-xc/src/sgml/postgres.sgmlin > > > http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9b6d7fa8859f03334192b13736deaf335fd8ceed > > commit 16b379f43cc62e5f2728c0932a18e2bad597c1f7 > Author: Abbas <abb...@en...> > Date: Tue Apr 16 13:26:09 2013 +0500 > > Add steps to add a new node in documentation. > > A doc-xc/src/sgml/add-node.sgmlin > M doc-xc/src/sgml/filelist.sgmlin > M doc-xc/src/sgml/postgres.sgmlin > > ----------------------------------------------------------------------- > > Summary of changes: > src/backend/commands/trigger.c | 41 > ++++++++++++++++++-------------- > src/backend/executor/nodeModifyTable.c | 28 ++++++++++++++------- > src/backend/rewrite/rewriteHandler.c | 12 ++++---- > 3 files changed, 47 insertions(+), 34 deletions(-) > > > hooks/post-receive > -- > Postgres-XC > > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > _______________________________________________ > Postgres-xc-committers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-committers > |
From: Amit K. <ami...@us...> - 2013-04-17 03:36:27
|
Project "Postgres-XC". The branch, rowtriggers_new has been updated via 44d07c5c1a405e5b896403741f8f2aea288d0313 (commit) via 9b6d7fa8859f03334192b13736deaf335fd8ceed (commit) from f56b798e7c49d7d2e0d835662988654349dde5e7 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=44d07c5c1a405e5b896403741f8f2aea288d0313 commit 16b379f43cc62e5f2728c0932a18e2bad597c1f7 Author: Abbas <abb...@en...> Date: Tue Apr 16 13:26:09 2013 +0500 Add steps to add a new node in documentation. A doc-xc/src/sgml/add-node.sgmlin M doc-xc/src/sgml/filelist.sgmlin M doc-xc/src/sgml/postgres.sgmlin http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=9b6d7fa8859f03334192b13736deaf335fd8ceed commit 16b379f43cc62e5f2728c0932a18e2bad597c1f7 Author: Abbas <abb...@en...> Date: Tue Apr 16 13:26:09 2013 +0500 Add steps to add a new node in documentation. A doc-xc/src/sgml/add-node.sgmlin M doc-xc/src/sgml/filelist.sgmlin M doc-xc/src/sgml/postgres.sgmlin ----------------------------------------------------------------------- Summary of changes: src/backend/commands/trigger.c | 41 ++++++++++++++++++-------------- src/backend/executor/nodeModifyTable.c | 28 ++++++++++++++------- src/backend/rewrite/rewriteHandler.c | 12 ++++---- 3 files changed, 47 insertions(+), 34 deletions(-) hooks/post-receive -- Postgres-XC |