summaryrefslogtreecommitdiff
path: root/src/include/utils
diff options
context:
space:
mode:
authorBruce Momjian2009-01-01 17:24:05 +0000
committerBruce Momjian2009-01-01 17:24:05 +0000
commit511db38ace2690f19816465baed07cefe535bfec (patch)
treea5a4cc6ce0bbeef24c1c889ffee6f11212fc1216 /src/include/utils
parent87081b2d35057c4919a8a05a7c52fe87845874d5 (diff)
Update copyright for 2009.
Diffstat (limited to 'src/include/utils')
-rw-r--r--src/include/utils/acl.h4
-rw-r--r--src/include/utils/array.h4
-rw-r--r--src/include/utils/ascii.h4
-rw-r--r--src/include/utils/builtins.h4
-rw-r--r--src/include/utils/catcache.h4
-rw-r--r--src/include/utils/combocid.h4
-rw-r--r--src/include/utils/date.h4
-rw-r--r--src/include/utils/datetime.h4
-rw-r--r--src/include/utils/datum.h4
-rw-r--r--src/include/utils/dynahash.h4
-rw-r--r--src/include/utils/dynamic_loader.h4
-rw-r--r--src/include/utils/elog.h4
-rw-r--r--src/include/utils/errcodes.h4
-rw-r--r--src/include/utils/fmgrtab.h4
-rw-r--r--src/include/utils/formatting.h4
-rw-r--r--src/include/utils/geo_decls.h4
-rw-r--r--src/include/utils/guc.h4
-rw-r--r--src/include/utils/guc_tables.h4
-rw-r--r--src/include/utils/help_config.h4
-rw-r--r--src/include/utils/hsearch.h4
-rw-r--r--src/include/utils/inet.h4
-rw-r--r--src/include/utils/int8.h4
-rw-r--r--src/include/utils/inval.h4
-rw-r--r--src/include/utils/logtape.h4
-rw-r--r--src/include/utils/lsyscache.h4
-rw-r--r--src/include/utils/memutils.h4
-rw-r--r--src/include/utils/nabstime.h4
-rw-r--r--src/include/utils/numeric.h4
-rw-r--r--src/include/utils/palloc.h4
-rw-r--r--src/include/utils/pg_crc.h4
-rw-r--r--src/include/utils/pg_locale.h4
-rw-r--r--src/include/utils/pg_rusage.h4
-rw-r--r--src/include/utils/plancache.h4
-rw-r--r--src/include/utils/portal.h4
-rw-r--r--src/include/utils/rel.h4
-rw-r--r--src/include/utils/relcache.h4
-rw-r--r--src/include/utils/resowner.h4
-rw-r--r--src/include/utils/selfuncs.h4
-rw-r--r--src/include/utils/snapmgr.h4
-rw-r--r--src/include/utils/snapshot.h4
-rw-r--r--src/include/utils/syscache.h4
-rw-r--r--src/include/utils/timestamp.h4
-rw-r--r--src/include/utils/tqual.h4
-rw-r--r--src/include/utils/tuplesort.h4
-rw-r--r--src/include/utils/tuplestore.h4
-rw-r--r--src/include/utils/typcache.h4
-rw-r--r--src/include/utils/tzparser.h4
-rw-r--r--src/include/utils/uuid.h4
-rw-r--r--src/include/utils/varbit.h4
-rw-r--r--src/include/utils/xml.h4
50 files changed, 100 insertions, 100 deletions
diff --git a/src/include/utils/acl.h b/src/include/utils/acl.h
index defbb47eab1..02cf425619e 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/acl.h,v 1.105 2008/12/19 16:25:19 petere Exp $
+ * $PostgreSQL: pgsql/src/include/utils/acl.h,v 1.106 2009/01/01 17:24:02 momjian Exp $
*
* NOTES
* An ACL array is simply an array of AclItems, representing the union
diff --git a/src/include/utils/array.h b/src/include/utils/array.h
index 6d0f5bf13c6..830f9145df0 100644
--- a/src/include/utils/array.h
+++ b/src/include/utils/array.h
@@ -46,10 +46,10 @@
* only work with varlena arrays.
*
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/array.h,v 1.73 2008/12/28 18:54:01 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/array.h,v 1.74 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/ascii.h b/src/include/utils/ascii.h
index 5a154378788..ffe09332dc0 100644
--- a/src/include/utils/ascii.h
+++ b/src/include/utils/ascii.h
@@ -1,9 +1,9 @@
/*-----------------------------------------------------------------------
* ascii.h
*
- * Portions Copyright (c) 1999-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1999-2009, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/include/utils/ascii.h,v 1.16 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/ascii.h,v 1.17 2009/01/01 17:24:02 momjian Exp $
*
*-----------------------------------------------------------------------
*/
diff --git a/src/include/utils/builtins.h b/src/include/utils/builtins.h
index 65be80c24b4..d9e11431521 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/builtins.h,v 1.329 2008/12/28 18:54:01 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/builtins.h,v 1.330 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/catcache.h b/src/include/utils/catcache.h
index 80814c4e6dd..dec27424d0e 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/catcache.h,v 1.67 2008/06/19 00:46:06 alvherre Exp $
+ * $PostgreSQL: pgsql/src/include/utils/catcache.h,v 1.68 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/combocid.h b/src/include/utils/combocid.h
index a561d562376..fc9dfa2008e 100644
--- a/src/include/utils/combocid.h
+++ b/src/include/utils/combocid.h
@@ -4,10 +4,10 @@
* Combo command ID support routines
*
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/combocid.h,v 1.2 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/combocid.h,v 1.3 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/date.h b/src/include/utils/date.h
index 9015c3db69b..eee40654ac9 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/date.h,v 1.41 2008/10/14 17:12:33 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/date.h,v 1.42 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h
index 9f5d979bcf1..21ebfaca05b 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.71 2008/11/11 02:42:32 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.72 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/datum.h b/src/include/utils/datum.h
index 49aced1aac6..bf3944470f1 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/datum.h,v 1.24 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/datum.h,v 1.25 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/dynahash.h b/src/include/utils/dynahash.h
index c513142fdcf..9fa9d4b3e56 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/dynahash.h,v 1.19 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/dynahash.h,v 1.20 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/dynamic_loader.h b/src/include/utils/dynamic_loader.h
index 97abff45881..e105be2b8e6 100644
--- a/src/include/utils/dynamic_loader.h
+++ b/src/include/utils/dynamic_loader.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/dynamic_loader.h,v 1.28 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/dynamic_loader.h,v 1.29 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/elog.h b/src/include/utils/elog.h
index ba01a1386cd..bb790154505 100644
--- a/src/include/utils/elog.h
+++ b/src/include/utils/elog.h
@@ -4,10 +4,10 @@
* POSTGRES error reporting/logging definitions.
*
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/elog.h,v 1.97 2008/10/27 19:37:22 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/elog.h,v 1.98 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/errcodes.h b/src/include/utils/errcodes.h
index 4e393c62ac0..4c758bdb02b 100644
--- a/src/include/utils/errcodes.h
+++ b/src/include/utils/errcodes.h
@@ -9,9 +9,9 @@
* string is determined by the MAKE_SQLSTATE() macro, which is not defined
* in this file; it can be defined by the caller for special purposes.
*
- * Copyright (c) 2003-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2009, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/include/utils/errcodes.h,v 1.27 2008/12/28 18:54:01 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/errcodes.h,v 1.28 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/fmgrtab.h b/src/include/utils/fmgrtab.h
index 52954bfad0e..211e6f5e979 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/fmgrtab.h,v 1.28 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/fmgrtab.h,v 1.29 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/formatting.h b/src/include/utils/formatting.h
index 4389ddb39a4..006dbc8a28d 100644
--- a/src/include/utils/formatting.h
+++ b/src/include/utils/formatting.h
@@ -2,10 +2,10 @@
/* -----------------------------------------------------------------------
* formatting.h
*
- * $PostgreSQL: pgsql/src/include/utils/formatting.h,v 1.20 2008/07/12 00:44:38 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/formatting.h,v 1.21 2009/01/01 17:24:02 momjian Exp $
*
*
- * Portions Copyright (c) 1999-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1999-2009, PostgreSQL Global Development Group
*
* The PostgreSQL routines for a DateTime/int/float/numeric formatting,
* inspire with Oracle TO_CHAR() / TO_DATE() / TO_NUMBER() routines.
diff --git a/src/include/utils/geo_decls.h b/src/include/utils/geo_decls.h
index feb2c5f8a31..ee82c10d240 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/geo_decls.h,v 1.54 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/geo_decls.h,v 1.55 2009/01/01 17:24:02 momjian Exp $
*
* NOTE
* These routines do *not* use the float types from adt/.
diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h
index e5066677b9f..dcd00b97c35 100644
--- a/src/include/utils/guc.h
+++ b/src/include/utils/guc.h
@@ -4,10 +4,10 @@
* External declarations pertaining to backend/utils/misc/guc.c and
* backend/utils/misc/guc-file.l
*
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
* Written by Peter Eisentraut <[email protected]>.
*
- * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.99 2008/11/19 01:10:23 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.100 2009/01/01 17:24:02 momjian Exp $
*--------------------------------------------------------------------
*/
#ifndef GUC_H
diff --git a/src/include/utils/guc_tables.h b/src/include/utils/guc_tables.h
index 338fb27f4ce..43ab249fa4a 100644
--- a/src/include/utils/guc_tables.h
+++ b/src/include/utils/guc_tables.h
@@ -5,9 +5,9 @@
*
* See src/backend/utils/misc/README for design notes.
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/include/utils/guc_tables.h,v 1.44 2008/11/19 01:10:23 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/guc_tables.h,v 1.45 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/help_config.h b/src/include/utils/help_config.h
index ba57755135a..d3a5821847b 100644
--- a/src/include/utils/help_config.h
+++ b/src/include/utils/help_config.h
@@ -3,9 +3,9 @@
* help_config.h
* Interface to the --help-config option of main.c
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/include/utils/help_config.h,v 1.10 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/help_config.h,v 1.11 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/hsearch.h b/src/include/utils/hsearch.h
index 4ad8538a090..d81d72d817b 100644
--- a/src/include/utils/hsearch.h
+++ b/src/include/utils/hsearch.h
@@ -4,10 +4,10 @@
* exported definitions for utils/hash/dynahash.c; see notes therein
*
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/hsearch.h,v 1.48 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/hsearch.h,v 1.49 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/inet.h b/src/include/utils/inet.h
index 793e1207857..c1ead12360e 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/inet.h,v 1.29 2008/02/23 19:11:45 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/inet.h,v 1.30 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/int8.h b/src/include/utils/int8.h
index c19d167464d..92ab1e7ba14 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/int8.h,v 1.49 2008/06/17 19:10:56 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/int8.h,v 1.50 2009/01/01 17:24:02 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 0060d594082..26b09f79b39 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/inval.h,v 1.44 2008/09/09 18:58:09 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/inval.h,v 1.45 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/logtape.h b/src/include/utils/logtape.h
index bae7e389cc1..dd857f70860 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/logtape.h,v 1.17 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/logtape.h,v 1.18 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/lsyscache.h b/src/include/utils/lsyscache.h
index 48ecd276c73..b98ff592a8b 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/lsyscache.h,v 1.126 2008/09/28 19:51:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/lsyscache.h,v 1.127 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/memutils.h b/src/include/utils/memutils.h
index 7628fcc6597..5b420d00eca 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/memutils.h,v 1.64 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/memutils.h,v 1.65 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/nabstime.h b/src/include/utils/nabstime.h
index 2a0ed621d1a..5cac94cb289 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/nabstime.h,v 1.51 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/nabstime.h,v 1.52 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/numeric.h b/src/include/utils/numeric.h
index a8564c9d36f..19452b54fa3 100644
--- a/src/include/utils/numeric.h
+++ b/src/include/utils/numeric.h
@@ -5,9 +5,9 @@
*
* Original coding 1998, Jan Wieck. Heavily revised 2003, Tom Lane.
*
- * Copyright (c) 1998-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2009, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/include/utils/numeric.h,v 1.26 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/numeric.h,v 1.27 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/palloc.h b/src/include/utils/palloc.h
index d3554f3c168..e76ed7f542b 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/palloc.h,v 1.40 2008/06/28 16:45:22 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/palloc.h,v 1.41 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/pg_crc.h b/src/include/utils/pg_crc.h
index 0b3501d4562..73def08c126 100644
--- a/src/include/utils/pg_crc.h
+++ b/src/include/utils/pg_crc.h
@@ -14,10 +14,10 @@
* code for possible future use.
*
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/pg_crc.h,v 1.20 2008/11/14 20:21:07 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/pg_crc.h,v 1.21 2009/01/01 17:24:02 momjian Exp $
*/
#ifndef PG_CRC_H
#define PG_CRC_H
diff --git a/src/include/utils/pg_locale.h b/src/include/utils/pg_locale.h
index e67ea73b036..e0a0d15bfb4 100644
--- a/src/include/utils/pg_locale.h
+++ b/src/include/utils/pg_locale.h
@@ -2,9 +2,9 @@
*
* PostgreSQL locale utilities
*
- * $PostgreSQL: pgsql/src/include/utils/pg_locale.h,v 1.26 2008/09/23 09:20:39 heikki Exp $
+ * $PostgreSQL: pgsql/src/include/utils/pg_locale.h,v 1.27 2009/01/01 17:24:02 momjian Exp $
*
- * Copyright (c) 2002-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2009, PostgreSQL Global Development Group
*
*-----------------------------------------------------------------------
*/
diff --git a/src/include/utils/pg_rusage.h b/src/include/utils/pg_rusage.h
index a6417ba301c..d0acbb34ee9 100644
--- a/src/include/utils/pg_rusage.h
+++ b/src/include/utils/pg_rusage.h
@@ -4,10 +4,10 @@
* header file for resource usage measurement support routines
*
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/pg_rusage.h,v 1.5 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/pg_rusage.h,v 1.6 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/plancache.h b/src/include/utils/plancache.h
index e84a3e742bd..ea919bd4566 100644
--- a/src/include/utils/plancache.h
+++ b/src/include/utils/plancache.h
@@ -5,10 +5,10 @@
*
* See plancache.c for comments.
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/plancache.h,v 1.14 2008/09/15 23:37:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/plancache.h,v 1.15 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/portal.h b/src/include/utils/portal.h
index c6ccbf493ea..c19867310a3 100644
--- a/src/include/utils/portal.h
+++ b/src/include/utils/portal.h
@@ -36,10 +36,10 @@
* to look like NO SCROLL cursors.
*
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/portal.h,v 1.80 2008/11/30 20:51:25 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/portal.h,v 1.81 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h
index c75b1cffc32..ffb2b8530d3 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/rel.h,v 1.110 2008/12/03 13:05:22 heikki Exp $
+ * $PostgreSQL: pgsql/src/include/utils/rel.h,v 1.111 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/relcache.h b/src/include/utils/relcache.h
index bcfb3a8f581..3c5b8680588 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/relcache.h,v 1.62 2008/06/19 00:46:06 alvherre Exp $
+ * $PostgreSQL: pgsql/src/include/utils/relcache.h,v 1.63 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/resowner.h b/src/include/utils/resowner.h
index 9d738cb8e1e..4725d05687d 100644
--- a/src/include/utils/resowner.h
+++ b/src/include/utils/resowner.h
@@ -9,10 +9,10 @@
* See utils/resowner/README for more info.
*
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/resowner.h,v 1.16 2008/11/25 20:28:29 alvherre Exp $
+ * $PostgreSQL: pgsql/src/include/utils/resowner.h,v 1.17 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/selfuncs.h b/src/include/utils/selfuncs.h
index 74ee9cd197e..f9e63d1f628 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/selfuncs.h,v 1.47 2008/09/28 19:51:40 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/selfuncs.h,v 1.48 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/snapmgr.h b/src/include/utils/snapmgr.h
index f4e55c9930f..e4d57079ab8 100644
--- a/src/include/utils/snapmgr.h
+++ b/src/include/utils/snapmgr.h
@@ -3,10 +3,10 @@
* snapmgr.h
* POSTGRES snapshot manager
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/snapmgr.h,v 1.3 2008/12/04 14:51:02 alvherre Exp $
+ * $PostgreSQL: pgsql/src/include/utils/snapmgr.h,v 1.4 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/snapshot.h b/src/include/utils/snapshot.h
index 52f9dd677a2..4b16b2c2416 100644
--- a/src/include/utils/snapshot.h
+++ b/src/include/utils/snapshot.h
@@ -3,10 +3,10 @@
* snapshot.h
* POSTGRES snapshot definition
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/snapshot.h,v 1.3 2008/05/12 20:02:02 alvherre Exp $
+ * $PostgreSQL: pgsql/src/include/utils/snapshot.h,v 1.4 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h
index ded7a1d0523..1428b28d154 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/syscache.h,v 1.73 2008/12/19 16:25:19 petere Exp $
+ * $PostgreSQL: pgsql/src/include/utils/syscache.h,v 1.74 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/timestamp.h b/src/include/utils/timestamp.h
index 6b2efaf8d78..844a6f583bd 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/timestamp.h,v 1.78 2008/05/04 23:19:24 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/timestamp.h,v 1.79 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/tqual.h b/src/include/utils/tqual.h
index d165e8696a2..7d6a43650eb 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/tqual.h,v 1.73 2008/03/26 21:10:39 alvherre Exp $
+ * $PostgreSQL: pgsql/src/include/utils/tqual.h,v 1.74 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/tuplesort.h b/src/include/utils/tuplesort.h
index 8de8e0297ab..9530ce078c1 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/tuplesort.h,v 1.31 2008/06/19 00:46:06 alvherre Exp $
+ * $PostgreSQL: pgsql/src/include/utils/tuplesort.h,v 1.32 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/tuplestore.h b/src/include/utils/tuplestore.h
index bb9f19cce2c..adf6104710c 100644
--- a/src/include/utils/tuplestore.h
+++ b/src/include/utils/tuplestore.h
@@ -21,10 +21,10 @@
* Also, we have changed the API to return tuples in TupleTableSlots,
* so that there is a check to prevent attempted access to system columns.
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/tuplestore.h,v 1.27 2008/12/28 18:54:01 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/tuplestore.h,v 1.28 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/typcache.h b/src/include/utils/typcache.h
index 5807b428ca2..4307879d3a0 100644
--- a/src/include/utils/typcache.h
+++ b/src/include/utils/typcache.h
@@ -6,10 +6,10 @@
* The type cache exists to speed lookup of certain information about data
* types that is not directly available from a type's pg_type row.
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/typcache.h,v 1.16 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/typcache.h,v 1.17 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/tzparser.h b/src/include/utils/tzparser.h
index 66de199b37e..20deeab8f2c 100644
--- a/src/include/utils/tzparser.h
+++ b/src/include/utils/tzparser.h
@@ -3,10 +3,10 @@
* tzparser.h
* Timezone offset file parsing definitions.
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/tzparser.h,v 1.4 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/tzparser.h,v 1.5 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/uuid.h b/src/include/utils/uuid.h
index d4bc73c2cb0..fac3786f4f0 100644
--- a/src/include/utils/uuid.h
+++ b/src/include/utils/uuid.h
@@ -5,9 +5,9 @@
* to avoid conflicts with any uuid_t type that might be defined by
* the system headers.
*
- * Copyright (c) 2007-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2009, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/include/utils/uuid.h,v 1.4 2008/01/01 20:31:21 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/utils/uuid.h,v 1.5 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/varbit.h b/src/include/utils/varbit.h
index 4d4cc57c7d3..d316a0f093b 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/varbit.h,v 1.27 2008/01/01 19:45:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/utils/varbit.h,v 1.28 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/utils/xml.h b/src/include/utils/xml.h
index 0111bd3e082..e2881ee8dbb 100644
--- a/src/include/utils/xml.h
+++ b/src/include/utils/xml.h
@@ -4,10 +4,10 @@
* Declarations for XML data type support.
*
*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/utils/xml.h,v 1.24 2008/04/04 08:33:15 mha Exp $
+ * $PostgreSQL: pgsql/src/include/utils/xml.h,v 1.25 2009/01/01 17:24:02 momjian Exp $
*
*-------------------------------------------------------------------------
*/