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
(5) |
3
(2) |
4
(3) |
5
(424) |
6
|
7
|
8
|
9
|
10
|
11
|
12
(1) |
13
|
14
|
15
|
16
(7) |
17
(4) |
18
(5) |
19
(1) |
20
|
21
|
22
|
23
(2) |
24
|
25
|
26
(4) |
27
|
28
|
29
|
30
|
31
|
|
|
|
From: Abbas B. <ga...@us...> - 2013-07-02 14:17:50
|
Project "Postgres-XC". The branch, REL1_1_work has been updated via 0997431c21ba54a803a8b92e7a89755fafed7b8a (commit) from ffa58672487a32f91dba598b15ac2ab1eca7bcbf (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0997431c21ba54a803a8b92e7a89755fafed7b8a commit a074cac9b6b507e6d4b58c5004673f6cc65fcde1 Author: Amit Khandekar <ami...@en...> Date: Thu Jun 27 21:11:57 2013 +0530 Regression test: select_views.sql In select_views_2.out, masked the error "permission denied for relation" for views. This is identified as a bug which could not be fixed easily. Also, made ORDER BY related changes in the expected file and also in alternate expected file There are EXPLAIN statements in the test file. Because XC produces different EXPLAIN output, changed the output of these statements in all the expected files. M src/test/regress/expected/select_views.out M src/test/regress/expected/select_views_1.out M src/test/regress/expected/select_views_2.out M src/test/regress/sql/select_views.sql ----------------------------------------------------------------------- Summary of changes: src/test/regress/sql/point.sql | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Abbas B. <ga...@us...> - 2013-07-02 14:15:53
|
Project "Postgres-XC". The branch, REL1_1_work has been updated via ffa58672487a32f91dba598b15ac2ab1eca7bcbf (commit) from e39b1617493d49aefbe1855587879b6555a96a57 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ffa58672487a32f91dba598b15ac2ab1eca7bcbf commit a074cac9b6b507e6d4b58c5004673f6cc65fcde1 Author: Amit Khandekar <ami...@en...> Date: Thu Jun 27 21:11:57 2013 +0530 Regression test: select_views.sql In select_views_2.out, masked the error "permission denied for relation" for views. This is identified as a bug which could not be fixed easily. Also, made ORDER BY related changes in the expected file and also in alternate expected file There are EXPLAIN statements in the test file. Because XC produces different EXPLAIN output, changed the output of these statements in all the expected files. M src/test/regress/expected/select_views.out M src/test/regress/expected/select_views_1.out M src/test/regress/expected/select_views_2.out M src/test/regress/sql/select_views.sql ----------------------------------------------------------------------- Summary of changes: src/bin/pg_dump/pg_dump.c | 48 ++++++++++++++++++++++---------------------- 1 files changed, 24 insertions(+), 24 deletions(-) hooks/post-receive -- Postgres-XC |
From: Koichi S. <koi...@us...> - 2013-07-02 10:59:26
|
Project "Postgres-XC". The branch, REL1_1_work has been updated via e39b1617493d49aefbe1855587879b6555a96a57 (commit) from 3cefd275b5e6b76aecc6ed54caaea61e6e4c1f0d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=e39b1617493d49aefbe1855587879b6555a96a57 commit a074cac9b6b507e6d4b58c5004673f6cc65fcde1 Author: Amit Khandekar <ami...@en...> Date: Thu Jun 27 21:11:57 2013 +0530 Regression test: select_views.sql In select_views_2.out, masked the error "permission denied for relation" for views. This is identified as a bug which could not be fixed easily. Also, made ORDER BY related changes in the expected file and also in alternate expected file There are EXPLAIN statements in the test file. Because XC produces different EXPLAIN output, changed the output of these statements in all the expected files. M src/test/regress/expected/select_views.out M src/test/regress/expected/select_views_1.out M src/test/regress/expected/select_views_2.out M src/test/regress/sql/select_views.sql ----------------------------------------------------------------------- Summary of changes: configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2013-07-02 10:24:43
|
Project "Postgres-XC". The branch, REL1_1_work has been updated via 3cefd275b5e6b76aecc6ed54caaea61e6e4c1f0d (commit) from fdf63d2194d48564b7f49ab43b947d6c52b12f0b (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=3cefd275b5e6b76aecc6ed54caaea61e6e4c1f0d commit a074cac9b6b507e6d4b58c5004673f6cc65fcde1 Author: Amit Khandekar <ami...@en...> Date: Thu Jun 27 21:11:57 2013 +0530 Regression test: select_views.sql In select_views_2.out, masked the error "permission denied for relation" for views. This is identified as a bug which could not be fixed easily. Also, made ORDER BY related changes in the expected file and also in alternate expected file There are EXPLAIN statements in the test file. Because XC produces different EXPLAIN output, changed the output of these statements in all the expected files. M src/test/regress/expected/select_views.out M src/test/regress/expected/select_views_1.out M src/test/regress/expected/select_views_2.out M src/test/regress/sql/select_views.sql ----------------------------------------------------------------------- Summary of changes: src/backend/executor/spi.c | 16 ++++++---------- 1 files changed, 6 insertions(+), 10 deletions(-) hooks/post-receive -- Postgres-XC |
From: Ashutosh B. <ash...@us...> - 2013-07-02 10:04:02
|
Project "Postgres-XC". The branch, REL1_1_work has been updated via fdf63d2194d48564b7f49ab43b947d6c52b12f0b (commit) from e40d2af2df48ec1860dd736ce7da6e46ff1fdb1b (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=fdf63d2194d48564b7f49ab43b947d6c52b12f0b commit a074cac9b6b507e6d4b58c5004673f6cc65fcde1 Author: Amit Khandekar <ami...@en...> Date: Thu Jun 27 21:11:57 2013 +0530 Regression test: select_views.sql In select_views_2.out, masked the error "permission denied for relation" for views. This is identified as a bug which could not be fixed easily. Also, made ORDER BY related changes in the expected file and also in alternate expected file There are EXPLAIN statements in the test file. Because XC produces different EXPLAIN output, changed the output of these statements in all the expected files. M src/test/regress/expected/select_views.out M src/test/regress/expected/select_views_1.out M src/test/regress/expected/select_views_2.out M src/test/regress/sql/select_views.sql ----------------------------------------------------------------------- Summary of changes: COPYRIGHT | 6 +- configure | 53 ++---------- configure.in | 6 +- src/backend/access/transam/xact.c | 3 - src/backend/bootstrap/bootstrap.c | 2 +- src/backend/catalog/genbki.pl | 149 ++--------------------------------- src/backend/commands/dbcommands.c | 13 ++-- src/backend/commands/indexcmds.c | 6 +- src/backend/commands/sequence.c | 29 ++----- src/backend/commands/tablecmds.c | 14 +-- src/backend/commands/trigger.c | 3 - src/backend/executor/spi.c | 13 ++-- src/backend/tcop/utility.c | 26 ++----- src/backend/utils/adt/ruleutils.c | 97 +++++------------------ src/backend/utils/cache/plancache.c | 4 - src/bin/pg_ctl/pg_ctl.c | 5 - src/bin/pg_dump/pg_dump.c | 77 +++++++------------ src/include/bootstrap/bootstrap.h | 18 ---- src/include/miscadmin.h | 10 +-- src/include/nodes/parsenodes.h | 4 - src/include/pg_config.h.win32 | 6 +- src/include/utils/rel.h | 10 --- src/test/regress/expected/join.out | 71 ----------------- src/test/regress/sql/point.sql | 3 - 24 files changed, 110 insertions(+), 518 deletions(-) hooks/post-receive -- Postgres-XC |