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
|
6
|
7
|
8
|
9
|
10
|
11
(2) |
12
(5) |
13
(3) |
14
|
15
|
16
|
17
|
18
|
19
|
20
(2) |
21
|
22
|
23
|
24
|
25
(1) |
26
(1) |
27
(2) |
28
(2) |
29
|
30
|
31
|
|
|
|
|
|
From: Michael P. <mic...@us...> - 2011-01-28 02:02:24
|
Project "Postgres-XC". The branch, master has been updated via 10a271b9287eb59b1846f5334e2cb1b35e69b4d6 (commit) from ed71dbc99039efb837b76cb2f5c998230a7e0f3e (commit) - Log ----------------------------------------------------------------- commit 10a271b9287eb59b1846f5334e2cb1b35e69b4d6 Author: Michael P <mic...@us...> Date: Fri Jan 28 11:05:49 2011 +0900 maintenance for 2011, change header files A little bit late, but change the headers for 2011. diff --git a/src/backend/access/transam/clog.c b/src/backend/access/transam/clog.c index 2a0f245..2640e45 100644 --- a/src/backend/access/transam/clog.c +++ b/src/backend/access/transam/clog.c @@ -25,7 +25,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/backend/access/transam/subtrans.c b/src/backend/access/transam/subtrans.c index 35c9d83..3832f82 100644 --- a/src/backend/access/transam/subtrans.c +++ b/src/backend/access/transam/subtrans.c @@ -21,7 +21,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/backend/access/transam/twophase.c b/src/backend/access/transam/twophase.c index 97f6c76..af15e79 100644 --- a/src/backend/access/transam/twophase.c +++ b/src/backend/access/transam/twophase.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * IDENTIFICATION * $PostgreSQL$ diff --git a/src/backend/access/transam/varsup.c b/src/backend/access/transam/varsup.c index d87abed..64acec8 100644 --- a/src/backend/access/transam/varsup.c +++ b/src/backend/access/transam/varsup.c @@ -4,7 +4,7 @@ * postgres OID & XID variables support routines * * Copyright (c) 2000-2009, PostgreSQL Global Development Group - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * IDENTIFICATION * $PostgreSQL$ diff --git a/src/backend/access/transam/xact.c b/src/backend/access/transam/xact.c index da9e3b1..0fa83fa 100644 --- a/src/backend/access/transam/xact.c +++ b/src/backend/access/transam/xact.c @@ -7,7 +7,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index 19be784..8a5064d 100644 --- a/src/backend/bootstrap/bootstrap.c +++ b/src/backend/bootstrap/bootstrap.c @@ -6,7 +6,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * IDENTIFICATION * $PostgreSQL$ diff --git a/src/backend/catalog/dependency.c b/src/backend/catalog/dependency.c index 5333cf0..d0c356b 100644 --- a/src/backend/catalog/dependency.c +++ b/src/backend/catalog/dependency.c @@ -6,7 +6,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * IDENTIFICATION * $PostgreSQL$ diff --git a/src/backend/catalog/heap.c b/src/backend/catalog/heap.c index a8f9d30..75637fc 100644 --- a/src/backend/catalog/heap.c +++ b/src/backend/catalog/heap.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/backend/catalog/pgxc_class.c b/src/backend/catalog/pgxc_class.c index bf54ca4..6b897c8 100644 --- a/src/backend/catalog/pgxc_class.c +++ b/src/backend/catalog/pgxc_class.c @@ -4,7 +4,7 @@ * routines to support manipulation of the pgxc_class relation * * Copyright (c) 1996-2010, PostgreSQL Global Development Group - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * *------------------------------------------------------------------------- diff --git a/src/backend/commands/indexcmds.c b/src/backend/commands/indexcmds.c index ed5061a..1b87bcb 100644 --- a/src/backend/commands/indexcmds.c +++ b/src/backend/commands/indexcmds.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/backend/commands/sequence.c b/src/backend/commands/sequence.c index 7f98b4d..ffe8b63 100644 --- a/src/backend/commands/sequence.c +++ b/src/backend/commands/sequence.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c index 94d820b..53f7c4d 100644 --- a/src/backend/commands/tablecmds.c +++ b/src/backend/commands/tablecmds.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/backend/commands/vacuum.c b/src/backend/commands/vacuum.c index 86f0fa5..2277c66 100644 --- a/src/backend/commands/vacuum.c +++ b/src/backend/commands/vacuum.c @@ -10,7 +10,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/backend/nodes/copyfuncs.c b/src/backend/nodes/copyfuncs.c index 40cb4f5..13e47e9 100644 --- a/src/backend/nodes/copyfuncs.c +++ b/src/backend/nodes/copyfuncs.c @@ -13,7 +13,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * IDENTIFICATION * $PostgreSQL$ diff --git a/src/backend/nodes/equalfuncs.c b/src/backend/nodes/equalfuncs.c index fc72cf6..32ac010 100644 --- a/src/backend/nodes/equalfuncs.c +++ b/src/backend/nodes/equalfuncs.c @@ -20,7 +20,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * IDENTIFICATION * $PostgreSQL$ diff --git a/src/backend/nodes/readfuncs.c b/src/backend/nodes/readfuncs.c index c928bf8..e3b3b21 100644 --- a/src/backend/nodes/readfuncs.c +++ b/src/backend/nodes/readfuncs.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/backend/parser/gram.y b/src/backend/parser/gram.y index 0c76d7a..37b012b 100644 --- a/src/backend/parser/gram.y +++ b/src/backend/parser/gram.y @@ -8,7 +8,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/backend/parser/parse_utilcmd.c b/src/backend/parser/parse_utilcmd.c index 7a31dcb..580ed18 100644 --- a/src/backend/parser/parse_utilcmd.c +++ b/src/backend/parser/parse_utilcmd.c @@ -18,7 +18,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/backend/pgxc/Makefile b/src/backend/pgxc/Makefile index d978720..eecac20 100644 --- a/src/backend/pgxc/Makefile +++ b/src/backend/pgxc/Makefile @@ -2,7 +2,7 @@ # Makefile for the access methods module # # -# Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation +# Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation # # $PostgreSQL$ # diff --git a/src/backend/pgxc/locator/locator.c b/src/backend/pgxc/locator/locator.c index 4442310..199293f 100644 --- a/src/backend/pgxc/locator/locator.c +++ b/src/backend/pgxc/locator/locator.c @@ -8,7 +8,7 @@ * PGXCTODO - do not use a single mappingTable for all * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/backend/pgxc/plan/planner.c b/src/backend/pgxc/plan/planner.c index ff6ce81..fbfe733 100644 --- a/src/backend/pgxc/plan/planner.c +++ b/src/backend/pgxc/plan/planner.c @@ -5,7 +5,7 @@ * Functions for generating a PGXC style plan. * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/backend/pgxc/pool/Makefile b/src/backend/pgxc/pool/Makefile index 8c2b66a..f0701c5 100644 --- a/src/backend/pgxc/pool/Makefile +++ b/src/backend/pgxc/pool/Makefile @@ -3,7 +3,7 @@ # Makefile-- # Makefile for pool # -# Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation +# Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation # # IDENTIFICATION # $PostgreSQL$ diff --git a/src/backend/pgxc/pool/execRemote.c b/src/backend/pgxc/pool/execRemote.c index 5cd60b7..c5610dc 100644 --- a/src/backend/pgxc/pool/execRemote.c +++ b/src/backend/pgxc/pool/execRemote.c @@ -6,7 +6,7 @@ * * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * IDENTIFICATION * $$ diff --git a/src/backend/pgxc/pool/pgxcnode.c b/src/backend/pgxc/pool/pgxcnode.c index 1e23489..fa4f384 100644 --- a/src/backend/pgxc/pool/pgxcnode.c +++ b/src/backend/pgxc/pool/pgxcnode.c @@ -7,7 +7,7 @@ * * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * IDENTIFICATION * $$ diff --git a/src/backend/pgxc/pool/poolcomm.c b/src/backend/pgxc/pool/poolcomm.c index bdb6cb1..79a3776 100644 --- a/src/backend/pgxc/pool/poolcomm.c +++ b/src/backend/pgxc/pool/poolcomm.c @@ -6,7 +6,7 @@ * * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * *------------------------------------------------------------------------- */ diff --git a/src/backend/pgxc/pool/poolmgr.c b/src/backend/pgxc/pool/poolmgr.c index 50e38dc..fb9ca00 100644 --- a/src/backend/pgxc/pool/poolmgr.c +++ b/src/backend/pgxc/pool/poolmgr.c @@ -25,7 +25,7 @@ * * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * IDENTIFICATION * $$ diff --git a/src/backend/pgxc/pool/poolutils.c b/src/backend/pgxc/pool/poolutils.c index e14c936..cccc9de 100644 --- a/src/backend/pgxc/pool/poolutils.c +++ b/src/backend/pgxc/pool/poolutils.c @@ -5,7 +5,7 @@ * Utilities for Postgres-XC pooler * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * IDENTIFICATION * $$ diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index b36347d..07779ae 100644 --- a/src/backend/postmaster/postmaster.c +++ b/src/backend/postmaster/postmaster.c @@ -34,7 +34,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c index 69c25d1..0a4c3a3 100644 --- a/src/backend/storage/ipc/procarray.c +++ b/src/backend/storage/ipc/procarray.c @@ -28,7 +28,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 87ccde5..9615b52 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/backend/utils/cache/relcache.c b/src/backend/utils/cache/relcache.c index 05eab29..4b5fb65 100644 --- a/src/backend/utils/cache/relcache.c +++ b/src/backend/utils/cache/relcache.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/backend/utils/cache/syscache.c b/src/backend/utils/cache/syscache.c index 9f8d0fc..d8833b3 100644 --- a/src/backend/utils/cache/syscache.c +++ b/src/backend/utils/cache/syscache.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index 684396c..a148265 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -7,7 +7,7 @@ * * * Copyright (c) 2000-2009, PostgreSQL Global Development Group - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * Written by Peter Eisentraut <pe...@gm...>. * * IDENTIFICATION diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c index b4dd50b..67aa3e5 100644 --- a/src/bin/initdb/initdb.c +++ b/src/bin/initdb/initdb.c @@ -40,7 +40,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * Portions taken from FreeBSD. * * $PostgreSQL$ diff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c index 17dd620..baef131 100644 --- a/src/bin/pg_ctl/pg_ctl.c +++ b/src/bin/pg_ctl/pg_ctl.c @@ -3,7 +3,7 @@ * pg_ctl --- start/stops/restarts the PostgreSQL server * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/bin/scripts/pgxc_ddl b/src/bin/scripts/pgxc_ddl index 2442595..658a3b3 100644 --- a/src/bin/scripts/pgxc_ddl +++ b/src/bin/scripts/pgxc_ddl @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2010 Nippon Telegraph and Telephone Corporation +# Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation #Scripts to launch DDL in PGXC cluster using a cold_backup method #Be sure to have set a correct ssl environment in all the servers of the cluster diff --git a/src/gtm/Makefile b/src/gtm/Makefile index 5214936..2616cec 100644 --- a/src/gtm/Makefile +++ b/src/gtm/Makefile @@ -3,7 +3,7 @@ # Makefile for src/gtm # GTM and GTM proxy # -# Copyright (c) 2010 Nippon Telegraph and Telephone Corporation +# Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation #------------------------------------------------------------------------- PGFILEDESC = "gtm - Global Transaction Manager for Postgres-XC" diff --git a/src/gtm/Makefile.global b/src/gtm/Makefile.global index f130bdb..bfc052f 100644 --- a/src/gtm/Makefile.global +++ b/src/gtm/Makefile.global @@ -2,7 +2,7 @@ ########################################################################## # # Meta configuration -# Copyright (c) 2010 Nippon Telegraph and Telephone Corporation +# Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation .PHONY: all install install-strip installdirs uninstall clean distclean check installcheck .SILENT: installdirs diff --git a/src/gtm/Makefile.port b/src/gtm/Makefile.port index 611c8b7..e616574 100644 --- a/src/gtm/Makefile.port +++ b/src/gtm/Makefile.port @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Nippon Telegraph and Telephone Corporation +# Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation AROPT = crs export_dynamic = -Wl,-E diff --git a/src/gtm/Makefile.shlib b/src/gtm/Makefile.shlib index 83aca38..4f3470e 100644 --- a/src/gtm/Makefile.shlib +++ b/src/gtm/Makefile.shlib @@ -4,7 +4,7 @@ # Common rules for building shared libraries # # Copyright (c) 1998, Regents of the University of California -# Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation +# Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation # # IDENTIFICATION # $PostgreSQL: pgsql/src/Makefile.shlib,v 1.119 2008/12/11 07:34:07 petere Exp $ diff --git a/src/gtm/client/Makefile b/src/gtm/client/Makefile index 216adf2..eff3f9b 100644 --- a/src/gtm/client/Makefile +++ b/src/gtm/client/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Nippon Telegraph and Telephone Corporation +# Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation top_build_dir=../.. include $(top_build_dir)/gtm/Makefile.global diff --git a/src/gtm/client/fe-connect.c b/src/gtm/client/fe-connect.c index 5a2ad1d..fddad3f 100644 --- a/src/gtm/client/fe-connect.c +++ b/src/gtm/client/fe-connect.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/client/fe-misc.c b/src/gtm/client/fe-misc.c index 89bdd52..5c9e257 100644 --- a/src/gtm/client/fe-misc.c +++ b/src/gtm/client/fe-misc.c @@ -21,7 +21,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * IDENTIFICATION * $PostgreSQL: pgsql/src/interfaces/libpq/fe-misc.c,v 1.137 2008/12/11 07:34:09 petere Exp $ diff --git a/src/gtm/client/fe-protocol.c b/src/gtm/client/fe-protocol.c index a70be31..a873b2a 100644 --- a/src/gtm/client/fe-protocol.c +++ b/src/gtm/client/fe-protocol.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/client/gtm_client.c b/src/gtm/client/gtm_client.c index 9501478..f5cafd9 100644 --- a/src/gtm/client/gtm_client.c +++ b/src/gtm/client/gtm_client.c @@ -4,7 +4,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/client/ip.c b/src/gtm/client/ip.c index b210e20..9d24391 100644 --- a/src/gtm/client/ip.c +++ b/src/gtm/client/ip.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/client/pqexpbuffer.c b/src/gtm/client/pqexpbuffer.c index 95c6ee0..2b852d6 100644 --- a/src/gtm/client/pqexpbuffer.c +++ b/src/gtm/client/pqexpbuffer.c @@ -16,7 +16,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/interfaces/libpq/pqexpbuffer.c,v 1.25 2008/11/26 00:26:23 tgl Exp $ * diff --git a/src/gtm/client/strlcpy.c b/src/gtm/client/strlcpy.c index ae031e2..28a3740 100644 --- a/src/gtm/client/strlcpy.c +++ b/src/gtm/client/strlcpy.c @@ -4,7 +4,7 @@ * strncpy done right * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/client/test/Makefile b/src/gtm/client/test/Makefile index 46ddbe9..f2fe3b7 100644 --- a/src/gtm/client/test/Makefile +++ b/src/gtm/client/test/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Nippon Telegraph and Telephone Corporation +# Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation top_build_dir=../../../ include $(top_build_dir)/gtm/Makefile.global diff --git a/src/gtm/client/test/test_proxy.sh b/src/gtm/client/test/test_proxy.sh index c0d3cae..5c68745 100644 --- a/src/gtm/client/test/test_proxy.sh +++ b/src/gtm/client/test/test_proxy.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2010 Nippon Telegraph and Telephone Corporation +# Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation GTM_SERVER_HOSTNAME=gtm GTM_SERVER_PORT=16667 diff --git a/src/gtm/client/test/test_seq.c b/src/gtm/client/test/test_seq.c index ba1981e..b1a076d 100644 --- a/src/gtm/client/test/test_seq.c +++ b/src/gtm/client/test/test_seq.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation */ #include <sys/types.h> #include <unistd.h> diff --git a/src/gtm/client/test/test_snap.c b/src/gtm/client/test/test_snap.c index 718ad3c..f4b60ff 100644 --- a/src/gtm/client/test/test_snap.c +++ b/src/gtm/client/test/test_snap.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation */ #include <sys/types.h> #include <unistd.h> diff --git a/src/gtm/client/test/test_snapperf.c b/src/gtm/client/test/test_snapperf.c index 3218c2a..4f415f8 100644 --- a/src/gtm/client/test/test_snapperf.c +++ b/src/gtm/client/test/test_snapperf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation */ #include <sys/types.h> diff --git a/src/gtm/client/test/test_txn.c b/src/gtm/client/test/test_txn.c index 2c805de..f988923 100644 --- a/src/gtm/client/test/test_txn.c +++ b/src/gtm/client/test/test_txn.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation */ #include <sys/types.h> diff --git a/src/gtm/client/test/test_txnperf.c b/src/gtm/client/test/test_txnperf.c index 04b218e..816db34 100644 --- a/src/gtm/client/test/test_txnperf.c +++ b/src/gtm/client/test/test_txnperf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation */ #include <sys/types.h> #include <unistd.h> diff --git a/src/gtm/common/Makefile b/src/gtm/common/Makefile index 104382c..5ee1eb8 100644 --- a/src/gtm/common/Makefile +++ b/src/gtm/common/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Nippon Telegraph and Telephone Corporation +# Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation top_build_dir=../.. include $(top_build_dir)/gtm/Makefile.global diff --git a/src/gtm/common/aset.c b/src/gtm/common/aset.c index aa95330..c95f9a1 100644 --- a/src/gtm/common/aset.c +++ b/src/gtm/common/aset.c @@ -9,7 +9,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * IDENTIFICATION * $PostgreSQL: pgsql/src/backend/utils/mmgr/aset.c,v 1.77 2008/04/11 22:54:23 tgl Exp $ diff --git a/src/gtm/common/assert.c b/src/gtm/common/assert.c index 58b9448..ea182d5 100644 --- a/src/gtm/common/assert.c +++ b/src/gtm/common/assert.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/common/elog.c b/src/gtm/common/elog.c index 65f28a2..cc6a9a5 100644 --- a/src/gtm/common/elog.c +++ b/src/gtm/common/elog.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/common/gtm_list.c b/src/gtm/common/gtm_list.c index 3ea2ce7..234483c 100644 --- a/src/gtm/common/gtm_list.c +++ b/src/gtm/common/gtm_list.c @@ -6,7 +6,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/common/gtm_lock.c b/src/gtm/common/gtm_lock.c index c919730..560ef9d 100644 --- a/src/gtm/common/gtm_lock.c +++ b/src/gtm/common/gtm_lock.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/common/mcxt.c b/src/gtm/common/mcxt.c index 9325ae3..1cb0079 100644 --- a/src/gtm/common/mcxt.c +++ b/src/gtm/common/mcxt.c @@ -11,7 +11,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/common/stringinfo.c b/src/gtm/common/stringinfo.c index 5023bd9..35e4cd8 100644 --- a/src/gtm/common/stringinfo.c +++ b/src/gtm/common/stringinfo.c @@ -8,7 +8,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/backend/lib/stringinfo.c,v 1.49 2008/01/01 19:45:49 momjian Exp $ * diff --git a/src/gtm/gtm_ctl/Makefile b/src/gtm/gtm_ctl/Makefile index eddcc9a..19cc20a 100644 --- a/src/gtm/gtm_ctl/Makefile +++ b/src/gtm/gtm_ctl/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Nippon Telegraph and Telephone Corporation +# Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation top_build_dir=../.. include $(top_build_dir)/gtm/Makefile.global diff --git a/src/gtm/gtm_ctl/gtm_ctl.c b/src/gtm/gtm_ctl/gtm_ctl.c index 46d9364..58e1e16 100644 --- a/src/gtm/gtm_ctl/gtm_ctl.c +++ b/src/gtm/gtm_ctl/gtm_ctl.c @@ -3,7 +3,7 @@ * gtm_ctl --- start/stops/restarts the GTM server/proxy * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/gtm/libpq/Makefile b/src/gtm/libpq/Makefile index 9036ba8..b02dfbe 100644 --- a/src/gtm/libpq/Makefile +++ b/src/gtm/libpq/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Nippon Telegraph and Telephone Corporation +# Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation top_build_dir=../.. include $(top_build_dir)/gtm/Makefile.global diff --git a/src/gtm/libpq/ip.c b/src/gtm/libpq/ip.c index 5611614..08929e9 100644 --- a/src/gtm/libpq/ip.c +++ b/src/gtm/libpq/ip.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/libpq/pqcomm.c b/src/gtm/libpq/pqcomm.c index e697a7f..d7c3081 100644 --- a/src/gtm/libpq/pqcomm.c +++ b/src/gtm/libpq/pqcomm.c @@ -29,7 +29,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/backend/libpq/pqcomm.c,v 1.198 2008/01/01 19:45:49 momjian Exp $ * diff --git a/src/gtm/libpq/pqformat.c b/src/gtm/libpq/pqformat.c index 41ef105..6d8e5f9 100644 --- a/src/gtm/libpq/pqformat.c +++ b/src/gtm/libpq/pqformat.c @@ -23,7 +23,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/backend/libpq/pqformat.c,v 1.48 2009/01/01 17:23:42 momjian Exp $ * diff --git a/src/gtm/libpq/pqsignal.c b/src/gtm/libpq/pqsignal.c index 6bff3d4..0c7914e 100644 --- a/src/gtm/libpq/pqsignal.c +++ b/src/gtm/libpq/pqsignal.c @@ -6,7 +6,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/libpq/strlcpy.c b/src/gtm/libpq/strlcpy.c index ae031e2..28a3740 100644 --- a/src/gtm/libpq/strlcpy.c +++ b/src/gtm/libpq/strlcpy.c @@ -4,7 +4,7 @@ * strncpy done right * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/main/Makefile b/src/gtm/main/Makefile index 3ed2c78..bcdaf89 100644 --- a/src/gtm/main/Makefile +++ b/src/gtm/main/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Nippon Telegraph and Telephone Corporation +# Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation top_build_dir=../.. include $(top_build_dir)/gtm/Makefile.global diff --git a/src/gtm/main/gtm_seq.c b/src/gtm/main/gtm_seq.c index 390d0f6..359a959 100644 --- a/src/gtm/main/gtm_seq.c +++ b/src/gtm/main/gtm_seq.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/main/gtm_snap.c b/src/gtm/main/gtm_snap.c index 5c0125e..1308765 100644 --- a/src/gtm/main/gtm_snap.c +++ b/src/gtm/main/gtm_snap.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/main/gtm_stat.c b/src/gtm/main/gtm_stat.c index fac6b64..d9fa7aa 100644 --- a/src/gtm/main/gtm_stat.c +++ b/src/gtm/main/gtm_stat.c @@ -4,7 +4,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/main/gtm_stats.c b/src/gtm/main/gtm_stats.c index aba1a21..2548cd4 100644 --- a/src/gtm/main/gtm_stats.c +++ b/src/gtm/main/gtm_stats.c @@ -4,7 +4,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/main/gtm_thread.c b/src/gtm/main/gtm_thread.c index 61ea640..fd49e85 100644 --- a/src/gtm/main/gtm_thread.c +++ b/src/gtm/main/gtm_thread.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/main/gtm_time.c b/src/gtm/main/gtm_time.c index ea795af..1e1451e 100644 --- a/src/gtm/main/gtm_time.c +++ b/src/gtm/main/gtm_time.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/main/gtm_txn.c b/src/gtm/main/gtm_txn.c index 27f7372..ab5a09b 100644 --- a/src/gtm/main/gtm_txn.c +++ b/src/gtm/main/gtm_txn.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/main/main.c b/src/gtm/main/main.c index 8c1f4ca..ea6d5d2 100644 --- a/src/gtm/main/main.c +++ b/src/gtm/main/main.c @@ -4,7 +4,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/path/path.c b/src/gtm/path/path.c index ea0eb6d..11c6290 100644 --- a/src/gtm/path/path.c +++ b/src/gtm/path/path.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/proxy/Makefile b/src/gtm/proxy/Makefile index d2e6623..ebc97ea 100644 --- a/src/gtm/proxy/Makefile +++ b/src/gtm/proxy/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Nippon Telegraph and Telephone Corporation +# Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation top_build_dir=../.. include $(top_build_dir)/gtm/Makefile.global diff --git a/src/gtm/proxy/proxy_main.c b/src/gtm/proxy/proxy_main.c index 4950e04..9a00bee 100644 --- a/src/gtm/proxy/proxy_main.c +++ b/src/gtm/proxy/proxy_main.c @@ -4,7 +4,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/proxy/proxy_thread.c b/src/gtm/proxy/proxy_thread.c index 844f2f7..4139936 100644 --- a/src/gtm/proxy/proxy_thread.c +++ b/src/gtm/proxy/proxy_thread.c @@ -4,7 +4,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/gtm/recovery/Makefile b/src/gtm/recovery/Makefile index 5092a56..3af7fd7 100644 --- a/src/gtm/recovery/Makefile +++ b/src/gtm/recovery/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Nippon Telegraph and Telephone Corporation +# Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation top_build_dir=../.. include $(top_build_dir)/gtm/Makefile.global diff --git a/src/gtm/recovery/register.c b/src/gtm/recovery/register.c index bb5cfc3..766072d 100644 --- a/src/gtm/recovery/register.c +++ b/src/gtm/recovery/register.c @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * * IDENTIFICATION diff --git a/src/include/access/transam.h b/src/include/access/transam.h index d7c7b7b..7210189 100644 --- a/src/include/access/transam.h +++ b/src/include/access/transam.h @@ -6,7 +6,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/include/access/xact.h b/src/include/access/xact.h index 5bf6b6c..9b2be9f 100644 --- a/src/include/access/xact.h +++ b/src/include/access/xact.h @@ -6,7 +6,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h index 8cf2839..468bccf 100644 --- a/src/include/bootstrap/bootstrap.h +++ b/src/include/bootstrap/bootstrap.h @@ -6,7 +6,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/include/catalog/dependency.h b/src/include/catalog/dependency.h index 74c6d15..e72b783 100644 --- a/src/include/catalog/dependency.h +++ b/src/include/catalog/dependency.h @@ -6,7 +6,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/include/catalog/heap.h b/src/include/catalog/heap.h index f3c5ab1..4e84562 100644 --- a/src/include/catalog/heap.h +++ b/src/include/catalog/heap.h @@ -6,7 +6,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/include/catalog/indexing.h b/src/include/catalog/indexing.h index bcb48d2..9bf8143 100644 --- a/src/include/catalog/indexing.h +++ b/src/include/catalog/indexing.h @@ -7,7 +7,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/include/gtm/assert.h b/src/include/gtm/assert.h index 5c71363..b46df46 100644 --- a/src/include/gtm/assert.h +++ b/src/include/gtm/assert.h @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/include/gtm/elog.h b/src/include/gtm/elog.h index 49c463f..115ea1f 100644 --- a/src/include/gtm/elog.h +++ b/src/include/gtm/elog.h @@ -6,7 +6,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/include/utils/elog.h,v 1.98 2009/01/01 17:24:02 momjian Exp $ * diff --git a/src/include/gtm/gtm.h b/src/include/gtm/gtm.h index 9075433..5041b0e 100644 --- a/src/include/gtm/gtm.h +++ b/src/include/gtm/gtm.h @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/include/gtm/gtm_c.h b/src/include/gtm/gtm_c.h index e1fc4bd..e243317 100644 --- a/src/include/gtm/gtm_c.h +++ b/src/include/gtm/gtm_c.h @@ -11,7 +11,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/include/c.h,v 1.234 2009/01/01 17:23:55 momjian Exp $ * diff --git a/src/include/gtm/gtm_client.h b/src/include/gtm/gtm_client.h index b8b6af0..0159212 100644 --- a/src/include/gtm/gtm_client.h +++ b/src/include/gtm/gtm_client.h @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/include/gtm/gtm_conn.h b/src/include/gtm/gtm_conn.h index 911a345..c000497 100644 --- a/src/include/gtm/gtm_conn.h +++ b/src/include/gtm/gtm_conn.h @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/include/gtm/gtm_ext.h b/src/include/gtm/gtm_ext.h index b492941..49b0253 100644 --- a/src/include/gtm/gtm_ext.h +++ b/src/include/gtm/gtm_ext.h @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/include/gtm/gtm_ip.h b/src/include/gtm/gtm_ip.h index 30da308..2f89418 100644 --- a/src/include/gtm/gtm_ip.h +++ b/src/include/gtm/gtm_ip.h @@ -7,7 +7,7 @@ * what you include here! * * Copyright (c) 2003-2009, PostgreSQL Global Development Group - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/include/libpq/ip.h,v 1.20 2008/01/01 19:45:58 momjian Exp $ * diff --git a/src/include/gtm/gtm_list.h b/src/include/gtm/gtm_list.h index 6a5727f..c5dbd93 100644 --- a/src/include/gtm/gtm_list.h +++ b/src/include/gtm/gtm_list.h @@ -29,7 +29,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/include/nodes/pg_list.h,v 1.59 2008/08/14 18:48:00 tgl Exp $ * diff --git a/src/include/gtm/gtm_lock.h b/src/include/gtm/gtm_lock.h index f4a5e02..3da85c1 100644 --- a/src/include/gtm/gtm_lock.h +++ b/src/include/gtm/gtm_lock.h @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/include/gtm/gtm_msg.h b/src/include/gtm/gtm_msg.h index 16dfaac..aeee095 100644 --- a/src/include/gtm/gtm_msg.h +++ b/src/include/gtm/gtm_msg.h @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/include/gtm/gtm_proxy.h b/src/include/gtm/gtm_proxy.h index 4c55639..9b721e1 100644 --- a/src/include/gtm/gtm_proxy.h +++ b/src/include/gtm/gtm_proxy.h @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/include/gtm/gtm_seq.h b/src/include/gtm/gtm_seq.h index 7dc1e3e..6ac8092 100644 --- a/src/include/gtm/gtm_seq.h +++ b/src/include/gtm/gtm_seq.h @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/include/gtm/gtm_time.h b/src/include/gtm/gtm_time.h index b3d7005..90f36ea 100644 --- a/src/include/gtm/gtm_time.h +++ b/src/include/gtm/gtm_time.h @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/include/gtm/gtm_txn.h b/src/include/gtm/gtm_txn.h index be6852f..9b2fb83 100644 --- a/src/include/gtm/gtm_txn.h +++ b/src/include/gtm/gtm_txn.h @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/include/gtm/ip.h b/src/include/gtm/ip.h index c5d9752..fa4e3d3 100644 --- a/src/include/gtm/ip.h +++ b/src/include/gtm/ip.h @@ -7,7 +7,7 @@ * what you include here! * * Copyright (c) 2003-2009, PostgreSQL Global Development Group - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/include/libpq/ip.h,v 1.20 2008/01/01 19:45:58 momjian Exp $ * diff --git a/src/include/gtm/libpq-be.h b/src/include/gtm/libpq-be.h index a157a73..d5a5df5 100644 --- a/src/include/gtm/libpq-be.h +++ b/src/include/gtm/libpq-be.h @@ -10,7 +10,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/include/libpq/libpq-be.h,v 1.69 2009/01/01 17:23:59 momjian Exp $ * diff --git a/src/include/gtm/libpq-fe.h b/src/include/gtm/libpq-fe.h index 2c5c2c4..1ae16c1 100644 --- a/src/include/gtm/libpq-fe.h +++ b/src/include/gtm/libpq-fe.h @@ -6,7 +6,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-fe.h,v 1.145 2009/01/01 17:24:03 momjian Exp $ * diff --git a/src/include/gtm/libpq-int.h b/src/include/gtm/libpq-int.h index 43fa3ea..5c6714b 100644 --- a/src/include/gtm/libpq-int.h +++ b/src/include/gtm/libpq-int.h @@ -11,7 +11,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.139 2009/01/01 17:24:03 momjian Exp $ * diff --git a/src/include/gtm/libpq.h b/src/include/gtm/libpq.h index 29621a4..11c4dda 100644 --- a/src/include/gtm/libpq.h +++ b/src/include/gtm/libpq.h @@ -6,7 +6,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/include/libpq/libpq.h,v 1.70 2008/11/20 09:29:36 mha Exp $ * diff --git a/src/include/gtm/memnodes.h b/src/include/gtm/memnodes.h index dea51b2..9c55e46 100644 --- a/src/include/gtm/memnodes.h +++ b/src/include/gtm/memnodes.h @@ -6,7 +6,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/include/nodes/memnodes.h,v 1.34 2008/01/01 19:45:58 momjian Exp $ * diff --git a/src/include/gtm/memutils.h b/src/include/gtm/memutils.h index 5d89995..9666c44 100644 --- a/src/include/gtm/memutils.h +++ b/src/include/gtm/memutils.h @@ -9,7 +9,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/include/utils/memutils.h,v 1.64 2008/01/01 19:45:59 momjian Exp $ * diff --git a/src/include/gtm/palloc.h b/src/include/gtm/palloc.h index 380e280..e81e9d1 100644 --- a/src/include/gtm/palloc.h +++ b/src/include/gtm/palloc.h @@ -20,7 +20,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/include/utils/palloc.h,v 1.40 2008/06/28 16:45:22 tgl Exp $ * diff --git a/src/include/gtm/path.h b/src/include/gtm/path.h index 624fd18..e95ca5e 100644 --- a/src/include/gtm/path.h +++ b/src/include/gtm/path.h @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL$ * diff --git a/src/include/gtm/pqcomm.h b/src/include/gtm/pqcomm.h index cdae6ca..df655a5 100644 --- a/src/include/gtm/pqcomm.h +++ b/src/include/gtm/pqcomm.h @@ -8,7 +8,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/include/libpq/pqcomm.h,v 1.109 2008/10/28 12:10:44 mha Exp $ * diff --git a/src/include/gtm/pqexpbuffer.h b/src/include/gtm/pqexpbuffer.h index 7ae0411..039a481 100644 --- a/src/include/gtm/pqexpbuffer.h +++ b/src/include/gtm/pqexpbuffer.h @@ -17,7 +17,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/interfaces/libpq/pqexpbuffer.h,v 1.21 2008/11/26 16:23:11 tgl Exp $ * diff --git a/src/include/gtm/pqformat.h b/src/include/gtm/pqformat.h index 3febf2c..4a07367 100644 --- a/src/include/gtm/pqformat.h +++ b/src/include/gtm/pqformat.h @@ -5,7 +5,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California - * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation + * Port... [truncated message content] |
From: Michael P. <mic...@us...> - 2011-01-28 01:24:36
|
Project "Postgres-XC". The branch, master has been updated via ed71dbc99039efb837b76cb2f5c998230a7e0f3e (commit) from 0230e78ec19bceb2ff5b34ea7a035cc2b0b7321a (commit) - Log ----------------------------------------------------------------- commit ed71dbc99039efb837b76cb2f5c998230a7e0f3e Author: Michael P <mic...@us...> Date: Fri Jan 28 10:21:14 2011 +0900 Fix for replicated tables using multi-INSERT queries. Comments have also been added on functions created for this support. A structure used to combine results has been moved from pquery.c to ExecRemote.c to limit dependencies. Patch by Benny Wang, with some editorialization from me diff --git a/src/backend/pgxc/plan/planner.c b/src/backend/pgxc/plan/planner.c index 1cbf587..ff6ce81 100644 --- a/src/backend/pgxc/plan/planner.c +++ b/src/backend/pgxc/plan/planner.c @@ -488,23 +488,19 @@ get_plan_nodes_insert(PlannerInfo *root, RemoteQuery *step) /* Bad relation type */ return; - /* Get result relation info */ rel_loc_info = GetRelationLocInfo(rte->relid); if (!rel_loc_info) ereport(ERROR, (errcode(ERRCODE_STATEMENT_TOO_COMPLEX), - (errmsg("Could not find relation for oid = %d", rte->relid)))); + (errmsg("Could not find relation for oid = %d", rte->relid)))); - if (query->jointree != NULL && query->jointree->fromlist != NULL) + /* Optimization is only done for distributed tables */ + if (query->jointree != NULL + && query->jointree->fromlist != NULL + && rel_loc_info->locatorType == LOCATOR_TYPE_HASH) { - /* INSERT SELECT suspected */ - - /* We only optimize for when the destination is partitioned */ - if (rel_loc_info->locatorType != LOCATOR_TYPE_HASH) - return; - /* * See if it is "single-step" * Optimize for just known common case with 2 RTE entries @@ -546,7 +542,7 @@ get_plan_nodes_insert(PlannerInfo *root, RemoteQuery *step) if (rel_loc_info->locatorType == LOCATOR_TYPE_HASH && rel_loc_info->partAttrName != NULL) { - Expr *checkexpr; + Expr *checkexpr; TargetEntry *tle = NULL; /* It is a partitioned table, get value by looking in targetList */ @@ -602,7 +598,7 @@ get_plan_nodes_insert(PlannerInfo *root, RemoteQuery *step) if (!source_rel_loc_info) ereport(ERROR, (errcode(ERRCODE_STATEMENT_TOO_COMPLEX), - (errmsg("Could not find relation for oid = %d", rte->relid)))); + (errmsg("Could not find relation for oid = %d", rte->relid)))); if (source_rel_loc_info->locatorType == LOCATOR_TYPE_HASH && strcmp(col_base->colname, source_rel_loc_info->partAttrName) == 0) @@ -3247,16 +3243,26 @@ is_pgxc_safe_func(Oid funcid) return ret_val; } -/* code is borrowed from get_plan_nodes_insert */ +/* + * GetHashExecNodes - + * Get hash key of execution nodes according to the expression value + * + * Input parameters: + * rel_loc_info is a locator function. It contains distribution information. + * exec_nodes is the list of nodes to be executed + * expr is the partition column value + * + * code is borrowed from get_plan_nodes_insert + */ void GetHashExecNodes(RelationLocInfo *rel_loc_info, ExecNodes **exec_nodes, const Expr *expr) { /* We may have a cast, try and handle it */ Expr *checkexpr; Expr *eval_expr = NULL; - Const *constant; - long part_value; - long *part_value_ptr = NULL; + Const *constant; + long part_value; + long *part_value_ptr = NULL; eval_expr = (Expr *) eval_const_expressions(NULL, (Node *)expr); checkexpr = get_numeric_constant(eval_expr); @@ -3276,7 +3282,7 @@ GetHashExecNodes(RelationLocInfo *rel_loc_info, ExecNodes **exec_nodes, const Ex /* single call handles both replicated and partitioned types */ *exec_nodes = GetRelationNodes(rel_loc_info, part_value_ptr, - RELATION_ACCESS_INSERT); + RELATION_ACCESS_INSERT); if (eval_expr) pfree(eval_expr); diff --git a/src/backend/pgxc/pool/execRemote.c b/src/backend/pgxc/pool/execRemote.c index 7621c15..5cd60b7 100644 --- a/src/backend/pgxc/pool/execRemote.c +++ b/src/backend/pgxc/pool/execRemote.c @@ -815,9 +815,18 @@ HandleError(RemoteQueryState *combiner, char *msg_body, size_t len) combiner->command_complete_count++; } -/* combine deparsed sql statements execution results */ +/* + * HandleCmdComplete - + * combine deparsed sql statements execution results + * + * Input parameters: + * commandType is dml command type + * combineTag is used to combine the completion result + * msg_body is execution result needed to combine + * len is msg_body size + */ void -HandleCmdComplete(CmdType commandType, combineTag *combine, +HandleCmdComplete(CmdType commandType, CombineTag *combine, const char *msg_body, size_t len) { int digits = 0; diff --git a/src/backend/rewrite/rewriteHandler.c b/src/backend/rewrite/rewriteHandler.c index ca3ec53..d9fc689 100644 --- a/src/backend/rewrite/rewriteHandler.c +++ b/src/backend/rewrite/rewriteHandler.c @@ -2156,12 +2156,18 @@ QueryRewrite(Query *parsetree) } #ifdef PGXC +/* + * Part of handling INSERT queries with multiple values + * + * GetRelPartColPos - + * Get the partition column position in targetList + */ static int GetRelPartColPos(const Query *query, const char *partColName) { ListCell *lc; int rescol = -1; - + foreach(lc, query->targetList) { TargetEntry *tle = (TargetEntry *) lfirst(lc); @@ -2187,18 +2193,40 @@ GetRelPartColPos(const Query *query, const char *partColName) return rescol; } +/* + * Part of handling INSERT queries with multiple values + * + * ProcessHashValue - + * associates the inserted row to the specified datanode + * + * Input parameters: + * subList is the inserted row + * node is the node number + */ static void ProcessHashValue(List **valuesList, const List *subList, const int node) { valuesList[node - 1] = lappend(valuesList[node - 1], subList); } +/* + * Part of handling INSERT queries with multiple values + * + * InitValuesList - + * Allocate and initialize the list of values + */ static void InitValuesList(List **valuesList[], int size) { *valuesList = palloc0(size * sizeof(List *)); } +/* + * Part of handling INSERT queries with multiple values + * + * InitValuesList - + * free all the list of values + */ static void DestroyValuesList(List **valuesList[]) { @@ -2206,9 +2234,20 @@ DestroyValuesList(List **valuesList[]) *valuesList = NIL; } +/* + * Part of handling INSERT queries with multiple values + * + * ProcessRobinValue - + * assign insert values list to each node averagely + * + * Input parameters: + * valuesList is an array of lists used to assign value list to specified nodes + * size is number of assigned nodes + * values_rte is the values list + */ static void ProcessRobinValue(Oid relid, List **valuesList, - int size, const RangeTblEntry *values_rte) + int size, const RangeTblEntry *values_rte) { List *values = values_rte->values_lists; int length = values->length; @@ -2217,9 +2256,9 @@ ProcessRobinValue(Oid relid, List **valuesList, int processNum = 0; int node; - /* get average insert value number of each node */ - if (length > NumDataNodes) - dist = length/NumDataNodes; + /* Get average insert value number of each node */ + if (length > size) + dist = length/size; else dist = 1; @@ -2227,7 +2266,7 @@ ProcessRobinValue(Oid relid, List **valuesList, { node = GetRoundRobinNode(relid); - /* assign insert value */ + /* Assign insert value */ for(j = 0; j < dist; j++) { processNum += 1; @@ -2235,17 +2274,30 @@ ProcessRobinValue(Oid relid, List **valuesList, list_nth(values, processNum - 1)); } } - - /* assign remained value */ + + /* Assign remained value */ while(processNum < length) { processNum += 1; node = GetRoundRobinNode(relid); valuesList[node - 1] = lappend(valuesList[node - 1], - list_nth(values, processNum - 1)); + list_nth(values, processNum - 1)); } } +/* + * Part of handling INSERT queries with multiple values + * + * RewriteInsertStmt - + * Rewrite INSERT statement. + * Split the INSERT statement with mutiple values into mutiple insert statements + * according to its distribution key. Distribution rule is as follows: + * 1.LOCATOR_TYPE_HASH: associates correct node with its distribution key + * 2.LOCATOR_TYPE_RROBIN: assign value lists to each datanodes averagely + * 3.DEFAULT: no need to process (replicate case) + * + * values_rte is the values list range table. + */ static List * RewriteInsertStmt(Query *query, RangeTblEntry *values_rte) { @@ -2260,7 +2312,7 @@ RewriteInsertStmt(Query *query, RangeTblEntry *values_rte) char *partColName; List **valuesList; int i; - + rte = (RangeTblEntry *) list_nth(query->rtable, query->resultRelation - 1); rte_loc_info = GetRelationLocInfo(rte->relid); locatorType = rte_loc_info->locatorType; @@ -2284,44 +2336,45 @@ RewriteInsertStmt(Query *query, RangeTblEntry *values_rte) foreach(values_lc, values_rte->values_lists) { List *sublist = (List *)lfirst(values_lc); - + if (first) { + /* Get the partition column number in the targetList */ partColno = GetRelPartColPos(query, partColName); first = false; } - /* get the exec node according to partition column value */ + /* Get the exec node according to partition column value */ GetHashExecNodes(rte_loc_info, &exec_nodes, (Expr *)list_nth(sublist, partColno)); Assert(exec_nodes->nodelist->length == 1); - /* assign valueList to specified exec node */ + /* Assign valueList to specified execution node */ ProcessHashValue(valuesList, sublist, list_nth_int(exec_nodes->nodelist, 0)); } } - + goto collect; case LOCATOR_TYPE_RROBIN: - + InitValuesList(&valuesList, NumDataNodes); - /* assign valueList to specified exec node */ + /* Assign valueList to specified execution node */ ProcessRobinValue(rte->relid, valuesList, NumDataNodes, values_rte); -collect: - /* produce query for relative datanodes */ - for(i = 0; i < NumDataNodes; i++) +collect: + /* Produce query for relative Datanodes */ + for (i = 0; i < NumDataNodes; i++) { if (valuesList[i] != NIL) { ExecNodes *execNodes = makeNode(ExecNodes); execNodes->baselocatortype = rte_loc_info->locatorType; execNodes->nodelist = lappend_int(execNodes->nodelist, i + 1); - + element = copyObject(query); - + rte = (RangeTblEntry *)list_nth(element->rtable, rtr->rtindex - 1); rte->values_lists = valuesList[i]; @@ -2335,16 +2388,15 @@ collect: rwInsertList = lappend(rwInsertList, element); } } - + DestroyValuesList(&valuesList); break; - + default: /* distribute by replication: just do it as usual */ rwInsertList = lappend(rwInsertList, query); break; } - return rwInsertList; } #endif diff --git a/src/backend/tcop/pquery.c b/src/backend/tcop/pquery.c index 247ca83..93bf626 100644 --- a/src/backend/tcop/pquery.c +++ b/src/backend/tcop/pquery.c @@ -1241,7 +1241,7 @@ PortalRunMulti(Portal portal, bool isTopLevel, { ListCell *stmtlist_item; #ifdef PGXC - combineTag combine; + CombineTag combine; combine.cmdType = CMD_UNKNOWN; combine.data[0] = '\0'; diff --git a/src/include/pgxc/execRemote.h b/src/include/pgxc/execRemote.h index 8f6c10a..d50b415 100644 --- a/src/include/pgxc/execRemote.h +++ b/src/include/pgxc/execRemote.h @@ -46,6 +46,12 @@ typedef enum REQUEST_TYPE_COPY_OUT /* Copy Out response */ } RequestType; +/* Combines results of INSERT statements using multiple values */ +typedef struct CombineTag +{ + CmdType cmdType; /* DML command type */ + char data[COMPLETION_TAG_BUFSIZE]; /* execution result combination data */ +} CombineTag; /* * Represents a DataRow message received from a remote node. @@ -142,7 +148,7 @@ extern void ExecRemoteUtility(RemoteQuery *node); extern int handle_response(PGXCNodeHandle * conn, RemoteQueryState *combiner); #ifdef PGXC -extern void HandleCmdComplete(CmdType commandType, combineTag *combine, const char *msg_body, +extern void HandleCmdComplete(CmdType commandType, CombineTag *combine, const char *msg_body, size_t len); #endif extern bool FetchTuple(RemoteQueryState *combiner, TupleTableSlot *slot); diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h index e947989..4919dc5 100644 --- a/src/include/tcop/pquery.h +++ b/src/include/tcop/pquery.h @@ -17,13 +17,6 @@ #include "nodes/parsenodes.h" #include "utils/portal.h" -#ifdef PGXC -typedef struct combineTag -{ - CmdType cmdType; - char data[COMPLETION_TAG_BUFSIZE]; -} combineTag; -#endif extern PGDLLIMPORT Portal ActivePortal; ----------------------------------------------------------------------- Summary of changes: src/backend/pgxc/plan/planner.c | 38 ++++++++------ src/backend/pgxc/pool/execRemote.c | 13 ++++- src/backend/rewrite/rewriteHandler.c | 100 ++++++++++++++++++++++++++-------- src/backend/tcop/pquery.c | 2 +- src/include/pgxc/execRemote.h | 8 +++- src/include/tcop/pquery.h | 7 --- 6 files changed, 117 insertions(+), 51 deletions(-) hooks/post-receive -- Postgres-XC |