diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-01-24 19:43:33 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-01-24 19:43:33 +0000 |
commit | 623bf843d201438db1590906b4c39faf9d2e1c2a (patch) | |
tree | 8372b993d8b8c75e2bd3da7fabe822b82c6675f6 /src/include/utils | |
parent | ae22682f2abcb47ee4d4f124daa0a3ecd685b6f2 (diff) | |
download | postgresql-623bf843d201438db1590906b4c39faf9d2e1c2a.tar.gz postgresql-623bf843d201438db1590906b4c39faf9d2e1c2a.zip |
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Diffstat (limited to 'src/include/utils')
39 files changed, 78 insertions, 78 deletions
diff --git a/src/include/utils/acl.h b/src/include/utils/acl.h index 8836bd1733e..12747f80d71 100644 --- a/src/include/utils/acl.h +++ b/src/include/utils/acl.h @@ -4,10 +4,10 @@ * Definition of (and support for) access control list data structures. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: acl.h,v 1.29 2000/10/07 00:58:23 tgl Exp $ + * $Id: acl.h,v 1.30 2001/01/24 19:43:28 momjian Exp $ * * NOTES * For backward-compatibility purposes we have to allow there diff --git a/src/include/utils/array.h b/src/include/utils/array.h index 590e79f06d4..a4306c0e908 100644 --- a/src/include/utils/array.h +++ b/src/include/utils/array.h @@ -7,10 +7,10 @@ * utils/adt/arrayutils.c * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: array.h,v 1.27 2000/07/22 03:34:35 tgl Exp $ + * $Id: array.h,v 1.28 2001/01/24 19:43:28 momjian Exp $ * * NOTES * XXX the data array should be MAXALIGN'd -- currently we only INTALIGN diff --git a/src/include/utils/ascii.h b/src/include/utils/ascii.h index c29d2dc904c..f95d6132029 100644 --- a/src/include/utils/ascii.h +++ b/src/include/utils/ascii.h @@ -2,9 +2,9 @@ /* ----------------------------------------------------------------------- * ascii.h * - * $Id: ascii.h,v 1.3 2000/08/05 14:59:29 momjian Exp $ + * $Id: ascii.h,v 1.4 2001/01/24 19:43:28 momjian Exp $ * - * Portions Copyright (c) 1999-2000, PostgreSQL, Inc + * Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group * * ----------------------------------------------------------------------- */ diff --git a/src/include/utils/bit.h b/src/include/utils/bit.h index 1c4443cdd07..3b58e6b2f77 100644 --- a/src/include/utils/bit.h +++ b/src/include/utils/bit.h @@ -4,10 +4,10 @@ * Standard bit array definitions. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: bit.h,v 1.8 2000/08/20 19:31:37 tgl Exp $ + * $Id: bit.h,v 1.9 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/builtins.h b/src/include/utils/builtins.h index c23e2f33124..28cb478189a 100644 --- a/src/include/utils/builtins.h +++ b/src/include/utils/builtins.h @@ -4,10 +4,10 @@ * Declarations for operations on built-in types. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: builtins.h,v 1.145 2000/12/22 18:00:18 tgl Exp $ + * $Id: builtins.h,v 1.146 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/catcache.h b/src/include/utils/catcache.h index a24307bd90f..14767c1279d 100644 --- a/src/include/utils/catcache.h +++ b/src/include/utils/catcache.h @@ -10,10 +10,10 @@ * guarantee that there can only be one matching row for a key combination. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: catcache.h,v 1.30 2001/01/05 22:54:37 tgl Exp $ + * $Id: catcache.h,v 1.31 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/date.h b/src/include/utils/date.h index bd2e9d01bf3..0aa37327c93 100644 --- a/src/include/utils/date.h +++ b/src/include/utils/date.h @@ -4,10 +4,10 @@ * Definitions for the SQL92 "date" and "time" types. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: date.h,v 1.9 2001/01/23 03:10:25 momjian Exp $ + * $Id: date.h,v 1.10 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h index 9e28436a31b..af9b7f6ac7e 100644 --- a/src/include/utils/datetime.h +++ b/src/include/utils/datetime.h @@ -6,10 +6,10 @@ * including abstime, reltime, date, and time. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: datetime.h,v 1.16 2001/01/18 07:22:42 thomas Exp $ + * $Id: datetime.h,v 1.17 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/datum.h b/src/include/utils/datum.h index 199cf3109e1..9cb6c7eb45a 100644 --- a/src/include/utils/datum.h +++ b/src/include/utils/datum.h @@ -8,10 +8,10 @@ * of the Datum. (We do it this way because in most situations the caller * can look up the info just once and use it for many per-datum operations.) * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: datum.h,v 1.11 2000/07/12 02:37:35 tgl Exp $ + * $Id: datum.h,v 1.12 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/dynahash.h b/src/include/utils/dynahash.h index 1a8414369f3..d324722383f 100644 --- a/src/include/utils/dynahash.h +++ b/src/include/utils/dynahash.h @@ -4,10 +4,10 @@ * POSTGRES dynahash.h file definitions * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: dynahash.h,v 1.7 2000/01/26 05:58:37 momjian Exp $ + * $Id: dynahash.h,v 1.8 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/dynamic_loader.h b/src/include/utils/dynamic_loader.h index 535d5c6d3ac..953495251b8 100644 --- a/src/include/utils/dynamic_loader.h +++ b/src/include/utils/dynamic_loader.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: dynamic_loader.h,v 1.15 2000/05/28 17:56:20 tgl Exp $ + * $Id: dynamic_loader.h,v 1.16 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/elog.h b/src/include/utils/elog.h index 8468118177f..46f85d07e12 100644 --- a/src/include/utils/elog.h +++ b/src/include/utils/elog.h @@ -4,10 +4,10 @@ * POSTGRES error logging definitions. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: elog.h,v 1.24 2001/01/14 05:08:16 tgl Exp $ + * $Id: elog.h,v 1.25 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/exc.h b/src/include/utils/exc.h index 8b2fc4723a9..e44f9b46d9d 100644 --- a/src/include/utils/exc.h +++ b/src/include/utils/exc.h @@ -4,10 +4,10 @@ * POSTGRES exception handling definitions. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: exc.h,v 1.17 2000/10/28 23:53:01 petere Exp $ + * $Id: exc.h,v 1.18 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/excid.h b/src/include/utils/excid.h index 96d8807ca3a..88ba06dc2a8 100644 --- a/src/include/utils/excid.h +++ b/src/include/utils/excid.h @@ -4,10 +4,10 @@ * POSTGRES known exception identifier definitions. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: excid.h,v 1.7 2000/01/26 05:58:38 momjian Exp $ + * $Id: excid.h,v 1.8 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/fcache.h b/src/include/utils/fcache.h index a30c7283608..a99b804d19c 100644 --- a/src/include/utils/fcache.h +++ b/src/include/utils/fcache.h @@ -8,10 +8,10 @@ * record in the Oper or Func node. This saves repeated lookup of info * about the function. * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: fcache.h,v 1.14 2000/08/24 03:29:14 tgl Exp $ + * $Id: fcache.h,v 1.15 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/fmgrtab.h b/src/include/utils/fmgrtab.h index 9d46aeae694..33cecce3196 100644 --- a/src/include/utils/fmgrtab.h +++ b/src/include/utils/fmgrtab.h @@ -3,10 +3,10 @@ * fmgrtab.h * The function manager's table of internal functions. * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: fmgrtab.h,v 1.14 2000/11/20 20:36:51 tgl Exp $ + * $Id: fmgrtab.h,v 1.15 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/formatting.h b/src/include/utils/formatting.h index e296484e1fe..4b713e59850 100644 --- a/src/include/utils/formatting.h +++ b/src/include/utils/formatting.h @@ -2,10 +2,10 @@ /* ----------------------------------------------------------------------- * formatting.h * - * $Id: formatting.h,v 1.6 2000/06/13 07:35:30 tgl Exp $ + * $Id: formatting.h,v 1.7 2001/01/24 19:43:28 momjian Exp $ * * - * Portions Copyright (c) 1999-2000, PostgreSQL, Inc + * Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group * * The PostgreSQL routines for a DateTime/int/float/numeric formatting, * inspire with Oracle TO_CHAR() / TO_DATE() / TO_NUMBER() routines. diff --git a/src/include/utils/geo_decls.h b/src/include/utils/geo_decls.h index 84193ca0ef8..67ab1cd4fb2 100644 --- a/src/include/utils/geo_decls.h +++ b/src/include/utils/geo_decls.h @@ -3,10 +3,10 @@ * geo_decls.h - Declarations for various 2D constructs. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geo_decls.h,v 1.31 2000/07/30 20:43:49 tgl Exp $ + * $Id: geo_decls.h,v 1.32 2001/01/24 19:43:28 momjian Exp $ * * NOTE * These routines do *not* use the float types from adt/. diff --git a/src/include/utils/hsearch.h b/src/include/utils/hsearch.h index c58ccb1a16b..93742aef063 100644 --- a/src/include/utils/hsearch.h +++ b/src/include/utils/hsearch.h @@ -4,10 +4,10 @@ * for hash tables, particularly hash tables in shared memory * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: hsearch.h,v 1.17 2001/01/02 04:33:24 tgl Exp $ + * $Id: hsearch.h,v 1.18 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/inet.h b/src/include/utils/inet.h index 5b39801f9c1..9503fed8bea 100644 --- a/src/include/utils/inet.h +++ b/src/include/utils/inet.h @@ -4,10 +4,10 @@ * Declarations for operations on INET datatypes. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: inet.h,v 1.8 2000/08/03 23:07:51 tgl Exp $ + * $Id: inet.h,v 1.9 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/int8.h b/src/include/utils/int8.h index 9ebe8efc6dd..4130bec64f0 100644 --- a/src/include/utils/int8.h +++ b/src/include/utils/int8.h @@ -4,10 +4,10 @@ * Declarations for operations on 64-bit integers. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: int8.h,v 1.24 2000/10/24 20:16:48 petere Exp $ + * $Id: int8.h,v 1.25 2001/01/24 19:43:28 momjian Exp $ * * NOTES * These data types are supported on all 64-bit architectures, and may diff --git a/src/include/utils/inval.h b/src/include/utils/inval.h index b2ccee3adff..7da14e51722 100644 --- a/src/include/utils/inval.h +++ b/src/include/utils/inval.h @@ -4,10 +4,10 @@ * POSTGRES cache invalidation dispatcher definitions. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: inval.h,v 1.18 2000/11/08 22:10:02 tgl Exp $ + * $Id: inval.h,v 1.19 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/logtape.h b/src/include/utils/logtape.h index 1ce02fc64b4..afc8dc0b6f4 100644 --- a/src/include/utils/logtape.h +++ b/src/include/utils/logtape.h @@ -5,10 +5,10 @@ * * See logtape.c for explanations. * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: logtape.h,v 1.3 2000/04/12 17:16:55 momjian Exp $ + * $Id: logtape.h,v 1.4 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/lsyscache.h b/src/include/utils/lsyscache.h index 903e09aaf9c..5f9a960589e 100644 --- a/src/include/utils/lsyscache.h +++ b/src/include/utils/lsyscache.h @@ -3,10 +3,10 @@ * lsyscache.h * Convenience routines for common queries in the system catalog cache. * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: lsyscache.h,v 1.28 2000/11/20 20:36:51 tgl Exp $ + * $Id: lsyscache.h,v 1.29 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/memutils.h b/src/include/utils/memutils.h index 7e5b3700f01..28cf6b33549 100644 --- a/src/include/utils/memutils.h +++ b/src/include/utils/memutils.h @@ -7,10 +7,10 @@ * of the API of the memory management subsystem. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: memutils.h,v 1.40 2001/01/22 00:18:13 tgl Exp $ + * $Id: memutils.h,v 1.41 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/nabstime.h b/src/include/utils/nabstime.h index f6719dbeb9b..fde50d224c9 100644 --- a/src/include/utils/nabstime.h +++ b/src/include/utils/nabstime.h @@ -4,10 +4,10 @@ * Definitions for the "new" abstime code. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nabstime.h,v 1.27 2000/11/18 05:41:45 tgl Exp $ + * $Id: nabstime.h,v 1.28 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/palloc.h b/src/include/utils/palloc.h index 4bfdedff7e3..c1613c05091 100644 --- a/src/include/utils/palloc.h +++ b/src/include/utils/palloc.h @@ -18,10 +18,10 @@ * everything that should be freed. See utils/mmgr/README for more info. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: palloc.h,v 1.13 2000/06/28 03:33:33 tgl Exp $ + * $Id: palloc.h,v 1.14 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/pg_locale.h b/src/include/utils/pg_locale.h index a106fa77cb1..a8040cc5442 100644 --- a/src/include/utils/pg_locale.h +++ b/src/include/utils/pg_locale.h @@ -4,9 +4,9 @@ * The PostgreSQL locale utils. * * - * $Id: pg_locale.h,v 1.5 2000/11/25 22:43:07 tgl Exp $ + * $Id: pg_locale.h,v 1.6 2001/01/24 19:43:28 momjian Exp $ * - * Portions Copyright (c) 1999-2000, PostgreSQL, Inc + * Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group * * Karel Zak - Zakkr * diff --git a/src/include/utils/portal.h b/src/include/utils/portal.h index bb240fe599d..9c09e8eaefe 100644 --- a/src/include/utils/portal.h +++ b/src/include/utils/portal.h @@ -4,10 +4,10 @@ * POSTGRES portal definitions. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: portal.h,v 1.24 2000/06/28 03:33:33 tgl Exp $ + * $Id: portal.h,v 1.25 2001/01/24 19:43:28 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h index adde4a28e31..1a7cf32c874 100644 --- a/src/include/utils/rel.h +++ b/src/include/utils/rel.h @@ -4,10 +4,10 @@ * POSTGRES relation descriptor (a/k/a relcache entry) definitions. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rel.h,v 1.43 2000/12/23 19:55:16 tgl Exp $ + * $Id: rel.h,v 1.44 2001/01/24 19:43:29 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/relcache.h b/src/include/utils/relcache.h index 181f70819a5..a9178b8604d 100644 --- a/src/include/utils/relcache.h +++ b/src/include/utils/relcache.h @@ -4,10 +4,10 @@ * Relation descriptor cache definitions. * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: relcache.h,v 1.23 2000/11/21 21:16:06 petere Exp $ + * $Id: relcache.h,v 1.24 2001/01/24 19:43:29 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/sets.h b/src/include/utils/sets.h index 7f284ac3467..8ecf2389a0d 100644 --- a/src/include/utils/sets.h +++ b/src/include/utils/sets.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: sets.h,v 1.8 2000/08/24 03:29:14 tgl Exp $ + * $Id: sets.h,v 1.9 2001/01/24 19:43:29 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h index 73abd53e134..7cb3c26606b 100644 --- a/src/include/utils/syscache.h +++ b/src/include/utils/syscache.h @@ -6,10 +6,10 @@ * See also lsyscache.h, which provides convenience routines for * common cache-lookup operations. * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: syscache.h,v 1.27 2000/11/16 22:30:49 tgl Exp $ + * $Id: syscache.h,v 1.28 2001/01/24 19:43:29 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/temprel.h b/src/include/utils/temprel.h index 8c19c8e127d..e7b38f30f83 100644 --- a/src/include/utils/temprel.h +++ b/src/include/utils/temprel.h @@ -4,10 +4,10 @@ * Temporary relation functions * * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: temprel.h,v 1.13 2000/12/22 23:12:07 tgl Exp $ + * $Id: temprel.h,v 1.14 2001/01/24 19:43:29 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/timestamp.h b/src/include/utils/timestamp.h index eec3357ff11..7a5422327cb 100644 --- a/src/include/utils/timestamp.h +++ b/src/include/utils/timestamp.h @@ -3,10 +3,10 @@ * timestamp.h * Definitions for the SQL92 "timestamp" and "interval" types. * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: timestamp.h,v 1.13 2001/01/23 03:10:25 momjian Exp $ + * $Id: timestamp.h,v 1.14 2001/01/24 19:43:29 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/tqual.h b/src/include/utils/tqual.h index 01a3b9c80c7..a2bcddf862f 100644 --- a/src/include/utils/tqual.h +++ b/src/include/utils/tqual.h @@ -5,10 +5,10 @@ * * Should be moved/renamed... - vadim 07/28/98 * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tqual.h,v 1.29 2000/04/12 17:16:56 momjian Exp $ + * $Id: tqual.h,v 1.30 2001/01/24 19:43:29 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/tuplesort.h b/src/include/utils/tuplesort.h index ffffe15f1b6..7f273776c36 100644 --- a/src/include/utils/tuplesort.h +++ b/src/include/utils/tuplesort.h @@ -10,10 +10,10 @@ * amounts are sorted using temporary files and a standard external sort * algorithm. * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tuplesort.h,v 1.5 2000/06/15 03:33:11 momjian Exp $ + * $Id: tuplesort.h,v 1.6 2001/01/24 19:43:29 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/tuplestore.h b/src/include/utils/tuplestore.h index 702d3b73c91..5dc56fd788f 100644 --- a/src/include/utils/tuplestore.h +++ b/src/include/utils/tuplestore.h @@ -10,10 +10,10 @@ * A temporary file is used to handle the data if it exceeds the * space limit specified by the caller. * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tuplestore.h,v 1.1 2000/06/18 22:44:35 tgl Exp $ + * $Id: tuplestore.h,v 1.2 2001/01/24 19:43:29 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/varbit.h b/src/include/utils/varbit.h index 50ab4556ad7..b64b7d97467 100644 --- a/src/include/utils/varbit.h +++ b/src/include/utils/varbit.h @@ -5,10 +5,10 @@ * * Code originally contributed by Adriaan Joubert. * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: varbit.h,v 1.8 2000/10/31 10:22:13 petere Exp $ + * $Id: varbit.h,v 1.9 2001/01/24 19:43:29 momjian Exp $ * *------------------------------------------------------------------------- */ |