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
(4) |
3
|
4
(2) |
5
(2) |
6
(2) |
7
|
8
|
9
|
10
(8) |
11
(1) |
12
(1) |
13
(1) |
14
|
15
|
16
(8) |
17
(8) |
18
(3) |
19
(2) |
20
(3) |
21
(3) |
22
(1) |
23
(4) |
24
(11) |
25
(2) |
26
(9) |
27
(6) |
28
|
29
(4) |
30
(6) |
|
|
|
|
|
From: Amit K. <ami...@us...> - 2012-04-16 09:42:14
|
Project "Postgres-XC". The branch, master has been updated via f4e0d0a42c2c6b8b2df474990332d5347ad5d26b (commit) from 0dee54d5ec56738134e8b484e8568917860c4da5 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=f4e0d0a42c2c6b8b2df474990332d5347ad5d26b commit f4e0d0a42c2c6b8b2df474990332d5347ad5d26b Author: Amit Khandekar <ami...@en...> Date: Mon Apr 16 15:09:43 2012 +0530 Enable the regression test join.sql in serial and parallel schedule. It was disabled earlier because the test used to crash the server (3284321). This bug is closed, and the server no longer crashes. M src/test/regress/parallel_schedule M src/test/regress/serial_schedule ----------------------------------------------------------------------- Summary of changes: src/test/regress/parallel_schedule | 5 +---- src/test/regress/serial_schedule | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) hooks/post-receive -- Postgres-XC |
From: Amit K. <ami...@us...> - 2012-04-16 06:45:56
|
Project "Postgres-XC". The branch, master has been updated via 0dee54d5ec56738134e8b484e8568917860c4da5 (commit) from 2b71ba688a0abdd45f1dbc3696914b5f9248433f (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0dee54d5ec56738134e8b484e8568917860c4da5 commit 0dee54d5ec56738134e8b484e8568917860c4da5 Author: Amit Khandekar <ami...@en...> Date: Mon Apr 16 12:14:50 2012 +0530 Fix for bug 3477909: COPY on table using nextval as default To support nextval() in COPY, in general, execute a non-shippable default expression on the coordinator, and add the default expression values in the data row that is sent to the datanode. Earlier, because the value was not evaluated and passed onto the datanode from coordinator, it was getting evaluated on datanode, as a result of which nextval() used to fail. Support this for both text and binary format. This also fixes a bug in binary format COPY where it used to abort if there are NULL values in the data. M src/backend/commands/copy.c M src/test/regress/expected/copy2_1.out A src/test/regress/expected/xc_copy.out M src/test/regress/parallel_schedule M src/test/regress/serial_schedule A src/test/regress/sql/xc_copy.sql ----------------------------------------------------------------------- Summary of changes: src/backend/commands/copy.c | 207 ++++++++++++++++++++++++++++++--- src/test/regress/expected/copy2_1.out | 28 +++--- src/test/regress/expected/xc_copy.out | 83 +++++++++++++ src/test/regress/parallel_schedule | 2 +- src/test/regress/serial_schedule | 2 +- src/test/regress/sql/xc_copy.sql | 87 ++++++++++++++ 6 files changed, 375 insertions(+), 34 deletions(-) create mode 100644 src/test/regress/expected/xc_copy.out create mode 100644 src/test/regress/sql/xc_copy.sql hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-16 05:38:53
|
Project "Postgres-XC". The branch, master has been updated via 2b71ba688a0abdd45f1dbc3696914b5f9248433f (commit) from 0feef7bcfb75ebfc0efefb794a6e04b82b747d62 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2b71ba688a0abdd45f1dbc3696914b5f9248433f commit 2b71ba688a0abdd45f1dbc3696914b5f9248433f Author: Michael P <mic...@us...> Date: Mon Apr 16 14:35:53 2012 +0900 Fix make check to use initgtm when running a test cluster There was an issue with gtm configuration file not correctly initialized by not having any node name, mandatory parameter there, so GTM did not start up and test could not run at all. M src/test/regress/pg_regress.c ----------------------------------------------------------------------- Summary of changes: src/test/regress/pg_regress.c | 51 ++++++++++++++++++++--------------------- 1 files changed, 25 insertions(+), 26 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-16 04:59:35
|
Project "Postgres-XC". The branch, master has been updated via 0feef7bcfb75ebfc0efefb794a6e04b82b747d62 (commit) from ceaf3395339e558f204a562017bf3522635f28ec (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=0feef7bcfb75ebfc0efefb794a6e04b82b747d62 commit 0feef7bcfb75ebfc0efefb794a6e04b82b747d62 Author: Michael P <mic...@us...> Date: Mon Apr 16 13:57:22 2012 +0900 Correct type for documentation of pgxc_is_committed A row tag ending was missing. M doc-xc/src/sgml/func.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/func.sgmlin | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-16 03:01:20
|
Project "Postgres-XC". The branch, master has been updated via ceaf3395339e558f204a562017bf3522635f28ec (commit) from 17d237f864cf68fdc93dce301bb72088ee5745b3 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=ceaf3395339e558f204a562017bf3522635f28ec commit ceaf3395339e558f204a562017bf3522635f28ec Author: Michael P <mi...@ot...> Date: Mon Apr 16 12:03:55 2012 +0900 Support for "make world" Like PostgreSQL, make world now compiles HTML, man, contrib and binaries automatically. All the documentation is located in doc-xc. Base patch by Koichi Suzuki, clean-up and extensions to support make world by me M GNUmakefile.in M doc-xc/Makefile M doc-xc/src/Makefile M doc-xc/src/sgml/Makefile A doc-xc/tools/Makefile A doc-xc/tools/makesgml/Makefile M src/bin/psql/Makefile ----------------------------------------------------------------------- Summary of changes: GNUmakefile.in | 12 ++++++------ doc-xc/Makefile | 5 +++-- doc-xc/src/Makefile | 2 +- doc-xc/src/sgml/Makefile | 11 ++++++++++- doc-xc/{ => tools}/Makefile | 14 ++++++++------ doc-xc/tools/makesgml/Makefile | 37 +++++++++++++++++++++++++++++++++++++ src/bin/psql/Makefile | 7 ++++++- 7 files changed, 71 insertions(+), 17 deletions(-) copy doc-xc/{ => tools}/Makefile (58%) create mode 100644 doc-xc/tools/makesgml/Makefile hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-16 02:21:40
|
Project "Postgres-XC". The branch, master has been updated via 17d237f864cf68fdc93dce301bb72088ee5745b3 (commit) from 2b405dde2f5c30487e3e7637a9c3ea6fa8f535a8 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=17d237f864cf68fdc93dce301bb72088ee5745b3 commit 17d237f864cf68fdc93dce301bb72088ee5745b3 Author: Michael P <mi...@ot...> Date: Mon Apr 16 11:26:02 2012 +0900 Correct typo in docs of CREATE TABLE and CREATE TABLE AS Some keywords were missing at the end of <replaceable> tags. M doc-xc/src/sgml/ref/create_table.sgmlin M doc-xc/src/sgml/ref/create_table_as.sgmlin ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/ref/create_table.sgmlin | 4 ++-- doc-xc/src/sgml/ref/create_table_as.sgmlin | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-16 02:17:00
|
Project "Postgres-XC". The branch, master has been updated via 2b405dde2f5c30487e3e7637a9c3ea6fa8f535a8 (commit) from cc3e61678938fe42ba3937af6c205cccda930901 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=2b405dde2f5c30487e3e7637a9c3ea6fa8f535a8 commit 2b405dde2f5c30487e3e7637a9c3ea6fa8f535a8 Author: Michael P <mi...@ot...> Date: Mon Apr 16 11:21:18 2012 +0900 Clean up, reformat of makesgml.c and removal of makesgml test files A header is added and code is reformatted to respect a maximum PostgreSQL-way. M doc-xc/tools/makesgml/makesgml.c D doc-xc/tools/makesgml/test.multilang D doc-xc/tools/makesgml/test.out D doc-xc/tools/makesgml/test.test ----------------------------------------------------------------------- Summary of changes: doc-xc/tools/makesgml/makesgml.c | 420 +++++++++++++++++++--------------- doc-xc/tools/makesgml/test.multilang | 22 -- doc-xc/tools/makesgml/test.out | 13 - doc-xc/tools/makesgml/test.test | 13 - 4 files changed, 234 insertions(+), 234 deletions(-) delete mode 100644 doc-xc/tools/makesgml/test.multilang delete mode 100644 doc-xc/tools/makesgml/test.out delete mode 100644 doc-xc/tools/makesgml/test.test hooks/post-receive -- Postgres-XC |
From: Michael P. <mic...@us...> - 2012-04-16 01:51:50
|
Project "Postgres-XC". The branch, master has been updated via cc3e61678938fe42ba3937af6c205cccda930901 (commit) from a1e1b33fd8c1edfb2950cee66cdd079ad959581d (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cc3e61678938fe42ba3937af6c205cccda930901 commit cc3e61678938fe42ba3937af6c205cccda930901 Author: Michael P <mi...@ot...> Date: Mon Apr 16 10:55:40 2012 +0900 Remove automatically generated files in documentation Those files are related to features, index and versioning but they are done automatically from sgml files. Patch by Koichi Suzuki D doc-xc/src/sgml/bookindex.sgmlin D doc-xc/src/sgml/features-supported.sgmlin D doc-xc/src/sgml/features-unsupported.sgmlin D doc-xc/src/sgml/version.sgmlin D doc-xc/src/sgml/wk.patch ----------------------------------------------------------------------- Summary of changes: doc-xc/src/sgml/bookindex.sgmlin |10526 --------------------------- doc-xc/src/sgml/features-supported.sgmlin | 2078 ------ doc-xc/src/sgml/features-unsupported.sgmlin | 1826 ----- doc-xc/src/sgml/version.sgmlin | 2 - doc-xc/src/sgml/wk.patch | 290 - 5 files changed, 0 insertions(+), 14722 deletions(-) delete mode 100644 doc-xc/src/sgml/bookindex.sgmlin delete mode 100644 doc-xc/src/sgml/features-supported.sgmlin delete mode 100644 doc-xc/src/sgml/features-unsupported.sgmlin delete mode 100644 doc-xc/src/sgml/version.sgmlin delete mode 100644 doc-xc/src/sgml/wk.patch hooks/post-receive -- Postgres-XC |