diff options
author | Michael P | 2011-01-28 02:05:49 +0000 |
---|---|---|
committer | Pavan Deolasee | 2011-05-19 17:49:36 +0000 |
commit | a88646f333870be445806af17feb2756139aab78 (patch) | |
tree | 0b2d38aa3f19983910971780da8a681e788e6318 | |
parent | e0617d4a90e08a0774a480a2a650b500f2ff8ceb (diff) |
maintenance for 2011, change header files
A little bit late, but change the headers for 2011.
141 files changed, 141 insertions, 141 deletions
diff --git a/src/backend/access/transam/clog.c b/src/backend/access/transam/clog.c index b975ac1d27..fe6b50fd30 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: pgsql/src/backend/access/transam/clog.c,v 1.53 2009/06/11 14:48:54 momjian Exp $ * diff --git a/src/backend/access/transam/subtrans.c b/src/backend/access/transam/subtrans.c index c468c631f3..ffdd899732 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: pgsql/src/backend/access/transam/subtrans.c,v 1.24 2009/01/01 17:23:36 momjian Exp $ * diff --git a/src/backend/access/transam/twophase.c b/src/backend/access/transam/twophase.c index 8821e15b28..43c8732245 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: pgsql/src/backend/access/transam/twophase.c,v 1.54 2009/06/25 19:05:52 heikki Exp $ diff --git a/src/backend/access/transam/varsup.c b/src/backend/access/transam/varsup.c index 529a2f8630..3c3be5c94a 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: pgsql/src/backend/access/transam/varsup.c,v 1.84 2009/04/23 00:23:45 tgl Exp $ diff --git a/src/backend/access/transam/xact.c b/src/backend/access/transam/xact.c index a069d44183..ea1215d45c 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 969d6f566c..b616bdadd0 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: pgsql/src/backend/bootstrap/bootstrap.c,v 1.250 2009/02/18 15:58:41 heikki Exp $ diff --git a/src/backend/catalog/dependency.c b/src/backend/catalog/dependency.c index a4a525ec93..00339f0119 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: pgsql/src/backend/catalog/dependency.c,v 1.89 2009/06/11 14:48:54 momjian Exp $ diff --git a/src/backend/catalog/heap.c b/src/backend/catalog/heap.c index 4d3de2dccf..a92e73a2b3 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 bf54ca455e..6b897c8311 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 e0005905ba..0f1a2e5b63 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 d67cd4e408..675f0b52f2 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 7970c80730..58d05d9c76 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 aed98d98f8..ab5f756e13 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 878a5e0457..d878d4edce 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: pgsql/src/backend/nodes/copyfuncs.c,v 1.432 2009/06/18 01:27:02 tgl Exp $ diff --git a/src/backend/nodes/equalfuncs.c b/src/backend/nodes/equalfuncs.c index fedb5102bb..c27d228cd1 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: pgsql/src/backend/nodes/equalfuncs.c,v 1.355 2009/06/18 01:27:02 tgl Exp $ diff --git a/src/backend/nodes/readfuncs.c b/src/backend/nodes/readfuncs.c index 4cae711aa4..b195475c2f 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 21e6021669..fe3e92016c 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 30149a8542..10e0584852 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: pgsql/src/backend/parser/parse_utilcmd.c,v 2.21 2009/06/11 14:49:00 momjian Exp $ * diff --git a/src/backend/pgxc/Makefile b/src/backend/pgxc/Makefile index d978720b1c..eecac20a86 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 4442310965..199293fe41 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 ff6ce81fb0..fbfe733ae4 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 8c2b66a155..f0701c52ca 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 5cd60b7e62..c5610dc7cb 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 1e23489714..fa4f3842d0 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 bdb6cb16c4..79a377660a 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 50e38dceea..fb9ca0070f 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 e14c936ec8..cccc9de7cb 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 5a428cf337..bb2d03665f 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 93376e97c5..13b4703471 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 4a374789a1..fcd058f376 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 47ee10e682..e3fabeebc4 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 5b70df1924..32c5e4948c 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 fd2eba0adc..efcc462318 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 <[email protected]>. * * IDENTIFICATION diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c index 336f83945f..7f9401604f 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: pgsql/src/bin/initdb/initdb.c,v 1.172 2009/06/11 14:49:07 momjian Exp $ diff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c index 3e06bd4132..beaee03067 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: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.111 2009/06/11 14:49:07 momjian Exp $ * diff --git a/src/bin/scripts/pgxc_ddl b/src/bin/scripts/pgxc_ddl index 2442595e16..658a3b3b5f 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 52149363d9..2616cec901 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 f130bdbd7f..bfc052fb75 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 611c8b7766..e616574be7 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 83aca3896b..4f3470eebe 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 216adf2207..eff3f9be65 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 5a2ad1d953..fddad3fb99 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 89bdd52eb3..5c9e25704d 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 a70be31f4b..a873b2a26f 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 9501478363..f5cafd9af2 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 b210e201c5..9d24391206 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 95c6ee09ee..2b852d6580 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 ae031e244c..28a374081b 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 46ddbe9a6a..f2fe3b77fe 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 c0d3caec61..5c68745b3f 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 ba1981e4cf..b1a076dc55 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 718ad3c24f..f4b60ff628 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 3218c2ad9e..4f415f8d49 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 2c805def13..f988923501 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 04b218eeb6..816db34126 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 104382c9c9..5ee1eb8bbf 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 aa9533009a..c95f9a1a99 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 58b94481b3..ea182d541f 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 65f28a2448..cc6a9a533b 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 3ea2ce76cb..234483cf55 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 c919730c90..560ef9daa6 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 9325ae3c82..1cb007982d 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 5023bd9893..35e4cd87f1 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 eddcc9aebe..19cc20a83a 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 46d9364e6b..58e1e16c48 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 9036ba8547..b02dfbe37a 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 561161410d..08929e98c7 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 e697a7f4b1..d7c3081864 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 41ef1056a3..6d8e5f9de0 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 6bff3d4e14..0c7914ec15 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 ae031e244c..28a374081b 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 3ed2c78b12..bcdaf89061 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 390d0f6668..359a9598a6 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 5c0125e4ac..1308765dbc 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 fac6b64c24..d9fa7aad84 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 aba1a219fb..2548cd45e9 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 61ea640ab5..fd49e852dd 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 ea795af8f2..1e1451eaf1 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 27f73721ad..ab5a09b4eb 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 8c1f4ca080..ea6d5d2cbe 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 ea0eb6dbf2..11c62908ab 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 d2e6623d6a..ebc97ea7c2 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 4950e0480c..9a00bee6eb 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 844f2f70b4..4139936104 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 5092a56581..3af7fd787a 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 bb5cfc3d9a..766072d645 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 b801776b61..78b33bf87d 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: pgsql/src/include/access/transam.h,v 1.68 2009/05/08 03:21:35 momjian Exp $ * diff --git a/src/include/access/xact.h b/src/include/access/xact.h index 9a51b90d9d..d211329bd3 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: pgsql/src/include/access/xact.h,v 1.98 2009/06/11 14:49:09 momjian Exp $ * diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h index e8f96604ad..5ab5fa203e 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: pgsql/src/include/bootstrap/bootstrap.h,v 1.51 2009/01/01 17:23:56 momjian Exp $ * diff --git a/src/include/catalog/dependency.h b/src/include/catalog/dependency.h index 1a7e3601ad..79ef568a9a 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: pgsql/src/include/catalog/dependency.h,v 1.40 2009/06/11 14:49:09 momjian Exp $ * diff --git a/src/include/catalog/heap.h b/src/include/catalog/heap.h index baa9ecaf49..194b687970 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: pgsql/src/include/catalog/heap.h,v 1.91 2009/06/11 14:49:09 momjian Exp $ * diff --git a/src/include/catalog/indexing.h b/src/include/catalog/indexing.h index 5557021e30..d8489c8d35 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: pgsql/src/include/catalog/indexing.h,v 1.108 2009/06/11 14:49:09 momjian Exp $ * diff --git a/src/include/gtm/assert.h b/src/include/gtm/assert.h index 5c71363832..b46df46a5e 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 49c463fa3e..115ea1fd9b 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 90754338a0..5041b0e88c 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 e1fc4bde62..e243317a47 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 b8b6af0143..0159212367 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 911a345c4f..c000497a27 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 b492941779..49b0253925 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 30da3081d3..2f89418af6 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 6a5727f36a..c5dbd93766 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 f4a5e025ba..3da85c15d1 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 16dfaac8ff..aeee09569b 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 4c55639790..9b721e1de2 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 7dc1e3ebe6..6ac8092ef5 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 b3d7005db9..90f36ea7ef 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 be6852fb95..9b2fb83aa1 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 c5d975298b..fa4e3d35d7 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 a157a7349d..d5a5df5ed0 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 2c5c2c4e04..1ae16c1dbd 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 43fa3ea3f6..5c6714bc9a 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 29621a43c4..11c4dda902 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 dea51b2bbd..9c55e46efc 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 5d89995d4d..9666c44030 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 380e280694..e81e9d14ac 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 624fd183c9..e95ca5e86b 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 cdae6ca284..df655a5c5b 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 7ae0411423..039a48105e 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 3febf2cf2e..4a07367b5b 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 + * Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation * * $PostgreSQL: pgsql/src/include/libpq/pqformat.h,v 1.27 2009/01/01 17:23:59 momjian Exp $ * diff --git a/src/include/gtm/pqsignal.h b/src/include/gtm/pqsignal.h index e3a53dc3ed..523a151a91 100644 --- a/src/include/gtm/pqsignal.h +++ b/src/include/gtm/pqsignal.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/pqsignal.h,v 1.32 2008/01/01 19:45:58 momjian Exp $ * diff --git a/src/include/gtm/register.h b/src/include/gtm/register.h index 573a17b829..0e4b23f984 100644 --- a/src/include/gtm/register.h +++ b/src/include/gtm/register.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/stringinfo.h b/src/include/gtm/stringinfo.h index 197aa877a1..c34e6a32fb 100644 --- a/src/include/gtm/stringinfo.h +++ b/src/include/gtm/stringinfo.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/lib/stringinfo.h,v 1.35 2008/01/01 19:45:57 momjian Exp $ * diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h index 10b259ad85..67194a1c8d 100644 --- a/src/include/nodes/nodes.h +++ b/src/include/nodes/nodes.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/nodes.h,v 1.223 2009/06/11 14:49:11 momjian Exp $ * diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index ed13703481..ab0fc52cac 100644 --- a/src/include/nodes/parsenodes.h +++ b/src/include/nodes/parsenodes.h @@ -12,7 +12,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/parsenodes.h,v 1.395 2009/06/18 01:27:02 tgl Exp $ * diff --git a/src/include/nodes/primnodes.h b/src/include/nodes/primnodes.h index 36c5e6e633..9a96ea6886 100644 --- a/src/include/nodes/primnodes.h +++ b/src/include/nodes/primnodes.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/nodes/primnodes.h,v 1.149 2009/06/11 14:49:11 momjian Exp $ * diff --git a/src/include/parser/kwlist.h b/src/include/parser/kwlist.h index 62c7c0dcb9..dc6b96e3b5 100644 --- a/src/include/parser/kwlist.h +++ b/src/include/parser/kwlist.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 * * IDENTIFICATION * $PostgreSQL: pgsql/src/include/parser/kwlist.h,v 1.2 2009/04/06 08:42:53 heikki Exp $ diff --git a/src/include/parser/parse_utilcmd.h b/src/include/parser/parse_utilcmd.h index 319699381d..79ca0a8d3d 100644 --- a/src/include/parser/parse_utilcmd.h +++ b/src/include/parser/parse_utilcmd.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/parser/parse_utilcmd.h,v 1.4 2009/01/01 17:24:00 momjian Exp $ * diff --git a/src/include/pgxc/execRemote.h b/src/include/pgxc/execRemote.h index d50b415aad..aaa12a19f4 100644 --- a/src/include/pgxc/execRemote.h +++ b/src/include/pgxc/execRemote.h @@ -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/include/pgxc/locator.h b/src/include/pgxc/locator.h index a6d1d531a3..1bc894953f 100644 --- a/src/include/pgxc/locator.h +++ b/src/include/pgxc/locator.h @@ -4,7 +4,7 @@ * Externally declared locator functions * * - * 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/pgxc/pgxc.h b/src/include/pgxc/pgxc.h index 3b0309079c..e690aa04a8 100644 --- a/src/include/pgxc/pgxc.h +++ b/src/include/pgxc/pgxc.h @@ -5,7 +5,7 @@ * * * Portions 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 * * IDENTIFICATION * $$ diff --git a/src/include/pgxc/pgxcnode.h b/src/include/pgxc/pgxcnode.h index 098a7f2f12..f8ac7c6b5a 100644 --- a/src/include/pgxc/pgxcnode.h +++ b/src/include/pgxc/pgxcnode.h @@ -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/include/pgxc/planner.h b/src/include/pgxc/planner.h index 42dd2b6328..ad0f05d1bb 100644 --- a/src/include/pgxc/planner.h +++ b/src/include/pgxc/planner.h @@ -5,7 +5,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/include/pgxc/poolcomm.h b/src/include/pgxc/poolcomm.h index a10af3da9e..c1a85619fd 100644 --- a/src/include/pgxc/poolcomm.h +++ b/src/include/pgxc/poolcomm.h @@ -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/include/pgxc/poolmgr.h b/src/include/pgxc/poolmgr.h index 7b6e4d4758..b1fbc7e16d 100644 --- a/src/include/pgxc/poolmgr.h +++ b/src/include/pgxc/poolmgr.h @@ -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/include/pgxc/poolutils.h b/src/include/pgxc/poolutils.h index 0f34561253..5b8749451b 100644 --- a/src/include/pgxc/poolutils.h +++ b/src/include/pgxc/poolutils.h @@ -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/include/postgres.h b/src/include/postgres.h index e8bfd5a391..89f5fbfd5d 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -9,7 +9,7 @@ * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1995, 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/postgres.h,v 1.92 2009/01/01 17:23:55 momjian Exp $ * diff --git a/src/include/postmaster/autovacuum.h b/src/include/postmaster/autovacuum.h index e4e01a68aa..be64960dd5 100644 --- a/src/include/postmaster/autovacuum.h +++ b/src/include/postmaster/autovacuum.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/postmaster/autovacuum.h,v 1.15 2009/01/01 17:24:01 momjian Exp $ * diff --git a/src/include/storage/procarray.h b/src/include/storage/procarray.h index 17b1c9532d..feb49f03cc 100644 --- a/src/include/storage/procarray.h +++ b/src/include/storage/procarray.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/storage/procarray.h,v 1.26 2009/06/11 14:49:12 momjian Exp $ * diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h index 5f3a482877..fe4bcedcb0 100644 --- a/src/include/utils/rel.h +++ b/src/include/utils/rel.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/rel.h,v 1.114 2009/06/11 14:49:13 momjian Exp $ * diff --git a/src/include/utils/snapshot.h b/src/include/utils/snapshot.h index 835ba95291..23b5aea4eb 100644 --- a/src/include/utils/snapshot.h +++ b/src/include/utils/snapshot.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: pgsql/src/include/utils/snapshot.h,v 1.5 2009/06/11 14:49:13 momjian Exp $ * diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h index e038041519..19df41d746 100644 --- a/src/include/utils/syscache.h +++ b/src/include/utils/syscache.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/utils/syscache.h,v 1.74 2009/01/01 17:24:02 momjian Exp $ * |