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
|
3
|
4
|
5
(3) |
6
(1) |
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
(3) |
19
|
20
(2) |
21
(1) |
22
|
23
|
24
(4) |
25
(7) |
26
(1) |
27
(3) |
28
(3) |
29
|
30
|
|
|
|
|
|
|
From: Amit K. <ami...@us...> - 2013-06-24 14:12:13
|
Project "Postgres-XC". The branch, master has been updated via 5308dd4c7006ee1d6cbf175d844ff454e30bd39a (commit) from 3cb2e91169ff03af511f0e21374de9c491b84e5a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=5308dd4c7006ee1d6cbf175d844ff454e30bd39a commit 5308dd4c7006ee1d6cbf175d844ff454e30bd39a Author: Amit Khandekar <ami...@en...> Date: Mon Jun 24 19:39:08 2013 +0530 Regression test copy2 Fixed locale-specific row ordering difference by adding "order by col1 using ~<~" M src/test/regress/expected/copy2.out M src/test/regress/expected/copy2_1.out M src/test/regress/sql/copy2.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/copy2.out | 4 ++-- src/test/regress/expected/copy2_1.out | 4 ++-- src/test/regress/sql/copy2.sql | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2013-06-24 04:25:46
|
Project "Postgres-XC". The branch, master has been updated via 3cb2e91169ff03af511f0e21374de9c491b84e5a (commit) from 888f13f9528ba2cda2a694edd938b2fc8da97601 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3cb2e91169ff03af511f0e21374de9c491b84e5a commit 3cb2e91169ff03af511f0e21374de9c491b84e5a Author: Amit Khandekar <ami...@en...> Date: Mon Jun 24 09:52:39 2013 +0530 Fix for bug 3614553: Add a check in ExecBRUpdateTriggers() to see if distribution column values has changed by the trigger execution, and error out if it has. M src/backend/commands/trigger.c M src/backend/pgxc/pool/execRemote.c M src/test/regress/expected/xc_triggers.out M src/test/regress/sql/xc_triggers.sql ----------------------------------------------------------------------- Summary of changes: src/backend/commands/trigger.c | 59 ++++++++++++++++++++++++- src/backend/pgxc/pool/execRemote.c | 4 -- src/test/regress/expected/xc_triggers.out | 68 +++++++++++++++++++++++++++++ src/test/regress/sql/xc_triggers.sql | 53 ++++++++++++++++++++++ 4 files changed, 179 insertions(+), 5 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2013-06-24 03:49:00
|
Project "Postgres-XC". The branch, master has been updated via 888f13f9528ba2cda2a694edd938b2fc8da97601 (commit) from bc7e48aa0d759e93cdd686130ce466d9349645bb (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=888f13f9528ba2cda2a694edd938b2fc8da97601 commit 888f13f9528ba2cda2a694edd938b2fc8da97601 Author: Amit Khandekar <ami...@en...> Date: Mon Jun 24 09:17:21 2013 +0530 Regression test: xc_trigship.sql Added ORDER BY COLLATE to fix some result order inconsistencies. M src/test/regress/expected/xc_trigship.out M src/test/regress/sql/xc_trigship.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/expected/xc_trigship.out | 48 ++++++++++++++-------------- src/test/regress/sql/xc_trigship.sql | 2 +- 2 files changed, 25 insertions(+), 25 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2013-06-24 03:45:50
|
Project "Postgres-XC". The branch, master has been updated via bc7e48aa0d759e93cdd686130ce466d9349645bb (commit) from 035d79e0bc5a891e21e4664eebf51e9a71caf83a (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=bc7e48aa0d759e93cdd686130ce466d9349645bb commit bc7e48aa0d759e93cdd686130ce466d9349645bb Author: Amit Khandekar <ami...@en...> Date: Mon Jun 24 09:10:02 2013 +0530 Trigger related doc changes: In trigger overview section, explained trigger shippability. Mentioned COPY with row triggers restriction. Mentioned that tg_trigtuplebuf and tg_newtuplebuf should be assumed to have have invalid values. M doc-xc/src/sgml/ref/copy.sgmlin M doc-xc/src/sgml/trigger.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/copy.sgmlin | 9 +++++++++ doc-xc/src/sgml/trigger.sgmlin | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |