summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBruce Momjian2001-01-24 19:43:33 +0000
committerBruce Momjian2001-01-24 19:43:33 +0000
commit623bf843d201438db1590906b4c39faf9d2e1c2a (patch)
tree8372b993d8b8c75e2bd3da7fabe822b82c6675f6 /src/include
parentae22682f2abcb47ee4d4f124daa0a3ecd685b6f2 (diff)
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/access/attnum.h4
-rw-r--r--src/include/access/genam.h4
-rw-r--r--src/include/access/hash.h4
-rw-r--r--src/include/access/heapam.h4
-rw-r--r--src/include/access/hio.h4
-rw-r--r--src/include/access/htup.h4
-rw-r--r--src/include/access/ibit.h4
-rw-r--r--src/include/access/iqual.h4
-rw-r--r--src/include/access/istrat.h4
-rw-r--r--src/include/access/itup.h4
-rw-r--r--src/include/access/nbtree.h4
-rw-r--r--src/include/access/printtup.h4
-rw-r--r--src/include/access/relscan.h4
-rw-r--r--src/include/access/rtree.h4
-rw-r--r--src/include/access/rtscan.h4
-rw-r--r--src/include/access/rtstrat.h4
-rw-r--r--src/include/access/sdir.h4
-rw-r--r--src/include/access/skey.h4
-rw-r--r--src/include/access/strat.h4
-rw-r--r--src/include/access/transam.h4
-rw-r--r--src/include/access/tupdesc.h4
-rw-r--r--src/include/access/tupmacs.h4
-rw-r--r--src/include/access/valid.h4
-rw-r--r--src/include/access/xact.h4
-rw-r--r--src/include/bootstrap/bootstrap.h4
-rw-r--r--src/include/c.h4
-rw-r--r--src/include/catalog/catalog.h4
-rw-r--r--src/include/catalog/catname.h4
-rw-r--r--src/include/catalog/catversion.h4
-rw-r--r--src/include/catalog/heap.h4
-rw-r--r--src/include/catalog/index.h4
-rw-r--r--src/include/catalog/indexing.h4
-rw-r--r--src/include/catalog/pg_aggregate.h4
-rw-r--r--src/include/catalog/pg_am.h4
-rw-r--r--src/include/catalog/pg_amop.h4
-rw-r--r--src/include/catalog/pg_amproc.h4
-rw-r--r--src/include/catalog/pg_attrdef.h2
-rw-r--r--src/include/catalog/pg_attribute.h4
-rw-r--r--src/include/catalog/pg_class.h4
-rw-r--r--src/include/catalog/pg_database.h4
-rw-r--r--src/include/catalog/pg_description.h4
-rw-r--r--src/include/catalog/pg_group.h4
-rw-r--r--src/include/catalog/pg_index.h4
-rw-r--r--src/include/catalog/pg_inheritproc.h4
-rw-r--r--src/include/catalog/pg_inherits.h4
-rw-r--r--src/include/catalog/pg_ipl.h4
-rw-r--r--src/include/catalog/pg_language.h4
-rw-r--r--src/include/catalog/pg_largeobject.h4
-rw-r--r--src/include/catalog/pg_listener.h4
-rw-r--r--src/include/catalog/pg_log.h4
-rw-r--r--src/include/catalog/pg_opclass.h4
-rw-r--r--src/include/catalog/pg_operator.h4
-rw-r--r--src/include/catalog/pg_proc.h4
-rw-r--r--src/include/catalog/pg_relcheck.h2
-rw-r--r--src/include/catalog/pg_rewrite.h4
-rw-r--r--src/include/catalog/pg_shadow.h4
-rw-r--r--src/include/catalog/pg_statistic.h4
-rw-r--r--src/include/catalog/pg_trigger.h2
-rw-r--r--src/include/catalog/pg_type.h4
-rw-r--r--src/include/catalog/pg_variable.h4
-rw-r--r--src/include/catalog/pg_version.h4
-rw-r--r--src/include/commands/async.h4
-rw-r--r--src/include/commands/cluster.h4
-rw-r--r--src/include/commands/command.h4
-rw-r--r--src/include/commands/copy.h4
-rw-r--r--src/include/commands/creatinh.h4
-rw-r--r--src/include/commands/dbcommands.h4
-rw-r--r--src/include/commands/defrem.h4
-rw-r--r--src/include/commands/explain.h4
-rw-r--r--src/include/commands/rename.h4
-rw-r--r--src/include/commands/trigger.h4
-rw-r--r--src/include/commands/vacuum.h4
-rw-r--r--src/include/commands/version.h4
-rw-r--r--src/include/commands/view.h4
-rw-r--r--src/include/executor/execFlatten.h4
-rw-r--r--src/include/executor/execdebug.h4
-rw-r--r--src/include/executor/execdefs.h4
-rw-r--r--src/include/executor/execdesc.h4
-rw-r--r--src/include/executor/executor.h4
-rw-r--r--src/include/executor/functions.h4
-rw-r--r--src/include/executor/hashjoin.h4
-rw-r--r--src/include/executor/nodeAgg.h4
-rw-r--r--src/include/executor/nodeAppend.h4
-rw-r--r--src/include/executor/nodeGroup.h4
-rw-r--r--src/include/executor/nodeHash.h4
-rw-r--r--src/include/executor/nodeHashjoin.h4
-rw-r--r--src/include/executor/nodeIndexscan.h4
-rw-r--r--src/include/executor/nodeLimit.h4
-rw-r--r--src/include/executor/nodeMaterial.h4
-rw-r--r--src/include/executor/nodeMergejoin.h4
-rw-r--r--src/include/executor/nodeNestloop.h4
-rw-r--r--src/include/executor/nodeResult.h4
-rw-r--r--src/include/executor/nodeSeqscan.h4
-rw-r--r--src/include/executor/nodeSetOp.h4
-rw-r--r--src/include/executor/nodeSort.h4
-rw-r--r--src/include/executor/nodeSubqueryscan.h4
-rw-r--r--src/include/executor/nodeTidscan.h4
-rw-r--r--src/include/executor/nodeUnique.h4
-rw-r--r--src/include/executor/tuptable.h4
-rw-r--r--src/include/fmgr.h4
-rw-r--r--src/include/lib/dllist.h4
-rw-r--r--src/include/lib/hasht.h4
-rw-r--r--src/include/lib/lispsort.h4
-rw-r--r--src/include/lib/stringinfo.h4
-rw-r--r--src/include/libpq/auth.h4
-rw-r--r--src/include/libpq/be-fsstubs.h4
-rw-r--r--src/include/libpq/libpq-be.h4
-rw-r--r--src/include/libpq/libpq-fs.h4
-rw-r--r--src/include/libpq/libpq.h4
-rw-r--r--src/include/libpq/pqcomm.h4
-rw-r--r--src/include/libpq/pqformat.h4
-rw-r--r--src/include/libpq/pqsignal.h4
-rw-r--r--src/include/miscadmin.h4
-rw-r--r--src/include/nodes/execnodes.h4
-rw-r--r--src/include/nodes/makefuncs.h4
-rw-r--r--src/include/nodes/memnodes.h4
-rw-r--r--src/include/nodes/nodeFuncs.h4
-rw-r--r--src/include/nodes/nodes.h4
-rw-r--r--src/include/nodes/params.h4
-rw-r--r--src/include/nodes/parsenodes.h4
-rw-r--r--src/include/nodes/pg_list.h4
-rw-r--r--src/include/nodes/plannodes.h4
-rw-r--r--src/include/nodes/primnodes.h4
-rw-r--r--src/include/nodes/print.h4
-rw-r--r--src/include/nodes/readfuncs.h4
-rw-r--r--src/include/nodes/relation.h4
-rw-r--r--src/include/optimizer/_deadcode/xfunc.h4
-rw-r--r--src/include/optimizer/clauses.h4
-rw-r--r--src/include/optimizer/cost.h4
-rw-r--r--src/include/optimizer/geqo.h4
-rw-r--r--src/include/optimizer/geqo_copy.h4
-rw-r--r--src/include/optimizer/geqo_gene.h4
-rw-r--r--src/include/optimizer/geqo_misc.h4
-rw-r--r--src/include/optimizer/geqo_mutation.h4
-rw-r--r--src/include/optimizer/geqo_pool.h4
-rw-r--r--src/include/optimizer/geqo_random.h4
-rw-r--r--src/include/optimizer/geqo_recombination.h4
-rw-r--r--src/include/optimizer/geqo_selection.h4
-rw-r--r--src/include/optimizer/joininfo.h4
-rw-r--r--src/include/optimizer/pathnode.h4
-rw-r--r--src/include/optimizer/paths.h4
-rw-r--r--src/include/optimizer/plancat.h4
-rw-r--r--src/include/optimizer/planmain.h4
-rw-r--r--src/include/optimizer/planner.h4
-rw-r--r--src/include/optimizer/prep.h4
-rw-r--r--src/include/optimizer/restrictinfo.h4
-rw-r--r--src/include/optimizer/tlist.h4
-rw-r--r--src/include/optimizer/var.h4
-rw-r--r--src/include/parser/analyze.h4
-rw-r--r--src/include/parser/gramparse.h4
-rw-r--r--src/include/parser/keywords.h4
-rw-r--r--src/include/parser/parse_agg.h4
-rw-r--r--src/include/parser/parse_clause.h4
-rw-r--r--src/include/parser/parse_coerce.h4
-rw-r--r--src/include/parser/parse_expr.h4
-rw-r--r--src/include/parser/parse_func.h4
-rw-r--r--src/include/parser/parse_node.h4
-rw-r--r--src/include/parser/parse_oper.h4
-rw-r--r--src/include/parser/parse_relation.h4
-rw-r--r--src/include/parser/parse_target.h4
-rw-r--r--src/include/parser/parse_type.h4
-rw-r--r--src/include/parser/parser.h4
-rw-r--r--src/include/parser/parsetree.h4
-rw-r--r--src/include/parser/scansup.h4
-rw-r--r--src/include/postgres.h4
-rw-r--r--src/include/rewrite/prs2lock.h4
-rw-r--r--src/include/rewrite/rewriteDefine.h4
-rw-r--r--src/include/rewrite/rewriteHandler.h4
-rw-r--r--src/include/rewrite/rewriteManip.h4
-rw-r--r--src/include/rewrite/rewriteRemove.h4
-rw-r--r--src/include/rewrite/rewriteSupport.h4
-rw-r--r--src/include/rusagestub.h4
-rw-r--r--src/include/storage/backendid.h4
-rw-r--r--src/include/storage/block.h4
-rw-r--r--src/include/storage/buf.h4
-rw-r--r--src/include/storage/buf_internals.h4
-rw-r--r--src/include/storage/buffile.h4
-rw-r--r--src/include/storage/bufmgr.h4
-rw-r--r--src/include/storage/bufpage.h4
-rw-r--r--src/include/storage/fd.h4
-rw-r--r--src/include/storage/ipc.h4
-rw-r--r--src/include/storage/item.h4
-rw-r--r--src/include/storage/itemid.h4
-rw-r--r--src/include/storage/itempos.h4
-rw-r--r--src/include/storage/itemptr.h4
-rw-r--r--src/include/storage/large_object.h4
-rw-r--r--src/include/storage/lmgr.h4
-rw-r--r--src/include/storage/lock.h4
-rw-r--r--src/include/storage/multilev.h4
-rw-r--r--src/include/storage/off.h4
-rw-r--r--src/include/storage/page.h4
-rw-r--r--src/include/storage/pagenum.h4
-rw-r--r--src/include/storage/pos.h4
-rw-r--r--src/include/storage/proc.h4
-rw-r--r--src/include/storage/s_lock.h4
-rw-r--r--src/include/storage/shmem.h4
-rw-r--r--src/include/storage/sinval.h4
-rw-r--r--src/include/storage/sinvaladt.h4
-rw-r--r--src/include/storage/smgr.h4
-rw-r--r--src/include/storage/spin.h4
-rw-r--r--src/include/tcop/dest.h4
-rw-r--r--src/include/tcop/fastpath.h4
-rw-r--r--src/include/tcop/pquery.h4
-rw-r--r--src/include/tcop/tcopdebug.h4
-rw-r--r--src/include/tcop/tcopprot.h4
-rw-r--r--src/include/tcop/utility.h4
-rw-r--r--src/include/utils/acl.h4
-rw-r--r--src/include/utils/array.h4
-rw-r--r--src/include/utils/ascii.h4
-rw-r--r--src/include/utils/bit.h4
-rw-r--r--src/include/utils/builtins.h4
-rw-r--r--src/include/utils/catcache.h4
-rw-r--r--src/include/utils/date.h4
-rw-r--r--src/include/utils/datetime.h4
-rw-r--r--src/include/utils/datum.h4
-rw-r--r--src/include/utils/dynahash.h4
-rw-r--r--src/include/utils/dynamic_loader.h4
-rw-r--r--src/include/utils/elog.h4
-rw-r--r--src/include/utils/exc.h4
-rw-r--r--src/include/utils/excid.h4
-rw-r--r--src/include/utils/fcache.h4
-rw-r--r--src/include/utils/fmgrtab.h4
-rw-r--r--src/include/utils/formatting.h4
-rw-r--r--src/include/utils/geo_decls.h4
-rw-r--r--src/include/utils/hsearch.h4
-rw-r--r--src/include/utils/inet.h4
-rw-r--r--src/include/utils/int8.h4
-rw-r--r--src/include/utils/inval.h4
-rw-r--r--src/include/utils/logtape.h4
-rw-r--r--src/include/utils/lsyscache.h4
-rw-r--r--src/include/utils/memutils.h4
-rw-r--r--src/include/utils/nabstime.h4
-rw-r--r--src/include/utils/palloc.h4
-rw-r--r--src/include/utils/pg_locale.h4
-rw-r--r--src/include/utils/portal.h4
-rw-r--r--src/include/utils/rel.h4
-rw-r--r--src/include/utils/relcache.h4
-rw-r--r--src/include/utils/sets.h4
-rw-r--r--src/include/utils/syscache.h4
-rw-r--r--src/include/utils/temprel.h4
-rw-r--r--src/include/utils/timestamp.h4
-rw-r--r--src/include/utils/tqual.h4
-rw-r--r--src/include/utils/tuplesort.h4
-rw-r--r--src/include/utils/tuplestore.h4
-rw-r--r--src/include/utils/varbit.h4
245 files changed, 487 insertions, 487 deletions
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h
index 7fc65f3faa3..babfa0b20e1 100644
--- a/src/include/access/attnum.h
+++ b/src/include/access/attnum.h
@@ -4,10 +4,10 @@
* POSTGRES attribute number definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: attnum.h,v 1.11 2000/01/26 05:57:49 momjian Exp $
+ * $Id: attnum.h,v 1.12 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/genam.h b/src/include/access/genam.h
index b62a979f051..0102d8c7e43 100644
--- a/src/include/access/genam.h
+++ b/src/include/access/genam.h
@@ -4,10 +4,10 @@
* POSTGRES general access method definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: genam.h,v 1.24 2000/07/14 22:17:53 tgl Exp $
+ * $Id: genam.h,v 1.25 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/hash.h b/src/include/access/hash.h
index de74ca4f92b..5cab47fa0bf 100644
--- a/src/include/access/hash.h
+++ b/src/include/access/hash.h
@@ -4,10 +4,10 @@
* header file for postgres hash access method implementation
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: hash.h,v 1.36 2000/11/21 21:16:05 petere Exp $
+ * $Id: hash.h,v 1.37 2001/01/24 19:43:19 momjian Exp $
*
* NOTES
* modeled after Margo Seltzer's hash implementation for unix.
diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h
index 461599cee12..5ab8a694743 100644
--- a/src/include/access/heapam.h
+++ b/src/include/access/heapam.h
@@ -4,10 +4,10 @@
* POSTGRES heap access method definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: heapam.h,v 1.61 2001/01/23 04:32:23 tgl Exp $
+ * $Id: heapam.h,v 1.62 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/hio.h b/src/include/access/hio.h
index df39aed6cba..4147645134a 100644
--- a/src/include/access/hio.h
+++ b/src/include/access/hio.h
@@ -4,10 +4,10 @@
* POSTGRES heap access method input/output definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: hio.h,v 1.16 2000/09/07 09:58:35 vadim Exp $
+ * $Id: hio.h,v 1.17 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/htup.h b/src/include/access/htup.h
index c01d680659e..ce7b4a2d874 100644
--- a/src/include/access/htup.h
+++ b/src/include/access/htup.h
@@ -4,10 +4,10 @@
* POSTGRES heap tuple definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: htup.h,v 1.44 2000/12/30 15:19:56 vadim Exp $
+ * $Id: htup.h,v 1.45 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/ibit.h b/src/include/access/ibit.h
index 3a8099e7781..15b45a8b126 100644
--- a/src/include/access/ibit.h
+++ b/src/include/access/ibit.h
@@ -4,10 +4,10 @@
* POSTGRES index valid attribute bit map definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: ibit.h,v 1.14 2000/06/15 03:32:31 momjian Exp $
+ * $Id: ibit.h,v 1.15 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/iqual.h b/src/include/access/iqual.h
index e46bc5aff04..4a3768a7d3a 100644
--- a/src/include/access/iqual.h
+++ b/src/include/access/iqual.h
@@ -4,10 +4,10 @@
* Index scan key qualification definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: iqual.h,v 1.14 2000/01/26 05:57:50 momjian Exp $
+ * $Id: iqual.h,v 1.15 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/istrat.h b/src/include/access/istrat.h
index 9178f8c410e..f525f41922c 100644
--- a/src/include/access/istrat.h
+++ b/src/include/access/istrat.h
@@ -4,10 +4,10 @@
* POSTGRES index strategy definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: istrat.h,v 1.18 2000/07/14 22:17:53 tgl Exp $
+ * $Id: istrat.h,v 1.19 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/itup.h b/src/include/access/itup.h
index f840ead4cb7..717bcd68ae3 100644
--- a/src/include/access/itup.h
+++ b/src/include/access/itup.h
@@ -4,10 +4,10 @@
* POSTGRES index tuple definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: itup.h,v 1.27 2000/12/27 23:59:13 tgl Exp $
+ * $Id: itup.h,v 1.28 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h
index 08d8daaea4d..ed35f7b1f0a 100644
--- a/src/include/access/nbtree.h
+++ b/src/include/access/nbtree.h
@@ -4,10 +4,10 @@
* header file for postgres btree access method implementation.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nbtree.h,v 1.49 2000/12/28 13:00:25 vadim Exp $
+ * $Id: nbtree.h,v 1.50 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/printtup.h b/src/include/access/printtup.h
index a70a9c35e93..f6a4f237c31 100644
--- a/src/include/access/printtup.h
+++ b/src/include/access/printtup.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: printtup.h,v 1.13 2000/12/01 22:10:30 tgl Exp $
+ * $Id: printtup.h,v 1.14 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h
index 19e4e28631d..b97b52979e4 100644
--- a/src/include/access/relscan.h
+++ b/src/include/access/relscan.h
@@ -4,10 +4,10 @@
* POSTGRES internal relation scan descriptor definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: relscan.h,v 1.19 2000/03/14 23:52:00 tgl Exp $
+ * $Id: relscan.h,v 1.20 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/rtree.h b/src/include/access/rtree.h
index 50879ce841e..0226e6327ec 100644
--- a/src/include/access/rtree.h
+++ b/src/include/access/rtree.h
@@ -4,10 +4,10 @@
* common declarations for the rtree access method code.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rtree.h,v 1.20 2000/11/21 21:16:05 petere Exp $
+ * $Id: rtree.h,v 1.21 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/rtscan.h b/src/include/access/rtscan.h
index e9c4c21e794..efdf44f0723 100644
--- a/src/include/access/rtscan.h
+++ b/src/include/access/rtscan.h
@@ -4,10 +4,10 @@
* routines defined in access/rtree/rtscan.c
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rtscan.h,v 1.9 2000/01/26 05:57:51 momjian Exp $
+ * $Id: rtscan.h,v 1.10 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/rtstrat.h b/src/include/access/rtstrat.h
index c253c4aa659..a840eacc5dd 100644
--- a/src/include/access/rtstrat.h
+++ b/src/include/access/rtstrat.h
@@ -4,10 +4,10 @@
* routines defined in access/rtree/rtstrat.c
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rtstrat.h,v 1.12 2000/01/26 05:57:51 momjian Exp $
+ * $Id: rtstrat.h,v 1.13 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/sdir.h b/src/include/access/sdir.h
index 87f00685f01..a9229c89c36 100644
--- a/src/include/access/sdir.h
+++ b/src/include/access/sdir.h
@@ -4,10 +4,10 @@
* POSTGRES scan direction definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: sdir.h,v 1.8 2000/11/02 23:11:03 tgl Exp $
+ * $Id: sdir.h,v 1.9 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/skey.h b/src/include/access/skey.h
index d88bc0c6bdd..0cb9dc5d68b 100644
--- a/src/include/access/skey.h
+++ b/src/include/access/skey.h
@@ -4,10 +4,10 @@
* POSTGRES scan key definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: skey.h,v 1.13 2000/01/26 05:57:51 momjian Exp $
+ * $Id: skey.h,v 1.14 2001/01/24 19:43:19 momjian Exp $
*
*
* Note:
diff --git a/src/include/access/strat.h b/src/include/access/strat.h
index 9406b88ac3d..445e1e871ef 100644
--- a/src/include/access/strat.h
+++ b/src/include/access/strat.h
@@ -5,10 +5,10 @@
* (separated out from original istrat.h to avoid circular refs)
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: strat.h,v 1.18 2000/04/12 17:16:26 momjian Exp $
+ * $Id: strat.h,v 1.19 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/transam.h b/src/include/access/transam.h
index 0e6212eed70..620f6e59105 100644
--- a/src/include/access/transam.h
+++ b/src/include/access/transam.h
@@ -4,10 +4,10 @@
* postgres transaction access method support code header
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: transam.h,v 1.28 2000/11/30 08:46:25 vadim Exp $
+ * $Id: transam.h,v 1.29 2001/01/24 19:43:19 momjian Exp $
*
* NOTES
* Transaction System Version 101 now support proper oid
diff --git a/src/include/access/tupdesc.h b/src/include/access/tupdesc.h
index 662842cf45d..644fe201f92 100644
--- a/src/include/access/tupdesc.h
+++ b/src/include/access/tupdesc.h
@@ -4,10 +4,10 @@
* POSTGRES tuple descriptor definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tupdesc.h,v 1.29 2000/05/22 02:34:23 momjian Exp $
+ * $Id: tupdesc.h,v 1.30 2001/01/24 19:43:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/tupmacs.h b/src/include/access/tupmacs.h
index eb977189e14..9b12407e395 100644
--- a/src/include/access/tupmacs.h
+++ b/src/include/access/tupmacs.h
@@ -4,10 +4,10 @@
* Tuple macros used by both index tuples and heap tuples.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tupmacs.h,v 1.15 2000/12/27 23:59:13 tgl Exp $
+ * $Id: tupmacs.h,v 1.16 2001/01/24 19:43:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/valid.h b/src/include/access/valid.h
index d89b3fce187..d1e7f14173a 100644
--- a/src/include/access/valid.h
+++ b/src/include/access/valid.h
@@ -4,10 +4,10 @@
* POSTGRES tuple qualification validity definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: valid.h,v 1.22 2000/05/30 04:24:55 tgl Exp $
+ * $Id: valid.h,v 1.23 2001/01/24 19:43:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/xact.h b/src/include/access/xact.h
index 6736942e05c..2196aa84b2e 100644
--- a/src/include/access/xact.h
+++ b/src/include/access/xact.h
@@ -4,10 +4,10 @@
* postgres transaction system definitions
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: xact.h,v 1.31 2000/11/30 08:46:25 vadim Exp $
+ * $Id: xact.h,v 1.32 2001/01/24 19:43:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h
index d19231ce419..16faa4f4050 100644
--- a/src/include/bootstrap/bootstrap.h
+++ b/src/include/bootstrap/bootstrap.h
@@ -4,10 +4,10 @@
* include file for the bootstrapping code
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: bootstrap.h,v 1.20 2000/11/09 11:26:00 vadim Exp $
+ * $Id: bootstrap.h,v 1.21 2001/01/24 19:43:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/c.h b/src/include/c.h
index 73b5c5d579f..dc791d0d545 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -5,10 +5,10 @@
* postgres.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: c.h,v 1.88 2001/01/21 00:59:24 tgl Exp $
+ * $Id: c.h,v 1.89 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/catalog/catalog.h b/src/include/catalog/catalog.h
index 4ebe9499ad8..d3d815c3364 100644
--- a/src/include/catalog/catalog.h
+++ b/src/include/catalog/catalog.h
@@ -4,10 +4,10 @@
* prototypes for functions in lib/catalog/catalog.c
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: catalog.h,v 1.14 2000/12/27 23:59:13 tgl Exp $
+ * $Id: catalog.h,v 1.15 2001/01/24 19:43:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/catalog/catname.h b/src/include/catalog/catname.h
index 54b964e2152..29f58a76971 100644
--- a/src/include/catalog/catname.h
+++ b/src/include/catalog/catname.h
@@ -4,10 +4,10 @@
* POSTGRES system catalog relation name definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: catname.h,v 1.17 2000/10/24 01:38:41 tgl Exp $
+ * $Id: catname.h,v 1.18 2001/01/24 19:43:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index 2941ef5ec4b..b91c4341840 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -34,10 +34,10 @@
* database contents or layout, such as altering tuple headers.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: catversion.h,v 1.68 2001/01/07 01:08:48 tgl Exp $
+ * $Id: catversion.h,v 1.69 2001/01/24 19:43:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/catalog/heap.h b/src/include/catalog/heap.h
index 4cc317492f9..d67fd6b3913 100644
--- a/src/include/catalog/heap.h
+++ b/src/include/catalog/heap.h
@@ -4,10 +4,10 @@
* prototypes for functions in lib/catalog/heap.c
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: heap.h,v 1.32 2000/11/08 22:10:01 tgl Exp $
+ * $Id: heap.h,v 1.33 2001/01/24 19:43:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/catalog/index.h b/src/include/catalog/index.h
index 4a7672350a3..eae6e433b35 100644
--- a/src/include/catalog/index.h
+++ b/src/include/catalog/index.h
@@ -4,10 +4,10 @@
* prototypes for index.c.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: index.h,v 1.31 2000/12/08 06:17:56 inoue Exp $
+ * $Id: index.h,v 1.32 2001/01/24 19:43:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/catalog/indexing.h b/src/include/catalog/indexing.h
index 725586efdfd..12e213228f7 100644
--- a/src/include/catalog/indexing.h
+++ b/src/include/catalog/indexing.h
@@ -5,10 +5,10 @@
* on system catalogs
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: indexing.h,v 1.46 2000/11/10 00:33:11 tgl Exp $
+ * $Id: indexing.h,v 1.47 2001/01/24 19:43:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/catalog/pg_aggregate.h b/src/include/catalog/pg_aggregate.h
index 1c061cd6687..ef2d6ea7a29 100644
--- a/src/include/catalog/pg_aggregate.h
+++ b/src/include/catalog/pg_aggregate.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_aggregate.h,v 1.27 2000/07/17 03:05:23 tgl Exp $
+ * $Id: pg_aggregate.h,v 1.28 2001/01/24 19:43:20 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_am.h b/src/include/catalog/pg_am.h
index 6e4366b37f9..e60e40f7d99 100644
--- a/src/include/catalog/pg_am.h
+++ b/src/include/catalog/pg_am.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_am.h,v 1.15 2000/04/12 17:16:27 momjian Exp $
+ * $Id: pg_am.h,v 1.16 2001/01/24 19:43:20 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_amop.h b/src/include/catalog/pg_amop.h
index a8d0700b6b1..98854fa21bf 100644
--- a/src/include/catalog/pg_amop.h
+++ b/src/include/catalog/pg_amop.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_amop.h,v 1.36 2000/08/21 04:48:51 tgl Exp $
+ * $Id: pg_amop.h,v 1.37 2001/01/24 19:43:20 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_amproc.h b/src/include/catalog/pg_amproc.h
index 02b891cda4c..abfc4857e45 100644
--- a/src/include/catalog/pg_amproc.h
+++ b/src/include/catalog/pg_amproc.h
@@ -7,10 +7,10 @@
* methods that aren't associated with operators.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_amproc.h,v 1.26 2000/12/08 23:57:02 tgl Exp $
+ * $Id: pg_amproc.h,v 1.27 2001/01/24 19:43:20 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_attrdef.h b/src/include/catalog/pg_attrdef.h
index 6f84bdb30f7..35c9c2c07b4 100644
--- a/src/include/catalog/pg_attrdef.h
+++ b/src/include/catalog/pg_attrdef.h
@@ -3,7 +3,7 @@
* pg_attrdef.h
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* NOTES
diff --git a/src/include/catalog/pg_attribute.h b/src/include/catalog/pg_attribute.h
index adbaf1d7ba7..3ee6fa273f4 100644
--- a/src/include/catalog/pg_attribute.h
+++ b/src/include/catalog/pg_attribute.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_attribute.h,v 1.68 2001/01/14 22:17:22 tgl Exp $
+ * $Id: pg_attribute.h,v 1.69 2001/01/24 19:43:20 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_class.h b/src/include/catalog/pg_class.h
index bf9a482f8af..14ab578cedd 100644
--- a/src/include/catalog/pg_class.h
+++ b/src/include/catalog/pg_class.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_class.h,v 1.45 2000/11/14 18:37:46 tgl Exp $
+ * $Id: pg_class.h,v 1.46 2001/01/24 19:43:21 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_database.h b/src/include/catalog/pg_database.h
index 4f8b4329ae9..d2604a4cd4b 100644
--- a/src/include/catalog/pg_database.h
+++ b/src/include/catalog/pg_database.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_database.h,v 1.15 2000/11/14 18:37:46 tgl Exp $
+ * $Id: pg_database.h,v 1.16 2001/01/24 19:43:21 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_description.h b/src/include/catalog/pg_description.h
index 391f88fb5c3..0b5d342c0d8 100644
--- a/src/include/catalog/pg_description.h
+++ b/src/include/catalog/pg_description.h
@@ -4,10 +4,10 @@
* definition of the system "description" relation (pg_description)
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_description.h,v 1.11 2000/04/12 17:16:28 momjian Exp $
+ * $Id: pg_description.h,v 1.12 2001/01/24 19:43:21 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_group.h b/src/include/catalog/pg_group.h
index 8a235c6f1d2..7fdc533ee1d 100644
--- a/src/include/catalog/pg_group.h
+++ b/src/include/catalog/pg_group.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_group.h,v 1.8 2000/01/26 05:57:57 momjian Exp $
+ * $Id: pg_group.h,v 1.9 2001/01/24 19:43:21 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_index.h b/src/include/catalog/pg_index.h
index 50355a82bdc..d0de9252ba3 100644
--- a/src/include/catalog/pg_index.h
+++ b/src/include/catalog/pg_index.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_index.h,v 1.15 2000/01/26 05:57:57 momjian Exp $
+ * $Id: pg_index.h,v 1.16 2001/01/24 19:43:21 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_inheritproc.h b/src/include/catalog/pg_inheritproc.h
index 90d182ec181..6d250d53a8d 100644
--- a/src/include/catalog/pg_inheritproc.h
+++ b/src/include/catalog/pg_inheritproc.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_inheritproc.h,v 1.9 2000/04/12 17:16:28 momjian Exp $
+ * $Id: pg_inheritproc.h,v 1.10 2001/01/24 19:43:21 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_inherits.h b/src/include/catalog/pg_inherits.h
index 02322b1fe87..33b8b244e63 100644
--- a/src/include/catalog/pg_inherits.h
+++ b/src/include/catalog/pg_inherits.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_inherits.h,v 1.9 2000/01/26 05:57:57 momjian Exp $
+ * $Id: pg_inherits.h,v 1.10 2001/01/24 19:43:21 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_ipl.h b/src/include/catalog/pg_ipl.h
index 84bac1a8c50..eb4b78c8a51 100644
--- a/src/include/catalog/pg_ipl.h
+++ b/src/include/catalog/pg_ipl.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_ipl.h,v 1.8 2000/01/26 05:57:57 momjian Exp $
+ * $Id: pg_ipl.h,v 1.9 2001/01/24 19:43:21 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_language.h b/src/include/catalog/pg_language.h
index 423f2e94700..0d3f14fc7a0 100644
--- a/src/include/catalog/pg_language.h
+++ b/src/include/catalog/pg_language.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_language.h,v 1.12 2000/11/20 20:36:50 tgl Exp $
+ * $Id: pg_language.h,v 1.13 2001/01/24 19:43:21 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_largeobject.h b/src/include/catalog/pg_largeobject.h
index 7777604e27e..5bef87f3de5 100644
--- a/src/include/catalog/pg_largeobject.h
+++ b/src/include/catalog/pg_largeobject.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_largeobject.h,v 1.5 2000/10/24 01:38:41 tgl Exp $
+ * $Id: pg_largeobject.h,v 1.6 2001/01/24 19:43:21 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_listener.h b/src/include/catalog/pg_listener.h
index 9547beb10db..c5eddbad34d 100644
--- a/src/include/catalog/pg_listener.h
+++ b/src/include/catalog/pg_listener.h
@@ -4,10 +4,10 @@
* Asynchronous notification
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_listener.h,v 1.7 2000/01/26 05:57:57 momjian Exp $
+ * $Id: pg_listener.h,v 1.8 2001/01/24 19:43:21 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_log.h b/src/include/catalog/pg_log.h
index 49433c69d21..9368f2bdce9 100644
--- a/src/include/catalog/pg_log.h
+++ b/src/include/catalog/pg_log.h
@@ -7,10 +7,10 @@
* relcache code happy.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_log.h,v 1.7 2000/01/26 05:57:57 momjian Exp $
+ * $Id: pg_log.h,v 1.8 2001/01/24 19:43:21 momjian Exp $
*
* NOTES
* The structures and macros used by the transam/ code
diff --git a/src/include/catalog/pg_opclass.h b/src/include/catalog/pg_opclass.h
index 47c07f1ce6e..eca88f5068c 100644
--- a/src/include/catalog/pg_opclass.h
+++ b/src/include/catalog/pg_opclass.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_opclass.h,v 1.36 2000/08/21 04:48:51 tgl Exp $
+ * $Id: pg_opclass.h,v 1.37 2001/01/24 19:43:21 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_operator.h b/src/include/catalog/pg_operator.h
index 891ddd469a0..d858a1a52c8 100644
--- a/src/include/catalog/pg_operator.h
+++ b/src/include/catalog/pg_operator.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_operator.h,v 1.86 2000/12/31 22:34:04 tgl Exp $
+ * $Id: pg_operator.h,v 1.87 2001/01/24 19:43:21 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_proc.h b/src/include/catalog/pg_proc.h
index 5c43faf1b01..5584cb6ac20 100644
--- a/src/include/catalog/pg_proc.h
+++ b/src/include/catalog/pg_proc.h
@@ -4,10 +4,10 @@
* definition of the system "procedure" relation (pg_proc)
* along with the relation's initial contents.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_proc.h,v 1.181 2000/12/22 18:00:17 tgl Exp $
+ * $Id: pg_proc.h,v 1.182 2001/01/24 19:43:21 momjian Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
diff --git a/src/include/catalog/pg_relcheck.h b/src/include/catalog/pg_relcheck.h
index 43dcbe8f3f6..cfe072f32fd 100644
--- a/src/include/catalog/pg_relcheck.h
+++ b/src/include/catalog/pg_relcheck.h
@@ -3,7 +3,7 @@
* pg_relcheck.h
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* NOTES
diff --git a/src/include/catalog/pg_rewrite.h b/src/include/catalog/pg_rewrite.h
index 3de2c82b098..5b3ade61469 100644
--- a/src/include/catalog/pg_rewrite.h
+++ b/src/include/catalog/pg_rewrite.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_rewrite.h,v 1.12 2000/07/30 22:14:02 tgl Exp $
+ * $Id: pg_rewrite.h,v 1.13 2001/01/24 19:43:22 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_shadow.h b/src/include/catalog/pg_shadow.h
index 5803a305e1e..253880486c6 100644
--- a/src/include/catalog/pg_shadow.h
+++ b/src/include/catalog/pg_shadow.h
@@ -6,10 +6,10 @@
* pg_user is now a public accessible view on pg_shadow.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_shadow.h,v 1.9 2000/06/12 03:40:54 momjian Exp $
+ * $Id: pg_shadow.h,v 1.10 2001/01/24 19:43:22 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_statistic.h b/src/include/catalog/pg_statistic.h
index 77c89e6b144..2f39bea3245 100644
--- a/src/include/catalog/pg_statistic.h
+++ b/src/include/catalog/pg_statistic.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_statistic.h,v 1.9 2000/04/12 17:16:29 momjian Exp $
+ * $Id: pg_statistic.h,v 1.10 2001/01/24 19:43:22 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_trigger.h b/src/include/catalog/pg_trigger.h
index cb1af718bed..1df6f3b9534 100644
--- a/src/include/catalog/pg_trigger.h
+++ b/src/include/catalog/pg_trigger.h
@@ -3,7 +3,7 @@
* pg_trigger.h
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* NOTES
diff --git a/src/include/catalog/pg_type.h b/src/include/catalog/pg_type.h
index d5e0c58dd19..83af133d1bb 100644
--- a/src/include/catalog/pg_type.h
+++ b/src/include/catalog/pg_type.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_type.h,v 1.99 2000/12/27 23:59:13 tgl Exp $
+ * $Id: pg_type.h,v 1.100 2001/01/24 19:43:22 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_variable.h b/src/include/catalog/pg_variable.h
index f5b1c2fe4d3..5010633d2be 100644
--- a/src/include/catalog/pg_variable.h
+++ b/src/include/catalog/pg_variable.h
@@ -7,10 +7,10 @@
* relcache code happy.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_variable.h,v 1.7 2000/01/26 05:57:59 momjian Exp $
+ * $Id: pg_variable.h,v 1.8 2001/01/24 19:43:23 momjian Exp $
*
* NOTES
* The structures and macros used by the transam/ code
diff --git a/src/include/catalog/pg_version.h b/src/include/catalog/pg_version.h
index 85b5d0f4ac9..3acbebbc85e 100644
--- a/src/include/catalog/pg_version.h
+++ b/src/include/catalog/pg_version.h
@@ -12,10 +12,10 @@
* isn't even created at present.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_version.h,v 1.11 2000/04/12 17:16:30 momjian Exp $
+ * $Id: pg_version.h,v 1.12 2001/01/24 19:43:23 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/commands/async.h b/src/include/commands/async.h
index de9b9dc3c7c..35dcf0bfe08 100644
--- a/src/include/commands/async.h
+++ b/src/include/commands/async.h
@@ -3,10 +3,10 @@
* async.h
* Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: async.h,v 1.16 2000/08/29 09:36:50 petere Exp $
+ * $Id: async.h,v 1.17 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h
index 7fdc6b1823c..cf6ca225e19 100644
--- a/src/include/commands/cluster.h
+++ b/src/include/commands/cluster.h
@@ -3,10 +3,10 @@
* cluster.h
* header file for postgres cluster command stuff
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994-5, Regents of the University of California
*
- * $Id: cluster.h,v 1.8 2000/01/26 05:58:00 momjian Exp $
+ * $Id: cluster.h,v 1.9 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/command.h b/src/include/commands/command.h
index 9ab7a53f44a..3e3f675c0f7 100644
--- a/src/include/commands/command.h
+++ b/src/include/commands/command.h
@@ -4,10 +4,10 @@
* prototypes for command.c.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: command.h,v 1.24 2000/12/15 04:08:15 tgl Exp $
+ * $Id: command.h,v 1.25 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/copy.h b/src/include/commands/copy.h
index bbd465586c9..e949e4cd330 100644
--- a/src/include/commands/copy.h
+++ b/src/include/commands/copy.h
@@ -4,10 +4,10 @@
* Definitions for using the POSTGRES copy command.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: copy.h,v 1.11 2000/04/12 17:16:32 momjian Exp $
+ * $Id: copy.h,v 1.12 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/creatinh.h b/src/include/commands/creatinh.h
index ef0c0701ed1..7860c102cd5 100644
--- a/src/include/commands/creatinh.h
+++ b/src/include/commands/creatinh.h
@@ -4,10 +4,10 @@
* prototypes for creatinh.c.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: creatinh.h,v 1.13 2000/01/26 05:58:00 momjian Exp $
+ * $Id: creatinh.h,v 1.14 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/dbcommands.h b/src/include/commands/dbcommands.h
index 903368e3f9c..1e8302a1ec4 100644
--- a/src/include/commands/dbcommands.h
+++ b/src/include/commands/dbcommands.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: dbcommands.h,v 1.14 2000/11/14 18:37:47 tgl Exp $
+ * $Id: dbcommands.h,v 1.15 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h
index dce401d7d9b..98ba76613a1 100644
--- a/src/include/commands/defrem.h
+++ b/src/include/commands/defrem.h
@@ -4,10 +4,10 @@
* POSTGRES define and remove utility definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: defrem.h,v 1.21 2000/10/07 00:58:20 tgl Exp $
+ * $Id: defrem.h,v 1.22 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h
index a627730b69b..25bb0ecc490 100644
--- a/src/include/commands/explain.h
+++ b/src/include/commands/explain.h
@@ -3,10 +3,10 @@
* explain.h
* prototypes for explain.c
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994-5, Regents of the University of California
*
- * $Id: explain.h,v 1.10 2000/01/26 05:58:00 momjian Exp $
+ * $Id: explain.h,v 1.11 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/rename.h b/src/include/commands/rename.h
index e5ee7db66c6..569cbb921c3 100644
--- a/src/include/commands/rename.h
+++ b/src/include/commands/rename.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rename.h,v 1.9 2000/09/06 14:15:25 petere Exp $
+ * $Id: rename.h,v 1.10 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h
index a9b689ba171..613a155cd6c 100644
--- a/src/include/commands/trigger.h
+++ b/src/include/commands/trigger.h
@@ -3,10 +3,10 @@
* trigger.h
* Declarations for trigger handling.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: trigger.h,v 1.23 2001/01/22 00:50:07 tgl Exp $
+ * $Id: trigger.h,v 1.24 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h
index b42a8e6a17f..139b03c2d83 100644
--- a/src/include/commands/vacuum.h
+++ b/src/include/commands/vacuum.h
@@ -4,10 +4,10 @@
* header file for postgres vacuum cleaner
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: vacuum.h,v 1.32 2000/07/14 22:17:57 tgl Exp $
+ * $Id: vacuum.h,v 1.33 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/version.h b/src/include/commands/version.h
index 7da7be2176b..0198659b49c 100644
--- a/src/include/commands/version.h
+++ b/src/include/commands/version.h
@@ -4,10 +4,10 @@
* Header file for versions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: version.h,v 1.8 2000/01/26 05:58:00 momjian Exp $
+ * $Id: version.h,v 1.9 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/view.h b/src/include/commands/view.h
index fcfda39a1b5..7066cbc329f 100644
--- a/src/include/commands/view.h
+++ b/src/include/commands/view.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: view.h,v 1.8 2000/01/26 05:58:00 momjian Exp $
+ * $Id: view.h,v 1.9 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/execFlatten.h b/src/include/executor/execFlatten.h
index 3fa3673b201..ede31af1df1 100644
--- a/src/include/executor/execFlatten.h
+++ b/src/include/executor/execFlatten.h
@@ -4,10 +4,10 @@
* prototypes for execFlatten.c.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: execFlatten.h,v 1.12 2000/08/24 03:29:10 tgl Exp $
+ * $Id: execFlatten.h,v 1.13 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/execdebug.h b/src/include/executor/execdebug.h
index c4ba3d1f5b6..67f6ca7b4cc 100644
--- a/src/include/executor/execdebug.h
+++ b/src/include/executor/execdebug.h
@@ -4,10 +4,10 @@
* #defines governing debugging behaviour in the executor
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: execdebug.h,v 1.14 2000/09/12 21:07:09 tgl Exp $
+ * $Id: execdebug.h,v 1.15 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/execdefs.h b/src/include/executor/execdefs.h
index 6b9457969b1..5254102457a 100644
--- a/src/include/executor/execdefs.h
+++ b/src/include/executor/execdefs.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: execdefs.h,v 1.7 2000/09/12 21:07:09 tgl Exp $
+ * $Id: execdefs.h,v 1.8 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/execdesc.h b/src/include/executor/execdesc.h
index e75292370ab..4ee4299a891 100644
--- a/src/include/executor/execdesc.h
+++ b/src/include/executor/execdesc.h
@@ -5,10 +5,10 @@
* and related modules.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: execdesc.h,v 1.13 2000/01/26 05:58:05 momjian Exp $
+ * $Id: execdesc.h,v 1.14 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h
index 8e7f4a48630..0282e7e7140 100644
--- a/src/include/executor/executor.h
+++ b/src/include/executor/executor.h
@@ -4,10 +4,10 @@
* support for the POSTGRES executor module
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: executor.h,v 1.54 2001/01/22 00:50:07 tgl Exp $
+ * $Id: executor.h,v 1.55 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/functions.h b/src/include/executor/functions.h
index 649e38e142f..676a63e94f9 100644
--- a/src/include/executor/functions.h
+++ b/src/include/executor/functions.h
@@ -4,10 +4,10 @@
* Declarations for execution of SQL-language functions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: functions.h,v 1.14 2000/08/24 03:29:10 tgl Exp $
+ * $Id: functions.h,v 1.15 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/hashjoin.h b/src/include/executor/hashjoin.h
index 28581ad425a..0c09516b743 100644
--- a/src/include/executor/hashjoin.h
+++ b/src/include/executor/hashjoin.h
@@ -4,10 +4,10 @@
* internal structures for hash joins
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: hashjoin.h,v 1.20 2000/11/16 22:30:43 tgl Exp $
+ * $Id: hashjoin.h,v 1.21 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeAgg.h b/src/include/executor/nodeAgg.h
index 57b10aafb53..e6762642993 100644
--- a/src/include/executor/nodeAgg.h
+++ b/src/include/executor/nodeAgg.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeAgg.h,v 1.11 2000/01/26 05:58:05 momjian Exp $
+ * $Id: nodeAgg.h,v 1.12 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeAppend.h b/src/include/executor/nodeAppend.h
index 2064c614269..bb5fea8c1a2 100644
--- a/src/include/executor/nodeAppend.h
+++ b/src/include/executor/nodeAppend.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeAppend.h,v 1.12 2000/01/26 05:58:05 momjian Exp $
+ * $Id: nodeAppend.h,v 1.13 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeGroup.h b/src/include/executor/nodeGroup.h
index 71bd3b52ff5..2fadbf6dcbb 100644
--- a/src/include/executor/nodeGroup.h
+++ b/src/include/executor/nodeGroup.h
@@ -4,10 +4,10 @@
* prototypes for nodeGroup.c
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeGroup.h,v 1.17 2000/07/12 02:37:30 tgl Exp $
+ * $Id: nodeGroup.h,v 1.18 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeHash.h b/src/include/executor/nodeHash.h
index 5fabe7d253a..71c97470227 100644
--- a/src/include/executor/nodeHash.h
+++ b/src/include/executor/nodeHash.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeHash.h,v 1.17 2000/07/12 02:37:30 tgl Exp $
+ * $Id: nodeHash.h,v 1.18 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeHashjoin.h b/src/include/executor/nodeHashjoin.h
index 33936b2d41c..893e9d014ed 100644
--- a/src/include/executor/nodeHashjoin.h
+++ b/src/include/executor/nodeHashjoin.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeHashjoin.h,v 1.18 2000/06/15 03:32:36 momjian Exp $
+ * $Id: nodeHashjoin.h,v 1.19 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeIndexscan.h b/src/include/executor/nodeIndexscan.h
index 0e33ba8be97..91f8abd6fcc 100644
--- a/src/include/executor/nodeIndexscan.h
+++ b/src/include/executor/nodeIndexscan.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeIndexscan.h,v 1.10 2000/01/26 05:58:05 momjian Exp $
+ * $Id: nodeIndexscan.h,v 1.11 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeLimit.h b/src/include/executor/nodeLimit.h
index 4ed16545fcf..3bfcd76d77e 100644
--- a/src/include/executor/nodeLimit.h
+++ b/src/include/executor/nodeLimit.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeLimit.h,v 1.1 2000/10/26 21:38:03 tgl Exp $
+ * $Id: nodeLimit.h,v 1.2 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeMaterial.h b/src/include/executor/nodeMaterial.h
index b99d54b78d8..ce5a8b172f5 100644
--- a/src/include/executor/nodeMaterial.h
+++ b/src/include/executor/nodeMaterial.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeMaterial.h,v 1.13 2000/06/18 22:44:28 tgl Exp $
+ * $Id: nodeMaterial.h,v 1.14 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeMergejoin.h b/src/include/executor/nodeMergejoin.h
index 4c378b7a597..7850bbc6731 100644
--- a/src/include/executor/nodeMergejoin.h
+++ b/src/include/executor/nodeMergejoin.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeMergejoin.h,v 1.12 2000/01/26 05:58:05 momjian Exp $
+ * $Id: nodeMergejoin.h,v 1.13 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeNestloop.h b/src/include/executor/nodeNestloop.h
index 42e3fae8335..cd27030e992 100644
--- a/src/include/executor/nodeNestloop.h
+++ b/src/include/executor/nodeNestloop.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeNestloop.h,v 1.13 2000/08/13 02:50:20 tgl Exp $
+ * $Id: nodeNestloop.h,v 1.14 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeResult.h b/src/include/executor/nodeResult.h
index f944137b60a..39f15a385a2 100644
--- a/src/include/executor/nodeResult.h
+++ b/src/include/executor/nodeResult.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeResult.h,v 1.10 2000/01/26 05:58:05 momjian Exp $
+ * $Id: nodeResult.h,v 1.11 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeSeqscan.h b/src/include/executor/nodeSeqscan.h
index 503c597eb92..8f425740999 100644
--- a/src/include/executor/nodeSeqscan.h
+++ b/src/include/executor/nodeSeqscan.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeSeqscan.h,v 1.10 2000/01/26 05:58:05 momjian Exp $
+ * $Id: nodeSeqscan.h,v 1.11 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeSetOp.h b/src/include/executor/nodeSetOp.h
index 0414cc46ef0..81805afe134 100644
--- a/src/include/executor/nodeSetOp.h
+++ b/src/include/executor/nodeSetOp.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeSetOp.h,v 1.1 2000/10/05 19:11:36 tgl Exp $
+ * $Id: nodeSetOp.h,v 1.2 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeSort.h b/src/include/executor/nodeSort.h
index 28ec0c20429..2b3a26398a5 100644
--- a/src/include/executor/nodeSort.h
+++ b/src/include/executor/nodeSort.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeSort.h,v 1.10 2000/01/26 05:58:05 momjian Exp $
+ * $Id: nodeSort.h,v 1.11 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeSubqueryscan.h b/src/include/executor/nodeSubqueryscan.h
index c582384b8c3..d58e80c4586 100644
--- a/src/include/executor/nodeSubqueryscan.h
+++ b/src/include/executor/nodeSubqueryscan.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeSubqueryscan.h,v 1.1 2000/09/29 18:21:38 tgl Exp $
+ * $Id: nodeSubqueryscan.h,v 1.2 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeTidscan.h b/src/include/executor/nodeTidscan.h
index 5cefac6666f..f49255c7cdb 100644
--- a/src/include/executor/nodeTidscan.h
+++ b/src/include/executor/nodeTidscan.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeTidscan.h,v 1.4 2000/06/08 22:37:44 momjian Exp $
+ * $Id: nodeTidscan.h,v 1.5 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeUnique.h b/src/include/executor/nodeUnique.h
index f8fca52331f..d3fc08dcec2 100644
--- a/src/include/executor/nodeUnique.h
+++ b/src/include/executor/nodeUnique.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeUnique.h,v 1.10 2000/01/26 05:58:06 momjian Exp $
+ * $Id: nodeUnique.h,v 1.11 2001/01/24 19:43:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/tuptable.h b/src/include/executor/tuptable.h
index 8aa0ba39ecd..47018666a78 100644
--- a/src/include/executor/tuptable.h
+++ b/src/include/executor/tuptable.h
@@ -4,10 +4,10 @@
* tuple table support stuff
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tuptable.h,v 1.16 2000/11/12 00:37:01 tgl Exp $
+ * $Id: tuptable.h,v 1.17 2001/01/24 19:43:23 momjian Exp $
*
* NOTES
* The tuple table interface is getting pretty ugly.
diff --git a/src/include/fmgr.h b/src/include/fmgr.h
index 08faf956299..63c370cecc9 100644
--- a/src/include/fmgr.h
+++ b/src/include/fmgr.h
@@ -8,10 +8,10 @@
* or call fmgr-callable functions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: fmgr.h,v 1.11 2000/11/20 20:36:50 tgl Exp $
+ * $Id: fmgr.h,v 1.12 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/lib/dllist.h b/src/include/lib/dllist.h
index 9306d4e6b67..646976222f9 100644
--- a/src/include/lib/dllist.h
+++ b/src/include/lib/dllist.h
@@ -31,10 +31,10 @@
* freeing the larger object!
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: dllist.h,v 1.14 2000/11/16 22:30:43 tgl Exp $
+ * $Id: dllist.h,v 1.15 2001/01/24 19:43:24 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/lib/hasht.h b/src/include/lib/hasht.h
index 04700e648cd..34aa89c6173 100644
--- a/src/include/lib/hasht.h
+++ b/src/include/lib/hasht.h
@@ -5,10 +5,10 @@
* under utils/hash.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: hasht.h,v 1.11 2001/01/02 04:33:24 tgl Exp $
+ * $Id: hasht.h,v 1.12 2001/01/24 19:43:24 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/lib/lispsort.h b/src/include/lib/lispsort.h
index 3bfffc426f2..9d721313143 100644
--- a/src/include/lib/lispsort.h
+++ b/src/include/lib/lispsort.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: lispsort.h,v 1.6 2000/01/26 05:58:09 momjian Exp $
+ * $Id: lispsort.h,v 1.7 2001/01/24 19:43:24 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/lib/stringinfo.h b/src/include/lib/stringinfo.h
index de8ac4a07e3..2ddff7053c2 100644
--- a/src/include/lib/stringinfo.h
+++ b/src/include/lib/stringinfo.h
@@ -7,10 +7,10 @@
* It can be used to buffer either ordinary C strings (null-terminated text)
* or arbitrary binary data. All storage is allocated with palloc().
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: stringinfo.h,v 1.18 2000/04/12 17:16:34 momjian Exp $
+ * $Id: stringinfo.h,v 1.19 2001/01/24 19:43:24 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/libpq/auth.h b/src/include/libpq/auth.h
index 8a8f39fa78f..76aecba6d54 100644
--- a/src/include/libpq/auth.h
+++ b/src/include/libpq/auth.h
@@ -4,10 +4,10 @@
* Definitions for network authentication routines
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: auth.h,v 1.14 2000/08/25 10:00:33 petere Exp $
+ * $Id: auth.h,v 1.15 2001/01/24 19:43:24 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/libpq/be-fsstubs.h b/src/include/libpq/be-fsstubs.h
index 50599e54e8c..9ba694fbb2b 100644
--- a/src/include/libpq/be-fsstubs.h
+++ b/src/include/libpq/be-fsstubs.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: be-fsstubs.h,v 1.11 2000/06/09 01:11:12 tgl Exp $
+ * $Id: be-fsstubs.h,v 1.12 2001/01/24 19:43:24 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h
index 3d5b2b0885a..1d4f9d06b0b 100644
--- a/src/include/libpq/libpq-be.h
+++ b/src/include/libpq/libpq-be.h
@@ -5,10 +5,10 @@
* externs for functions used by the POSTGRES backend.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: libpq-be.h,v 1.20 2000/06/15 03:32:42 momjian Exp $
+ * $Id: libpq-be.h,v 1.21 2001/01/24 19:43:24 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/libpq/libpq-fs.h b/src/include/libpq/libpq-fs.h
index a7e1ed7974d..79aa4be80bd 100644
--- a/src/include/libpq/libpq-fs.h
+++ b/src/include/libpq/libpq-fs.h
@@ -4,10 +4,10 @@
* definitions for using Inversion file system routines
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: libpq-fs.h,v 1.10 2000/10/28 22:53:15 petere Exp $
+ * $Id: libpq-fs.h,v 1.11 2001/01/24 19:43:25 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/libpq/libpq.h b/src/include/libpq/libpq.h
index a8deb15eee2..ec1ebdc1f7a 100644
--- a/src/include/libpq/libpq.h
+++ b/src/include/libpq/libpq.h
@@ -4,10 +4,10 @@
* POSTGRES LIBPQ buffer structure definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: libpq.h,v 1.42 2000/12/18 00:44:49 tgl Exp $
+ * $Id: libpq.h,v 1.43 2001/01/24 19:43:25 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/libpq/pqcomm.h b/src/include/libpq/pqcomm.h
index c4f607234e6..d7c6fb9fe4c 100644
--- a/src/include/libpq/pqcomm.h
+++ b/src/include/libpq/pqcomm.h
@@ -6,10 +6,10 @@
* NOTE: for historical reasons, this does not correspond to pqcomm.c.
* pqcomm.c's routines are declared in libpq.h.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqcomm.h,v 1.52 2000/11/30 23:19:04 tgl Exp $
+ * $Id: pqcomm.h,v 1.53 2001/01/24 19:43:25 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/libpq/pqformat.h b/src/include/libpq/pqformat.h
index b1e5f1c3271..6d4ca50332f 100644
--- a/src/include/libpq/pqformat.h
+++ b/src/include/libpq/pqformat.h
@@ -3,10 +3,10 @@
* pqformat.h
* Definitions for formatting and parsing frontend/backend messages
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqformat.h,v 1.7 2000/01/26 05:58:12 momjian Exp $
+ * $Id: pqformat.h,v 1.8 2001/01/24 19:43:25 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/libpq/pqsignal.h b/src/include/libpq/pqsignal.h
index 4a81af04eb8..ec22aa4b990 100644
--- a/src/include/libpq/pqsignal.h
+++ b/src/include/libpq/pqsignal.h
@@ -4,10 +4,10 @@
* prototypes for the reliable BSD-style signal(2) routine.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqsignal.h,v 1.14 2000/06/28 03:33:14 tgl Exp $
+ * $Id: pqsignal.h,v 1.15 2001/01/24 19:43:25 momjian Exp $
*
* NOTES
* This shouldn't be in libpq, but the monitor and some other
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h
index a414247256f..93b153c4a16 100644
--- a/src/include/miscadmin.h
+++ b/src/include/miscadmin.h
@@ -9,10 +9,10 @@
* pmod.h processing modes
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: miscadmin.h,v 1.78 2001/01/19 22:08:47 tgl Exp $
+ * $Id: miscadmin.h,v 1.79 2001/01/24 19:43:19 momjian Exp $
*
* NOTES
* some of the information in this file should be moved to
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h
index e4d29178c4c..5552210de81 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -4,10 +4,10 @@
* definitions for executor state nodes
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: execnodes.h,v 1.54 2001/01/22 00:50:07 tgl Exp $
+ * $Id: execnodes.h,v 1.55 2001/01/24 19:43:25 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/makefuncs.h b/src/include/nodes/makefuncs.h
index 08b0007fcaf..93f2296f980 100644
--- a/src/include/nodes/makefuncs.h
+++ b/src/include/nodes/makefuncs.h
@@ -4,10 +4,10 @@
* prototypes for the creator functions (for primitive nodes)
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: makefuncs.h,v 1.26 2000/11/16 22:30:45 tgl Exp $
+ * $Id: makefuncs.h,v 1.27 2001/01/24 19:43:25 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/memnodes.h b/src/include/nodes/memnodes.h
index ed8f0152dde..aae5c728210 100644
--- a/src/include/nodes/memnodes.h
+++ b/src/include/nodes/memnodes.h
@@ -4,10 +4,10 @@
* POSTGRES memory context node definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: memnodes.h,v 1.19 2000/12/01 18:14:29 tgl Exp $
+ * $Id: memnodes.h,v 1.20 2001/01/24 19:43:25 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/nodeFuncs.h b/src/include/nodes/nodeFuncs.h
index 24ffaeb425c..dc396f1612c 100644
--- a/src/include/nodes/nodeFuncs.h
+++ b/src/include/nodes/nodeFuncs.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeFuncs.h,v 1.12 2000/06/08 22:37:48 momjian Exp $
+ * $Id: nodeFuncs.h,v 1.13 2001/01/24 19:43:25 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h
index 6c6573d6b2f..1cd2aee397c 100644
--- a/src/include/nodes/nodes.h
+++ b/src/include/nodes/nodes.h
@@ -4,10 +4,10 @@
* Definitions for tagged nodes.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodes.h,v 1.85 2001/01/20 00:15:59 petere Exp $
+ * $Id: nodes.h,v 1.86 2001/01/24 19:43:25 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/params.h b/src/include/nodes/params.h
index a9c9bb474c7..6fb2a4e1575 100644
--- a/src/include/nodes/params.h
+++ b/src/include/nodes/params.h
@@ -4,10 +4,10 @@
* Declarations/definitions of stuff needed to handle parameterized plans.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: params.h,v 1.12 2000/01/26 05:58:16 momjian Exp $
+ * $Id: params.h,v 1.13 2001/01/24 19:43:25 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h
index e832ab52c59..94264d0b4c8 100644
--- a/src/include/nodes/parsenodes.h
+++ b/src/include/nodes/parsenodes.h
@@ -4,10 +4,10 @@
* definitions for parse tree nodes
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parsenodes.h,v 1.123 2001/01/05 06:34:21 tgl Exp $
+ * $Id: parsenodes.h,v 1.124 2001/01/24 19:43:25 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/pg_list.h b/src/include/nodes/pg_list.h
index 1e11e4504f2..3986f239713 100644
--- a/src/include/nodes/pg_list.h
+++ b/src/include/nodes/pg_list.h
@@ -4,10 +4,10 @@
* POSTGRES generic list package
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_list.h,v 1.22 2000/10/31 10:22:12 petere Exp $
+ * $Id: pg_list.h,v 1.23 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h
index eecb74caf2f..f71452fd2b2 100644
--- a/src/include/nodes/plannodes.h
+++ b/src/include/nodes/plannodes.h
@@ -4,10 +4,10 @@
* definitions for query plan nodes
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: plannodes.h,v 1.46 2000/11/12 00:37:01 tgl Exp $
+ * $Id: plannodes.h,v 1.47 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/primnodes.h b/src/include/nodes/primnodes.h
index 4cfda0d2ffd..2ca40e8ceca 100644
--- a/src/include/nodes/primnodes.h
+++ b/src/include/nodes/primnodes.h
@@ -7,10 +7,10 @@
* and join trees.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: primnodes.h,v 1.50 2001/01/17 06:41:31 momjian Exp $
+ * $Id: primnodes.h,v 1.51 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/print.h b/src/include/nodes/print.h
index 8108ad03912..780788581aa 100644
--- a/src/include/nodes/print.h
+++ b/src/include/nodes/print.h
@@ -4,10 +4,10 @@
* definitions for executor state nodes
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: print.h,v 1.12 2000/01/26 05:58:17 momjian Exp $
+ * $Id: print.h,v 1.13 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/readfuncs.h b/src/include/nodes/readfuncs.h
index 116d5150fc6..b73aef5379d 100644
--- a/src/include/nodes/readfuncs.h
+++ b/src/include/nodes/readfuncs.h
@@ -4,10 +4,10 @@
* header file for read.c and readfuncs.c. These functions are internal
* to the stringToNode interface and should not be used by anyone else.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: readfuncs.h,v 1.10 2001/01/07 01:08:48 tgl Exp $
+ * $Id: readfuncs.h,v 1.11 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h
index d325f049ef2..4761d4ba7f2 100644
--- a/src/include/nodes/relation.h
+++ b/src/include/nodes/relation.h
@@ -4,10 +4,10 @@
* Definitions for internal planner nodes.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: relation.h,v 1.52 2000/12/14 22:30:44 tgl Exp $
+ * $Id: relation.h,v 1.53 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/_deadcode/xfunc.h b/src/include/optimizer/_deadcode/xfunc.h
index e77f8aec693..0fcba3f60cd 100644
--- a/src/include/optimizer/_deadcode/xfunc.h
+++ b/src/include/optimizer/_deadcode/xfunc.h
@@ -4,10 +4,10 @@
* prototypes for xfunc.c and predmig.c.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: xfunc.h,v 1.4 2000/01/26 05:58:23 momjian Exp $
+ * $Id: xfunc.h,v 1.5 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/clauses.h b/src/include/optimizer/clauses.h
index 612750dfaf3..f6aca6b7ef7 100644
--- a/src/include/optimizer/clauses.h
+++ b/src/include/optimizer/clauses.h
@@ -4,10 +4,10 @@
* prototypes for clauses.c.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: clauses.h,v 1.41 2000/10/05 19:11:37 tgl Exp $
+ * $Id: clauses.h,v 1.42 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/cost.h b/src/include/optimizer/cost.h
index 1a78abdb107..c6dfcac39c9 100644
--- a/src/include/optimizer/cost.h
+++ b/src/include/optimizer/cost.h
@@ -4,10 +4,10 @@
* prototypes for costsize.c and clausesel.c.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: cost.h,v 1.36 2001/01/24 18:37:31 momjian Exp $
+ * $Id: cost.h,v 1.37 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/geqo.h b/src/include/optimizer/geqo.h
index 69e5469d9d7..e1229c3e1a9 100644
--- a/src/include/optimizer/geqo.h
+++ b/src/include/optimizer/geqo.h
@@ -3,10 +3,10 @@
* geqo.h
* prototypes for various files in optimizer/geqo
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo.h,v 1.22 2001/01/24 18:37:31 momjian Exp $
+ * $Id: geqo.h,v 1.23 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/geqo_copy.h b/src/include/optimizer/geqo_copy.h
index ac3f49f14b6..80298618782 100644
--- a/src/include/optimizer/geqo_copy.h
+++ b/src/include/optimizer/geqo_copy.h
@@ -3,10 +3,10 @@
* geqo_copy.h
* prototypes for copy functions in optimizer/geqo
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo_copy.h,v 1.8 2000/01/26 05:58:20 momjian Exp $
+ * $Id: geqo_copy.h,v 1.9 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/geqo_gene.h b/src/include/optimizer/geqo_gene.h
index 5ed3a14c531..3ade00bf4a6 100644
--- a/src/include/optimizer/geqo_gene.h
+++ b/src/include/optimizer/geqo_gene.h
@@ -3,10 +3,10 @@
* geqo_gene.h
* genome representation in optimizer/geqo
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo_gene.h,v 1.9 2000/01/26 05:58:20 momjian Exp $
+ * $Id: geqo_gene.h,v 1.10 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/geqo_misc.h b/src/include/optimizer/geqo_misc.h
index ee5e0f27d0f..a1a893afd83 100644
--- a/src/include/optimizer/geqo_misc.h
+++ b/src/include/optimizer/geqo_misc.h
@@ -3,10 +3,10 @@
* geqo_misc.h
* prototypes for printout routines in optimizer/geqo
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo_misc.h,v 1.14 2000/01/26 05:58:20 momjian Exp $
+ * $Id: geqo_misc.h,v 1.15 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/geqo_mutation.h b/src/include/optimizer/geqo_mutation.h
index be645416ddd..63a2295979d 100644
--- a/src/include/optimizer/geqo_mutation.h
+++ b/src/include/optimizer/geqo_mutation.h
@@ -3,10 +3,10 @@
* geqo_mutation.h
* prototypes for mutation functions in optimizer/geqo
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo_mutation.h,v 1.8 2000/01/26 05:58:20 momjian Exp $
+ * $Id: geqo_mutation.h,v 1.9 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/geqo_pool.h b/src/include/optimizer/geqo_pool.h
index d96e67139b1..5c7e24c9e75 100644
--- a/src/include/optimizer/geqo_pool.h
+++ b/src/include/optimizer/geqo_pool.h
@@ -3,10 +3,10 @@
* geqo_pool.h
* pool representation in optimizer/geqo
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo_pool.h,v 1.10 2000/09/19 18:42:32 tgl Exp $
+ * $Id: geqo_pool.h,v 1.11 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/geqo_random.h b/src/include/optimizer/geqo_random.h
index a2203367e78..df66fbf9849 100644
--- a/src/include/optimizer/geqo_random.h
+++ b/src/include/optimizer/geqo_random.h
@@ -3,10 +3,10 @@
* geqo_random.h
* random number generator
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo_random.h,v 1.7 2000/08/07 00:51:42 tgl Exp $
+ * $Id: geqo_random.h,v 1.8 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/geqo_recombination.h b/src/include/optimizer/geqo_recombination.h
index 40f3568a24d..5dd2362403e 100644
--- a/src/include/optimizer/geqo_recombination.h
+++ b/src/include/optimizer/geqo_recombination.h
@@ -3,10 +3,10 @@
* geqo_recombination.h
* prototypes for recombination in the genetic query optimizer
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo_recombination.h,v 1.8 2000/01/26 05:58:20 momjian Exp $
+ * $Id: geqo_recombination.h,v 1.9 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/geqo_selection.h b/src/include/optimizer/geqo_selection.h
index a4e118d2eb7..44bee7a56f4 100644
--- a/src/include/optimizer/geqo_selection.h
+++ b/src/include/optimizer/geqo_selection.h
@@ -3,10 +3,10 @@
* geqo_selection.h
* prototypes for selection routines in optimizer/geqo
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo_selection.h,v 1.8 2000/01/26 05:58:20 momjian Exp $
+ * $Id: geqo_selection.h,v 1.9 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/joininfo.h b/src/include/optimizer/joininfo.h
index f3b0c57384a..be55d97b031 100644
--- a/src/include/optimizer/joininfo.h
+++ b/src/include/optimizer/joininfo.h
@@ -4,10 +4,10 @@
* prototypes for joininfo.c.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: joininfo.h,v 1.16 2000/06/08 22:37:51 momjian Exp $
+ * $Id: joininfo.h,v 1.17 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/pathnode.h b/src/include/optimizer/pathnode.h
index 11a6b184ebc..b4e239aa8f7 100644
--- a/src/include/optimizer/pathnode.h
+++ b/src/include/optimizer/pathnode.h
@@ -4,10 +4,10 @@
* prototypes for pathnode.c, relnode.c.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pathnode.h,v 1.32 2000/12/14 22:30:45 tgl Exp $
+ * $Id: pathnode.h,v 1.33 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/paths.h b/src/include/optimizer/paths.h
index f57697f2c0c..5f0acdd4729 100644
--- a/src/include/optimizer/paths.h
+++ b/src/include/optimizer/paths.h
@@ -5,10 +5,10 @@
* header files)
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: paths.h,v 1.50 2001/01/24 18:37:31 momjian Exp $
+ * $Id: paths.h,v 1.51 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/plancat.h b/src/include/optimizer/plancat.h
index c599114f4a9..d4854039efb 100644
--- a/src/include/optimizer/plancat.h
+++ b/src/include/optimizer/plancat.h
@@ -4,10 +4,10 @@
* prototypes for plancat.c.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: plancat.h,v 1.20 2000/09/29 18:21:40 tgl Exp $
+ * $Id: plancat.h,v 1.21 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/planmain.h b/src/include/optimizer/planmain.h
index f50c1113f06..79112f6fb4e 100644
--- a/src/include/optimizer/planmain.h
+++ b/src/include/optimizer/planmain.h
@@ -4,10 +4,10 @@
* prototypes for various files in optimizer/plan
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: planmain.h,v 1.48 2000/11/12 00:37:01 tgl Exp $
+ * $Id: planmain.h,v 1.49 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/planner.h b/src/include/optimizer/planner.h
index 9467b6485bb..8d79ec16cd9 100644
--- a/src/include/optimizer/planner.h
+++ b/src/include/optimizer/planner.h
@@ -4,10 +4,10 @@
* prototypes for planner.c.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: planner.h,v 1.18 2000/11/12 00:37:01 tgl Exp $
+ * $Id: planner.h,v 1.19 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/prep.h b/src/include/optimizer/prep.h
index be1811d5871..9caf584975e 100644
--- a/src/include/optimizer/prep.h
+++ b/src/include/optimizer/prep.h
@@ -4,10 +4,10 @@
* prototypes for files in optimizer/prep/
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: prep.h,v 1.25 2000/11/12 00:37:01 tgl Exp $
+ * $Id: prep.h,v 1.26 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/restrictinfo.h b/src/include/optimizer/restrictinfo.h
index 2e1d4d66f99..672e9206dfb 100644
--- a/src/include/optimizer/restrictinfo.h
+++ b/src/include/optimizer/restrictinfo.h
@@ -4,10 +4,10 @@
* prototypes for restrictinfo.c.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: restrictinfo.h,v 1.9 2000/09/12 21:07:11 tgl Exp $
+ * $Id: restrictinfo.h,v 1.10 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/tlist.h b/src/include/optimizer/tlist.h
index 2159cbe2b8b..5d4e6a02d84 100644
--- a/src/include/optimizer/tlist.h
+++ b/src/include/optimizer/tlist.h
@@ -4,10 +4,10 @@
* prototypes for tlist.c.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tlist.h,v 1.27 2001/01/09 03:48:50 tgl Exp $
+ * $Id: tlist.h,v 1.28 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/var.h b/src/include/optimizer/var.h
index b945a2f0f96..d0840596f1b 100644
--- a/src/include/optimizer/var.h
+++ b/src/include/optimizer/var.h
@@ -4,10 +4,10 @@
* prototypes for var.c.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: var.h,v 1.11 2000/01/26 05:58:21 momjian Exp $
+ * $Id: var.h,v 1.12 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/analyze.h b/src/include/parser/analyze.h
index baf5b570529..02c583f270b 100644
--- a/src/include/parser/analyze.h
+++ b/src/include/parser/analyze.h
@@ -3,10 +3,10 @@
* analyze.h
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: analyze.h,v 1.13 2000/12/06 23:55:18 tgl Exp $
+ * $Id: analyze.h,v 1.14 2001/01/24 19:43:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/gramparse.h b/src/include/parser/gramparse.h
index 54d6e869ad9..bd9a4574183 100644
--- a/src/include/parser/gramparse.h
+++ b/src/include/parser/gramparse.h
@@ -4,10 +4,10 @@
* Declarations for routines exported from lexer and parser files.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: gramparse.h,v 1.13 2000/09/12 21:07:12 tgl Exp $
+ * $Id: gramparse.h,v 1.14 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/keywords.h b/src/include/parser/keywords.h
index 9e40085f3fc..f111f7b882a 100644
--- a/src/include/parser/keywords.h
+++ b/src/include/parser/keywords.h
@@ -4,10 +4,10 @@
* lexical token lookup for reserved words in postgres SQL
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: keywords.h,v 1.8 2000/08/29 02:00:38 tgl Exp $
+ * $Id: keywords.h,v 1.9 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_agg.h b/src/include/parser/parse_agg.h
index cf85ec45850..6102cf4eae5 100644
--- a/src/include/parser/parse_agg.h
+++ b/src/include/parser/parse_agg.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_agg.h,v 1.16 2000/09/29 18:21:40 tgl Exp $
+ * $Id: parse_agg.h,v 1.17 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_clause.h b/src/include/parser/parse_clause.h
index f6cb59581f0..8f760ca38b3 100644
--- a/src/include/parser/parse_clause.h
+++ b/src/include/parser/parse_clause.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_clause.h,v 1.21 2001/01/05 06:34:21 tgl Exp $
+ * $Id: parse_clause.h,v 1.22 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_coerce.h b/src/include/parser/parse_coerce.h
index eb35cdec7ad..09cb8154474 100644
--- a/src/include/parser/parse_coerce.h
+++ b/src/include/parser/parse_coerce.h
@@ -4,10 +4,10 @@
*
* Routines for type coercion.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_coerce.h,v 1.25 2000/11/17 19:57:48 petere Exp $
+ * $Id: parse_coerce.h,v 1.26 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_expr.h b/src/include/parser/parse_expr.h
index 410a24bc455..4dfc2367fd5 100644
--- a/src/include/parser/parse_expr.h
+++ b/src/include/parser/parse_expr.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_expr.h,v 1.20 2000/10/07 00:58:21 tgl Exp $
+ * $Id: parse_expr.h,v 1.21 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_func.h b/src/include/parser/parse_func.h
index d221c600c8e..205d993e8a4 100644
--- a/src/include/parser/parse_func.h
+++ b/src/include/parser/parse_func.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_func.h,v 1.27 2000/09/12 21:07:12 tgl Exp $
+ * $Id: parse_func.h,v 1.28 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_node.h b/src/include/parser/parse_node.h
index a0a41c3289a..d8fcd6ee907 100644
--- a/src/include/parser/parse_node.h
+++ b/src/include/parser/parse_node.h
@@ -3,10 +3,10 @@
* parse_node.h
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_node.h,v 1.23 2000/11/08 22:10:02 tgl Exp $
+ * $Id: parse_node.h,v 1.24 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_oper.h b/src/include/parser/parse_oper.h
index 4e3c784c0dc..6867addea51 100644
--- a/src/include/parser/parse_oper.h
+++ b/src/include/parser/parse_oper.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_oper.h,v 1.12 2000/11/16 22:30:45 tgl Exp $
+ * $Id: parse_oper.h,v 1.13 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_relation.h b/src/include/parser/parse_relation.h
index 981d4286930..bfdf7e8c2af 100644
--- a/src/include/parser/parse_relation.h
+++ b/src/include/parser/parse_relation.h
@@ -4,10 +4,10 @@
* prototypes for parse_relation.c.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_relation.h,v 1.20 2000/09/29 18:21:40 tgl Exp $
+ * $Id: parse_relation.h,v 1.21 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_target.h b/src/include/parser/parse_target.h
index 55c4d9f8830..7e2dcecd0d6 100644
--- a/src/include/parser/parse_target.h
+++ b/src/include/parser/parse_target.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_target.h,v 1.19 2000/04/12 17:16:45 momjian Exp $
+ * $Id: parse_target.h,v 1.20 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_type.h b/src/include/parser/parse_type.h
index 0d8ba2f1bce..dee44cfe10a 100644
--- a/src/include/parser/parse_type.h
+++ b/src/include/parser/parse_type.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_type.h,v 1.15 2000/11/16 22:30:45 tgl Exp $
+ * $Id: parse_type.h,v 1.16 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parser.h b/src/include/parser/parser.h
index c5597b1d6fa..5f25467a95e 100644
--- a/src/include/parser/parser.h
+++ b/src/include/parser/parser.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parser.h,v 1.7 2000/01/26 05:58:27 momjian Exp $
+ * $Id: parser.h,v 1.8 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parsetree.h b/src/include/parser/parsetree.h
index 4936bbdb47c..63ae46d6741 100644
--- a/src/include/parser/parsetree.h
+++ b/src/include/parser/parsetree.h
@@ -5,10 +5,10 @@
* parse trees.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parsetree.h,v 1.12 2000/09/25 18:14:53 tgl Exp $
+ * $Id: parsetree.h,v 1.13 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/scansup.h b/src/include/parser/scansup.h
index 44c1e5d914f..3574b6506e3 100644
--- a/src/include/parser/scansup.h
+++ b/src/include/parser/scansup.h
@@ -4,10 +4,10 @@
* scanner support routines. used by both the bootstrap lexer
* as well as the normal lexer
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: scansup.h,v 1.7 2000/01/26 05:58:27 momjian Exp $
+ * $Id: scansup.h,v 1.8 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/postgres.h b/src/include/postgres.h
index 1011d04cbbd..5ff6446e6f0 100644
--- a/src/include/postgres.h
+++ b/src/include/postgres.h
@@ -4,10 +4,10 @@
* definition of (and support for) postgres system types.
* this file is included by almost every .c in the system
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1995, Regents of the University of California
*
- * $Id: postgres.h,v 1.44 2000/07/31 22:39:03 tgl Exp $
+ * $Id: postgres.h,v 1.45 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/rewrite/prs2lock.h b/src/include/rewrite/prs2lock.h
index 8fe8eb63130..7d642a72514 100644
--- a/src/include/rewrite/prs2lock.h
+++ b/src/include/rewrite/prs2lock.h
@@ -3,10 +3,10 @@
* prs2lock.h
* data structures for POSTGRES Rule System II (rewrite rules only)
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: prs2lock.h,v 1.11 2000/01/26 05:58:30 momjian Exp $
+ * $Id: prs2lock.h,v 1.12 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/rewrite/rewriteDefine.h b/src/include/rewrite/rewriteDefine.h
index e001ed9a063..c0957109469 100644
--- a/src/include/rewrite/rewriteDefine.h
+++ b/src/include/rewrite/rewriteDefine.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rewriteDefine.h,v 1.8 2000/01/26 05:58:30 momjian Exp $
+ * $Id: rewriteDefine.h,v 1.9 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/rewrite/rewriteHandler.h b/src/include/rewrite/rewriteHandler.h
index 5271d78717c..0e38e9d7192 100644
--- a/src/include/rewrite/rewriteHandler.h
+++ b/src/include/rewrite/rewriteHandler.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rewriteHandler.h,v 1.13 2000/09/12 21:07:15 tgl Exp $
+ * $Id: rewriteHandler.h,v 1.14 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/rewrite/rewriteManip.h b/src/include/rewrite/rewriteManip.h
index 85b3a774cab..aa4e5c8d0db 100644
--- a/src/include/rewrite/rewriteManip.h
+++ b/src/include/rewrite/rewriteManip.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rewriteManip.h,v 1.24 2000/12/05 19:15:10 tgl Exp $
+ * $Id: rewriteManip.h,v 1.25 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/rewrite/rewriteRemove.h b/src/include/rewrite/rewriteRemove.h
index a40cdae72fe..7e64aff594c 100644
--- a/src/include/rewrite/rewriteRemove.h
+++ b/src/include/rewrite/rewriteRemove.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rewriteRemove.h,v 1.6 2000/01/26 05:58:30 momjian Exp $
+ * $Id: rewriteRemove.h,v 1.7 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/rewrite/rewriteSupport.h b/src/include/rewrite/rewriteSupport.h
index 20cf82cbd91..b5ae3c1ccdf 100644
--- a/src/include/rewrite/rewriteSupport.h
+++ b/src/include/rewrite/rewriteSupport.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rewriteSupport.h,v 1.14 2000/11/16 22:30:46 tgl Exp $
+ * $Id: rewriteSupport.h,v 1.15 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/rusagestub.h b/src/include/rusagestub.h
index 58a4ab8eef2..83d477c720a 100644
--- a/src/include/rusagestub.h
+++ b/src/include/rusagestub.h
@@ -4,10 +4,10 @@
* Stubs for getrusage(3).
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rusagestub.h,v 1.5 2000/01/26 05:57:46 momjian Exp $
+ * $Id: rusagestub.h,v 1.6 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/backendid.h b/src/include/storage/backendid.h
index 22c52012f07..1377803f7c5 100644
--- a/src/include/storage/backendid.h
+++ b/src/include/storage/backendid.h
@@ -4,10 +4,10 @@
* POSTGRES backend id communication definitions
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: backendid.h,v 1.8 2000/11/12 20:51:52 tgl Exp $
+ * $Id: backendid.h,v 1.9 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/block.h b/src/include/storage/block.h
index ca85ba7a3fc..870954dd39e 100644
--- a/src/include/storage/block.h
+++ b/src/include/storage/block.h
@@ -4,10 +4,10 @@
* POSTGRES disk block definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: block.h,v 1.11 2000/03/17 02:36:41 tgl Exp $
+ * $Id: block.h,v 1.12 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/buf.h b/src/include/storage/buf.h
index cc709eb6e3c..c65e4cc9975 100644
--- a/src/include/storage/buf.h
+++ b/src/include/storage/buf.h
@@ -4,10 +4,10 @@
* Basic buffer manager data types.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: buf.h,v 1.7 2000/01/26 05:58:32 momjian Exp $
+ * $Id: buf.h,v 1.8 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h
index e7ac9f548ca..051381bec68 100644
--- a/src/include/storage/buf_internals.h
+++ b/src/include/storage/buf_internals.h
@@ -4,10 +4,10 @@
* Internal definitions for buffer manager.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: buf_internals.h,v 1.46 2000/11/30 08:46:26 vadim Exp $
+ * $Id: buf_internals.h,v 1.47 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/buffile.h b/src/include/storage/buffile.h
index 2c9e0870eb9..217f1d81fed 100644
--- a/src/include/storage/buffile.h
+++ b/src/include/storage/buffile.h
@@ -15,10 +15,10 @@
* but currently we have no need for oversize temp files without buffered
* access.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: buffile.h,v 1.7 2000/06/18 03:11:39 tgl Exp $
+ * $Id: buffile.h,v 1.8 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h
index cc995dd4847..70f648931d7 100644
--- a/src/include/storage/bufmgr.h
+++ b/src/include/storage/bufmgr.h
@@ -4,10 +4,10 @@
* POSTGRES buffer manager definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: bufmgr.h,v 1.48 2000/12/28 13:00:29 vadim Exp $
+ * $Id: bufmgr.h,v 1.49 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h
index a58fbe7c751..7eb84e392d2 100644
--- a/src/include/storage/bufpage.h
+++ b/src/include/storage/bufpage.h
@@ -4,10 +4,10 @@
* Standard POSTGRES buffer page definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: bufpage.h,v 1.38 2000/12/30 15:19:57 vadim Exp $
+ * $Id: bufpage.h,v 1.39 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/fd.h b/src/include/storage/fd.h
index d3905df41ed..fb8486b0758 100644
--- a/src/include/storage/fd.h
+++ b/src/include/storage/fd.h
@@ -4,10 +4,10 @@
* Virtual file descriptor definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: fd.h,v 1.25 2000/12/08 22:21:32 tgl Exp $
+ * $Id: fd.h,v 1.26 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/ipc.h b/src/include/storage/ipc.h
index ca8f827d4f9..49ca90ad857 100644
--- a/src/include/storage/ipc.h
+++ b/src/include/storage/ipc.h
@@ -4,10 +4,10 @@
* POSTGRES inter-process communication definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: ipc.h,v 1.45 2001/01/14 05:08:16 tgl Exp $
+ * $Id: ipc.h,v 1.46 2001/01/24 19:43:27 momjian Exp $
*
* Some files that would normally need to include only sys/ipc.h must
* instead include this file because on Ultrix, sys/ipc.h is not designed
diff --git a/src/include/storage/item.h b/src/include/storage/item.h
index 2e98502f85c..61e62b7c68f 100644
--- a/src/include/storage/item.h
+++ b/src/include/storage/item.h
@@ -4,10 +4,10 @@
* POSTGRES disk item definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: item.h,v 1.6 2000/01/26 05:58:33 momjian Exp $
+ * $Id: item.h,v 1.7 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/itemid.h b/src/include/storage/itemid.h
index 2e4ab58809a..e50cf6e0ba5 100644
--- a/src/include/storage/itemid.h
+++ b/src/include/storage/itemid.h
@@ -4,10 +4,10 @@
* Standard POSTGRES buffer page item identifier definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: itemid.h,v 1.14 2000/10/21 15:43:36 vadim Exp $
+ * $Id: itemid.h,v 1.15 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/itempos.h b/src/include/storage/itempos.h
index 83ff7a63626..70aa5579c20 100644
--- a/src/include/storage/itempos.h
+++ b/src/include/storage/itempos.h
@@ -4,10 +4,10 @@
* Standard POSTGRES buffer page long item subposition definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: itempos.h,v 1.11 2000/04/12 17:16:51 momjian Exp $
+ * $Id: itempos.h,v 1.12 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/itemptr.h b/src/include/storage/itemptr.h
index 0d210875339..710db49af8c 100644
--- a/src/include/storage/itemptr.h
+++ b/src/include/storage/itemptr.h
@@ -4,10 +4,10 @@
* POSTGRES disk item pointer definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: itemptr.h,v 1.15 2000/07/04 01:49:44 vadim Exp $
+ * $Id: itemptr.h,v 1.16 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/large_object.h b/src/include/storage/large_object.h
index c7630124811..146d6333f47 100644
--- a/src/include/storage/large_object.h
+++ b/src/include/storage/large_object.h
@@ -5,10 +5,10 @@
* zillions of large objects (internal, external, jaquith, inversion).
* Now we only support inversion.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: large_object.h,v 1.19 2000/10/24 03:34:53 tgl Exp $
+ * $Id: large_object.h,v 1.20 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/lmgr.h b/src/include/storage/lmgr.h
index 6f7a16311fd..30ef783cd69 100644
--- a/src/include/storage/lmgr.h
+++ b/src/include/storage/lmgr.h
@@ -4,10 +4,10 @@
* POSTGRES lock manager definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: lmgr.h,v 1.27 2000/12/22 00:51:54 tgl Exp $
+ * $Id: lmgr.h,v 1.28 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/lock.h b/src/include/storage/lock.h
index 6d84fea806a..39eefac0ca6 100644
--- a/src/include/storage/lock.h
+++ b/src/include/storage/lock.h
@@ -4,10 +4,10 @@
* POSTGRES low-level lock mechanism
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: lock.h,v 1.42 2001/01/22 22:30:06 tgl Exp $
+ * $Id: lock.h,v 1.43 2001/01/24 19:43:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/multilev.h b/src/include/storage/multilev.h
index 72ade2357a0..c66e4f82ccf 100644
--- a/src/include/storage/multilev.h
+++ b/src/include/storage/multilev.h
@@ -5,10 +5,10 @@
* clients
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: multilev.h,v 1.17 2000/01/26 05:58:33 momjian Exp $
+ * $Id: multilev.h,v 1.18 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/off.h b/src/include/storage/off.h
index 028a9c933b1..e1f0b7418ef 100644
--- a/src/include/storage/off.h
+++ b/src/include/storage/off.h
@@ -4,10 +4,10 @@
* POSTGRES disk "offset" definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: off.h,v 1.9 2000/01/26 05:58:33 momjian Exp $
+ * $Id: off.h,v 1.10 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/page.h b/src/include/storage/page.h
index 8012c332c73..bbde73eca38 100644
--- a/src/include/storage/page.h
+++ b/src/include/storage/page.h
@@ -4,10 +4,10 @@
* POSTGRES buffer page abstraction definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: page.h,v 1.7 2000/01/26 05:58:33 momjian Exp $
+ * $Id: page.h,v 1.8 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/pagenum.h b/src/include/storage/pagenum.h
index 072d4459341..0d3d8d214d6 100644
--- a/src/include/storage/pagenum.h
+++ b/src/include/storage/pagenum.h
@@ -4,10 +4,10 @@
* POSTGRES page number definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pagenum.h,v 1.9 2000/01/26 05:58:33 momjian Exp $
+ * $Id: pagenum.h,v 1.10 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/pos.h b/src/include/storage/pos.h
index 8ad939762e9..18d4a80924a 100644
--- a/src/include/storage/pos.h
+++ b/src/include/storage/pos.h
@@ -4,10 +4,10 @@
* POSTGRES "position" definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pos.h,v 1.9 2000/01/26 05:58:33 momjian Exp $
+ * $Id: pos.h,v 1.10 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h
index 5fcd7c60ac7..3f8902e7d37 100644
--- a/src/include/storage/proc.h
+++ b/src/include/storage/proc.h
@@ -4,10 +4,10 @@
* per-process shared memory data structures
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: proc.h,v 1.37 2001/01/22 22:30:06 tgl Exp $
+ * $Id: proc.h,v 1.38 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h
index 253d927a80d..947e16352ba 100644
--- a/src/include/storage/s_lock.h
+++ b/src/include/storage/s_lock.h
@@ -4,12 +4,12 @@
* This file contains the in-line portion of the implementation
* of spinlocks.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.85 2001/01/20 00:03:54 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.86 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/shmem.h b/src/include/storage/shmem.h
index fb76297a898..58207783336 100644
--- a/src/include/storage/shmem.h
+++ b/src/include/storage/shmem.h
@@ -4,10 +4,10 @@
* shared memory management structures
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: shmem.h,v 1.25 2001/01/22 22:30:06 tgl Exp $
+ * $Id: shmem.h,v 1.26 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/sinval.h b/src/include/storage/sinval.h
index 1cadb54fd24..1b04bcec900 100644
--- a/src/include/storage/sinval.h
+++ b/src/include/storage/sinval.h
@@ -4,10 +4,10 @@
* POSTGRES shared cache invalidation communication definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: sinval.h,v 1.16 2000/11/28 23:27:57 tgl Exp $
+ * $Id: sinval.h,v 1.17 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/sinvaladt.h b/src/include/storage/sinvaladt.h
index c31caf53bf5..074e37eb17a 100644
--- a/src/include/storage/sinvaladt.h
+++ b/src/include/storage/sinvaladt.h
@@ -4,10 +4,10 @@
* POSTGRES shared cache invalidation segment definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: sinvaladt.h,v 1.24 2000/11/28 23:27:57 tgl Exp $
+ * $Id: sinvaladt.h,v 1.25 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/smgr.h b/src/include/storage/smgr.h
index 4e4531dd65b..58f11719991 100644
--- a/src/include/storage/smgr.h
+++ b/src/include/storage/smgr.h
@@ -4,10 +4,10 @@
* storage manager switch public interface declarations.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: smgr.h,v 1.26 2000/11/30 08:46:26 vadim Exp $
+ * $Id: smgr.h,v 1.27 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/spin.h b/src/include/storage/spin.h
index 53efabcadb1..7faa19b64a5 100644
--- a/src/include/storage/spin.h
+++ b/src/include/storage/spin.h
@@ -4,10 +4,10 @@
* synchronization routines
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: spin.h,v 1.13 2000/11/28 23:27:57 tgl Exp $
+ * $Id: spin.h,v 1.14 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h
index 1cff3a78bb1..c72f256afe8 100644
--- a/src/include/tcop/dest.h
+++ b/src/include/tcop/dest.h
@@ -36,10 +36,10 @@
* in-line in BeginCommand and EndCommand probably should be moved out
* to routines associated with each destination receiver type.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: dest.h,v 1.24 2000/07/08 03:04:33 tgl Exp $
+ * $Id: dest.h,v 1.25 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/tcop/fastpath.h b/src/include/tcop/fastpath.h
index ef7da84d0a3..854e78b738e 100644
--- a/src/include/tcop/fastpath.h
+++ b/src/include/tcop/fastpath.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: fastpath.h,v 1.7 2000/01/26 05:58:35 momjian Exp $
+ * $Id: fastpath.h,v 1.8 2001/01/24 19:43:28 momjian Exp $
*
* NOTES
* This information pulled out of tcop/fastpath.c and put
diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h
index 1bc5da9a334..a41cb1be1c6 100644
--- a/src/include/tcop/pquery.h
+++ b/src/include/tcop/pquery.h
@@ -4,10 +4,10 @@
* prototypes for pquery.c.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pquery.h,v 1.15 2000/06/28 03:33:28 tgl Exp $
+ * $Id: pquery.h,v 1.16 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/tcop/tcopdebug.h b/src/include/tcop/tcopdebug.h
index 1a64dcc66b7..661c839c73f 100644
--- a/src/include/tcop/tcopdebug.h
+++ b/src/include/tcop/tcopdebug.h
@@ -4,10 +4,10 @@
* #defines governing debugging behaviour in the traffic cop
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tcopdebug.h,v 1.5 2000/01/26 05:58:35 momjian Exp $
+ * $Id: tcopdebug.h,v 1.6 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h
index d7b7ff76850..52d719c6c5f 100644
--- a/src/include/tcop/tcopprot.h
+++ b/src/include/tcop/tcopprot.h
@@ -4,10 +4,10 @@
* prototypes for postgres.c.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tcopprot.h,v 1.37 2001/01/14 05:08:16 tgl Exp $
+ * $Id: tcopprot.h,v 1.38 2001/01/24 19:43:28 momjian Exp $
*
* OLD COMMENTS
* This file was created so that other c files could get the two
diff --git a/src/include/tcop/utility.h b/src/include/tcop/utility.h
index bba5aa0aa57..8cb89cbd909 100644
--- a/src/include/tcop/utility.h
+++ b/src/include/tcop/utility.h
@@ -4,10 +4,10 @@
* prototypes for utility.c.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: utility.h,v 1.9 2000/01/26 05:58:35 momjian Exp $
+ * $Id: utility.h,v 1.10 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/acl.h b/src/include/utils/acl.h
index 8836bd1733e..12747f80d71 100644
--- a/src/include/utils/acl.h
+++ b/src/include/utils/acl.h
@@ -4,10 +4,10 @@
* Definition of (and support for) access control list data structures.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: acl.h,v 1.29 2000/10/07 00:58:23 tgl Exp $
+ * $Id: acl.h,v 1.30 2001/01/24 19:43:28 momjian Exp $
*
* NOTES
* For backward-compatibility purposes we have to allow there
diff --git a/src/include/utils/array.h b/src/include/utils/array.h
index 590e79f06d4..a4306c0e908 100644
--- a/src/include/utils/array.h
+++ b/src/include/utils/array.h
@@ -7,10 +7,10 @@
* utils/adt/arrayutils.c
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: array.h,v 1.27 2000/07/22 03:34:35 tgl Exp $
+ * $Id: array.h,v 1.28 2001/01/24 19:43:28 momjian Exp $
*
* NOTES
* XXX the data array should be MAXALIGN'd -- currently we only INTALIGN
diff --git a/src/include/utils/ascii.h b/src/include/utils/ascii.h
index c29d2dc904c..f95d6132029 100644
--- a/src/include/utils/ascii.h
+++ b/src/include/utils/ascii.h
@@ -2,9 +2,9 @@
/* -----------------------------------------------------------------------
* ascii.h
*
- * $Id: ascii.h,v 1.3 2000/08/05 14:59:29 momjian Exp $
+ * $Id: ascii.h,v 1.4 2001/01/24 19:43:28 momjian Exp $
*
- * Portions Copyright (c) 1999-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group
*
* -----------------------------------------------------------------------
*/
diff --git a/src/include/utils/bit.h b/src/include/utils/bit.h
index 1c4443cdd07..3b58e6b2f77 100644
--- a/src/include/utils/bit.h
+++ b/src/include/utils/bit.h
@@ -4,10 +4,10 @@
* Standard bit array definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: bit.h,v 1.8 2000/08/20 19:31:37 tgl Exp $
+ * $Id: bit.h,v 1.9 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/builtins.h b/src/include/utils/builtins.h
index c23e2f33124..28cb478189a 100644
--- a/src/include/utils/builtins.h
+++ b/src/include/utils/builtins.h
@@ -4,10 +4,10 @@
* Declarations for operations on built-in types.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: builtins.h,v 1.145 2000/12/22 18:00:18 tgl Exp $
+ * $Id: builtins.h,v 1.146 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/catcache.h b/src/include/utils/catcache.h
index a24307bd90f..14767c1279d 100644
--- a/src/include/utils/catcache.h
+++ b/src/include/utils/catcache.h
@@ -10,10 +10,10 @@
* guarantee that there can only be one matching row for a key combination.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: catcache.h,v 1.30 2001/01/05 22:54:37 tgl Exp $
+ * $Id: catcache.h,v 1.31 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/date.h b/src/include/utils/date.h
index bd2e9d01bf3..0aa37327c93 100644
--- a/src/include/utils/date.h
+++ b/src/include/utils/date.h
@@ -4,10 +4,10 @@
* Definitions for the SQL92 "date" and "time" types.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: date.h,v 1.9 2001/01/23 03:10:25 momjian Exp $
+ * $Id: date.h,v 1.10 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h
index 9e28436a31b..af9b7f6ac7e 100644
--- a/src/include/utils/datetime.h
+++ b/src/include/utils/datetime.h
@@ -6,10 +6,10 @@
* including abstime, reltime, date, and time.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: datetime.h,v 1.16 2001/01/18 07:22:42 thomas Exp $
+ * $Id: datetime.h,v 1.17 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/datum.h b/src/include/utils/datum.h
index 199cf3109e1..9cb6c7eb45a 100644
--- a/src/include/utils/datum.h
+++ b/src/include/utils/datum.h
@@ -8,10 +8,10 @@
* of the Datum. (We do it this way because in most situations the caller
* can look up the info just once and use it for many per-datum operations.)
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: datum.h,v 1.11 2000/07/12 02:37:35 tgl Exp $
+ * $Id: datum.h,v 1.12 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/dynahash.h b/src/include/utils/dynahash.h
index 1a8414369f3..d324722383f 100644
--- a/src/include/utils/dynahash.h
+++ b/src/include/utils/dynahash.h
@@ -4,10 +4,10 @@
* POSTGRES dynahash.h file definitions
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: dynahash.h,v 1.7 2000/01/26 05:58:37 momjian Exp $
+ * $Id: dynahash.h,v 1.8 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/dynamic_loader.h b/src/include/utils/dynamic_loader.h
index 535d5c6d3ac..953495251b8 100644
--- a/src/include/utils/dynamic_loader.h
+++ b/src/include/utils/dynamic_loader.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: dynamic_loader.h,v 1.15 2000/05/28 17:56:20 tgl Exp $
+ * $Id: dynamic_loader.h,v 1.16 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/elog.h b/src/include/utils/elog.h
index 8468118177f..46f85d07e12 100644
--- a/src/include/utils/elog.h
+++ b/src/include/utils/elog.h
@@ -4,10 +4,10 @@
* POSTGRES error logging definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: elog.h,v 1.24 2001/01/14 05:08:16 tgl Exp $
+ * $Id: elog.h,v 1.25 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/exc.h b/src/include/utils/exc.h
index 8b2fc4723a9..e44f9b46d9d 100644
--- a/src/include/utils/exc.h
+++ b/src/include/utils/exc.h
@@ -4,10 +4,10 @@
* POSTGRES exception handling definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: exc.h,v 1.17 2000/10/28 23:53:01 petere Exp $
+ * $Id: exc.h,v 1.18 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/excid.h b/src/include/utils/excid.h
index 96d8807ca3a..88ba06dc2a8 100644
--- a/src/include/utils/excid.h
+++ b/src/include/utils/excid.h
@@ -4,10 +4,10 @@
* POSTGRES known exception identifier definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: excid.h,v 1.7 2000/01/26 05:58:38 momjian Exp $
+ * $Id: excid.h,v 1.8 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/fcache.h b/src/include/utils/fcache.h
index a30c7283608..a99b804d19c 100644
--- a/src/include/utils/fcache.h
+++ b/src/include/utils/fcache.h
@@ -8,10 +8,10 @@
* record in the Oper or Func node. This saves repeated lookup of info
* about the function.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: fcache.h,v 1.14 2000/08/24 03:29:14 tgl Exp $
+ * $Id: fcache.h,v 1.15 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/fmgrtab.h b/src/include/utils/fmgrtab.h
index 9d46aeae694..33cecce3196 100644
--- a/src/include/utils/fmgrtab.h
+++ b/src/include/utils/fmgrtab.h
@@ -3,10 +3,10 @@
* fmgrtab.h
* The function manager's table of internal functions.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: fmgrtab.h,v 1.14 2000/11/20 20:36:51 tgl Exp $
+ * $Id: fmgrtab.h,v 1.15 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/formatting.h b/src/include/utils/formatting.h
index e296484e1fe..4b713e59850 100644
--- a/src/include/utils/formatting.h
+++ b/src/include/utils/formatting.h
@@ -2,10 +2,10 @@
/* -----------------------------------------------------------------------
* formatting.h
*
- * $Id: formatting.h,v 1.6 2000/06/13 07:35:30 tgl Exp $
+ * $Id: formatting.h,v 1.7 2001/01/24 19:43:28 momjian Exp $
*
*
- * Portions Copyright (c) 1999-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group
*
* The PostgreSQL routines for a DateTime/int/float/numeric formatting,
* inspire with Oracle TO_CHAR() / TO_DATE() / TO_NUMBER() routines.
diff --git a/src/include/utils/geo_decls.h b/src/include/utils/geo_decls.h
index 84193ca0ef8..67ab1cd4fb2 100644
--- a/src/include/utils/geo_decls.h
+++ b/src/include/utils/geo_decls.h
@@ -3,10 +3,10 @@
* geo_decls.h - Declarations for various 2D constructs.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geo_decls.h,v 1.31 2000/07/30 20:43:49 tgl Exp $
+ * $Id: geo_decls.h,v 1.32 2001/01/24 19:43:28 momjian Exp $
*
* NOTE
* These routines do *not* use the float types from adt/.
diff --git a/src/include/utils/hsearch.h b/src/include/utils/hsearch.h
index c58ccb1a16b..93742aef063 100644
--- a/src/include/utils/hsearch.h
+++ b/src/include/utils/hsearch.h
@@ -4,10 +4,10 @@
* for hash tables, particularly hash tables in shared memory
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: hsearch.h,v 1.17 2001/01/02 04:33:24 tgl Exp $
+ * $Id: hsearch.h,v 1.18 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/inet.h b/src/include/utils/inet.h
index 5b39801f9c1..9503fed8bea 100644
--- a/src/include/utils/inet.h
+++ b/src/include/utils/inet.h
@@ -4,10 +4,10 @@
* Declarations for operations on INET datatypes.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: inet.h,v 1.8 2000/08/03 23:07:51 tgl Exp $
+ * $Id: inet.h,v 1.9 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/int8.h b/src/include/utils/int8.h
index 9ebe8efc6dd..4130bec64f0 100644
--- a/src/include/utils/int8.h
+++ b/src/include/utils/int8.h
@@ -4,10 +4,10 @@
* Declarations for operations on 64-bit integers.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: int8.h,v 1.24 2000/10/24 20:16:48 petere Exp $
+ * $Id: int8.h,v 1.25 2001/01/24 19:43:28 momjian Exp $
*
* NOTES
* These data types are supported on all 64-bit architectures, and may
diff --git a/src/include/utils/inval.h b/src/include/utils/inval.h
index b2ccee3adff..7da14e51722 100644
--- a/src/include/utils/inval.h
+++ b/src/include/utils/inval.h
@@ -4,10 +4,10 @@
* POSTGRES cache invalidation dispatcher definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: inval.h,v 1.18 2000/11/08 22:10:02 tgl Exp $
+ * $Id: inval.h,v 1.19 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/logtape.h b/src/include/utils/logtape.h
index 1ce02fc64b4..afc8dc0b6f4 100644
--- a/src/include/utils/logtape.h
+++ b/src/include/utils/logtape.h
@@ -5,10 +5,10 @@
*
* See logtape.c for explanations.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: logtape.h,v 1.3 2000/04/12 17:16:55 momjian Exp $
+ * $Id: logtape.h,v 1.4 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/lsyscache.h b/src/include/utils/lsyscache.h
index 903e09aaf9c..5f9a960589e 100644
--- a/src/include/utils/lsyscache.h
+++ b/src/include/utils/lsyscache.h
@@ -3,10 +3,10 @@
* lsyscache.h
* Convenience routines for common queries in the system catalog cache.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: lsyscache.h,v 1.28 2000/11/20 20:36:51 tgl Exp $
+ * $Id: lsyscache.h,v 1.29 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/memutils.h b/src/include/utils/memutils.h
index 7e5b3700f01..28cf6b33549 100644
--- a/src/include/utils/memutils.h
+++ b/src/include/utils/memutils.h
@@ -7,10 +7,10 @@
* of the API of the memory management subsystem.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: memutils.h,v 1.40 2001/01/22 00:18:13 tgl Exp $
+ * $Id: memutils.h,v 1.41 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/nabstime.h b/src/include/utils/nabstime.h
index f6719dbeb9b..fde50d224c9 100644
--- a/src/include/utils/nabstime.h
+++ b/src/include/utils/nabstime.h
@@ -4,10 +4,10 @@
* Definitions for the "new" abstime code.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nabstime.h,v 1.27 2000/11/18 05:41:45 tgl Exp $
+ * $Id: nabstime.h,v 1.28 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/palloc.h b/src/include/utils/palloc.h
index 4bfdedff7e3..c1613c05091 100644
--- a/src/include/utils/palloc.h
+++ b/src/include/utils/palloc.h
@@ -18,10 +18,10 @@
* everything that should be freed. See utils/mmgr/README for more info.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: palloc.h,v 1.13 2000/06/28 03:33:33 tgl Exp $
+ * $Id: palloc.h,v 1.14 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/pg_locale.h b/src/include/utils/pg_locale.h
index a106fa77cb1..a8040cc5442 100644
--- a/src/include/utils/pg_locale.h
+++ b/src/include/utils/pg_locale.h
@@ -4,9 +4,9 @@
* The PostgreSQL locale utils.
*
*
- * $Id: pg_locale.h,v 1.5 2000/11/25 22:43:07 tgl Exp $
+ * $Id: pg_locale.h,v 1.6 2001/01/24 19:43:28 momjian Exp $
*
- * Portions Copyright (c) 1999-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group
*
* Karel Zak - Zakkr
*
diff --git a/src/include/utils/portal.h b/src/include/utils/portal.h
index bb240fe599d..9c09e8eaefe 100644
--- a/src/include/utils/portal.h
+++ b/src/include/utils/portal.h
@@ -4,10 +4,10 @@
* POSTGRES portal definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: portal.h,v 1.24 2000/06/28 03:33:33 tgl Exp $
+ * $Id: portal.h,v 1.25 2001/01/24 19:43:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h
index adde4a28e31..1a7cf32c874 100644
--- a/src/include/utils/rel.h
+++ b/src/include/utils/rel.h
@@ -4,10 +4,10 @@
* POSTGRES relation descriptor (a/k/a relcache entry) definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rel.h,v 1.43 2000/12/23 19:55:16 tgl Exp $
+ * $Id: rel.h,v 1.44 2001/01/24 19:43:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/relcache.h b/src/include/utils/relcache.h
index 181f70819a5..a9178b8604d 100644
--- a/src/include/utils/relcache.h
+++ b/src/include/utils/relcache.h
@@ -4,10 +4,10 @@
* Relation descriptor cache definitions.
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: relcache.h,v 1.23 2000/11/21 21:16:06 petere Exp $
+ * $Id: relcache.h,v 1.24 2001/01/24 19:43:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/sets.h b/src/include/utils/sets.h
index 7f284ac3467..8ecf2389a0d 100644
--- a/src/include/utils/sets.h
+++ b/src/include/utils/sets.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: sets.h,v 1.8 2000/08/24 03:29:14 tgl Exp $
+ * $Id: sets.h,v 1.9 2001/01/24 19:43:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h
index 73abd53e134..7cb3c26606b 100644
--- a/src/include/utils/syscache.h
+++ b/src/include/utils/syscache.h
@@ -6,10 +6,10 @@
* See also lsyscache.h, which provides convenience routines for
* common cache-lookup operations.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: syscache.h,v 1.27 2000/11/16 22:30:49 tgl Exp $
+ * $Id: syscache.h,v 1.28 2001/01/24 19:43:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/temprel.h b/src/include/utils/temprel.h
index 8c19c8e127d..e7b38f30f83 100644
--- a/src/include/utils/temprel.h
+++ b/src/include/utils/temprel.h
@@ -4,10 +4,10 @@
* Temporary relation functions
*
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: temprel.h,v 1.13 2000/12/22 23:12:07 tgl Exp $
+ * $Id: temprel.h,v 1.14 2001/01/24 19:43:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/timestamp.h b/src/include/utils/timestamp.h
index eec3357ff11..7a5422327cb 100644
--- a/src/include/utils/timestamp.h
+++ b/src/include/utils/timestamp.h
@@ -3,10 +3,10 @@
* timestamp.h
* Definitions for the SQL92 "timestamp" and "interval" types.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: timestamp.h,v 1.13 2001/01/23 03:10:25 momjian Exp $
+ * $Id: timestamp.h,v 1.14 2001/01/24 19:43:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/tqual.h b/src/include/utils/tqual.h
index 01a3b9c80c7..a2bcddf862f 100644
--- a/src/include/utils/tqual.h
+++ b/src/include/utils/tqual.h
@@ -5,10 +5,10 @@
*
* Should be moved/renamed... - vadim 07/28/98
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tqual.h,v 1.29 2000/04/12 17:16:56 momjian Exp $
+ * $Id: tqual.h,v 1.30 2001/01/24 19:43:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/tuplesort.h b/src/include/utils/tuplesort.h
index ffffe15f1b6..7f273776c36 100644
--- a/src/include/utils/tuplesort.h
+++ b/src/include/utils/tuplesort.h
@@ -10,10 +10,10 @@
* amounts are sorted using temporary files and a standard external sort
* algorithm.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tuplesort.h,v 1.5 2000/06/15 03:33:11 momjian Exp $
+ * $Id: tuplesort.h,v 1.6 2001/01/24 19:43:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/tuplestore.h b/src/include/utils/tuplestore.h
index 702d3b73c91..5dc56fd788f 100644
--- a/src/include/utils/tuplestore.h
+++ b/src/include/utils/tuplestore.h
@@ -10,10 +10,10 @@
* A temporary file is used to handle the data if it exceeds the
* space limit specified by the caller.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tuplestore.h,v 1.1 2000/06/18 22:44:35 tgl Exp $
+ * $Id: tuplestore.h,v 1.2 2001/01/24 19:43:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/varbit.h b/src/include/utils/varbit.h
index 50ab4556ad7..b64b7d97467 100644
--- a/src/include/utils/varbit.h
+++ b/src/include/utils/varbit.h
@@ -5,10 +5,10 @@
*
* Code originally contributed by Adriaan Joubert.
*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: varbit.h,v 1.8 2000/10/31 10:22:13 petere Exp $
+ * $Id: varbit.h,v 1.9 2001/01/24 19:43:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/