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) |
2
|
3
|
4
(2) |
5
|
6
|
7
(593) |
8
(1) |
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
(1) |
17
|
18
(2) |
19
(3) |
20
|
21
(3) |
22
(3) |
23
(1) |
24
|
25
|
26
|
27
|
28
|
|
|
From: Satoshi N. <sn...@us...> - 2013-02-04 06:56:20
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 7d2e33082ff5e019cfea40423d36e84722d43198 (commit) from 8759e908066aebdba73ea8e7fb6fc6bb82d3a2da (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=7d2e33082ff5e019cfea40423d36e84722d43198 commit 7d7bc1351125cf43568990b19d1b41e57949e87f Author: Koichi Suzuki <koi...@gm...> Date: Fri Feb 1 16:25:38 2013 +0900 Nikhil Sontakke kindly provided this to fix gtm_ctl dependency on PATH environment, the bug 3602944. modified: src/bin/gtm_ctl/gtm_ctl.c modified: src/gtm/main/main.c modified: src/gtm/proxy/proxy_main.c M src/bin/gtm_ctl/gtm_ctl.c M src/gtm/main/main.c M src/gtm/proxy/proxy_main.c ----------------------------------------------------------------------- Summary of changes: configure | 18 +- configure.in | 2 +- doc-xc/bug.template | 2 +- doc-xc/src/sgml/Makefile | 2 +- doc-xc/src/sgml/release-xc-1.0.sgmlin | 288 +++++++++++++++++++++++++++++++++ src/include/pg_config.h.win32 | 4 +- 6 files changed, 302 insertions(+), 14 deletions(-) hooks/post-receive -- Postgres-XC |
From: Satoshi N. <sn...@us...> - 2013-02-04 06:33:11
|
Project "Postgres-XC". The branch, REL1_0_STABLE has been updated via 8759e908066aebdba73ea8e7fb6fc6bb82d3a2da (commit) from 342ee5b0c9db34c30b5e8643bf7871709768b2c9 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8759e908066aebdba73ea8e7fb6fc6bb82d3a2da commit 7d7bc1351125cf43568990b19d1b41e57949e87f Author: Koichi Suzuki <koi...@gm...> Date: Fri Feb 1 16:25:38 2013 +0900 Nikhil Sontakke kindly provided this to fix gtm_ctl dependency on PATH environment, the bug 3602944. modified: src/bin/gtm_ctl/gtm_ctl.c modified: src/gtm/main/main.c modified: src/gtm/proxy/proxy_main.c M src/bin/gtm_ctl/gtm_ctl.c M src/gtm/main/main.c M src/gtm/proxy/proxy_main.c ----------------------------------------------------------------------- Summary of changes: COPYRIGHT | 2 +- contrib/pgxc_clean/Makefile | 2 +- contrib/pgxc_clean/txninfo.h | 2 +- contrib/pgxc_ddl/pgxc_ddl | 2 +- doc-xc/src/sgml/legal.sgmlin | 4 ++-- src/backend/access/transam/clog.c | 2 +- src/backend/access/transam/subtrans.c | 2 +- src/backend/access/transam/twophase.c | 2 +- src/backend/access/transam/varsup.c | 2 +- src/backend/access/transam/xact.c | 2 +- src/backend/bootstrap/bootstrap.c | 2 +- src/backend/catalog/dependency.c | 2 +- src/backend/catalog/heap.c | 2 +- src/backend/catalog/pgxc_class.c | 2 +- src/backend/commands/comment.c | 2 +- src/backend/commands/indexcmds.c | 2 +- src/backend/commands/sequence.c | 2 +- src/backend/commands/tablecmds.c | 2 +- src/backend/commands/vacuum.c | 2 +- src/backend/nodes/copyfuncs.c | 2 +- src/backend/nodes/equalfuncs.c | 2 +- src/backend/nodes/readfuncs.c | 2 +- src/backend/parser/gram.y | 2 +- src/backend/parser/parse_utilcmd.c | 2 +- src/backend/pgxc/Makefile | 2 +- src/backend/pgxc/barrier/Makefile | 2 +- src/backend/pgxc/barrier/barrier.c | 2 +- src/backend/pgxc/locator/Makefile | 2 +- src/backend/pgxc/locator/locator.c | 2 +- src/backend/pgxc/nodemgr/Makefile | 2 +- src/backend/pgxc/nodemgr/groupmgr.c | 2 +- src/backend/pgxc/nodemgr/nodemgr.c | 2 +- src/backend/pgxc/plan/Makefile | 2 +- src/backend/pgxc/plan/planner.c | 2 +- src/backend/pgxc/pool/Makefile | 2 +- src/backend/pgxc/pool/execRemote.c | 2 +- src/backend/pgxc/pool/pgxcnode.c | 2 +- src/backend/pgxc/pool/poolcomm.c | 2 +- src/backend/pgxc/pool/poolmgr.c | 2 +- src/backend/pgxc/pool/poolutils.c | 2 +- src/backend/pgxc/xc_maintenance_mode/Makefile | 2 +- .../pgxc/xc_maintenance_mode/xc_maintenance_mode.c | 2 +- src/backend/postmaster/postmaster.c | 2 +- src/backend/storage/ipc/procarray.c | 2 +- src/backend/tcop/postgres.c | 2 +- src/backend/tcop/utility.c | 2 +- src/backend/utils/cache/relcache.c | 2 +- src/backend/utils/cache/syscache.c | 2 +- src/backend/utils/misc/guc.c | 2 +- src/bin/initdb/initdb.c | 2 +- src/bin/initgtm/initgtm.c | 2 +- src/bin/pg_ctl/pg_ctl.c | 2 +- src/gtm/Makefile | 2 +- src/gtm/Makefile.port | 2 +- src/gtm/client/Makefile | 2 +- src/gtm/client/fe-connect.c | 2 +- src/gtm/client/fe-misc.c | 2 +- src/gtm/client/fe-protocol.c | 2 +- src/gtm/client/gtm_client.c | 2 +- src/gtm/client/ip.c | 2 +- src/gtm/client/pqexpbuffer.c | 2 +- src/gtm/client/strlcpy.c | 2 +- src/gtm/client/test/Makefile | 2 +- src/gtm/client/test/test_proxy.sh | 2 +- src/gtm/client/test/test_seq.c | 2 +- src/gtm/client/test/test_snap.c | 2 +- src/gtm/client/test/test_snapperf.c | 2 +- src/gtm/client/test/test_txn.c | 2 +- src/gtm/client/test/test_txnperf.c | 2 +- src/gtm/common/Makefile | 2 +- src/gtm/common/aset.c | 2 +- src/gtm/common/assert.c | 2 +- src/gtm/common/elog.c | 2 +- src/gtm/common/gtm_list.c | 2 +- src/gtm/common/gtm_lock.c | 2 +- src/gtm/common/gtm_serialize.c | 2 +- src/gtm/common/gtm_serialize_debug.c | 2 +- src/gtm/common/gtm_utils.c | 2 +- src/gtm/common/mcxt.c | 2 +- src/gtm/common/stringinfo.c | 2 +- src/gtm/gtm_ctl/Makefile | 2 +- src/gtm/gtm_ctl/gtm_ctl.c | 2 +- src/gtm/libpq/Makefile | 2 +- src/gtm/libpq/ip.c | 2 +- src/gtm/libpq/pqcomm.c | 2 +- src/gtm/libpq/pqformat.c | 2 +- src/gtm/libpq/pqsignal.c | 2 +- src/gtm/libpq/strlcpy.c | 2 +- src/gtm/main/Makefile | 2 +- src/gtm/main/gtm_opt.c | 2 +- src/gtm/main/gtm_seq.c | 2 +- src/gtm/main/gtm_snap.c | 2 +- src/gtm/main/gtm_standby.c | 2 +- src/gtm/main/gtm_stat.c | 2 +- src/gtm/main/gtm_stats.c | 2 +- src/gtm/main/gtm_thread.c | 2 +- src/gtm/main/gtm_time.c | 2 +- src/gtm/main/gtm_txn.c | 2 +- src/gtm/main/main.c | 2 +- src/gtm/path/Makefile | 2 +- src/gtm/path/path.c | 2 +- src/gtm/proxy/Makefile | 2 +- src/gtm/proxy/gtm_proxy_opt.c | 2 +- src/gtm/proxy/proxy_main.c | 2 +- src/gtm/proxy/proxy_thread.c | 2 +- src/gtm/proxy/proxy_utils.c | 2 +- src/gtm/recovery/Makefile | 2 +- src/gtm/recovery/register_common.c | 2 +- src/gtm/recovery/register_gtm.c | 2 +- src/gtm/recovery/replication.c | 2 +- src/gtm/recovery/standby_utils.c | 2 +- src/gtm/test/Makefile | 2 +- src/gtm/test/test_connect.c | 2 +- src/gtm/test/test_node.c | 2 +- src/gtm/test/test_node5.c | 2 +- src/gtm/test/test_repli.c | 2 +- src/gtm/test/test_repli2.c | 2 +- src/gtm/test/test_scenario.c | 2 +- src/gtm/test/test_seq.c | 2 +- src/gtm/test/test_seq4.c | 2 +- src/gtm/test/test_seq5.c | 2 +- src/gtm/test/test_standby.c | 2 +- src/gtm/test/test_startup.c | 2 +- src/gtm/test/test_txn.c | 2 +- src/gtm/test/test_txn4.c | 2 +- src/gtm/test/test_txn5.c | 2 +- src/gtm/test2/Makefile | 2 +- src/gtm/test2/test_connect2.c | 2 +- src/gtm/test2/test_standby.c | 2 +- src/gtm/test2/test_startup.c | 2 +- src/gtm/test2/test_txn.c | 2 +- src/gtm/test2/test_txn2.c | 2 +- src/gtm/test2/test_txn3.c | 2 +- src/gtm/test2/test_txn4.c | 2 +- src/gtm/test2/test_txn5.c | 2 +- src/include/access/transam.h | 2 +- src/include/access/xact.h | 2 +- src/include/bootstrap/bootstrap.h | 2 +- src/include/catalog/dependency.h | 2 +- src/include/catalog/heap.h | 2 +- src/include/catalog/indexing.h | 2 +- src/include/catalog/pgxc_group.h | 2 +- src/include/catalog/pgxc_node.h | 2 +- src/include/gen_alloc.h | 2 +- src/include/gtm/assert.h | 2 +- src/include/gtm/elog.h | 2 +- src/include/gtm/gtm.h | 2 +- src/include/gtm/gtm_c.h | 2 +- src/include/gtm/gtm_client.h | 2 +- src/include/gtm/gtm_conn.h | 2 +- src/include/gtm/gtm_ext.h | 2 +- src/include/gtm/gtm_ip.h | 2 +- src/include/gtm/gtm_list.h | 2 +- src/include/gtm/gtm_lock.h | 2 +- src/include/gtm/gtm_msg.h | 2 +- src/include/gtm/gtm_opt.h | 2 +- src/include/gtm/gtm_opt_tables.h | 2 +- src/include/gtm/gtm_proxy.h | 2 +- src/include/gtm/gtm_seq.h | 2 +- src/include/gtm/gtm_serialize.h | 2 +- src/include/gtm/gtm_serialize_debug.h | 2 +- src/include/gtm/gtm_standby.h | 2 +- src/include/gtm/gtm_time.h | 2 +- src/include/gtm/gtm_txn.h | 2 +- src/include/gtm/gtm_utils.h | 2 +- src/include/gtm/ip.h | 2 +- src/include/gtm/libpq-be.h | 2 +- src/include/gtm/libpq-fe.h | 2 +- src/include/gtm/libpq-int.h | 2 +- src/include/gtm/libpq.h | 2 +- src/include/gtm/memnodes.h | 2 +- src/include/gtm/memutils.h | 2 +- src/include/gtm/palloc.h | 2 +- src/include/gtm/path.h | 2 +- src/include/gtm/pqcomm.h | 2 +- src/include/gtm/pqexpbuffer.h | 2 +- src/include/gtm/pqformat.h | 2 +- src/include/gtm/pqsignal.h | 2 +- src/include/gtm/proxy_utils.h | 2 +- src/include/gtm/register.h | 2 +- src/include/gtm/replication.h | 2 +- src/include/gtm/standby_utils.h | 2 +- src/include/gtm/stringinfo.h | 2 +- src/include/nodes/nodes.h | 2 +- src/include/nodes/parsenodes.h | 2 +- src/include/nodes/primnodes.h | 2 +- src/include/parser/kwlist.h | 2 +- src/include/parser/parse_utilcmd.h | 2 +- src/include/pgxc/barrier.h | 2 +- src/include/pgxc/execRemote.h | 2 +- src/include/pgxc/groupmgr.h | 2 +- src/include/pgxc/locator.h | 2 +- src/include/pgxc/nodemgr.h | 2 +- src/include/pgxc/pgxc.h | 2 +- src/include/pgxc/pgxcnode.h | 2 +- src/include/pgxc/planner.h | 2 +- src/include/pgxc/poolcomm.h | 2 +- src/include/pgxc/poolmgr.h | 2 +- src/include/pgxc/poolutils.h | 2 +- src/include/pgxc/postgresql_fdw.h | 2 +- src/include/pgxc/xc_maintenance_mode.h | 2 +- src/include/postgres.h | 2 +- src/include/postmaster/autovacuum.h | 2 +- src/include/storage/procarray.h | 2 +- src/include/utils/rel.h | 2 +- src/include/utils/snapshot.h | 2 +- src/include/utils/syscache.h | 2 +- src/pgxc/Makefile | 2 +- src/pgxc/tools/Makefile | 2 +- src/pgxc/tools/makesgml/Makefile | 2 +- src/pgxc/tools/makesgml/makesgml.c | 2 +- src/tools/copyright_xc | 14 ++++++++++++++ 212 files changed, 226 insertions(+), 212 deletions(-) create mode 100755 src/tools/copyright_xc hooks/post-receive -- Postgres-XC |