(7/95).
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/like.c,v 1.48 2001/10/25 05:49:44 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/like.c,v 1.49 2002/06/20 20:29:37 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/adt/like_match.c b/src/backend/utils/adt/like_match.c
index f92d424d3ee..54ac32dcc53 100644
--- a/src/backend/utils/adt/like_match.c
+++ b/src/backend/utils/adt/like_match.c
@@ -15,10 +15,10 @@
* MatchTextIC (MBMatchTextIC)
* do_like_escape (MB_do_like_escape)
*
- * Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2002, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/like_match.c,v 1.2 2001/10/25 05:49:44 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/like_match.c,v 1.3 2002/06/20 20:29:37 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/adt/misc.c b/src/backend/utils/adt/misc.c
index 5bdd5475c3f..57640ef08d0 100644
--- a/src/backend/utils/adt/misc.c
+++ b/src/backend/utils/adt/misc.c
@@ -3,12 +3,12 @@
* misc.c
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/misc.c,v 1.23 2001/10/25 05:49:44 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/misc.c,v 1.24 2002/06/20 20:29:37 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/adt/nabstime.c b/src/backend/utils/adt/nabstime.c
index 98adb9a1946..fdb144f0e94 100644
--- a/src/backend/utils/adt/nabstime.c
+++ b/src/backend/utils/adt/nabstime.c
@@ -4,12 +4,12 @@
* Functions for the built-in type "RelativeTime".
* Functions for the built-in type "TimeInterval".
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.94 2002/06/11 13:40:52 wieck Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.95 2002/06/20 20:29:37 momjian Exp $
*
* NOTES
*
diff --git a/src/backend/utils/adt/name.c b/src/backend/utils/adt/name.c
index e68b11c6fd4..de3f04a7df0 100644
--- a/src/backend/utils/adt/name.c
+++ b/src/backend/utils/adt/name.c
@@ -7,12 +7,12 @@
* always use NAMEDATALEN as the symbolic constant! - jolly 8/21/95
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/name.c,v 1.38 2002/06/15 20:03:51 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/name.c,v 1.39 2002/06/20 20:29:37 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/adt/not_in.c b/src/backend/utils/adt/not_in.c
index 96a6457fade..5982e434da3 100644
--- a/src/backend/utils/adt/not_in.c
+++ b/src/backend/utils/adt/not_in.c
@@ -3,12 +3,12 @@
* not_in.c
* Executes the "not_in" operator for any data type
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/not_in.c,v 1.29 2002/05/20 23:51:43 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/not_in.c,v 1.30 2002/06/20 20:29:37 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/adt/numutils.c b/src/backend/utils/adt/numutils.c
index 59b9714453f..90efd63a837 100644
--- a/src/backend/utils/adt/numutils.c
+++ b/src/backend/utils/adt/numutils.c
@@ -6,12 +6,12 @@
* integer: pg_itoa, pg_ltoa
* floating point: ftoa, atof1
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/numutils.c,v 1.48 2001/11/05 17:46:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/numutils.c,v 1.49 2002/06/20 20:29:38 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/adt/oid.c b/src/backend/utils/adt/oid.c
index 5eb65979f18..7404fc5b7b5 100644
--- a/src/backend/utils/adt/oid.c
+++ b/src/backend/utils/adt/oid.c
@@ -3,12 +3,12 @@
* oid.c
* Functions for the built-in type Oid ... also oidvector.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/oid.c,v 1.46 2001/08/14 22:21:58 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/oid.c,v 1.47 2002/06/20 20:29:38 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/adt/regexp.c b/src/backend/utils/adt/regexp.c
index c8ef235f60f..69d00f18505 100644
--- a/src/backend/utils/adt/regexp.c
+++ b/src/backend/utils/adt/regexp.c
@@ -3,12 +3,12 @@
* regexp.c
* regular expression handling code.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/regexp.c,v 1.40 2002/06/15 02:49:47 thomas Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/regexp.c,v 1.41 2002/06/20 20:29:38 momjian Exp $
*
* Alistair Crooks added the code for the regex caching
* agc - cached the regular expressions used - there's a good chance
diff --git a/src/backend/utils/adt/regproc.c b/src/backend/utils/adt/regproc.c
index 0858d63f60b..18569e5479b 100644
--- a/src/backend/utils/adt/regproc.c
+++ b/src/backend/utils/adt/regproc.c
@@ -8,12 +8,12 @@
* special I/O conversion routines.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/regproc.c,v 1.69 2002/06/20 17:19:08 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/regproc.c,v 1.70 2002/06/20 20:29:38 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/adt/selfuncs.c b/src/backend/utils/adt/selfuncs.c
index 7ba1fd55875..10fc2d29e03 100644
--- a/src/backend/utils/adt/selfuncs.c
+++ b/src/backend/utils/adt/selfuncs.c
@@ -10,12 +10,12 @@
* Index cost functions are registered in the pg_am catalog
* in the "amcostestimate" attribute.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/selfuncs.c,v 1.111 2002/05/09 13:30:24 petere Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/selfuncs.c,v 1.112 2002/06/20 20:29:38 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/adt/sets.c b/src/backend/utils/adt/sets.c
index e93ed50ff0a..52763d29e43 100644
--- a/src/backend/utils/adt/sets.c
+++ b/src/backend/utils/adt/sets.c
@@ -5,12 +5,12 @@
* Example: a set is defined as being the result of the query
* retrieve (X.all)
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/sets.c,v 1.45 2002/05/22 17:21:00 petere Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/sets.c,v 1.46 2002/06/20 20:29:38 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/adt/tid.c b/src/backend/utils/adt/tid.c
index 5b111acf8f4..598e0d8a3b1 100644
--- a/src/backend/utils/adt/tid.c
+++ b/src/backend/utils/adt/tid.c
@@ -3,12 +3,12 @@
* tid.c
* Functions for the built-in type tuple id
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/tid.c,v 1.30 2002/05/22 07:46:58 inoue Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/tid.c,v 1.31 2002/06/20 20:29:38 momjian Exp $
*
* NOTES
* input routine largely stolen from boxin().
diff --git a/src/backend/utils/adt/timestamp.c b/src/backend/utils/adt/timestamp.c
index 38a36f19577..79420310bdf 100644
--- a/src/backend/utils/adt/timestamp.c
+++ b/src/backend/utils/adt/timestamp.c
@@ -3,12 +3,12 @@
* timestamp.c
* Functions for the built-in SQL92 type "timestamp" and "interval".
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/timestamp.c,v 1.67 2002/05/14 13:37:27 thomas Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/timestamp.c,v 1.68 2002/06/20 20:29:38 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/adt/varbit.c b/src/backend/utils/adt/varbit.c
index 617c7579a6a..2fad9aba048 100644
--- a/src/backend/utils/adt/varbit.c
+++ b/src/backend/utils/adt/varbit.c
@@ -5,11 +5,11 @@
*
* Code originally contributed by Adriaan Joubert.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/varbit.c,v 1.21 2002/03/06 06:10:19 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/varbit.c,v 1.22 2002/06/20 20:29:38 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/adt/varchar.c b/src/backend/utils/adt/varchar.c
index f2d318b820b..2520d415d5a 100644
--- a/src/backend/utils/adt/varchar.c
+++ b/src/backend/utils/adt/varchar.c
@@ -3,12 +3,12 @@
* varchar.c
* Functions for the built-in types char(n) and varchar(n).
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/varchar.c,v 1.89 2002/04/11 20:00:05 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/varchar.c,v 1.90 2002/06/20 20:29:38 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/adt/varlena.c b/src/backend/utils/adt/varlena.c
index 5c7aaf64b05..b3ff70d43bd 100644
--- a/src/backend/utils/adt/varlena.c
+++ b/src/backend/utils/adt/varlena.c
@@ -3,12 +3,12 @@
* varlena.c
* Functions for the variable-length built-in types.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/varlena.c,v 1.85 2002/04/25 02:56:56 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/varlena.c,v 1.86 2002/06/20 20:29:38 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/cache/catcache.c b/src/backend/utils/cache/catcache.c
index a028d091c9b..a4f05a7d117 100644
--- a/src/backend/utils/cache/catcache.c
+++ b/src/backend/utils/cache/catcache.c
@@ -3,12 +3,12 @@
* catcache.c
* System catalog cache for tuples matching a key.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/cache/catcache.c,v 1.95 2002/04/25 02:56:56 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/cache/catcache.c,v 1.96 2002/06/20 20:29:39 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/cache/fcache.c b/src/backend/utils/cache/fcache.c
index 6d6efdbaa30..0ad615fc803 100644
--- a/src/backend/utils/cache/fcache.c
+++ b/src/backend/utils/cache/fcache.c
@@ -4,11 +4,11 @@
* Code for the 'function cache' used in Oper and Func nodes.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/fcache.c,v 1.44 2002/04/27 03:45:03 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/fcache.c,v 1.45 2002/06/20 20:29:39 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/cache/inval.c b/src/backend/utils/cache/inval.c
index f572f0864e1..02a6d8f8ddc 100644
--- a/src/backend/utils/cache/inval.c
+++ b/src/backend/utils/cache/inval.c
@@ -70,11 +70,11 @@
* they need not live beyond the end of the current transaction.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/cache/inval.c,v 1.51 2002/04/29 22:14:34 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/cache/inval.c,v 1.52 2002/06/20 20:29:39 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/cache/lsyscache.c b/src/backend/utils/cache/lsyscache.c
index e695f533b02..233910a85c3 100644
--- a/src/backend/utils/cache/lsyscache.c
+++ b/src/backend/utils/cache/lsyscache.c
@@ -3,11 +3,11 @@
* lsyscache.c
* Convenience routines for common queries in the system catalog cache.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/cache/lsyscache.c,v 1.73 2002/05/12 23:43:03 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/cache/lsyscache.c,v 1.74 2002/06/20 20:29:39 momjian Exp $
*
* NOTES
* Eventually, the index information should go through here, too.
diff --git a/src/backend/utils/cache/relcache.c b/src/backend/utils/cache/relcache.c
index 602af4d8881..ec70be31b67 100644
--- a/src/backend/utils/cache/relcache.c
+++ b/src/backend/utils/cache/relcache.c
@@ -3,12 +3,12 @@
* relcache.c
* POSTGRES relation descriptor cache code
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.164 2002/05/22 15:57:40 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.165 2002/06/20 20:29:39 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/cache/syscache.c b/src/backend/utils/cache/syscache.c
index 03acac91b02..e409ab7bc8e 100644
--- a/src/backend/utils/cache/syscache.c
+++ b/src/backend/utils/cache/syscache.c
@@ -3,12 +3,12 @@
* syscache.c
* System cache management routines
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.79 2002/04/18 20:01:10 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.80 2002/06/20 20:29:39 momjian Exp $
*
* NOTES
* These routines allow the parser/planner/executor to perform
diff --git a/src/backend/utils/error/assert.c b/src/backend/utils/error/assert.c
index da84e2ac5f9..eee458020df 100644
--- a/src/backend/utils/error/assert.c
+++ b/src/backend/utils/error/assert.c
@@ -3,12 +3,12 @@
* assert.c
* Assert code.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/error/assert.c,v 1.20 2001/01/24 19:43:15 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/error/assert.c,v 1.21 2002/06/20 20:29:39 momjian Exp $
*
* NOTE
* This should eventually work with elog(), dlog(), etc.
diff --git a/src/backend/utils/error/elog.c b/src/backend/utils/error/elog.c
index a1813b67b83..d26e55368db 100644
--- a/src/backend/utils/error/elog.c
+++ b/src/backend/utils/error/elog.c
@@ -3,12 +3,12 @@
* elog.c
* error logger
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.98 2002/05/17 01:19:18 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.99 2002/06/20 20:29:39 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/error/exc.c b/src/backend/utils/error/exc.c
index d5400e72a01..3dcf999154e 100644
--- a/src/backend/utils/error/exc.c
+++ b/src/backend/utils/error/exc.c
@@ -3,12 +3,12 @@
* exc.c
* POSTGRES exception handling code.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/exc.c,v 1.38 2001/10/25 05:49:46 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/exc.c,v 1.39 2002/06/20 20:29:39 momjian Exp $
*
* NOTE
* XXX this code needs improvement--check for state violations and
diff --git a/src/backend/utils/error/excabort.c b/src/backend/utils/error/excabort.c
index 8a2b88f9853..00fb075b261 100644
--- a/src/backend/utils/error/excabort.c
+++ b/src/backend/utils/error/excabort.c
@@ -3,12 +3,12 @@
* excabort.c
* Default exception abort code.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/excabort.c,v 1.9 2001/01/24 19:43:15 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/excabort.c,v 1.10 2002/06/20 20:29:39 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/error/excid.c b/src/backend/utils/error/excid.c
index 877610176a3..b32080a5fd1 100644
--- a/src/backend/utils/error/excid.c
+++ b/src/backend/utils/error/excid.c
@@ -3,12 +3,12 @@
* excid.c
* POSTGRES known exception identifier code.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/excid.c,v 1.10 2001/02/06 01:53:53 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/excid.c,v 1.11 2002/06/20 20:29:39 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/error/format.c b/src/backend/utils/error/format.c
index 7ba017c344e..aec292b4e63 100644
--- a/src/backend/utils/error/format.c
+++ b/src/backend/utils/error/format.c
@@ -3,12 +3,12 @@
* format.c
* a wrapper around code that does what vsprintf does.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/format.c,v 1.16 2001/01/24 19:43:15 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/format.c,v 1.17 2002/06/20 20:29:39 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/fmgr/dfmgr.c b/src/backend/utils/fmgr/dfmgr.c
index c1e44f7b2f4..301cb2320cd 100644
--- a/src/backend/utils/fmgr/dfmgr.c
+++ b/src/backend/utils/fmgr/dfmgr.c
@@ -3,12 +3,12 @@
* dfmgr.c
* Dynamic function manager code.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.55 2002/03/02 21:39:33 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.56 2002/06/20 20:29:39 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/fmgr/fmgr.c b/src/backend/utils/fmgr/fmgr.c
index 275896053ac..1b2e0d9ef26 100644
--- a/src/backend/utils/fmgr/fmgr.c
+++ b/src/backend/utils/fmgr/fmgr.c
@@ -3,12 +3,12 @@
* fmgr.c
* The Postgres function manager.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/fmgr/fmgr.c,v 1.59 2002/05/18 13:47:59 petere Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/fmgr/fmgr.c,v 1.60 2002/06/20 20:29:39 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/hash/dynahash.c b/src/backend/utils/hash/dynahash.c
index 4a9c9d86328..3b65344086f 100644
--- a/src/backend/utils/hash/dynahash.c
+++ b/src/backend/utils/hash/dynahash.c
@@ -4,12 +4,12 @@
* dynamic hash tables
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/hash/dynahash.c,v 1.42 2002/03/09 17:35:36 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/hash/dynahash.c,v 1.43 2002/06/20 20:29:39 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/hash/hashfn.c b/src/backend/utils/hash/hashfn.c
index f0b8608beb3..b1efae05731 100644
--- a/src/backend/utils/hash/hashfn.c
+++ b/src/backend/utils/hash/hashfn.c
@@ -4,12 +4,12 @@
* Hash functions for use in dynahash.c hashtables
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/hash/hashfn.c,v 1.16 2002/03/09 17:35:36 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/hash/hashfn.c,v 1.17 2002/06/20 20:29:40 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/hash/pg_crc.c b/src/backend/utils/hash/pg_crc.c
index 336ef51ed18..9498976d1fd 100644
--- a/src/backend/utils/hash/pg_crc.c
+++ b/src/backend/utils/hash/pg_crc.c
@@ -3,12 +3,12 @@
* pg_crc.c
* PostgreSQL 64-bit CRC support
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/hash/pg_crc.c,v 1.7 2002/04/23 15:45:30 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/hash/pg_crc.c,v 1.8 2002/06/20 20:29:40 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/init/findbe.c b/src/backend/utils/init/findbe.c
index 8093107f445..0337c8f8cd0 100644
--- a/src/backend/utils/init/findbe.c
+++ b/src/backend/utils/init/findbe.c
@@ -2,12 +2,12 @@
*
* findbe.c
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.27 2002/03/02 21:39:33 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.28 2002/06/20 20:29:40 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/init/globals.c b/src/backend/utils/init/globals.c
index a73822e8fe2..cec975719e1 100644
--- a/src/backend/utils/init/globals.c
+++ b/src/backend/utils/init/globals.c
@@ -3,12 +3,12 @@
* globals.c
* global variable declarations
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.64 2002/04/27 21:24:34 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.65 2002/06/20 20:29:40 momjian Exp $
*
* NOTES
* Globals used all over the place should be declared here and not
diff --git a/src/backend/utils/init/miscinit.c b/src/backend/utils/init/miscinit.c
index b602ba8796e..b32fdc80335 100644
--- a/src/backend/utils/init/miscinit.c
+++ b/src/backend/utils/init/miscinit.c
@@ -3,12 +3,12 @@
* miscinit.c
* miscellaneous initialization support stuff
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/init/miscinit.c,v 1.92 2002/06/11 13:40:52 wieck Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/miscinit.c,v 1.93 2002/06/20 20:29:40 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/init/postinit.c b/src/backend/utils/init/postinit.c
index 04cd1dd6311..04e33b9b198 100644
--- a/src/backend/utils/init/postinit.c
+++ b/src/backend/utils/init/postinit.c
@@ -3,12 +3,12 @@
* postinit.c
* postgres initialization utilities
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.107 2002/06/11 13:40:52 wieck Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.108 2002/06/20 20:29:40 momjian Exp $
*
*
*-------------------------------------------------------------------------
diff --git a/src/backend/utils/misc/database.c b/src/backend/utils/misc/database.c
index 6013c8da12d..9b2cb49022f 100644
--- a/src/backend/utils/misc/database.c
+++ b/src/backend/utils/misc/database.c
@@ -3,12 +3,12 @@
* database.c
* miscellaneous initialization support stuff
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/misc/Attic/database.c,v 1.50 2002/05/05 17:50:04 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/misc/Attic/database.c,v 1.51 2002/06/20 20:29:40 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/misc/superuser.c b/src/backend/utils/misc/superuser.c
index 5848b444199..9652b5c01aa 100644
--- a/src/backend/utils/misc/superuser.c
+++ b/src/backend/utils/misc/superuser.c
@@ -5,12 +5,12 @@
* Also, a function to check for the owner (datdba) of a database.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/misc/superuser.c,v 1.22 2002/05/20 23:51:43 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/misc/superuser.c,v 1.23 2002/06/20 20:29:40 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/mmgr/aset.c b/src/backend/utils/mmgr/aset.c
index 5459d317986..5dc20557dd2 100644
--- a/src/backend/utils/mmgr/aset.c
+++ b/src/backend/utils/mmgr/aset.c
@@ -7,11 +7,11 @@
* type.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/mmgr/aset.c,v 1.45 2002/03/06 06:10:29 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/mmgr/aset.c,v 1.46 2002/06/20 20:29:40 momjian Exp $
*
* NOTE:
* This is a new (Feb. 05, 1999) implementation of the allocation set
diff --git a/src/backend/utils/mmgr/mcxt.c b/src/backend/utils/mmgr/mcxt.c
index 59ecb6f3fc5..01669b62e2f 100644
--- a/src/backend/utils/mmgr/mcxt.c
+++ b/src/backend/utils/mmgr/mcxt.c
@@ -9,12 +9,12 @@
* context's MemoryContextMethods struct.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/mmgr/mcxt.c,v 1.29 2001/10/25 05:49:51 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/mmgr/mcxt.c,v 1.30 2002/06/20 20:29:40 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/mmgr/portalmem.c b/src/backend/utils/mmgr/portalmem.c
index 90e9ca6a71c..4805c4481c5 100644
--- a/src/backend/utils/mmgr/portalmem.c
+++ b/src/backend/utils/mmgr/portalmem.c
@@ -3,12 +3,12 @@
* portalmem.c
* backend portal memory context management stuff
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/mmgr/portalmem.c,v 1.48 2002/05/21 22:05:55 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/mmgr/portalmem.c,v 1.49 2002/06/20 20:29:40 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/sort/logtape.c b/src/backend/utils/sort/logtape.c
index 6b27e5de4dd..1c28028f5f7 100644
--- a/src/backend/utils/sort/logtape.c
+++ b/src/backend/utils/sort/logtape.c
@@ -60,11 +60,11 @@
* care that all calls for a single LogicalTapeSet are made in the same
* palloc context.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/sort/logtape.c,v 1.7 2001/10/25 05:49:51 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/sort/logtape.c,v 1.8 2002/06/20 20:29:40 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/sort/tuplesort.c b/src/backend/utils/sort/tuplesort.c
index b4b86b95b87..0ceda772fdc 100644
--- a/src/backend/utils/sort/tuplesort.c
+++ b/src/backend/utils/sort/tuplesort.c
@@ -74,11 +74,11 @@
* saves one cycle of writing all the data out to disk and reading it in.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/sort/tuplesort.c,v 1.23 2002/05/20 23:51:43 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/sort/tuplesort.c,v 1.24 2002/06/20 20:29:40 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/sort/tuplestore.c b/src/backend/utils/sort/tuplestore.c
index b7e35d5a18e..ec9b7d8ce7a 100644
--- a/src/backend/utils/sort/tuplestore.c
+++ b/src/backend/utils/sort/tuplestore.c
@@ -22,11 +22,11 @@
* in a format that allows either forward or backward scan.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/sort/tuplestore.c,v 1.5 2001/10/28 06:25:57 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/sort/tuplestore.c,v 1.6 2002/06/20 20:29:40 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/backend/utils/time/tqual.c b/src/backend/utils/time/tqual.c
index 284a5c7e530..601208ec259 100644
--- a/src/backend/utils/time/tqual.c
+++ b/src/backend/utils/time/tqual.c
@@ -12,11 +12,11 @@
* exclusive lock on the containing relation, instead.)
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/time/tqual.c,v 1.55 2002/06/15 19:54:24 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/time/tqual.c,v 1.56 2002/06/20 20:29:41 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/bin/Makefile b/src/bin/Makefile
index 7a293c35a26..1758d5fe392 100644
--- a/src/bin/Makefile
+++ b/src/bin/Makefile
@@ -2,10 +2,10 @@
#
# Makefile for src/bin (client programs)
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.35 2002/04/04 04:25:50 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.36 2002/06/20 20:29:41 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/initdb/Makefile b/src/bin/initdb/Makefile
index 7bce5e4781e..ab7fcb74451 100644
--- a/src/bin/initdb/Makefile
+++ b/src/bin/initdb/Makefile
@@ -2,10 +2,10 @@
#
# Makefile for src/bin/initdb
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.26 2001/05/08 16:28:46 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.27 2002/06/20 20:29:41 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/initdb/initdb.sh b/src/bin/initdb/initdb.sh
index 4a4dc71717a..3e7ccceae9c 100644
--- a/src/bin/initdb/initdb.sh
+++ b/src/bin/initdb/initdb.sh
@@ -24,10 +24,10 @@
# template0 is made just by copying the completed template1.
#
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.155 2002/05/21 19:06:00 tgl Exp $
+# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.156 2002/06/20 20:29:41 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/initlocation/Makefile b/src/bin/initlocation/Makefile
index a7e65eed7f8..ef2c260fe4e 100644
--- a/src/bin/initlocation/Makefile
+++ b/src/bin/initlocation/Makefile
@@ -2,10 +2,10 @@
#
# Makefile for src/bin/initlocation
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/Makefile,v 1.13 2001/02/18 18:33:59 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/Makefile,v 1.14 2002/06/20 20:29:41 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/initlocation/initlocation.sh b/src/bin/initlocation/initlocation.sh
index 481923d3b89..9b4b27fd4af 100644
--- a/src/bin/initlocation/initlocation.sh
+++ b/src/bin/initlocation/initlocation.sh
@@ -4,12 +4,12 @@
# initlocation.sh--
# Create a secondary PostgreSQL database storage area.
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/initlocation.sh,v 1.13 2002/02/24 23:59:36 tgl Exp $
+# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/initlocation.sh,v 1.14 2002/06/20 20:29:41 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/ipcclean/Makefile b/src/bin/ipcclean/Makefile
index de7bcfe0ed3..1b87d888fd7 100644
--- a/src/bin/ipcclean/Makefile
+++ b/src/bin/ipcclean/Makefile
@@ -2,10 +2,10 @@
#
# Makefile for src/bin/ipcclean
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/ipcclean/Attic/Makefile,v 1.15 2001/02/18 18:33:59 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/ipcclean/Attic/Makefile,v 1.16 2002/06/20 20:29:41 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/pg_dump/Makefile b/src/bin/pg_dump/Makefile
index b6cdad2fc84..cebb113e1c5 100644
--- a/src/bin/pg_dump/Makefile
+++ b/src/bin/pg_dump/Makefile
@@ -2,10 +2,10 @@
#
# Makefile for src/bin/pg_dump
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.32 2002/01/15 05:05:49 tgl Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.33 2002/06/20 20:29:41 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/pg_dump/common.c b/src/bin/pg_dump/common.c
index 47692bdeac4..827459b4db4 100644
--- a/src/bin/pg_dump/common.c
+++ b/src/bin/pg_dump/common.c
@@ -6,12 +6,12 @@
* Since pg4_dump is long-dead code, there is no longer any useful distinction
* between this file and pg_dump.c.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.64 2002/05/10 22:36:26 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.65 2002/06/20 20:29:41 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c
index 5c5e5301db8..bedff93dce7 100644
--- a/src/bin/pg_dump/pg_dump.c
+++ b/src/bin/pg_dump/pg_dump.c
@@ -4,7 +4,7 @@
* pg_dump is a utility for dumping out a postgres database
* into a script file.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* pg_dump will read the system catalogs in a database and
@@ -22,7 +22,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.266 2002/06/13 20:02:31 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.267 2002/06/20 20:29:41 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/bin/pg_dump/pg_dump.h b/src/bin/pg_dump/pg_dump.h
index d2600ce45e0..f61096c1221 100644
--- a/src/bin/pg_dump/pg_dump.h
+++ b/src/bin/pg_dump/pg_dump.h
@@ -3,10 +3,10 @@
* pg_dump.h
* Common header file for the pg_dump utility
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_dump.h,v 1.87 2002/05/28 22:26:57 tgl Exp $
+ * $Id: pg_dump.h,v 1.88 2002/06/20 20:29:41 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/bin/pgaccess/Makefile b/src/bin/pgaccess/Makefile
index 8a38bcc13a4..d55fb620238 100644
--- a/src/bin/pgaccess/Makefile
+++ b/src/bin/pgaccess/Makefile
@@ -2,10 +2,10 @@
#
# Makefile for src/bin/pgaccess
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile,v 1.16 2001/02/18 18:34:01 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/pgaccess/Attic/Makefile,v 1.17 2002/06/20 20:29:42 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/pgaccess/README b/src/bin/pgaccess/README
index aa7e2744b4a..db926dab3a0 100644
--- a/src/bin/pgaccess/README
+++ b/src/bin/pgaccess/README
@@ -1,6 +1,6 @@
---------------------------------------------------------------------------
-Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
Portions Copyright (c) 1994, Regents of the University of California
Permission to use, copy, modify, and distribute this software and its
diff --git a/src/bin/pgaccess/copyright.html b/src/bin/pgaccess/copyright.html
index 6af94bd5b0d..ef47ce11471 100644
--- a/src/bin/pgaccess/copyright.html
+++ b/src/bin/pgaccess/copyright.html
@@ -9,7 +9,7 @@
-Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+
Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
Portions Copyright (c) 1994, Regents of the University of California
Permission to use, copy, modify, and distribute this software and
diff --git a/src/bin/pgaccess/doc/html/copyright.html b/src/bin/pgaccess/doc/html/copyright.html
index b624786e1a2..0a388620a0d 100644
--- a/src/bin/pgaccess/doc/html/copyright.html
+++ b/src/bin/pgaccess/doc/html/copyright.html
@@ -9,7 +9,7 @@
-
Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+
Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
Portions Copyright (c) 1994, Regents of the University of California
Permission to use, copy, modify, and distribute this software and
diff --git a/src/bin/pgaccess/doc/html/tutorial/copyright.html b/src/bin/pgaccess/doc/html/tutorial/copyright.html
index b624786e1a2..0a388620a0d 100644
--- a/src/bin/pgaccess/doc/html/tutorial/copyright.html
+++ b/src/bin/pgaccess/doc/html/tutorial/copyright.html
@@ -9,7 +9,7 @@
-
Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+
Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
Portions Copyright (c) 1994, Regents of the University of California
Permission to use, copy, modify, and distribute this software and
diff --git a/src/bin/pgaccess/lib/help/copyrights.hlp b/src/bin/pgaccess/lib/help/copyrights.hlp
index ffa49c7b2c2..e63802d4ef9 100644
--- a/src/bin/pgaccess/lib/help/copyrights.hlp
+++ b/src/bin/pgaccess/lib/help/copyrights.hlp
@@ -1,7 +1,7 @@
.pgaw:Help.f.t insert end \
"Copyrights\n\n" {title} \
"
-PostgreSQL is Copyright © 1996-2001, PostgreSQL Global Development Group.
+PostgreSQL is Copyright © 1996-2002, PostgreSQL Global Development Group.
Postgres95 is Copyright © 1994, Regents of the University of California.
diff --git a/src/bin/pgtclsh/Makefile b/src/bin/pgtclsh/Makefile
index 6fbeed74ec1..8847146d7f4 100644
--- a/src/bin/pgtclsh/Makefile
+++ b/src/bin/pgtclsh/Makefile
@@ -3,10 +3,10 @@
# Makefile for src/bin/pgtclsh
# (a tclsh workalike with pgtcl commands installed)
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.38 2002/05/24 18:10:17 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.39 2002/06/20 20:29:42 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/pgtclsh/pgtclAppInit.c b/src/bin/pgtclsh/pgtclAppInit.c
index cfdda03a8bd..fc75dfe4194 100644
--- a/src/bin/pgtclsh/pgtclAppInit.c
+++ b/src/bin/pgtclsh/pgtclAppInit.c
@@ -3,7 +3,7 @@
* a skeletal Tcl_AppInit that provides pgtcl initialization
* to create a tclsh that can talk to pglite backends
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1993 The Regents of the University of California.
* Copyright (c) 1994 Sun Microsystems, Inc.
*
diff --git a/src/bin/pgtclsh/pgtkAppInit.c b/src/bin/pgtclsh/pgtkAppInit.c
index 46b20edac7b..997e97ad751 100644
--- a/src/bin/pgtclsh/pgtkAppInit.c
+++ b/src/bin/pgtclsh/pgtkAppInit.c
@@ -4,7 +4,7 @@
* a skeletal Tcl_AppInit that provides pgtcl initialization
* to create a tclsh that can talk to pglite backends
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1993 The Regents of the University of California.
* Copyright (c) 1994 Sun Microsystems, Inc.
*
diff --git a/src/bin/psql/Makefile b/src/bin/psql/Makefile
index f22055d0ce8..7ab5a906566 100644
--- a/src/bin/psql/Makefile
+++ b/src/bin/psql/Makefile
@@ -2,10 +2,10 @@
#
# Makefile for src/bin/psql
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.31 2001/10/15 01:25:10 ishii Exp $
+# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.32 2002/06/20 20:29:42 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/psql/cs.po b/src/bin/psql/cs.po
index 9ab97665ede..db66ce454ff 100644
--- a/src/bin/psql/cs.po
+++ b/src/bin/psql/cs.po
@@ -1,7 +1,7 @@
# Czech message translation file for psql
# Karel Zak , August 2001.
#
-# $Header: /cvsroot/pgsql/src/bin/psql/Attic/cs.po,v 1.2 2001/12/21 22:30:49 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/psql/Attic/cs.po,v 1.3 2002/06/20 20:29:42 momjian Exp $
#
msgid ""
msgstr ""
@@ -820,12 +820,12 @@ msgstr ""
#: startup.c:670
msgid ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
"Portions Copyright (c) 1996, Regents of the University of California\n"
"Read the file COPYRIGHT or use the command \\copyright to see the\n"
"usage and distribution terms."
msgstr ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
"Portions Copyright (c) 1996, Regents of the University of California\n"
"Ètìte soubor COPYRIGHT nebo pou¾íte pøíkaz \\copyright pro podmínky\n"
"pou¾ítí a distribuce."
diff --git a/src/bin/psql/de.po b/src/bin/psql/de.po
index 388fb72ea23..17a5f12a36e 100644
--- a/src/bin/psql/de.po
+++ b/src/bin/psql/de.po
@@ -1,7 +1,7 @@
# German message translation file for psql
# Peter Eisentraut , 2001.
#
-# $Header: /cvsroot/pgsql/src/bin/psql/Attic/de.po,v 1.5 2001/11/02 19:16:47 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/psql/Attic/de.po,v 1.6 2002/06/20 20:29:42 momjian Exp $
#
# Use these quotes: »%s«
#
@@ -851,12 +851,12 @@ msgstr "multibyte"
#: startup.c:670
msgid ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
"Portions Copyright (c) 1996, Regents of the University of California\n"
"Read the file COPYRIGHT or use the command \\copyright to see the\n"
"usage and distribution terms."
msgstr ""
-"Teile Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Teile Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
"Teile Copyright (c) 1996, Regents of the University of California\n"
"Lesen Sie die Datei COPYRIGHT oder verwenden Sie das Anweisung \\copyright\n"
"um Urheberrechtsinformationen zu sehen."
diff --git a/src/bin/psql/fr.po b/src/bin/psql/fr.po
index 582066230b5..4872547e529 100644
--- a/src/bin/psql/fr.po
+++ b/src/bin/psql/fr.po
@@ -1,7 +1,7 @@
# French message translation file for psql
# Peter Eisentraut , 2001.
#
-# $Header: /cvsroot/pgsql/src/bin/psql/Attic/fr.po,v 1.3 2001/12/13 22:04:40 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/psql/Attic/fr.po,v 1.4 2002/06/20 20:29:42 momjian Exp $
#
# Use these quotes: «%s»
#
@@ -842,7 +842,7 @@ msgstr "caract
#: startup.c:670
msgid ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
"Portions Copyright (c) 1996, Regents of the University of California\n"
"Read the file COPYRIGHT or use the command \\copyright to see the\n"
"usage and distribution terms."
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c
index e76f5f3b4c1..becade93fb9 100644
--- a/src/bin/psql/help.c
+++ b/src/bin/psql/help.c
@@ -3,7 +3,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.50 2002/03/19 03:01:01 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.51 2002/06/20 20:29:42 momjian Exp $
*/
#include "postgres_fe.h"
#include "help.h"
@@ -321,7 +321,7 @@ print_copyright(void)
{
puts(
"PostgreSQL Data Base Management System\n\n"
- "Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n\n"
+ "Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n\n"
"This software is based on Postgres95, formerly known as Postgres, which\n"
"contains the following notice:\n\n"
"Portions Copyright(c) 1994 - 7 Regents of the University of California\n\n"
diff --git a/src/bin/psql/ru.po b/src/bin/psql/ru.po
index 07c48f0f664..b58085e420a 100644
--- a/src/bin/psql/ru.po
+++ b/src/bin/psql/ru.po
@@ -1,7 +1,7 @@
# PSQL Translated Messages in Russian Language (KOI8-R)
# Serguei A. Mokhov , August-September 2001.
#
-# $Header: /cvsroot/pgsql/src/bin/psql/Attic/ru.po,v 1.4 2001/09/16 23:06:33 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/psql/Attic/ru.po,v 1.5 2002/06/20 20:29:42 momjian Exp $
#
msgid ""
msgstr ""
@@ -865,12 +865,12 @@ msgstr "multibyte"
#: startup.c:674
msgid ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
"Portions Copyright (c) 1996, Regents of the University of California\n"
"Read the file COPYRIGHT or use the command \\copyright to see the\n"
"usage and distribution terms."
msgstr ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
"Portions Copyright (c) 1996, Regents of the University of California\n"
"þÉÔÁÊÔÅ ÆÁÊÌ COPYRIGHT ÉÌÉ ÎÁÂÅÒÉÔÅ ËÏÍÁÎÄÕ \\copyright ÄÌÑ ÕÓÌÏ×ÉÊ\n"
"ÐÏÌØÚÏ×ÁÎÉÑ É ÒÁÓÐÒÏÓÔÒÁÎÅÎÉÑ."
diff --git a/src/bin/psql/startup.c b/src/bin/psql/startup.c
index da8f5c01c37..e19db7a7ae3 100644
--- a/src/bin/psql/startup.c
+++ b/src/bin/psql/startup.c
@@ -3,7 +3,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.59 2002/06/14 04:09:36 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.60 2002/06/20 20:29:42 momjian Exp $
*/
#include "postgres_fe.h"
@@ -659,7 +659,7 @@ showVersion(void)
puts("");
#endif
- puts(gettext("Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+ puts(gettext("Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
"Portions Copyright (c) 1996, Regents of the University of California\n"
"Read the file COPYRIGHT or use the command \\copyright to see the\n"
"usage and distribution terms."));
diff --git a/src/bin/psql/sv.po b/src/bin/psql/sv.po
index df92e9836ad..1d34bf8d43e 100644
--- a/src/bin/psql/sv.po
+++ b/src/bin/psql/sv.po
@@ -1,7 +1,7 @@
# Swedish message translation file for psql
# Peter Eisentraut , 2001.
#
-# $Header: /cvsroot/pgsql/src/bin/psql/Attic/sv.po,v 1.2 2001/12/10 13:02:49 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/psql/Attic/sv.po,v 1.3 2002/06/20 20:29:42 momjian Exp $
#
# Use these quotes: "%s"
#
@@ -823,12 +823,12 @@ msgstr "multibyte"
#: startup.c:670
msgid ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
"Portions Copyright (c) 1996, Regents of the University of California\n"
"Read the file COPYRIGHT or use the command \\copyright to see the\n"
"usage and distribution terms."
msgstr ""
-"Delar Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Delar Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
"Delar Copyright (c) 1996, Regents of the University of California\n"
"Läs filen COPYRIGHT or eller använd kommandot \\copyright för att beskåda\n"
"användnings- och kopieringsvillkor."
diff --git a/src/bin/psql/zh_CN.po b/src/bin/psql/zh_CN.po
index 2dfa7c78a98..0ea1bf61c38 100644
--- a/src/bin/psql/zh_CN.po
+++ b/src/bin/psql/zh_CN.po
@@ -1,7 +1,7 @@
# simplified Chinese translation file for psql
# Weiping He , 2001.
#
-# $Header: /cvsroot/pgsql/src/bin/psql/Attic/zh_CN.po,v 1.3 2001/11/26 17:56:32 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/psql/Attic/zh_CN.po,v 1.4 2002/06/20 20:29:42 momjian Exp $
#
msgid ""
msgstr ""
@@ -821,12 +821,12 @@ msgstr "
#: startup.c:670
msgid ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
"Portions Copyright (c) 1996, Regents of the University of California\n"
"Read the file COPYRIGHT or use the command \\copyright to see the\n"
"usage and distribution terms."
msgstr ""
-"²¿·Ö°æÈ¨ (c) 1996-2001, PostgreSQL È«Çò¿ª·¢×é\n"
+"²¿·Ö°æÈ¨ (c) 1996-2002, PostgreSQL È«Çò¿ª·¢×é\n"
"²¿·Ö°æÈ¨ (c) 1996, University of California ÀíÊÂ\n"
"ÔĶÁ COPYRIGHT »òÕßʹÓà \\copyright ÃüÁî²é¿´\n"
"Ó÷¨ºÍ·¢²¼Ìõ¿î."
diff --git a/src/bin/psql/zh_TW.po b/src/bin/psql/zh_TW.po
index 4df002559ab..02f52213fea 100644
--- a/src/bin/psql/zh_TW.po
+++ b/src/bin/psql/zh_TW.po
@@ -812,12 +812,12 @@ msgstr "
#: startup.c:670
msgid ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
"Portions Copyright (c) 1996, Regents of the University of California\n"
"Read the file COPYRIGHT or use the command \\copyright to see the\n"
"usage and distribution terms."
msgstr ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
"Portions Copyright (c) 1996, Regents of the University of California\n"
"°Ñ¨£ COPYRIGHT ÀɮשΨϥΠ\\copyright «ü¥O¬d¬Ý\n"
"¨Ï¥Î©Mµo¦æ±ø´Ú¡C"
diff --git a/src/bin/scripts/Makefile b/src/bin/scripts/Makefile
index 17a487594c7..4a574b464aa 100644
--- a/src/bin/scripts/Makefile
+++ b/src/bin/scripts/Makefile
@@ -2,10 +2,10 @@
#
# Makefile for src/bin/scripts
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.14 2002/01/03 08:38:00 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.15 2002/06/20 20:29:42 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/scripts/createdb b/src/bin/scripts/createdb
index 5d185b62f79..3087688a3ad 100644
--- a/src/bin/scripts/createdb
+++ b/src/bin/scripts/createdb
@@ -7,12 +7,12 @@
# This program runs psql with the "-c" option to create
# the requested database.
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createdb,v 1.22 2002/06/11 22:21:01 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createdb,v 1.23 2002/06/20 20:29:42 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/scripts/createlang.sh b/src/bin/scripts/createlang.sh
index 229cb945245..daca169a0b2 100644
--- a/src/bin/scripts/createlang.sh
+++ b/src/bin/scripts/createlang.sh
@@ -4,10 +4,10 @@
# createlang --
# Install a procedural language in a database
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.35 2002/04/12 09:37:10 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.36 2002/06/20 20:29:42 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/scripts/createuser b/src/bin/scripts/createuser
index b21ba0fcf08..04bbe135e59 100644
--- a/src/bin/scripts/createuser
+++ b/src/bin/scripts/createuser
@@ -4,12 +4,12 @@
# createuser--
# Utility for creating a user in the PostgreSQL database
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.25 2002/04/12 09:42:31 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.26 2002/06/20 20:29:42 momjian Exp $
#
# Note - this should NOT be setuid.
#
diff --git a/src/bin/scripts/dropdb b/src/bin/scripts/dropdb
index bd94bee4fc7..8c3d9cbb090 100644
--- a/src/bin/scripts/dropdb
+++ b/src/bin/scripts/dropdb
@@ -6,12 +6,12 @@
#
# this program runs psql to drop the requested database.
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropdb,v 1.15 2002/04/12 09:37:11 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropdb,v 1.16 2002/06/20 20:29:42 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/scripts/droplang b/src/bin/scripts/droplang
index 5e84b36e8a5..94bc7328946 100644
--- a/src/bin/scripts/droplang
+++ b/src/bin/scripts/droplang
@@ -4,10 +4,10 @@
# droplang --
# Remove a procedural language from a database
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/droplang,v 1.22 2002/04/12 09:37:11 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/droplang,v 1.23 2002/06/20 20:29:42 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/bin/scripts/dropuser b/src/bin/scripts/dropuser
index 4e4b03d8ca0..71b072c8955 100644
--- a/src/bin/scripts/dropuser
+++ b/src/bin/scripts/dropuser
@@ -4,12 +4,12 @@
# dropuser--
# Utility for removing a user from the PostgreSQL database.
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropuser,v 1.17 2002/04/12 09:42:32 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/dropuser,v 1.18 2002/06/20 20:29:42 momjian Exp $
#
# Note - this should NOT be setuid.
#
diff --git a/src/bin/scripts/vacuumdb b/src/bin/scripts/vacuumdb
index 2a751d931b1..bf4ae4594ed 100644
--- a/src/bin/scripts/vacuumdb
+++ b/src/bin/scripts/vacuumdb
@@ -7,12 +7,12 @@
# This script runs psql with the "-c" option to vacuum
# the requested database.
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/vacuumdb,v 1.21 2002/04/12 09:37:11 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/vacuumdb,v 1.22 2002/06/20 20:29:42 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h
index 8f0e9b5471b..33258d4b6a0 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: attnum.h,v 1.15 2001/11/05 17:46:31 momjian Exp $
+ * $Id: attnum.h,v 1.16 2002/06/20 20:29:42 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/clog.h b/src/include/access/clog.h
index 9fcb456cecd..6db92e95664 100644
--- a/src/include/access/clog.h
+++ b/src/include/access/clog.h
@@ -3,10 +3,10 @@
*
* PostgreSQL transaction-commit-log manager
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: clog.h,v 1.5 2001/11/05 17:46:31 momjian Exp $
+ * $Id: clog.h,v 1.6 2002/06/20 20:29:42 momjian Exp $
*/
#ifndef CLOG_H
#define CLOG_H
diff --git a/src/include/access/genam.h b/src/include/access/genam.h
index dd344043b3c..c82e720717f 100644
--- a/src/include/access/genam.h
+++ b/src/include/access/genam.h
@@ -4,10 +4,10 @@
* POSTGRES generalized index access method definitions.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: genam.h,v 1.35 2002/05/24 18:57:56 tgl Exp $
+ * $Id: genam.h,v 1.36 2002/06/20 20:29:42 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/gist.h b/src/include/access/gist.h
index c6f9a01260d..0d03c520a2e 100644
--- a/src/include/access/gist.h
+++ b/src/include/access/gist.h
@@ -4,10 +4,10 @@
* common declarations for the GiST access method code.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: gist.h,v 1.35 2001/11/05 17:46:31 momjian Exp $
+ * $Id: gist.h,v 1.36 2002/06/20 20:29:42 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h
index f1149cb7361..bf9cb36ccaa 100644
--- a/src/include/access/gistscan.h
+++ b/src/include/access/gistscan.h
@@ -4,10 +4,10 @@
* routines defined in access/gist/gistscan.c
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: gistscan.h,v 1.19 2001/11/05 17:46:31 momjian Exp $
+ * $Id: gistscan.h,v 1.20 2002/06/20 20:29:42 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/hash.h b/src/include/access/hash.h
index d1e45fdde81..1fadd8c9e37 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: hash.h,v 1.46 2002/05/20 23:51:43 tgl Exp $
+ * $Id: hash.h,v 1.47 2002/06/20 20:29:42 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 73ed6e7f15b..eafa3224572 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: heapam.h,v 1.76 2002/05/24 18:57:56 tgl Exp $
+ * $Id: heapam.h,v 1.77 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/hio.h b/src/include/access/hio.h
index fbf634117e0..c732f196604 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: hio.h,v 1.22 2001/11/05 17:46:31 momjian Exp $
+ * $Id: hio.h,v 1.23 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/htup.h b/src/include/access/htup.h
index 7806692f29a..b749fffb8c0 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: htup.h,v 1.53 2002/06/15 19:54:24 momjian Exp $
+ * $Id: htup.h,v 1.54 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/ibit.h b/src/include/access/ibit.h
index 7538eab62c1..d0b0155d1b6 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: ibit.h,v 1.18 2001/11/05 17:46:31 momjian Exp $
+ * $Id: ibit.h,v 1.19 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/iqual.h b/src/include/access/iqual.h
index 2913980395e..7ac4b101297 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: iqual.h,v 1.18 2001/11/05 17:46:31 momjian Exp $
+ * $Id: iqual.h,v 1.19 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/istrat.h b/src/include/access/istrat.h
index 1335863f8cf..3af684b33b0 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: istrat.h,v 1.24 2002/02/19 20:11:19 tgl Exp $
+ * $Id: istrat.h,v 1.25 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/itup.h b/src/include/access/itup.h
index 42745f8ed95..16ad3db65a4 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: itup.h,v 1.34 2002/05/20 23:51:43 tgl Exp $
+ * $Id: itup.h,v 1.35 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h
index bef621dd687..9bc86a01a82 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nbtree.h,v 1.61 2002/05/24 18:57:56 tgl Exp $
+ * $Id: nbtree.h,v 1.62 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/printtup.h b/src/include/access/printtup.h
index c1d8db17adb..48c605df744 100644
--- a/src/include/access/printtup.h
+++ b/src/include/access/printtup.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: printtup.h,v 1.19 2002/02/27 19:35:40 tgl Exp $
+ * $Id: printtup.h,v 1.20 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h
index e23681876d5..231d341749c 100644
--- a/src/include/access/relscan.h
+++ b/src/include/access/relscan.h
@@ -4,10 +4,10 @@
* POSTGRES relation scan descriptor definitions.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: relscan.h,v 1.27 2002/05/24 18:57:56 tgl Exp $
+ * $Id: relscan.h,v 1.28 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/rtree.h b/src/include/access/rtree.h
index f67014defc4..606735e5e2d 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rtree.h,v 1.28 2002/05/20 23:51:43 tgl Exp $
+ * $Id: rtree.h,v 1.29 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/rtscan.h b/src/include/access/rtscan.h
index 004affe5aca..4e8b927f6b0 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rtscan.h,v 1.13 2001/11/05 17:46:31 momjian Exp $
+ * $Id: rtscan.h,v 1.14 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/sdir.h b/src/include/access/sdir.h
index 39b2ec27461..5431d2c6fdd 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: sdir.h,v 1.12 2001/11/05 17:46:31 momjian Exp $
+ * $Id: sdir.h,v 1.13 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/skey.h b/src/include/access/skey.h
index e42474ea6fa..98797443883 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: skey.h,v 1.20 2001/11/05 17:46:31 momjian Exp $
+ * $Id: skey.h,v 1.21 2002/06/20 20:29:43 momjian Exp $
*
* Note:
* Needs more accessor/assignment routines.
diff --git a/src/include/access/strat.h b/src/include/access/strat.h
index 83c231cbc4d..1127749add6 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: strat.h,v 1.25 2001/11/05 17:46:31 momjian Exp $
+ * $Id: strat.h,v 1.26 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/transam.h b/src/include/access/transam.h
index d13e5608bad..60162e372a2 100644
--- a/src/include/access/transam.h
+++ b/src/include/access/transam.h
@@ -4,10 +4,10 @@
* postgres transaction access method support code
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: transam.h,v 1.45 2002/05/25 20:00:12 tgl Exp $
+ * $Id: transam.h,v 1.46 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/tupdesc.h b/src/include/access/tupdesc.h
index b1cee7197f8..e6e0b1aaebb 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tupdesc.h,v 1.34 2002/03/29 19:06:16 tgl Exp $
+ * $Id: tupdesc.h,v 1.35 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/tupmacs.h b/src/include/access/tupmacs.h
index 2772c5a628e..02c5f261580 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tupmacs.h,v 1.20 2001/11/05 17:46:31 momjian Exp $
+ * $Id: tupmacs.h,v 1.21 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/valid.h b/src/include/access/valid.h
index d16c0f4e2ca..6fd6e7ed79e 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: valid.h,v 1.27 2002/05/24 18:57:56 tgl Exp $
+ * $Id: valid.h,v 1.28 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/xact.h b/src/include/access/xact.h
index 537d84b63db..5448b68f72f 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: xact.h,v 1.43 2002/05/21 22:05:55 tgl Exp $
+ * $Id: xact.h,v 1.44 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h
index 92e74b88d7e..42241aee82e 100644
--- a/src/include/access/xlog.h
+++ b/src/include/access/xlog.h
@@ -3,10 +3,10 @@
*
* PostgreSQL transaction log manager
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: xlog.h,v 1.30 2002/05/17 01:19:19 tgl Exp $
+ * $Id: xlog.h,v 1.31 2002/06/20 20:29:43 momjian Exp $
*/
#ifndef XLOG_H
#define XLOG_H
diff --git a/src/include/access/xlogdefs.h b/src/include/access/xlogdefs.h
index 5100da68d4c..ac61fd0ba7f 100644
--- a/src/include/access/xlogdefs.h
+++ b/src/include/access/xlogdefs.h
@@ -4,10 +4,10 @@
* Postgres transaction log manager record pointer and
* system startup number definitions
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: xlogdefs.h,v 1.7 2001/11/05 17:46:31 momjian Exp $
+ * $Id: xlogdefs.h,v 1.8 2002/06/20 20:29:43 momjian Exp $
*/
#ifndef XLOG_DEFS_H
#define XLOG_DEFS_H
diff --git a/src/include/access/xlogutils.h b/src/include/access/xlogutils.h
index 9a96b0f6ed6..ed112977dca 100644
--- a/src/include/access/xlogutils.h
+++ b/src/include/access/xlogutils.h
@@ -3,10 +3,10 @@
*
* PostgreSQL transaction log manager utility routines
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: xlogutils.h,v 1.10 2001/10/28 06:25:59 momjian Exp $
+ * $Id: xlogutils.h,v 1.11 2002/06/20 20:29:43 momjian Exp $
*/
#ifndef XLOG_UTILS_H
#define XLOG_UTILS_H
diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h
index 49e91004e94..7a61e75f98b 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: bootstrap.h,v 1.29 2002/04/27 21:24:34 tgl Exp $
+ * $Id: bootstrap.h,v 1.30 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/c.h b/src/include/c.h
index 9053628d622..1f50ae44f6d 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -9,10 +9,10 @@
* the namespace with lots of stuff...
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: c.h,v 1.120 2002/04/30 19:53:03 tgl Exp $
+ * $Id: c.h,v 1.121 2002/06/20 20:29:42 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/catalog/catalog.h b/src/include/catalog/catalog.h
index 1a92b5e32e6..38d4d4c2fd5 100644
--- a/src/include/catalog/catalog.h
+++ b/src/include/catalog/catalog.h
@@ -4,10 +4,10 @@
* prototypes for functions in backend/catalog/catalog.c
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: catalog.h,v 1.24 2002/04/27 21:24:34 tgl Exp $
+ * $Id: catalog.h,v 1.25 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/catalog/catname.h b/src/include/catalog/catname.h
index 51052946396..d679b06618c 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: catname.h,v 1.25 2002/04/27 21:24:34 tgl Exp $
+ * $Id: catname.h,v 1.26 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index b9af6cd518b..8f4f491473c 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: catversion.h,v 1.135 2002/06/15 20:03:51 momjian Exp $
+ * $Id: catversion.h,v 1.136 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/catalog/heap.h b/src/include/catalog/heap.h
index 2a81f5b2601..a9570dd3ab5 100644
--- a/src/include/catalog/heap.h
+++ b/src/include/catalog/heap.h
@@ -4,10 +4,10 @@
* prototypes for functions in backend/catalog/heap.c
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: heap.h,v 1.50 2002/04/27 21:24:34 tgl Exp $
+ * $Id: heap.h,v 1.51 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/catalog/index.h b/src/include/catalog/index.h
index 70e33f88fd3..fb4afac8a2d 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: index.h,v 1.47 2002/03/31 06:26:32 tgl Exp $
+ * $Id: index.h,v 1.48 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/catalog/indexing.h b/src/include/catalog/indexing.h
index 0ee35e3525f..bbc1b5ec995 100644
--- a/src/include/catalog/indexing.h
+++ b/src/include/catalog/indexing.h
@@ -5,10 +5,10 @@
* on system catalogs
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: indexing.h,v 1.66 2002/04/19 16:36:08 tgl Exp $
+ * $Id: indexing.h,v 1.67 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/catalog/namespace.h b/src/include/catalog/namespace.h
index 5046ad09158..4d7fa7ec3e5 100644
--- a/src/include/catalog/namespace.h
+++ b/src/include/catalog/namespace.h
@@ -4,10 +4,10 @@
* prototypes for functions in backend/catalog/namespace.c
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: namespace.h,v 1.14 2002/05/17 20:53:33 tgl Exp $
+ * $Id: namespace.h,v 1.15 2002/06/20 20:29:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/catalog/pg_aggregate.h b/src/include/catalog/pg_aggregate.h
index 252895276e6..cd46ac1d809 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_aggregate.h,v 1.38 2002/04/11 20:00:11 tgl Exp $
+ * $Id: pg_aggregate.h,v 1.39 2002/06/20 20:29:43 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 ef21ad6f08e..33421247622 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_am.h,v 1.21 2001/11/05 17:46:32 momjian Exp $
+ * $Id: pg_am.h,v 1.22 2002/06/20 20:29:43 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 d742a1a0937..21228c8ca35 100644
--- a/src/include/catalog/pg_amop.h
+++ b/src/include/catalog/pg_amop.h
@@ -13,10 +13,10 @@
* for multiple strategy numbers of a single opclass.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_amop.h,v 1.45 2001/11/05 17:46:32 momjian Exp $
+ * $Id: pg_amop.h,v 1.46 2002/06/20 20:29:43 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 a5f809cabf1..6f4100a7490 100644
--- a/src/include/catalog/pg_amproc.h
+++ b/src/include/catalog/pg_amproc.h
@@ -11,10 +11,10 @@
* Note: the primary key for this table is .
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_amproc.h,v 1.34 2001/11/05 17:46:32 momjian Exp $
+ * $Id: pg_amproc.h,v 1.35 2002/06/20 20:29:44 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 babf4b6d610..7df4f324e05 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, 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 47d020beac6..e68f298904c 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_attribute.h,v 1.92 2002/05/18 13:48:00 petere Exp $
+ * $Id: pg_attribute.h,v 1.93 2002/06/20 20:29:44 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 9e9c0149aeb..a33e63d7ef2 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_class.h,v 1.67 2002/04/21 00:26:43 tgl Exp $
+ * $Id: pg_class.h,v 1.68 2002/06/20 20:29:44 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_control.h b/src/include/catalog/pg_control.h
index 27ed668f7b6..05e13783a20 100644
--- a/src/include/catalog/pg_control.h
+++ b/src/include/catalog/pg_control.h
@@ -5,10 +5,10 @@
* However, we define it here so that the format is documented.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_control.h,v 1.7 2002/04/21 19:48:23 thomas Exp $
+ * $Id: pg_control.h,v 1.8 2002/06/20 20:29:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/catalog/pg_database.h b/src/include/catalog/pg_database.h
index c86f738d87a..7828865c4d5 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_database.h,v 1.24 2002/04/27 21:24:34 tgl Exp $
+ * $Id: pg_database.h,v 1.25 2002/06/20 20:29:44 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 9aa0127abff..abe61d49bcf 100644
--- a/src/include/catalog/pg_description.h
+++ b/src/include/catalog/pg_description.h
@@ -19,10 +19,10 @@
* for example).
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_description.h,v 1.16 2001/11/05 17:46:32 momjian Exp $
+ * $Id: pg_description.h,v 1.17 2002/06/20 20:29:44 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 d240dfe8041..c90ede8f729 100644
--- a/src/include/catalog/pg_group.h
+++ b/src/include/catalog/pg_group.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_group.h,v 1.14 2002/04/27 21:24:34 tgl Exp $
+ * $Id: pg_group.h,v 1.15 2002/06/20 20:29:44 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 8b0c9dc9792..88dbd98e557 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_index.h,v 1.27 2001/11/05 17:46:32 momjian Exp $
+ * $Id: pg_index.h,v 1.28 2002/06/20 20:29:44 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 eb105698f21..14fc9f05bf0 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_inherits.h,v 1.13 2001/11/05 17:46:32 momjian Exp $
+ * $Id: pg_inherits.h,v 1.14 2002/06/20 20:29:44 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 e9eec5f4845..8f1b993b652 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_language.h,v 1.17 2002/05/22 17:21:01 petere Exp $
+ * $Id: pg_language.h,v 1.18 2002/06/20 20:29:44 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 06dfab99a4f..bc11b5f924f 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_largeobject.h,v 1.12 2001/11/05 17:46:32 momjian Exp $
+ * $Id: pg_largeobject.h,v 1.13 2002/06/20 20:29:44 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 a2f24a13f33..1931a0ce6f6 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_listener.h,v 1.12 2001/11/05 17:46:32 momjian Exp $
+ * $Id: pg_listener.h,v 1.13 2002/06/20 20:29:44 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_namespace.h b/src/include/catalog/pg_namespace.h
index 9b1e2e7a926..1a9b5658664 100644
--- a/src/include/catalog/pg_namespace.h
+++ b/src/include/catalog/pg_namespace.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_namespace.h,v 1.6 2002/04/25 02:56:56 tgl Exp $
+ * $Id: pg_namespace.h,v 1.7 2002/06/20 20:29:44 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_opclass.h b/src/include/catalog/pg_opclass.h
index edb29267d62..71cecd5d23f 100644
--- a/src/include/catalog/pg_opclass.h
+++ b/src/include/catalog/pg_opclass.h
@@ -23,10 +23,10 @@
* responsibility of the index access method --- not all AMs support this.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_opclass.h,v 1.44 2002/04/17 20:57:56 tgl Exp $
+ * $Id: pg_opclass.h,v 1.45 2002/06/20 20:29:44 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 d64daa321f2..16c374ad201 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_operator.h,v 1.104 2002/04/25 02:56:56 tgl Exp $
+ * $Id: pg_operator.h,v 1.105 2002/06/20 20:29:44 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 27511d9736b..0bb719a55ab 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_proc.h,v 1.242 2002/06/15 20:03:51 momjian Exp $
+ * $Id: pg_proc.h,v 1.243 2002/06/20 20:29:44 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 b9a7cf166ca..f37cbe85b08 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, 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 00b0eb29746..e6a3fe7a29d 100644
--- a/src/include/catalog/pg_rewrite.h
+++ b/src/include/catalog/pg_rewrite.h
@@ -8,10 +8,10 @@
* --- ie, rule names are only unique among the rules of a given table.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_rewrite.h,v 1.18 2002/04/18 20:01:11 tgl Exp $
+ * $Id: pg_rewrite.h,v 1.19 2002/06/20 20:29:49 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 a46790b353e..f56a024c464 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_shadow.h,v 1.20 2002/04/27 21:24:34 tgl Exp $
+ * $Id: pg_shadow.h,v 1.21 2002/06/20 20:29:49 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 bfe2d8c14a5..7e0c0500daf 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_statistic.h,v 1.15 2001/11/05 17:46:33 momjian Exp $
+ * $Id: pg_statistic.h,v 1.16 2002/06/20 20:29:49 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 941069fac09..9eb58ef73a6 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, 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 d67e3434692..deae773423e 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_type.h,v 1.122 2002/04/25 02:56:56 tgl Exp $
+ * $Id: pg_type.h,v 1.123 2002/06/20 20:29:49 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/include/catalog/pg_version.h b/src/include/catalog/pg_version.h
index bbbce601de2..bcfcc2ceb18 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_version.h,v 1.14 2001/11/05 17:46:33 momjian Exp $
+ * $Id: pg_version.h,v 1.15 2002/06/20 20:29:49 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 09ac32544fe..2dc4be8c0b6 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: async.h,v 1.20 2001/11/05 17:46:33 momjian Exp $
+ * $Id: async.h,v 1.21 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h
index c04cca24b42..3f4518b4970 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994-5, Regents of the University of California
*
- * $Id: cluster.h,v 1.13 2002/03/26 19:16:40 tgl Exp $
+ * $Id: cluster.h,v 1.14 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/copy.h b/src/include/commands/copy.h
index 40cbb351957..c7bc988499e 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: copy.h,v 1.18 2002/06/20 16:00:44 momjian Exp $
+ * $Id: copy.h,v 1.19 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/dbcommands.h b/src/include/commands/dbcommands.h
index c4c9f56eece..d0cccbda469 100644
--- a/src/include/commands/dbcommands.h
+++ b/src/include/commands/dbcommands.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: dbcommands.h,v 1.23 2002/06/20 16:00:44 momjian Exp $
+ * $Id: dbcommands.h,v 1.24 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h
index 5ebead414d1..653e22686f5 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: defrem.h,v 1.38 2002/05/22 21:40:55 tgl Exp $
+ * $Id: defrem.h,v 1.39 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h
index 9c0e3ecce1d..7889ccccfb8 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994-5, Regents of the University of California
*
- * $Id: explain.h,v 1.16 2002/03/24 04:31:09 tgl Exp $
+ * $Id: explain.h,v 1.17 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/sequence.h b/src/include/commands/sequence.h
index e91523ac47d..e8bf2bf75e9 100644
--- a/src/include/commands/sequence.h
+++ b/src/include/commands/sequence.h
@@ -3,10 +3,10 @@
* sequence.h
* prototypes for sequence.c.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: sequence.h,v 1.20 2002/05/22 21:40:55 tgl Exp $
+ * $Id: sequence.h,v 1.21 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h
index 4719bf0c914..9ff6c8e1eac 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: trigger.h,v 1.35 2002/04/26 19:29:47 tgl Exp $
+ * $Id: trigger.h,v 1.36 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h
index 2317fc58b8d..42986f4ed4d 100644
--- a/src/include/commands/vacuum.h
+++ b/src/include/commands/vacuum.h
@@ -4,10 +4,10 @@
* header file for postgres vacuum cleaner and statistics analyzer
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: vacuum.h,v 1.43 2001/11/05 17:46:33 momjian Exp $
+ * $Id: vacuum.h,v 1.44 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/version.h b/src/include/commands/version.h
index 09cda946d37..6b88d976127 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: version.h,v 1.12 2001/11/05 17:46:33 momjian Exp $
+ * $Id: version.h,v 1.13 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/commands/view.h b/src/include/commands/view.h
index f021cb24fd6..4fd6bd9a1a5 100644
--- a/src/include/commands/view.h
+++ b/src/include/commands/view.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: view.h,v 1.14 2002/03/29 19:06:22 tgl Exp $
+ * $Id: view.h,v 1.15 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/execdebug.h b/src/include/executor/execdebug.h
index 4e5fcc8a20b..a01c60ccc1e 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: execdebug.h,v 1.19 2001/11/05 17:46:33 momjian Exp $
+ * $Id: execdebug.h,v 1.20 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/execdefs.h b/src/include/executor/execdefs.h
index bdb4dce13c6..4cfd4c435e8 100644
--- a/src/include/executor/execdefs.h
+++ b/src/include/executor/execdefs.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: execdefs.h,v 1.12 2002/02/27 19:35:51 tgl Exp $
+ * $Id: execdefs.h,v 1.13 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/execdesc.h b/src/include/executor/execdesc.h
index 87915e9c07e..8654746c66e 100644
--- a/src/include/executor/execdesc.h
+++ b/src/include/executor/execdesc.h
@@ -5,10 +5,10 @@
* and related modules.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: execdesc.h,v 1.18 2002/02/27 19:35:54 tgl Exp $
+ * $Id: execdesc.h,v 1.19 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h
index 293550e568b..70486ab68b1 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: executor.h,v 1.65 2002/05/24 18:57:57 tgl Exp $
+ * $Id: executor.h,v 1.66 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/functions.h b/src/include/executor/functions.h
index 99246f1fab6..becb78b6426 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: functions.h,v 1.18 2001/11/05 17:46:33 momjian Exp $
+ * $Id: functions.h,v 1.19 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/hashjoin.h b/src/include/executor/hashjoin.h
index 61948cab054..1869feae08b 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: hashjoin.h,v 1.25 2001/11/05 17:46:33 momjian Exp $
+ * $Id: hashjoin.h,v 1.26 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeAgg.h b/src/include/executor/nodeAgg.h
index 2c3402537fc..c912d3c9c09 100644
--- a/src/include/executor/nodeAgg.h
+++ b/src/include/executor/nodeAgg.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeAgg.h,v 1.16 2002/04/11 20:00:14 tgl Exp $
+ * $Id: nodeAgg.h,v 1.17 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeAppend.h b/src/include/executor/nodeAppend.h
index 9a6a0f866b8..4e9255b795d 100644
--- a/src/include/executor/nodeAppend.h
+++ b/src/include/executor/nodeAppend.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeAppend.h,v 1.16 2001/11/05 17:46:33 momjian Exp $
+ * $Id: nodeAppend.h,v 1.17 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeFunctionscan.h b/src/include/executor/nodeFunctionscan.h
index 4decbfe6b5e..9a59cd217a4 100644
--- a/src/include/executor/nodeFunctionscan.h
+++ b/src/include/executor/nodeFunctionscan.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeFunctionscan.h,v 1.1 2002/05/12 20:10:04 tgl Exp $
+ * $Id: nodeFunctionscan.h,v 1.2 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeGroup.h b/src/include/executor/nodeGroup.h
index ea515035319..b3c4e5bbd05 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeGroup.h,v 1.21 2001/11/05 17:46:33 momjian Exp $
+ * $Id: nodeGroup.h,v 1.22 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeHash.h b/src/include/executor/nodeHash.h
index d3f3266860e..aed6bb0cf6a 100644
--- a/src/include/executor/nodeHash.h
+++ b/src/include/executor/nodeHash.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeHash.h,v 1.23 2001/11/05 17:46:33 momjian Exp $
+ * $Id: nodeHash.h,v 1.24 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeHashjoin.h b/src/include/executor/nodeHashjoin.h
index a9c48328844..d13a8c9b05b 100644
--- a/src/include/executor/nodeHashjoin.h
+++ b/src/include/executor/nodeHashjoin.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeHashjoin.h,v 1.22 2001/11/05 17:46:33 momjian Exp $
+ * $Id: nodeHashjoin.h,v 1.23 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeIndexscan.h b/src/include/executor/nodeIndexscan.h
index cf360a4223b..26596e5fdd4 100644
--- a/src/include/executor/nodeIndexscan.h
+++ b/src/include/executor/nodeIndexscan.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeIndexscan.h,v 1.15 2001/11/12 16:34:58 tgl Exp $
+ * $Id: nodeIndexscan.h,v 1.16 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeLimit.h b/src/include/executor/nodeLimit.h
index 49b8a434308..16fa6072bee 100644
--- a/src/include/executor/nodeLimit.h
+++ b/src/include/executor/nodeLimit.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeLimit.h,v 1.5 2001/11/05 17:46:33 momjian Exp $
+ * $Id: nodeLimit.h,v 1.6 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeMaterial.h b/src/include/executor/nodeMaterial.h
index 8ecdabb108c..818fe7590ae 100644
--- a/src/include/executor/nodeMaterial.h
+++ b/src/include/executor/nodeMaterial.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeMaterial.h,v 1.17 2001/11/05 17:46:33 momjian Exp $
+ * $Id: nodeMaterial.h,v 1.18 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeMergejoin.h b/src/include/executor/nodeMergejoin.h
index 2d1853a48ab..b7ed7cd75b4 100644
--- a/src/include/executor/nodeMergejoin.h
+++ b/src/include/executor/nodeMergejoin.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeMergejoin.h,v 1.16 2001/11/05 17:46:33 momjian Exp $
+ * $Id: nodeMergejoin.h,v 1.17 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeNestloop.h b/src/include/executor/nodeNestloop.h
index ce30b028a88..e6224753edc 100644
--- a/src/include/executor/nodeNestloop.h
+++ b/src/include/executor/nodeNestloop.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeNestloop.h,v 1.17 2001/11/05 17:46:33 momjian Exp $
+ * $Id: nodeNestloop.h,v 1.18 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeResult.h b/src/include/executor/nodeResult.h
index 883b5fd2ff0..5d90cda001d 100644
--- a/src/include/executor/nodeResult.h
+++ b/src/include/executor/nodeResult.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeResult.h,v 1.14 2001/11/05 17:46:33 momjian Exp $
+ * $Id: nodeResult.h,v 1.15 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeSeqscan.h b/src/include/executor/nodeSeqscan.h
index 08326670bd2..86d591c88c9 100644
--- a/src/include/executor/nodeSeqscan.h
+++ b/src/include/executor/nodeSeqscan.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeSeqscan.h,v 1.14 2001/11/05 17:46:33 momjian Exp $
+ * $Id: nodeSeqscan.h,v 1.15 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeSetOp.h b/src/include/executor/nodeSetOp.h
index e2dffc10c37..eb1b8c25189 100644
--- a/src/include/executor/nodeSetOp.h
+++ b/src/include/executor/nodeSetOp.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeSetOp.h,v 1.5 2001/11/05 17:46:33 momjian Exp $
+ * $Id: nodeSetOp.h,v 1.6 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeSort.h b/src/include/executor/nodeSort.h
index 7349a8e8fbc..ca2d1d5fb8a 100644
--- a/src/include/executor/nodeSort.h
+++ b/src/include/executor/nodeSort.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeSort.h,v 1.14 2001/11/05 17:46:33 momjian Exp $
+ * $Id: nodeSort.h,v 1.15 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeSubqueryscan.h b/src/include/executor/nodeSubqueryscan.h
index a8978fb6805..e1a5f01aaf2 100644
--- a/src/include/executor/nodeSubqueryscan.h
+++ b/src/include/executor/nodeSubqueryscan.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeSubqueryscan.h,v 1.5 2001/11/05 17:46:33 momjian Exp $
+ * $Id: nodeSubqueryscan.h,v 1.6 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeTidscan.h b/src/include/executor/nodeTidscan.h
index 263a967eaac..b164100690f 100644
--- a/src/include/executor/nodeTidscan.h
+++ b/src/include/executor/nodeTidscan.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeTidscan.h,v 1.8 2001/11/05 17:46:33 momjian Exp $
+ * $Id: nodeTidscan.h,v 1.9 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/nodeUnique.h b/src/include/executor/nodeUnique.h
index 1976f0a6757..f829b653389 100644
--- a/src/include/executor/nodeUnique.h
+++ b/src/include/executor/nodeUnique.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeUnique.h,v 1.14 2001/11/05 17:46:33 momjian Exp $
+ * $Id: nodeUnique.h,v 1.15 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/executor/tuptable.h b/src/include/executor/tuptable.h
index 18edec6082d..269b81f6632 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tuptable.h,v 1.21 2001/11/05 17:46:33 momjian Exp $
+ * $Id: tuptable.h,v 1.22 2002/06/20 20:29:49 momjian Exp $
*
* NOTES
* The tuple table interface is getting pretty ugly.
diff --git a/src/include/fmgr.h b/src/include/fmgr.h
index f5d0b0c1ef3..74e90c93001 100644
--- a/src/include/fmgr.h
+++ b/src/include/fmgr.h
@@ -8,10 +8,10 @@
* or call fmgr-callable functions.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: fmgr.h,v 1.21 2002/04/25 02:56:56 tgl Exp $
+ * $Id: fmgr.h,v 1.22 2002/06/20 20:29:42 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/lib/dllist.h b/src/include/lib/dllist.h
index 4367c65d256..3f570811510 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: dllist.h,v 1.19 2001/11/05 17:46:33 momjian Exp $
+ * $Id: dllist.h,v 1.20 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/lib/lispsort.h b/src/include/lib/lispsort.h
index 5215b61a899..08032399a68 100644
--- a/src/include/lib/lispsort.h
+++ b/src/include/lib/lispsort.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: lispsort.h,v 1.10 2001/11/05 17:46:33 momjian Exp $
+ * $Id: lispsort.h,v 1.11 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/lib/stringinfo.h b/src/include/lib/stringinfo.h
index 165f510428c..051ce239a7a 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: stringinfo.h,v 1.23 2001/11/05 17:46:33 momjian Exp $
+ * $Id: stringinfo.h,v 1.24 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/libpq/auth.h b/src/include/libpq/auth.h
index f521e70617d..4418adb5c9b 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: auth.h,v 1.20 2001/11/05 17:46:33 momjian Exp $
+ * $Id: auth.h,v 1.21 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/libpq/be-fsstubs.h b/src/include/libpq/be-fsstubs.h
index af3d9509c5a..a25c68f1cc7 100644
--- a/src/include/libpq/be-fsstubs.h
+++ b/src/include/libpq/be-fsstubs.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: be-fsstubs.h,v 1.15 2001/11/05 17:46:33 momjian Exp $
+ * $Id: be-fsstubs.h,v 1.16 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/libpq/crypt.h b/src/include/libpq/crypt.h
index a521a0e2cee..d5328c704b3 100644
--- a/src/include/libpq/crypt.h
+++ b/src/include/libpq/crypt.h
@@ -3,10 +3,10 @@
* crypt.h
* Interface to libpq/crypt.c
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: crypt.h,v 1.20 2002/04/04 04:25:53 momjian Exp $
+ * $Id: crypt.h,v 1.21 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h
index 18236db6d4c..3dc0a6f4cd0 100644
--- a/src/include/libpq/libpq-be.h
+++ b/src/include/libpq/libpq-be.h
@@ -8,10 +8,10 @@
* Structs that need to be client-visible are in pqcomm.h.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: libpq-be.h,v 1.31 2002/06/14 04:36:58 momjian Exp $
+ * $Id: libpq-be.h,v 1.32 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/libpq/libpq-fs.h b/src/include/libpq/libpq-fs.h
index 9de2a8231b4..5d009225de0 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 (ie, large objects)
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: libpq-fs.h,v 1.15 2001/11/05 17:46:33 momjian Exp $
+ * $Id: libpq-fs.h,v 1.16 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/libpq/libpq.h b/src/include/libpq/libpq.h
index 1b5de24dd79..915b3222a07 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: libpq.h,v 1.50 2002/03/04 01:46:03 tgl Exp $
+ * $Id: libpq.h,v 1.51 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/libpq/pqcomm.h b/src/include/libpq/pqcomm.h
index 5fb9f0b72eb..2bf759f3815 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqcomm.h,v 1.63 2002/06/03 22:57:47 momjian Exp $
+ * $Id: pqcomm.h,v 1.64 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/libpq/pqformat.h b/src/include/libpq/pqformat.h
index 8e9a09aabed..b94cf7a1513 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqformat.h,v 1.11 2001/11/05 17:46:33 momjian Exp $
+ * $Id: pqformat.h,v 1.12 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/libpq/pqsignal.h b/src/include/libpq/pqsignal.h
index 6e7d8a20030..3846b1d4d53 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqsignal.h,v 1.20 2002/02/22 15:39:42 momjian Exp $
+ * $Id: pqsignal.h,v 1.21 2002/06/20 20:29:49 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 1310b9f2787..f2f6f5c6760 100644
--- a/src/include/miscadmin.h
+++ b/src/include/miscadmin.h
@@ -9,10 +9,10 @@
* pmod.h processing modes
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: miscadmin.h,v 1.105 2002/06/11 13:40:52 wieck Exp $
+ * $Id: miscadmin.h,v 1.106 2002/06/20 20:29:42 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 99fb0d33270..2dea171e255 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: execnodes.h,v 1.69 2002/05/20 23:51:44 tgl Exp $
+ * $Id: execnodes.h,v 1.70 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/makefuncs.h b/src/include/nodes/makefuncs.h
index e3b6a164377..69b9818f57b 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: makefuncs.h,v 1.36 2002/05/12 23:43:04 tgl Exp $
+ * $Id: makefuncs.h,v 1.37 2002/06/20 20:29:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/memnodes.h b/src/include/nodes/memnodes.h
index dca38a7924d..50ffcc0a742 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: memnodes.h,v 1.23 2001/11/05 17:46:34 momjian Exp $
+ * $Id: memnodes.h,v 1.24 2002/06/20 20:29:50 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/nodeFuncs.h b/src/include/nodes/nodeFuncs.h
index 2a8e64e552d..7db0525bad8 100644
--- a/src/include/nodes/nodeFuncs.h
+++ b/src/include/nodes/nodeFuncs.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeFuncs.h,v 1.16 2001/11/05 17:46:34 momjian Exp $
+ * $Id: nodeFuncs.h,v 1.17 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h
index 6aa253e9d41..815a9ea861f 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodes.h,v 1.108 2002/05/17 18:32:52 petere Exp $
+ * $Id: nodes.h,v 1.109 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/params.h b/src/include/nodes/params.h
index 948fb1868ed..1aa17964d65 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: params.h,v 1.16 2001/11/05 17:46:34 momjian Exp $
+ * $Id: params.h,v 1.17 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h
index 627c30c6441..c561ac62183 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parsenodes.h,v 1.181 2002/06/20 16:00:44 momjian Exp $
+ * $Id: parsenodes.h,v 1.182 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/pg_list.h b/src/include/nodes/pg_list.h
index 722fb772916..a6854d16885 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_list.h,v 1.27 2002/04/09 20:35:55 tgl Exp $
+ * $Id: pg_list.h,v 1.28 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h
index 20413e08ae5..a1d161fbb61 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: plannodes.h,v 1.56 2002/05/12 20:10:05 tgl Exp $
+ * $Id: plannodes.h,v 1.57 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/primnodes.h b/src/include/nodes/primnodes.h
index 342ac11bb5b..0748eecae03 100644
--- a/src/include/nodes/primnodes.h
+++ b/src/include/nodes/primnodes.h
@@ -7,10 +7,10 @@
* and join trees.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: primnodes.h,v 1.63 2002/05/12 23:43:04 tgl Exp $
+ * $Id: primnodes.h,v 1.64 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/print.h b/src/include/nodes/print.h
index 550e944f34c..bda11021df2 100644
--- a/src/include/nodes/print.h
+++ b/src/include/nodes/print.h
@@ -4,10 +4,10 @@
* definitions for nodes/print.c
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: print.h,v 1.17 2002/03/24 04:31:09 tgl Exp $
+ * $Id: print.h,v 1.18 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/readfuncs.h b/src/include/nodes/readfuncs.h
index c7523416a58..fc00ce106fa 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: readfuncs.h,v 1.14 2001/11/05 17:46:34 momjian Exp $
+ * $Id: readfuncs.h,v 1.15 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h
index 28ad8bc2eb7..8715ad36c58 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: relation.h,v 1.64 2002/05/12 20:10:05 tgl Exp $
+ * $Id: relation.h,v 1.65 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/_deadcode/xfunc.h b/src/include/optimizer/_deadcode/xfunc.h
index 6c70d214959..3bd5645f1aa 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: xfunc.h,v 1.8 2001/11/05 17:46:34 momjian Exp $
+ * $Id: xfunc.h,v 1.9 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/clauses.h b/src/include/optimizer/clauses.h
index 376e8cc77aa..7c36586a34c 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: clauses.h,v 1.52 2002/05/12 23:43:04 tgl Exp $
+ * $Id: clauses.h,v 1.53 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/cost.h b/src/include/optimizer/cost.h
index 690fa3f129c..1870310b783 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: cost.h,v 1.44 2002/05/12 20:10:05 tgl Exp $
+ * $Id: cost.h,v 1.45 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/geqo.h b/src/include/optimizer/geqo.h
index 4d6b4e54f1b..28fb662d207 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo.h,v 1.27 2001/11/05 17:46:34 momjian Exp $
+ * $Id: geqo.h,v 1.28 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/geqo_copy.h b/src/include/optimizer/geqo_copy.h
index 2814fcb36b9..bd013201a8f 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo_copy.h,v 1.12 2001/11/05 17:46:34 momjian Exp $
+ * $Id: geqo_copy.h,v 1.13 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/geqo_gene.h b/src/include/optimizer/geqo_gene.h
index a811fd692d8..e5bdeb97abe 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo_gene.h,v 1.13 2001/11/05 17:46:34 momjian Exp $
+ * $Id: geqo_gene.h,v 1.14 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/geqo_misc.h b/src/include/optimizer/geqo_misc.h
index 6f489009915..79089835fa9 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo_misc.h,v 1.18 2001/11/05 17:46:34 momjian Exp $
+ * $Id: geqo_misc.h,v 1.19 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/geqo_mutation.h b/src/include/optimizer/geqo_mutation.h
index d04826d1857..6af17605ecd 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo_mutation.h,v 1.12 2001/11/05 17:46:34 momjian Exp $
+ * $Id: geqo_mutation.h,v 1.13 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/geqo_pool.h b/src/include/optimizer/geqo_pool.h
index 2d1d8d17a88..bff28b70075 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo_pool.h,v 1.15 2001/11/05 17:46:34 momjian Exp $
+ * $Id: geqo_pool.h,v 1.16 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/geqo_random.h b/src/include/optimizer/geqo_random.h
index d42b6ff779e..9acf5db5dbe 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo_random.h,v 1.11 2001/11/05 17:46:34 momjian Exp $
+ * $Id: geqo_random.h,v 1.12 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/geqo_recombination.h b/src/include/optimizer/geqo_recombination.h
index 96927301610..98341f197b2 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo_recombination.h,v 1.11 2001/11/05 17:46:34 momjian Exp $
+ * $Id: geqo_recombination.h,v 1.12 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/geqo_selection.h b/src/include/optimizer/geqo_selection.h
index d55e156fede..78b2ea8d192 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geqo_selection.h,v 1.12 2001/11/05 17:46:34 momjian Exp $
+ * $Id: geqo_selection.h,v 1.13 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/joininfo.h b/src/include/optimizer/joininfo.h
index 49ffc3a7f3e..f17e278238c 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: joininfo.h,v 1.20 2001/11/05 17:46:34 momjian Exp $
+ * $Id: joininfo.h,v 1.21 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/pathnode.h b/src/include/optimizer/pathnode.h
index 5a6646db88c..0c9ce6c95e3 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pathnode.h,v 1.43 2002/05/12 20:10:05 tgl Exp $
+ * $Id: pathnode.h,v 1.44 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/paths.h b/src/include/optimizer/paths.h
index 81b87141751..4222c77ad97 100644
--- a/src/include/optimizer/paths.h
+++ b/src/include/optimizer/paths.h
@@ -5,10 +5,10 @@
* header files)
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: paths.h,v 1.59 2001/11/05 17:46:34 momjian Exp $
+ * $Id: paths.h,v 1.60 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/plancat.h b/src/include/optimizer/plancat.h
index 566cbce6aaa..abd09871feb 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: plancat.h,v 1.26 2001/11/05 17:46:34 momjian Exp $
+ * $Id: plancat.h,v 1.27 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/planmain.h b/src/include/optimizer/planmain.h
index 4c6f9e3699d..8fcdd759ef7 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: planmain.h,v 1.58 2002/06/16 00:09:12 momjian Exp $
+ * $Id: planmain.h,v 1.59 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/planner.h b/src/include/optimizer/planner.h
index 7eebff248a5..f49583a7ef3 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: planner.h,v 1.23 2001/11/05 17:46:34 momjian Exp $
+ * $Id: planner.h,v 1.24 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/prep.h b/src/include/optimizer/prep.h
index b6fe0645a8d..736bb4a4ee0 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: prep.h,v 1.31 2001/11/05 17:46:34 momjian Exp $
+ * $Id: prep.h,v 1.32 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/restrictinfo.h b/src/include/optimizer/restrictinfo.h
index 68569c9e443..3806415fe8c 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: restrictinfo.h,v 1.14 2001/11/05 17:46:34 momjian Exp $
+ * $Id: restrictinfo.h,v 1.15 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/tlist.h b/src/include/optimizer/tlist.h
index b14c2429d88..7b82b5ae291 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tlist.h,v 1.31 2001/11/05 17:46:34 momjian Exp $
+ * $Id: tlist.h,v 1.32 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/optimizer/var.h b/src/include/optimizer/var.h
index 0ae554bc3e6..a153c4d0570 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: var.h,v 1.20 2002/05/18 02:25:50 tgl Exp $
+ * $Id: var.h,v 1.21 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/analyze.h b/src/include/parser/analyze.h
index 7d520eef5c3..f780ec4d294 100644
--- a/src/include/parser/analyze.h
+++ b/src/include/parser/analyze.h
@@ -3,10 +3,10 @@
* analyze.h
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: analyze.h,v 1.19 2002/03/21 16:01:53 tgl Exp $
+ * $Id: analyze.h,v 1.20 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/gramparse.h b/src/include/parser/gramparse.h
index 1e4b633c225..0bd00cb1b0c 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: gramparse.h,v 1.22 2002/05/03 00:32:18 tgl Exp $
+ * $Id: gramparse.h,v 1.23 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/keywords.h b/src/include/parser/keywords.h
index b585a936af8..37f486213ea 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: keywords.h,v 1.15 2002/05/02 18:44:11 tgl Exp $
+ * $Id: keywords.h,v 1.16 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_agg.h b/src/include/parser/parse_agg.h
index 31a5b50b55c..e836310f82e 100644
--- a/src/include/parser/parse_agg.h
+++ b/src/include/parser/parse_agg.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_agg.h,v 1.23 2002/04/11 20:00:15 tgl Exp $
+ * $Id: parse_agg.h,v 1.24 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_clause.h b/src/include/parser/parse_clause.h
index 3b97a800afb..07beb6fa03f 100644
--- a/src/include/parser/parse_clause.h
+++ b/src/include/parser/parse_clause.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_clause.h,v 1.28 2002/03/22 02:56:37 tgl Exp $
+ * $Id: parse_clause.h,v 1.29 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_coerce.h b/src/include/parser/parse_coerce.h
index a7eb56a5092..e306493fa36 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_coerce.h,v 1.43 2002/05/12 23:43:04 tgl Exp $
+ * $Id: parse_coerce.h,v 1.44 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_expr.h b/src/include/parser/parse_expr.h
index 1f05a7c0d5c..a7af335dd12 100644
--- a/src/include/parser/parse_expr.h
+++ b/src/include/parser/parse_expr.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_expr.h,v 1.27 2002/03/29 19:06:24 tgl Exp $
+ * $Id: parse_expr.h,v 1.28 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_func.h b/src/include/parser/parse_func.h
index 17c618f0acf..ac98fb84f6e 100644
--- a/src/include/parser/parse_func.h
+++ b/src/include/parser/parse_func.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_func.h,v 1.40 2002/04/16 23:08:12 tgl Exp $
+ * $Id: parse_func.h,v 1.41 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_node.h b/src/include/parser/parse_node.h
index 8551000aca4..8fac035fcc6 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_node.h,v 1.30 2002/04/16 23:08:12 tgl Exp $
+ * $Id: parse_node.h,v 1.31 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_oper.h b/src/include/parser/parse_oper.h
index 0394cb5b535..e061aaf7f92 100644
--- a/src/include/parser/parse_oper.h
+++ b/src/include/parser/parse_oper.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_oper.h,v 1.20 2002/05/01 19:26:08 tgl Exp $
+ * $Id: parse_oper.h,v 1.21 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_relation.h b/src/include/parser/parse_relation.h
index be02997ba5e..5ff6d74e364 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_relation.h,v 1.33 2002/05/12 20:10:05 tgl Exp $
+ * $Id: parse_relation.h,v 1.34 2002/06/20 20:29:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_target.h b/src/include/parser/parse_target.h
index 2e5370a4527..8f938bbd523 100644
--- a/src/include/parser/parse_target.h
+++ b/src/include/parser/parse_target.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_target.h,v 1.24 2002/04/11 20:00:16 tgl Exp $
+ * $Id: parse_target.h,v 1.25 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_type.h b/src/include/parser/parse_type.h
index 6a4eaa010ad..f348a32d416 100644
--- a/src/include/parser/parse_type.h
+++ b/src/include/parser/parse_type.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parse_type.h,v 1.22 2002/05/17 22:35:13 tgl Exp $
+ * $Id: parse_type.h,v 1.23 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parser.h b/src/include/parser/parser.h
index 30d9a11fe46..dfaf50c5cc8 100644
--- a/src/include/parser/parser.h
+++ b/src/include/parser/parser.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parser.h,v 1.12 2002/04/20 21:56:15 petere Exp $
+ * $Id: parser.h,v 1.13 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parsetree.h b/src/include/parser/parsetree.h
index f0dc6627f43..f39080e3f1b 100644
--- a/src/include/parser/parsetree.h
+++ b/src/include/parser/parsetree.h
@@ -5,10 +5,10 @@
* parse trees.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parsetree.h,v 1.17 2002/03/12 00:52:04 tgl Exp $
+ * $Id: parsetree.h,v 1.18 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/scansup.h b/src/include/parser/scansup.h
index 194ecc42f4c..ad6b0e76c0c 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: scansup.h,v 1.11 2001/11/05 17:46:35 momjian Exp $
+ * $Id: scansup.h,v 1.12 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/postgres.h b/src/include/postgres.h
index 4fd2fd9bbdc..b95dc7c92f4 100644
--- a/src/include/postgres.h
+++ b/src/include/postgres.h
@@ -7,10 +7,10 @@
* Client-side code should include postgres_fe.h instead.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1995, Regents of the University of California
*
- * $Id: postgres.h,v 1.57 2002/04/27 21:24:34 tgl Exp $
+ * $Id: postgres.h,v 1.58 2002/06/20 20:29:42 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/postgres_fe.h b/src/include/postgres_fe.h
index d241891ce3e..77af5f63637 100644
--- a/src/include/postgres_fe.h
+++ b/src/include/postgres_fe.h
@@ -8,10 +8,10 @@
* postgres.h.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1995, Regents of the University of California
*
- * $Id: postgres_fe.h,v 1.5 2001/11/05 17:46:31 momjian Exp $
+ * $Id: postgres_fe.h,v 1.6 2002/06/20 20:29:42 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/rewrite/prs2lock.h b/src/include/rewrite/prs2lock.h
index 8606621c6d4..c4f651021ec 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: prs2lock.h,v 1.15 2001/11/05 17:46:35 momjian Exp $
+ * $Id: prs2lock.h,v 1.16 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/rewrite/rewriteDefine.h b/src/include/rewrite/rewriteDefine.h
index 4bf20a2ca76..168b27ca0b1 100644
--- a/src/include/rewrite/rewriteDefine.h
+++ b/src/include/rewrite/rewriteDefine.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rewriteDefine.h,v 1.14 2002/04/18 20:01:11 tgl Exp $
+ * $Id: rewriteDefine.h,v 1.15 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/rewrite/rewriteHandler.h b/src/include/rewrite/rewriteHandler.h
index 2b6b4680dbb..900ffca658f 100644
--- a/src/include/rewrite/rewriteHandler.h
+++ b/src/include/rewrite/rewriteHandler.h
@@ -4,10 +4,10 @@
* External interface to query rewriter.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rewriteHandler.h,v 1.18 2001/11/05 17:46:35 momjian Exp $
+ * $Id: rewriteHandler.h,v 1.19 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/rewrite/rewriteManip.h b/src/include/rewrite/rewriteManip.h
index 2cdd68abfb2..df54169fd28 100644
--- a/src/include/rewrite/rewriteManip.h
+++ b/src/include/rewrite/rewriteManip.h
@@ -4,10 +4,10 @@
* Querytree manipulation subroutines for query rewriter.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rewriteManip.h,v 1.30 2001/11/05 17:46:35 momjian Exp $
+ * $Id: rewriteManip.h,v 1.31 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/rewrite/rewriteRemove.h b/src/include/rewrite/rewriteRemove.h
index 3aa4cbdf532..3af9c150481 100644
--- a/src/include/rewrite/rewriteRemove.h
+++ b/src/include/rewrite/rewriteRemove.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rewriteRemove.h,v 1.13 2002/04/18 20:01:11 tgl Exp $
+ * $Id: rewriteRemove.h,v 1.14 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/rewrite/rewriteSupport.h b/src/include/rewrite/rewriteSupport.h
index 7d8ffd2ada5..db6667afe16 100644
--- a/src/include/rewrite/rewriteSupport.h
+++ b/src/include/rewrite/rewriteSupport.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rewriteSupport.h,v 1.22 2002/04/19 23:13:54 tgl Exp $
+ * $Id: rewriteSupport.h,v 1.23 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/rusagestub.h b/src/include/rusagestub.h
index a2a5629b1dc..165b640d104 100644
--- a/src/include/rusagestub.h
+++ b/src/include/rusagestub.h
@@ -4,10 +4,10 @@
* Stubs for getrusage(3).
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rusagestub.h,v 1.9 2001/11/05 17:46:31 momjian Exp $
+ * $Id: rusagestub.h,v 1.10 2002/06/20 20:29:42 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/backendid.h b/src/include/storage/backendid.h
index f2e272825ec..816d4ce507b 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: backendid.h,v 1.12 2001/11/05 17:46:35 momjian Exp $
+ * $Id: backendid.h,v 1.13 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/block.h b/src/include/storage/block.h
index 1c9cd63a248..ed98c0643a8 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: block.h,v 1.16 2001/11/05 17:46:35 momjian Exp $
+ * $Id: block.h,v 1.17 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/buf.h b/src/include/storage/buf.h
index 860845db57c..9c232f22d6b 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: buf.h,v 1.13 2002/04/15 23:47:12 momjian Exp $
+ * $Id: buf.h,v 1.14 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h
index 7cc4b9aed7b..bd0907ed952 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: buf_internals.h,v 1.56 2002/06/15 19:59:59 momjian Exp $
+ * $Id: buf_internals.h,v 1.57 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/buffile.h b/src/include/storage/buffile.h
index 48afc3a90ff..902483a1fb3 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: buffile.h,v 1.11 2001/11/05 17:46:35 momjian Exp $
+ * $Id: buffile.h,v 1.12 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h
index d1fd92658a0..825033974a6 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: bufmgr.h,v 1.59 2002/06/15 19:59:59 momjian Exp $
+ * $Id: bufmgr.h,v 1.60 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h
index 3537d8f9e2d..5c9c4a6c06a 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: bufpage.h,v 1.47 2002/01/15 22:14:17 tgl Exp $
+ * $Id: bufpage.h,v 1.48 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/fd.h b/src/include/storage/fd.h
index 7d86f182923..13f5100c661 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: fd.h,v 1.34 2001/11/05 17:46:35 momjian Exp $
+ * $Id: fd.h,v 1.35 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/freespace.h b/src/include/storage/freespace.h
index 6c3a20da3ca..339759f0ca1 100644
--- a/src/include/storage/freespace.h
+++ b/src/include/storage/freespace.h
@@ -4,10 +4,10 @@
* POSTGRES free space map for quickly finding free space in relations
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: freespace.h,v 1.6 2001/11/05 17:46:35 momjian Exp $
+ * $Id: freespace.h,v 1.7 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/ipc.h b/src/include/storage/ipc.h
index 5ebee36b9f7..f33815ffc5a 100644
--- a/src/include/storage/ipc.h
+++ b/src/include/storage/ipc.h
@@ -8,10 +8,10 @@
* exit-time cleanup for either a postmaster or a backend.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: ipc.h,v 1.55 2002/05/05 00:03:29 tgl Exp $
+ * $Id: ipc.h,v 1.56 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/item.h b/src/include/storage/item.h
index 94f680fdefc..92b91d0c6ab 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: item.h,v 1.10 2001/11/05 17:46:35 momjian Exp $
+ * $Id: item.h,v 1.11 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/itemid.h b/src/include/storage/itemid.h
index 33d94d9e151..81a9b32ed73 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: itemid.h,v 1.19 2001/11/05 17:46:35 momjian Exp $
+ * $Id: itemid.h,v 1.20 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/itempos.h b/src/include/storage/itempos.h
index 259d80cd0c1..055ff6ded69 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: itempos.h,v 1.15 2001/11/05 17:46:35 momjian Exp $
+ * $Id: itempos.h,v 1.16 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/itemptr.h b/src/include/storage/itemptr.h
index 39acf770adc..0159ec2aff1 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: itemptr.h,v 1.21 2001/11/05 17:46:35 momjian Exp $
+ * $Id: itemptr.h,v 1.22 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/large_object.h b/src/include/storage/large_object.h
index d01364f117b..e64f3ab0295 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: large_object.h,v 1.24 2001/11/05 17:46:35 momjian Exp $
+ * $Id: large_object.h,v 1.25 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/lmgr.h b/src/include/storage/lmgr.h
index 3b59f56267b..8437e104f4a 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: lmgr.h,v 1.35 2001/11/05 17:46:35 momjian Exp $
+ * $Id: lmgr.h,v 1.36 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/lock.h b/src/include/storage/lock.h
index dc7e7b7577e..e303da619cc 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: lock.h,v 1.60 2002/06/11 13:40:52 wieck Exp $
+ * $Id: lock.h,v 1.61 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/lwlock.h b/src/include/storage/lwlock.h
index 91c2084fd9c..e061cd82b7e 100644
--- a/src/include/storage/lwlock.h
+++ b/src/include/storage/lwlock.h
@@ -4,10 +4,10 @@
* Lightweight lock manager
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: lwlock.h,v 1.5 2002/02/19 20:11:19 tgl Exp $
+ * $Id: lwlock.h,v 1.6 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/off.h b/src/include/storage/off.h
index f7daa69171e..2b825ae3a4c 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: off.h,v 1.13 2001/11/05 17:46:35 momjian Exp $
+ * $Id: off.h,v 1.14 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/page.h b/src/include/storage/page.h
index 73c6a5cdc18..6f2ad05e924 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: page.h,v 1.11 2001/11/05 17:46:35 momjian Exp $
+ * $Id: page.h,v 1.12 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/pg_sema.h b/src/include/storage/pg_sema.h
index 65c1936c29f..8bb023b2364 100644
--- a/src/include/storage/pg_sema.h
+++ b/src/include/storage/pg_sema.h
@@ -10,10 +10,10 @@
* be provided by each port.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_sema.h,v 1.1 2002/05/05 00:03:29 tgl Exp $
+ * $Id: pg_sema.h,v 1.2 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/pg_shmem.h b/src/include/storage/pg_shmem.h
index fa35e63f725..e33fc858cb3 100644
--- a/src/include/storage/pg_shmem.h
+++ b/src/include/storage/pg_shmem.h
@@ -14,10 +14,10 @@
* only one ID number.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_shmem.h,v 1.1 2002/05/05 00:03:29 tgl Exp $
+ * $Id: pg_shmem.h,v 1.2 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/pmsignal.h b/src/include/storage/pmsignal.h
index 1536929f59b..4fdb1a8e784 100644
--- a/src/include/storage/pmsignal.h
+++ b/src/include/storage/pmsignal.h
@@ -4,10 +4,10 @@
* routines for signaling the postmaster from its child processes
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pmsignal.h,v 1.2 2001/11/05 17:46:35 momjian Exp $
+ * $Id: pmsignal.h,v 1.3 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/pos.h b/src/include/storage/pos.h
index 5b2392c9214..6be0b499dfb 100644
--- a/src/include/storage/pos.h
+++ b/src/include/storage/pos.h
@@ -4,10 +4,10 @@
* POSTGRES "position" definitions.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pos.h,v 1.13 2001/11/05 17:46:35 momjian Exp $
+ * $Id: pos.h,v 1.14 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h
index d1e915c1ca9..71b86cc8b36 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: proc.h,v 1.56 2002/06/11 13:40:52 wieck Exp $
+ * $Id: proc.h,v 1.57 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h
index 41a79102d78..7609cdffe25 100644
--- a/src/include/storage/s_lock.h
+++ b/src/include/storage/s_lock.h
@@ -60,10 +60,10 @@
* when using the SysV semaphore code.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: s_lock.h,v 1.98 2002/05/05 00:03:29 tgl Exp $
+ * $Id: s_lock.h,v 1.99 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/shmem.h b/src/include/storage/shmem.h
index 9d0821c986b..835a1a3faf7 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: shmem.h,v 1.36 2001/11/05 17:46:35 momjian Exp $
+ * $Id: shmem.h,v 1.37 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/sinval.h b/src/include/storage/sinval.h
index e33be3a31c0..7af8f444470 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: sinval.h,v 1.27 2002/06/11 13:40:52 wieck Exp $
+ * $Id: sinval.h,v 1.28 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/sinvaladt.h b/src/include/storage/sinvaladt.h
index 6b8ea7e55dc..3e95342c9f8 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: sinvaladt.h,v 1.31 2002/06/11 13:40:52 wieck Exp $
+ * $Id: sinvaladt.h,v 1.32 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/smgr.h b/src/include/storage/smgr.h
index 41edb4e688d..474bfbc9326 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: smgr.h,v 1.34 2001/11/05 17:46:35 momjian Exp $
+ * $Id: smgr.h,v 1.35 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/storage/spin.h b/src/include/storage/spin.h
index 8279af0efb0..db3d1fe9774 100644
--- a/src/include/storage/spin.h
+++ b/src/include/storage/spin.h
@@ -37,10 +37,10 @@
* supplied by s_lock.h.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: spin.h,v 1.20 2002/05/05 00:03:29 tgl Exp $
+ * $Id: spin.h,v 1.21 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h
index c96133759d5..ccb3d6ff6e6 100644
--- a/src/include/tcop/dest.h
+++ b/src/include/tcop/dest.h
@@ -41,10 +41,10 @@
* The palloc'd object is pfree'd by the DestReceiver's cleanup function.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: dest.h,v 1.30 2002/02/27 19:36:13 tgl Exp $
+ * $Id: dest.h,v 1.31 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/tcop/fastpath.h b/src/include/tcop/fastpath.h
index a64b953c428..e9b961d8f05 100644
--- a/src/include/tcop/fastpath.h
+++ b/src/include/tcop/fastpath.h
@@ -3,10 +3,10 @@
* fastpath.h
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: fastpath.h,v 1.12 2001/11/05 17:46:36 momjian Exp $
+ * $Id: fastpath.h,v 1.13 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h
index 6333e01653c..c7814a140f2 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pquery.h,v 1.20 2002/02/26 22:47:12 tgl Exp $
+ * $Id: pquery.h,v 1.21 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/tcop/tcopdebug.h b/src/include/tcop/tcopdebug.h
index efcdaf3e2b2..cf1da8c9d23 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tcopdebug.h,v 1.9 2001/11/05 17:46:36 momjian Exp $
+ * $Id: tcopdebug.h,v 1.10 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h
index 0f79e8ab9d6..7123f493a96 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tcopprot.h,v 1.48 2002/04/20 21:56:15 petere Exp $
+ * $Id: tcopprot.h,v 1.49 2002/06/20 20:29:52 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 5b37eb01916..91b428725da 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: utility.h,v 1.14 2002/02/26 22:47:12 tgl Exp $
+ * $Id: utility.h,v 1.15 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/acl.h b/src/include/utils/acl.h
index cf06ee74717..709c4e78c6c 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: acl.h,v 1.44 2002/04/27 03:45:03 tgl Exp $
+ * $Id: acl.h,v 1.45 2002/06/20 20:29:52 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 ee0f915529b..459d2caaff2 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: array.h,v 1.31 2001/11/05 17:46:36 momjian Exp $
+ * $Id: array.h,v 1.32 2002/06/20 20:29:52 momjian Exp $
*
* NOTES
* XXX the data array should be MAXALIGN'd -- currently we only INTALIGN
diff --git a/src/include/utils/bit.h b/src/include/utils/bit.h
index a5ece247ac2..567d7d54023 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: bit.h,v 1.12 2001/11/05 17:46:36 momjian Exp $
+ * $Id: bit.h,v 1.13 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/builtins.h b/src/include/utils/builtins.h
index 898f3b6047d..d79b1c6dcb3 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: builtins.h,v 1.185 2002/06/20 17:19:08 momjian Exp $
+ * $Id: builtins.h,v 1.186 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/catcache.h b/src/include/utils/catcache.h
index 0a506556003..b45277ebe5d 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: catcache.h,v 1.43 2002/06/19 13:46:09 tgl Exp $
+ * $Id: catcache.h,v 1.44 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/date.h b/src/include/utils/date.h
index 9303952001d..409b42fcf89 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: date.h,v 1.19 2002/04/23 15:45:30 tgl Exp $
+ * $Id: date.h,v 1.20 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h
index f998f4517d5..08773fe0b15 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: datetime.h,v 1.31 2002/06/11 13:40:52 wieck Exp $
+ * $Id: datetime.h,v 1.32 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/datum.h b/src/include/utils/datum.h
index b7b1ce970c2..066c20c7c76 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: datum.h,v 1.16 2001/11/05 17:46:36 momjian Exp $
+ * $Id: datum.h,v 1.17 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/dynahash.h b/src/include/utils/dynahash.h
index e6b0e73b911..6f60e060ad2 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: dynahash.h,v 1.11 2001/11/05 17:46:36 momjian Exp $
+ * $Id: dynahash.h,v 1.12 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/dynamic_loader.h b/src/include/utils/dynamic_loader.h
index c3c137e218f..1e5aad354a6 100644
--- a/src/include/utils/dynamic_loader.h
+++ b/src/include/utils/dynamic_loader.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: dynamic_loader.h,v 1.20 2001/11/05 17:46:36 momjian Exp $
+ * $Id: dynamic_loader.h,v 1.21 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/elog.h b/src/include/utils/elog.h
index cc3ebd9220e..8b0414dc3fa 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: elog.h,v 1.37 2002/05/17 01:19:19 tgl Exp $
+ * $Id: elog.h,v 1.38 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/exc.h b/src/include/utils/exc.h
index 8b219b51fa8..a0136682491 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: exc.h,v 1.23 2002/06/11 13:40:52 wieck Exp $
+ * $Id: exc.h,v 1.24 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/excid.h b/src/include/utils/excid.h
index 8ae5e703d69..80a390046cc 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: excid.h,v 1.13 2001/11/05 17:46:36 momjian Exp $
+ * $Id: excid.h,v 1.14 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/fcache.h b/src/include/utils/fcache.h
index 6bb75f52df5..f043eb04284 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: fcache.h,v 1.22 2002/04/27 03:45:03 tgl Exp $
+ * $Id: fcache.h,v 1.23 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/fmgrtab.h b/src/include/utils/fmgrtab.h
index 17c327115fa..a7ad7849f5f 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: fmgrtab.h,v 1.19 2001/11/05 17:46:36 momjian Exp $
+ * $Id: fmgrtab.h,v 1.20 2002/06/20 20:29:52 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/geo_decls.h b/src/include/utils/geo_decls.h
index 4e9eb000083..0e299089775 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: geo_decls.h,v 1.37 2001/11/05 17:46:36 momjian Exp $
+ * $Id: geo_decls.h,v 1.38 2002/06/20 20:29:52 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 11dcd900054..9c5fe45e566 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: hsearch.h,v 1.26 2002/03/09 17:35:37 tgl Exp $
+ * $Id: hsearch.h,v 1.27 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/inet.h b/src/include/utils/inet.h
index fc21258f76f..c5a100a54d9 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: inet.h,v 1.12 2001/11/05 17:46:36 momjian Exp $
+ * $Id: inet.h,v 1.13 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/int8.h b/src/include/utils/int8.h
index ad3be8bc3ac..4ffa3bca504 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: int8.h,v 1.33 2002/04/23 15:45:30 tgl Exp $
+ * $Id: int8.h,v 1.34 2002/06/20 20:29:53 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 2d5153ef1d0..469e5b05819 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: inval.h,v 1.25 2002/04/29 22:14:34 tgl Exp $
+ * $Id: inval.h,v 1.26 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/logtape.h b/src/include/utils/logtape.h
index 9b329532628..686d54ea5a1 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: logtape.h,v 1.7 2001/11/05 17:46:36 momjian Exp $
+ * $Id: logtape.h,v 1.8 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/lsyscache.h b/src/include/utils/lsyscache.h
index eaff98448d3..32d5dc1744e 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: lsyscache.h,v 1.52 2002/05/12 23:43:04 tgl Exp $
+ * $Id: lsyscache.h,v 1.53 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/memutils.h b/src/include/utils/memutils.h
index db8a3e6c1e2..5e60c52fadd 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: memutils.h,v 1.45 2001/11/05 17:46:36 momjian Exp $
+ * $Id: memutils.h,v 1.46 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/nabstime.h b/src/include/utils/nabstime.h
index 9ad2ff78e09..1115779e5de 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nabstime.h,v 1.35 2001/11/05 17:46:36 momjian Exp $
+ * $Id: nabstime.h,v 1.36 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/palloc.h b/src/include/utils/palloc.h
index d8cf653fd22..168ed301977 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: palloc.h,v 1.18 2001/11/05 17:46:36 momjian Exp $
+ * $Id: palloc.h,v 1.19 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/pg_crc.h b/src/include/utils/pg_crc.h
index b18baa4de34..4083586c9de 100644
--- a/src/include/utils/pg_crc.h
+++ b/src/include/utils/pg_crc.h
@@ -3,10 +3,10 @@
*
* PostgreSQL 64-bit CRC support
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_crc.h,v 1.7 2002/04/23 15:45:30 tgl Exp $
+ * $Id: pg_crc.h,v 1.8 2002/06/20 20:29:53 momjian Exp $
*/
#ifndef PG_CRC_H
#define PG_CRC_H
diff --git a/src/include/utils/portal.h b/src/include/utils/portal.h
index 491106fac37..d1b9d5f1801 100644
--- a/src/include/utils/portal.h
+++ b/src/include/utils/portal.h
@@ -4,10 +4,10 @@
* POSTGRES portal definitions.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: portal.h,v 1.33 2002/05/21 22:05:55 tgl Exp $
+ * $Id: portal.h,v 1.34 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h
index 4c6e88efbde..3dce1757ed4 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: rel.h,v 1.59 2002/04/01 22:36:13 tgl Exp $
+ * $Id: rel.h,v 1.60 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/relcache.h b/src/include/utils/relcache.h
index 6e6164b87c8..9cf3eee3bde 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: relcache.h,v 1.31 2002/03/26 19:16:59 tgl Exp $
+ * $Id: relcache.h,v 1.32 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/selfuncs.h b/src/include/utils/selfuncs.h
index 87978ade799..18047f5dbf9 100644
--- a/src/include/utils/selfuncs.h
+++ b/src/include/utils/selfuncs.h
@@ -5,10 +5,10 @@
* standard operators and index access methods.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: selfuncs.h,v 1.5 2002/03/01 04:09:28 tgl Exp $
+ * $Id: selfuncs.h,v 1.6 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/sets.h b/src/include/utils/sets.h
index 4a134c9ce55..cb9b7e0b005 100644
--- a/src/include/utils/sets.h
+++ b/src/include/utils/sets.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: sets.h,v 1.13 2002/03/29 19:06:26 tgl Exp $
+ * $Id: sets.h,v 1.14 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h
index a5282a97536..0cd6b7ae5f3 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: syscache.h,v 1.47 2002/04/18 20:01:11 tgl Exp $
+ * $Id: syscache.h,v 1.48 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/timestamp.h b/src/include/utils/timestamp.h
index ca3e761a912..aea1c17841b 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: timestamp.h,v 1.26 2002/04/23 15:45:30 tgl Exp $
+ * $Id: timestamp.h,v 1.27 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/tqual.h b/src/include/utils/tqual.h
index cdda44023ba..e649a8a11b0 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tqual.h,v 1.41 2002/05/24 18:57:57 tgl Exp $
+ * $Id: tqual.h,v 1.42 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/tuplesort.h b/src/include/utils/tuplesort.h
index 1989e144bdb..430af58d7d7 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tuplesort.h,v 1.11 2001/11/05 17:46:36 momjian Exp $
+ * $Id: tuplesort.h,v 1.12 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/tuplestore.h b/src/include/utils/tuplestore.h
index 88f33e0da32..38222f23ca1 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: tuplestore.h,v 1.6 2001/11/05 17:46:36 momjian Exp $
+ * $Id: tuplestore.h,v 1.7 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/varbit.h b/src/include/utils/varbit.h
index 27d1c4fa8fc..42ea863151e 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: varbit.h,v 1.13 2001/10/28 06:26:10 momjian Exp $
+ * $Id: varbit.h,v 1.14 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/ecpg/lib/pg_type.h b/src/interfaces/ecpg/lib/pg_type.h
index da8cebf7ec2..2ce4fedf561 100644
--- a/src/interfaces/ecpg/lib/pg_type.h
+++ b/src/interfaces/ecpg/lib/pg_type.h
@@ -5,10 +5,10 @@
* along with the relation's initial contents.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_type.h,v 1.6 2001/11/14 11:11:49 meskes Exp $
+ * $Id: pg_type.h,v 1.7 2002/06/20 20:29:53 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
diff --git a/src/interfaces/ecpg/preproc/keywords.c b/src/interfaces/ecpg/preproc/keywords.c
index ff52b97169d..aadf1d762be 100644
--- a/src/interfaces/ecpg/preproc/keywords.c
+++ b/src/interfaces/ecpg/preproc/keywords.c
@@ -3,12 +3,12 @@
* keywords.c
* lexical token lookup for reserved words in PostgreSQL
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.49 2002/06/11 13:40:52 wieck Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.50 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/ecpg/preproc/pgc.l b/src/interfaces/ecpg/preproc/pgc.l
index bb250cb8ec0..db1e6edf227 100644
--- a/src/interfaces/ecpg/preproc/pgc.l
+++ b/src/interfaces/ecpg/preproc/pgc.l
@@ -7,12 +7,12 @@
* This is a modified version of src/backend/parser/scan.l
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.93 2002/06/17 13:23:27 meskes Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.94 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpgtcl/libpgtcl.h b/src/interfaces/libpgtcl/libpgtcl.h
index b19dac0a86e..4e73f108c82 100644
--- a/src/interfaces/libpgtcl/libpgtcl.h
+++ b/src/interfaces/libpgtcl/libpgtcl.h
@@ -5,10 +5,10 @@
* libpgtcl is a tcl package for front-ends to interface with PostgreSQL.
* It's a Tcl wrapper for libpq.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: libpgtcl.h,v 1.14 2001/11/05 17:46:37 momjian Exp $
+ * $Id: libpgtcl.h,v 1.15 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpgtcl/pgtcl.c b/src/interfaces/libpgtcl/pgtcl.c
index 32e775f5d9b..a415d63be65 100644
--- a/src/interfaces/libpgtcl/pgtcl.c
+++ b/src/interfaces/libpgtcl/pgtcl.c
@@ -5,12 +5,12 @@
* libpgtcl is a tcl package for front-ends to interface with PostgreSQL.
* It's a Tcl wrapper for libpq.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtcl.c,v 1.24 2001/10/25 05:50:12 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtcl.c,v 1.25 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpgtcl/pgtclCmds.c b/src/interfaces/libpgtcl/pgtclCmds.c
index bd7143c2997..24f04567078 100644
--- a/src/interfaces/libpgtcl/pgtclCmds.c
+++ b/src/interfaces/libpgtcl/pgtclCmds.c
@@ -3,12 +3,12 @@
* pgtclCmds.c
* C functions which implement pg_* tcl commands
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclCmds.c,v 1.61 2002/03/04 02:41:49 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclCmds.c,v 1.62 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpgtcl/pgtclCmds.h b/src/interfaces/libpgtcl/pgtclCmds.h
index 2f994d048d1..3b2988d9d00 100644
--- a/src/interfaces/libpgtcl/pgtclCmds.h
+++ b/src/interfaces/libpgtcl/pgtclCmds.h
@@ -3,10 +3,10 @@
* pgtclCmds.h
* declarations for the C functions which implement pg_* tcl commands
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pgtclCmds.h,v 1.25 2001/11/05 17:46:37 momjian Exp $
+ * $Id: pgtclCmds.h,v 1.26 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpgtcl/pgtclId.c b/src/interfaces/libpgtcl/pgtclId.c
index febe04f391a..cb6250cdb49 100644
--- a/src/interfaces/libpgtcl/pgtclId.c
+++ b/src/interfaces/libpgtcl/pgtclId.c
@@ -9,11 +9,11 @@
*
* ASSUMPTION: sizeof(long) >= sizeof(void*)
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclId.c,v 1.29 2001/11/05 17:46:37 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclId.c,v 1.30 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpgtcl/pgtclId.h b/src/interfaces/libpgtcl/pgtclId.h
index 4f37378f34a..55b572bb78c 100644
--- a/src/interfaces/libpgtcl/pgtclId.h
+++ b/src/interfaces/libpgtcl/pgtclId.h
@@ -7,10 +7,10 @@
* everything in Tcl is a string, but in C, pointers to data structures
* are needed.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pgtclId.h,v 1.17 2001/10/25 05:50:12 momjian Exp $
+ * $Id: pgtclId.h,v 1.18 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpq++/examples/Makefile b/src/interfaces/libpq++/examples/Makefile
index 919e637712f..d2e9b16a03e 100644
--- a/src/interfaces/libpq++/examples/Makefile
+++ b/src/interfaces/libpq++/examples/Makefile
@@ -2,10 +2,10 @@
#
# Makefile for libpq++ examples
#
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/interfaces/libpq++/examples/Attic/Makefile,v 1.13 2002/06/15 18:49:29 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq++/examples/Attic/Makefile,v 1.14 2002/06/20 20:29:54 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/interfaces/libpq++/libpq++.h b/src/interfaces/libpq++/libpq++.h
index e429d3509fa..42b570a1266 100644
--- a/src/interfaces/libpq++/libpq++.h
+++ b/src/interfaces/libpq++/libpq++.h
@@ -13,10 +13,10 @@
* in the build environment the individual include files are not
* yet installed in a subdirectory.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: libpq++.h,v 1.11 2002/06/15 18:49:29 momjian Exp $
+ * $Id: libpq++.h,v 1.12 2002/06/20 20:29:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpq++/pgconnection.h b/src/interfaces/libpq++/pgconnection.h
index 9e9cadb6384..310302d4431 100644
--- a/src/interfaces/libpq++/pgconnection.h
+++ b/src/interfaces/libpq++/pgconnection.h
@@ -10,10 +10,10 @@
* NOTES
* Currently under construction.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pgconnection.h,v 1.17 2002/06/15 18:49:29 momjian Exp $
+ * $Id: pgconnection.h,v 1.18 2002/06/20 20:29:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpq++/pgcursordb.h b/src/interfaces/libpq++/pgcursordb.h
index 43edc6e31cd..d7eaa96a278 100644
--- a/src/interfaces/libpq++/pgcursordb.h
+++ b/src/interfaces/libpq++/pgcursordb.h
@@ -10,11 +10,11 @@
* NOTES
* Currently under construction.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
- * $Id: pgcursordb.h,v 1.10 2002/06/15 18:49:29 momjian Exp $
+ * $Id: pgcursordb.h,v 1.11 2002/06/20 20:29:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpq++/pgdatabase.h b/src/interfaces/libpq++/pgdatabase.h
index 5b2b8f40b73..4f0ca62ae02 100644
--- a/src/interfaces/libpq++/pgdatabase.h
+++ b/src/interfaces/libpq++/pgdatabase.h
@@ -10,11 +10,11 @@
* NOTES
* Currently under construction.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
- * $Id: pgdatabase.h,v 1.12 2001/07/11 22:12:43 momjian Exp $
+ * $Id: pgdatabase.h,v 1.13 2002/06/20 20:29:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpq++/pglobject.h b/src/interfaces/libpq++/pglobject.h
index 7752e1dd654..33b01df16ca 100644
--- a/src/interfaces/libpq++/pglobject.h
+++ b/src/interfaces/libpq++/pglobject.h
@@ -7,11 +7,11 @@
* declaration of the PGlobj class.
* PGlobj encapsulates a large object interface to Postgres backend
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
- * $Id: pglobject.h,v 1.9 2001/09/30 22:30:37 tgl Exp $
+ * $Id: pglobject.h,v 1.10 2002/06/20 20:29:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpq++/pgtransdb.h b/src/interfaces/libpq++/pgtransdb.h
index f322fa9a6d9..e6acec52629 100644
--- a/src/interfaces/libpq++/pgtransdb.h
+++ b/src/interfaces/libpq++/pgtransdb.h
@@ -10,11 +10,11 @@
* NOTES
* Currently under construction.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
- * $Id: pgtransdb.h,v 1.8 2001/07/11 22:12:43 momjian Exp $
+ * $Id: pgtransdb.h,v 1.9 2002/06/20 20:29:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpq/fe-auth.c b/src/interfaces/libpq/fe-auth.c
index 1856499ebf5..63e573d5c2b 100644
--- a/src/interfaces/libpq/fe-auth.c
+++ b/src/interfaces/libpq/fe-auth.c
@@ -3,14 +3,14 @@
* fe-auth.c
* The front-end (client) authorization routines
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* NOTE: the error message strings returned by this module must not
* exceed INITIAL_EXPBUFFER_SIZE (currently 256 bytes).
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.66 2002/06/11 13:40:53 wieck Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.67 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpq/fe-auth.h b/src/interfaces/libpq/fe-auth.h
index 8036158e070..1151cc101cb 100644
--- a/src/interfaces/libpq/fe-auth.h
+++ b/src/interfaces/libpq/fe-auth.h
@@ -4,10 +4,10 @@
*
* Definitions for network authentication routines
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: fe-auth.h,v 1.15 2001/11/05 17:46:37 momjian Exp $
+ * $Id: fe-auth.h,v 1.16 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c
index d88acb922e2..2380d0b0551 100644
--- a/src/interfaces/libpq/fe-connect.c
+++ b/src/interfaces/libpq/fe-connect.c
@@ -3,12 +3,12 @@
* fe-connect.c
* functions related to setting up a connection to the backend
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.187 2002/06/15 22:06:09 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.188 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpq/fe-exec.c b/src/interfaces/libpq/fe-exec.c
index 88fc1a9f00d..3ff32daaeb1 100644
--- a/src/interfaces/libpq/fe-exec.c
+++ b/src/interfaces/libpq/fe-exec.c
@@ -3,12 +3,12 @@
* fe-exec.c
* functions related to sending a query down to the backend
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.119 2002/04/15 23:35:51 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.120 2002/06/20 20:29:53 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpq/fe-lobj.c b/src/interfaces/libpq/fe-lobj.c
index 99a1724bc18..dd2d76867df 100644
--- a/src/interfaces/libpq/fe-lobj.c
+++ b/src/interfaces/libpq/fe-lobj.c
@@ -3,12 +3,12 @@
* fe-lobj.c
* Front-end large object interface
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.40 2001/10/25 05:50:13 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.41 2002/06/20 20:29:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpq/fe-misc.c b/src/interfaces/libpq/fe-misc.c
index 46231a21dfe..1799b3c02d8 100644
--- a/src/interfaces/libpq/fe-misc.c
+++ b/src/interfaces/libpq/fe-misc.c
@@ -20,12 +20,12 @@
* for transmitted ints, whereas the backend modules (as of this writing)
* still handle either network or little-endian byte order.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.75 2002/06/15 22:06:09 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.76 2002/06/20 20:29:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpq/fe-print.c b/src/interfaces/libpq/fe-print.c
index 97760766f89..33f370f46f1 100644
--- a/src/interfaces/libpq/fe-print.c
+++ b/src/interfaces/libpq/fe-print.c
@@ -3,14 +3,14 @@
* fe-print.c
* functions for pretty-printing query results
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* These functions were formerly part of fe-exec.c, but they
* didn't really belong there.
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-print.c,v 1.44 2001/10/28 06:26:12 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-print.c,v 1.45 2002/06/20 20:29:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpq/fe-secure.c b/src/interfaces/libpq/fe-secure.c
index f0c695ea984..64cce0c6f5d 100644
--- a/src/interfaces/libpq/fe-secure.c
+++ b/src/interfaces/libpq/fe-secure.c
@@ -6,12 +6,12 @@
* message integrity and endpoint authentication.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-secure.c,v 1.6 2002/06/17 15:55:09 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-secure.c,v 1.7 2002/06/20 20:29:54 momjian Exp $
*
* NOTES
* The client *requires* a valid server certificate. Since
diff --git a/src/interfaces/libpq/libpq-fe.h b/src/interfaces/libpq/libpq-fe.h
index 7f77f8aec4f..47606fc2118 100644
--- a/src/interfaces/libpq/libpq-fe.h
+++ b/src/interfaces/libpq/libpq-fe.h
@@ -4,10 +4,10 @@
* This file contains definitions for structures and
* externs for functions used by frontend postgres applications.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: libpq-fe.h,v 1.84 2002/04/15 23:35:51 momjian Exp $
+ * $Id: libpq-fe.h,v 1.85 2002/06/20 20:29:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpq/libpq-int.h b/src/interfaces/libpq/libpq-int.h
index 7cdfd6fe66b..07cbe20d567 100644
--- a/src/interfaces/libpq/libpq-int.h
+++ b/src/interfaces/libpq/libpq-int.h
@@ -9,10 +9,10 @@
* more likely to break across PostgreSQL releases than code that uses
* only the official API.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: libpq-int.h,v 1.50 2002/06/15 22:06:09 tgl Exp $
+ * $Id: libpq-int.h,v 1.51 2002/06/20 20:29:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpq/pqexpbuffer.c b/src/interfaces/libpq/pqexpbuffer.c
index cf565eb9a30..9d679bb7263 100644
--- a/src/interfaces/libpq/pqexpbuffer.c
+++ b/src/interfaces/libpq/pqexpbuffer.c
@@ -14,10 +14,10 @@
* a usable vsnprintf(), then a copy of our own implementation of it will
* be linked into libpq.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/pqexpbuffer.c,v 1.12 2001/10/25 05:50:13 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/pqexpbuffer.c,v 1.13 2002/06/20 20:29:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpq/pqexpbuffer.h b/src/interfaces/libpq/pqexpbuffer.h
index 4ffc63eb8ee..f34895ebd59 100644
--- a/src/interfaces/libpq/pqexpbuffer.h
+++ b/src/interfaces/libpq/pqexpbuffer.h
@@ -15,10 +15,10 @@
* a usable vsnprintf(), then a copy of our own implementation of it will
* be linked into libpq.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqexpbuffer.h,v 1.10 2001/11/05 17:46:38 momjian Exp $
+ * $Id: pqexpbuffer.h,v 1.11 2002/06/20 20:29:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/interfaces/libpq/pqsignal.c b/src/interfaces/libpq/pqsignal.c
index 224778f4430..9b89923bed8 100644
--- a/src/interfaces/libpq/pqsignal.c
+++ b/src/interfaces/libpq/pqsignal.c
@@ -4,12 +4,12 @@
* reliable BSD-style signal(2) routine stolen from RWW who stole it
* from Stevens...
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/pqsignal.c,v 1.14 2001/11/05 17:46:38 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/pqsignal.c,v 1.15 2002/06/20 20:29:54 momjian Exp $
*
* NOTES
* This shouldn't be in libpq, but the monitor and some other
diff --git a/src/interfaces/libpq/pqsignal.h b/src/interfaces/libpq/pqsignal.h
index b4ca6402c0d..b458ebeb496 100644
--- a/src/interfaces/libpq/pqsignal.h
+++ b/src/interfaces/libpq/pqsignal.h
@@ -4,10 +4,10 @@
* prototypes for the reliable BSD-style signal(2) routine.
*
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqsignal.h,v 1.13 2001/11/05 17:46:38 momjian Exp $
+ * $Id: pqsignal.h,v 1.14 2002/06/20 20:29:54 momjian Exp $
*
* NOTES
* This shouldn't be in libpq, but the monitor and some other
diff --git a/src/interfaces/libpq/win32.c b/src/interfaces/libpq/win32.c
index 9c7d379456c..2e90c3dad30 100644
--- a/src/interfaces/libpq/win32.c
+++ b/src/interfaces/libpq/win32.c
@@ -12,7 +12,7 @@
* The error constants are taken from the Frambak Bakfram LGSOCKET
* library guys who in turn took them from the Winsock FAQ.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*/
diff --git a/src/interfaces/odbc/md5.c b/src/interfaces/odbc/md5.c
index 1b2cb2bf5b5..1fd69056d1a 100644
--- a/src/interfaces/odbc/md5.c
+++ b/src/interfaces/odbc/md5.c
@@ -10,11 +10,11 @@
*
* Sverre H. Huseby
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/md5.c,v 1.7 2001/11/18 23:02:19 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/md5.c,v 1.8 2002/06/20 20:29:54 momjian Exp $
*/
diff --git a/src/test/examples/testlo.c b/src/test/examples/testlo.c
index 47f1d9d38d0..dfb6156975a 100644
--- a/src/test/examples/testlo.c
+++ b/src/test/examples/testlo.c
@@ -3,12 +3,12 @@
* testlo.c
* test using large objects with libpq
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/test/examples/testlo.c,v 1.18 2001/03/22 04:01:43 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/test/examples/testlo.c,v 1.19 2002/06/20 20:29:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/tutorial/beard.c b/src/tutorial/beard.c
index 74dbd4deeb6..845c5db6b3f 100644
--- a/src/tutorial/beard.c
+++ b/src/tutorial/beard.c
@@ -3,12 +3,12 @@
* beard.c
* sample routines to use large objects
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/tutorial/Attic/beard.c,v 1.7 2001/11/05 17:46:40 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/tutorial/Attic/beard.c,v 1.8 2002/06/20 20:29:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/tutorial/syscat.source b/src/tutorial/syscat.source
index a43277f45d1..4ef6d513bf4 100644
--- a/src/tutorial/syscat.source
+++ b/src/tutorial/syscat.source
@@ -4,10 +4,10 @@
-- sample queries to the system catalogs
--
--
--- Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+-- Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
-- Portions Copyright (c) 1994, Regents of the University of California
--
--- $Id: syscat.source,v 1.6 2002/04/11 20:00:18 tgl Exp $
+-- $Id: syscat.source,v 1.7 2002/06/20 20:29:54 momjian Exp $
--
---------------------------------------------------------------------------
diff --git a/src/utils/strdup.c b/src/utils/strdup.c
index 0fca7a763ba..35400459127 100644
--- a/src/utils/strdup.c
+++ b/src/utils/strdup.c
@@ -3,12 +3,12 @@
* strdup.c
* copies a null-terminated string.
*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/utils/Attic/strdup.c,v 1.8 2001/01/24 19:43:33 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/utils/Attic/strdup.c,v 1.9 2002/06/20 20:29:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/