diff options
| author | Bruce Momjian | 2000-01-26 05:58:53 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-01-26 05:58:53 +0000 |
| commit | 5c25d60244d3a4b458ba55d4f1e50386edb26507 (patch) | |
| tree | 6c2beaeecb0df307027b2621e83f6e85da2a5642 /src/include | |
| parent | b866d2e2d79416f8497e4dffa7e800298d018f6c (diff) | |
Add:
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
to all files copyright Regents of Berkeley. Man, that's a lot of files.
Diffstat (limited to 'src/include')
241 files changed, 720 insertions, 479 deletions
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h index ef09c3706d0..7fc65f3faa3 100644 --- a/src/include/access/attnum.h +++ b/src/include/access/attnum.h @@ -4,9 +4,10 @@ * POSTGRES attribute number definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: attnum.h,v 1.10 1999/05/25 16:13:26 momjian Exp $ + * $Id: attnum.h,v 1.11 2000/01/26 05:57:49 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/funcindex.h b/src/include/access/funcindex.h index 7106d1c1940..0555755aaab 100644 --- a/src/include/access/funcindex.h +++ b/src/include/access/funcindex.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: funcindex.h,v 1.8 2000/01/10 17:14:42 momjian Exp $ + * $Id: funcindex.h,v 1.9 2000/01/26 05:57:50 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/genam.h b/src/include/access/genam.h index 81b38da6cc1..c7e0c5021b4 100644 --- a/src/include/access/genam.h +++ b/src/include/access/genam.h @@ -4,9 +4,10 @@ * POSTGRES general access method definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: genam.h,v 1.22 2000/01/22 23:50:22 tgl Exp $ + * $Id: genam.h,v 1.23 2000/01/26 05:57:50 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/hash.h b/src/include/access/hash.h index d6e08b4fec9..c4aa369829f 100644 --- a/src/include/access/hash.h +++ b/src/include/access/hash.h @@ -4,9 +4,10 @@ * header file for postgres hash access method implementation * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: hash.h,v 1.29 2000/01/10 16:13:19 momjian Exp $ + * $Id: hash.h,v 1.30 2000/01/26 05:57:50 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 ad522297fd5..d5d7a3c5ace 100644 --- a/src/include/access/heapam.h +++ b/src/include/access/heapam.h @@ -4,9 +4,10 @@ * POSTGRES heap access method definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: heapam.h,v 1.50 2000/01/22 14:20:52 petere Exp $ + * $Id: heapam.h,v 1.51 2000/01/26 05:57:50 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/hio.h b/src/include/access/hio.h index edfcc1319e5..999d2412e76 100644 --- a/src/include/access/hio.h +++ b/src/include/access/hio.h @@ -4,9 +4,10 @@ * POSTGRES heap access method input/output definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: hio.h,v 1.13 1999/07/15 23:03:34 momjian Exp $ + * $Id: hio.h,v 1.14 2000/01/26 05:57:50 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/htup.h b/src/include/access/htup.h index 862ce86e22d..4337d541f14 100644 --- a/src/include/access/htup.h +++ b/src/include/access/htup.h @@ -4,9 +4,10 @@ * POSTGRES heap tuple definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: htup.h,v 1.27 1999/12/21 00:06:42 wieck Exp $ + * $Id: htup.h,v 1.28 2000/01/26 05:57:50 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/ibit.h b/src/include/access/ibit.h index 0adb3167ee8..808a98c8638 100644 --- a/src/include/access/ibit.h +++ b/src/include/access/ibit.h @@ -4,9 +4,10 @@ * POSTGRES index valid attribute bit map definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: ibit.h,v 1.11 1999/10/23 03:13:27 tgl Exp $ + * $Id: ibit.h,v 1.12 2000/01/26 05:57:50 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/iqual.h b/src/include/access/iqual.h index 7e223082c99..e46bc5aff04 100644 --- a/src/include/access/iqual.h +++ b/src/include/access/iqual.h @@ -4,9 +4,10 @@ * Index scan key qualification definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: iqual.h,v 1.13 1999/07/16 17:07:27 momjian Exp $ + * $Id: iqual.h,v 1.14 2000/01/26 05:57:50 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/istrat.h b/src/include/access/istrat.h index 32d75ef0903..9a7a3706309 100644 --- a/src/include/access/istrat.h +++ b/src/include/access/istrat.h @@ -4,9 +4,10 @@ * POSTGRES index strategy definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: istrat.h,v 1.15 1999/07/15 23:03:35 momjian Exp $ + * $Id: istrat.h,v 1.16 2000/01/26 05:57:50 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/itup.h b/src/include/access/itup.h index 30865a8e02e..e2e0d6336ef 100644 --- a/src/include/access/itup.h +++ b/src/include/access/itup.h @@ -4,9 +4,10 @@ * POSTGRES index tuple definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: itup.h,v 1.22 1999/10/23 03:13:28 tgl Exp $ + * $Id: itup.h,v 1.23 2000/01/26 05:57:50 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h index 613595febf4..486d193622f 100644 --- a/src/include/access/nbtree.h +++ b/src/include/access/nbtree.h @@ -4,9 +4,10 @@ * header file for postgres btree access method implementation. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nbtree.h,v 1.32 1999/10/17 22:15:03 tgl Exp $ + * $Id: nbtree.h,v 1.33 2000/01/26 05:57:50 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/printtup.h b/src/include/access/printtup.h index f90f3103b0c..bd5acd13e75 100644 --- a/src/include/access/printtup.h +++ b/src/include/access/printtup.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: printtup.h,v 1.11 1999/07/15 23:03:35 momjian Exp $ + * $Id: printtup.h,v 1.12 2000/01/26 05:57:50 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h index 08e7754df59..c3101bd92f6 100644 --- a/src/include/access/relscan.h +++ b/src/include/access/relscan.h @@ -4,9 +4,10 @@ * POSTGRES internal relation scan descriptor definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: relscan.h,v 1.17 1999/07/15 23:03:36 momjian Exp $ + * $Id: relscan.h,v 1.18 2000/01/26 05:57:51 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/rtree.h b/src/include/access/rtree.h index ff13d3baba0..06de77cf2cd 100644 --- a/src/include/access/rtree.h +++ b/src/include/access/rtree.h @@ -4,9 +4,10 @@ * common declarations for the rtree access method code. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rtree.h,v 1.16 1999/07/15 23:03:36 momjian Exp $ + * $Id: rtree.h,v 1.17 2000/01/26 05:57:51 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/rtscan.h b/src/include/access/rtscan.h index 798e2b2a066..e9c4c21e794 100644 --- a/src/include/access/rtscan.h +++ b/src/include/access/rtscan.h @@ -4,9 +4,10 @@ * routines defined in access/rtree/rtscan.c * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rtscan.h,v 1.8 1999/07/16 17:07:27 momjian Exp $ + * $Id: rtscan.h,v 1.9 2000/01/26 05:57:51 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/rtstrat.h b/src/include/access/rtstrat.h index 91d5d3d365c..c253c4aa659 100644 --- a/src/include/access/rtstrat.h +++ b/src/include/access/rtstrat.h @@ -4,9 +4,10 @@ * routines defined in access/rtree/rtstrat.c * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rtstrat.h,v 1.11 1999/07/15 23:03:37 momjian Exp $ + * $Id: rtstrat.h,v 1.12 2000/01/26 05:57:51 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/sdir.h b/src/include/access/sdir.h index 4f317f5eb03..348a49c9244 100644 --- a/src/include/access/sdir.h +++ b/src/include/access/sdir.h @@ -4,9 +4,10 @@ * POSTGRES scan direction definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: sdir.h,v 1.6 1999/05/25 16:13:34 momjian Exp $ + * $Id: sdir.h,v 1.7 2000/01/26 05:57:51 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/skey.h b/src/include/access/skey.h index 8b9d1c5174f..d88bc0c6bdd 100644 --- a/src/include/access/skey.h +++ b/src/include/access/skey.h @@ -4,9 +4,10 @@ * POSTGRES scan key definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: skey.h,v 1.12 1999/07/15 23:03:37 momjian Exp $ + * $Id: skey.h,v 1.13 2000/01/26 05:57:51 momjian Exp $ * * * Note: diff --git a/src/include/access/strat.h b/src/include/access/strat.h index 92b58939b54..26a59180cc2 100644 --- a/src/include/access/strat.h +++ b/src/include/access/strat.h @@ -5,9 +5,10 @@ * (separated out from original istrat.h to avoid circular refs) * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: strat.h,v 1.16 1999/07/15 23:03:38 momjian Exp $ + * $Id: strat.h,v 1.17 2000/01/26 05:57:51 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/transam.h b/src/include/access/transam.h index 46d9f1b8036..752682ca969 100644 --- a/src/include/access/transam.h +++ b/src/include/access/transam.h @@ -4,9 +4,10 @@ * postgres transaction access method support code header * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: transam.h,v 1.23 1999/07/15 23:03:38 momjian Exp $ + * $Id: transam.h,v 1.24 2000/01/26 05:57:51 momjian Exp $ * * NOTES * Transaction System Version 101 now support proper oid diff --git a/src/include/access/tupdesc.h b/src/include/access/tupdesc.h index 3ff678d48f5..727fee212aa 100644 --- a/src/include/access/tupdesc.h +++ b/src/include/access/tupdesc.h @@ -4,9 +4,10 @@ * POSTGRES tuple descriptor definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tupdesc.h,v 1.25 1999/10/03 23:55:34 tgl Exp $ + * $Id: tupdesc.h,v 1.26 2000/01/26 05:57:51 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/tupmacs.h b/src/include/access/tupmacs.h index 177b68c5ecf..d82ade6b027 100644 --- a/src/include/access/tupmacs.h +++ b/src/include/access/tupmacs.h @@ -4,9 +4,10 @@ * Tuple macros used by both index tuples and heap tuples. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tupmacs.h,v 1.12 1999/12/21 00:06:42 wieck Exp $ + * $Id: tupmacs.h,v 1.13 2000/01/26 05:57:51 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/valid.h b/src/include/access/valid.h index 14970ecdb44..0fa7b0840bb 100644 --- a/src/include/access/valid.h +++ b/src/include/access/valid.h @@ -4,9 +4,10 @@ * POSTGRES tuple qualification validity definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: valid.h,v 1.19 1999/07/14 01:20:08 momjian Exp $ + * $Id: valid.h,v 1.20 2000/01/26 05:57:51 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/xact.h b/src/include/access/xact.h index f6c918ad01a..89a478ea0e9 100644 --- a/src/include/access/xact.h +++ b/src/include/access/xact.h @@ -4,9 +4,10 @@ * postgres transaction system header * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: xact.h,v 1.23 1999/07/16 17:07:28 momjian Exp $ + * $Id: xact.h,v 1.24 2000/01/26 05:57:51 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h index 7f37e815662..63c9e1b1006 100644 --- a/src/include/bootstrap/bootstrap.h +++ b/src/include/bootstrap/bootstrap.h @@ -4,9 +4,10 @@ * include file for the bootstrapping code * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: bootstrap.h,v 1.16 2000/01/20 05:34:32 tgl Exp $ + * $Id: bootstrap.h,v 1.17 2000/01/26 05:57:53 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/c.h b/src/include/c.h index e80b9fd2850..e58c54a9bdf 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -5,9 +5,10 @@ * postgres. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: c.h,v 1.63 2000/01/13 18:26:15 petere Exp $ + * $Id: c.h,v 1.64 2000/01/26 05:57:46 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/catalog.h b/src/include/catalog/catalog.h index 692f2875680..1d99fe567c8 100644 --- a/src/include/catalog/catalog.h +++ b/src/include/catalog/catalog.h @@ -4,9 +4,10 @@ * prototypes for functions in lib/catalog/catalog.c * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: catalog.h,v 1.9 2000/01/16 20:04:57 petere Exp $ + * $Id: catalog.h,v 1.10 2000/01/26 05:57:56 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/catname.h b/src/include/catalog/catname.h index 0dd983dee79..368a05e474b 100644 --- a/src/include/catalog/catname.h +++ b/src/include/catalog/catname.h @@ -4,9 +4,10 @@ * POSTGRES system catalog relation name definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: catname.h,v 1.11 1999/02/13 23:21:02 momjian Exp $ + * $Id: catname.h,v 1.12 2000/01/26 05:57:56 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index bbb3f2c90b0..e8e2f971b01 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -34,9 +34,10 @@ * database contents or layout, such as altering tuple headers. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: catversion.h,v 1.11 2000/01/24 07:16:51 tgl Exp $ + * $Id: catversion.h,v 1.12 2000/01/26 05:57:56 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/heap.h b/src/include/catalog/heap.h index 5e8fd47ba3a..63d114726e7 100644 --- a/src/include/catalog/heap.h +++ b/src/include/catalog/heap.h @@ -4,9 +4,10 @@ * prototypes for functions in lib/catalog/heap.c * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: heap.h,v 1.27 2000/01/22 14:20:53 petere Exp $ + * $Id: heap.h,v 1.28 2000/01/26 05:57:56 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/index.h b/src/include/catalog/index.h index 30d1b9d7455..b6d90c3a12c 100644 --- a/src/include/catalog/index.h +++ b/src/include/catalog/index.h @@ -4,9 +4,10 @@ * prototypes for index.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: index.h,v 1.20 1999/12/10 03:56:05 momjian Exp $ + * $Id: index.h,v 1.21 2000/01/26 05:57:56 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/indexing.h b/src/include/catalog/indexing.h index 358773aa454..7440bf6152d 100644 --- a/src/include/catalog/indexing.h +++ b/src/include/catalog/indexing.h @@ -5,9 +5,10 @@ * on system catalogs * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: indexing.h,v 1.35 2000/01/24 03:08:27 momjian Exp $ + * $Id: indexing.h,v 1.36 2000/01/26 05:57:56 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/pg_aggregate.h b/src/include/catalog/pg_aggregate.h index c7027b82c16..7376e3ee72d 100644 --- a/src/include/catalog/pg_aggregate.h +++ b/src/include/catalog/pg_aggregate.h @@ -5,9 +5,10 @@ * along with the relation's initial contents. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_aggregate.h,v 1.21 1999/03/26 07:32:40 tgl Exp $ + * $Id: pg_aggregate.h,v 1.22 2000/01/26 05:57:56 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 2be6a7259bd..a1e55784b0f 100644 --- a/src/include/catalog/pg_am.h +++ b/src/include/catalog/pg_am.h @@ -5,9 +5,10 @@ * along with the relation's initial contents. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_am.h,v 1.12 2000/01/22 23:50:23 tgl Exp $ + * $Id: pg_am.h,v 1.13 2000/01/26 05:57:56 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 c6c71f526f2..5404e0af96e 100644 --- a/src/include/catalog/pg_amop.h +++ b/src/include/catalog/pg_amop.h @@ -5,9 +5,10 @@ * along with the relation's initial contents. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_amop.h,v 1.28 2000/01/22 23:50:23 tgl Exp $ + * $Id: pg_amop.h,v 1.29 2000/01/26 05:57:56 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 e37f434a9e8..1e19884dc8d 100644 --- a/src/include/catalog/pg_amproc.h +++ b/src/include/catalog/pg_amproc.h @@ -7,9 +7,10 @@ * methods that aren't associated with operators. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_amproc.h,v 1.18 1999/12/28 13:40:50 wieck Exp $ + * $Id: pg_amproc.h,v 1.19 2000/01/26 05:57:56 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 3705b268626..6f84bdb30f7 100644 --- a/src/include/catalog/pg_attrdef.h +++ b/src/include/catalog/pg_attrdef.h @@ -3,7 +3,8 @@ * pg_attrdef.h * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/catalog/pg_attribute.h b/src/include/catalog/pg_attribute.h index 9aeb33ddc71..d7a1adb1c6a 100644 --- a/src/include/catalog/pg_attribute.h +++ b/src/include/catalog/pg_attribute.h @@ -5,9 +5,10 @@ * along with the relation's initial contents. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_attribute.h,v 1.52 2000/01/11 05:18:42 tgl Exp $ + * $Id: pg_attribute.h,v 1.53 2000/01/26 05:57:57 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 2cbe2147aa6..7aed094e117 100644 --- a/src/include/catalog/pg_class.h +++ b/src/include/catalog/pg_class.h @@ -5,9 +5,10 @@ * along with the relation's initial contents. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_class.h,v 1.32 1999/12/20 10:40:43 wieck Exp $ + * $Id: pg_class.h,v 1.33 2000/01/26 05:57:57 momjian Exp $ * * NOTES * ``pg_relation'' is being replaced by ``pg_class''. currently diff --git a/src/include/catalog/pg_database.h b/src/include/catalog/pg_database.h index 40453bf1d98..8c96bd2a070 100644 --- a/src/include/catalog/pg_database.h +++ b/src/include/catalog/pg_database.h @@ -5,9 +5,10 @@ * along with the relation's initial contents. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_database.h,v 1.8 1999/02/13 23:21:08 momjian Exp $ + * $Id: pg_database.h,v 1.9 2000/01/26 05:57:57 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 5db9204669b..96caec1a263 100644 --- a/src/include/catalog/pg_description.h +++ b/src/include/catalog/pg_description.h @@ -4,9 +4,10 @@ * definition of the system "description" relation (pg_description) * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_description.h,v 1.9 1999/10/15 01:49:44 momjian Exp $ + * $Id: pg_description.h,v 1.10 2000/01/26 05:57:57 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 e718c08126a..8a235c6f1d2 100644 --- a/src/include/catalog/pg_group.h +++ b/src/include/catalog/pg_group.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_group.h,v 1.7 1999/12/16 17:24:17 momjian Exp $ + * $Id: pg_group.h,v 1.8 2000/01/26 05:57:57 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 52b112d3c5d..50355a82bdc 100644 --- a/src/include/catalog/pg_index.h +++ b/src/include/catalog/pg_index.h @@ -5,9 +5,10 @@ * along with the relation's initial contents. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_index.h,v 1.14 2000/01/10 16:13:20 momjian Exp $ + * $Id: pg_index.h,v 1.15 2000/01/26 05:57:57 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/catalog/pg_inheritproc.h b/src/include/catalog/pg_inheritproc.h index e20735a2bad..c3bb7f165c1 100644 --- a/src/include/catalog/pg_inheritproc.h +++ b/src/include/catalog/pg_inheritproc.h @@ -5,9 +5,10 @@ * along with the relation's initial contents. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_inheritproc.h,v 1.7 1999/11/22 17:56:37 momjian Exp $ + * $Id: pg_inheritproc.h,v 1.8 2000/01/26 05:57:57 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 21ea6e842aa..02322b1fe87 100644 --- a/src/include/catalog/pg_inherits.h +++ b/src/include/catalog/pg_inherits.h @@ -5,9 +5,10 @@ * along with the relation's initial contents. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_inherits.h,v 1.8 1999/11/22 17:56:37 momjian Exp $ + * $Id: pg_inherits.h,v 1.9 2000/01/26 05:57:57 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/catalog/pg_ipl.h b/src/include/catalog/pg_ipl.h index 3fdcc77110c..84bac1a8c50 100644 --- a/src/include/catalog/pg_ipl.h +++ b/src/include/catalog/pg_ipl.h @@ -5,9 +5,10 @@ * along with the relation's initial contents. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_ipl.h,v 1.7 1999/11/22 17:56:37 momjian Exp $ + * $Id: pg_ipl.h,v 1.8 2000/01/26 05:57:57 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 9baa6f294c4..75186cd4503 100644 --- a/src/include/catalog/pg_language.h +++ b/src/include/catalog/pg_language.h @@ -5,9 +5,10 @@ * along with the relation's initial contents. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_language.h,v 1.9 1999/10/06 18:20:31 momjian Exp $ + * $Id: pg_language.h,v 1.10 2000/01/26 05:57:57 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 1eeda9b715e..9547beb10db 100644 --- a/src/include/catalog/pg_listener.h +++ b/src/include/catalog/pg_listener.h @@ -4,9 +4,10 @@ * Asynchronous notification * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_listener.h,v 1.6 1999/02/13 23:21:11 momjian Exp $ + * $Id: pg_listener.h,v 1.7 2000/01/26 05:57:57 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/catalog/pg_log.h b/src/include/catalog/pg_log.h index e59f3e888ca..49433c69d21 100644 --- a/src/include/catalog/pg_log.h +++ b/src/include/catalog/pg_log.h @@ -7,9 +7,10 @@ * relcache code happy. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_log.h,v 1.6 1999/02/13 23:21:11 momjian Exp $ + * $Id: pg_log.h,v 1.7 2000/01/26 05:57:57 momjian Exp $ * * NOTES * The structures and macros used by the transam/ code diff --git a/src/include/catalog/pg_opclass.h b/src/include/catalog/pg_opclass.h index e64164b302a..38ab1b1f9d4 100644 --- a/src/include/catalog/pg_opclass.h +++ b/src/include/catalog/pg_opclass.h @@ -5,9 +5,10 @@ * along with the relation's initial contents. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_opclass.h,v 1.26 2000/01/10 16:13:20 momjian Exp $ + * $Id: pg_opclass.h,v 1.27 2000/01/26 05:57:57 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 370e081c01e..17fff22f077 100644 --- a/src/include/catalog/pg_operator.h +++ b/src/include/catalog/pg_operator.h @@ -5,9 +5,10 @@ * along with the relation's initial contents. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_operator.h,v 1.65 2000/01/24 07:16:51 tgl Exp $ + * $Id: pg_operator.h,v 1.66 2000/01/26 05:57:58 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 872057b4ce8..05d81e91e98 100644 --- a/src/include/catalog/pg_proc.h +++ b/src/include/catalog/pg_proc.h @@ -4,9 +4,10 @@ * definition of the system "procedure" relation (pg_proc) * along with the relation's initial contents. * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_proc.h,v 1.117 2000/01/25 23:53:52 momjian Exp $ + * $Id: pg_proc.h,v 1.118 2000/01/26 05:57:58 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 0c0c2591568..43dcbe8f3f6 100644 --- a/src/include/catalog/pg_relcheck.h +++ b/src/include/catalog/pg_relcheck.h @@ -3,7 +3,8 @@ * pg_relcheck.h * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/catalog/pg_rewrite.h b/src/include/catalog/pg_rewrite.h index 76fa8c076d2..8f8215589de 100644 --- a/src/include/catalog/pg_rewrite.h +++ b/src/include/catalog/pg_rewrite.h @@ -5,9 +5,10 @@ * along with the relation's initial contents. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_rewrite.h,v 1.9 1999/12/28 13:40:50 wieck Exp $ + * $Id: pg_rewrite.h,v 1.10 2000/01/26 05:57:58 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 9c4718689ec..33eb23dde0c 100644 --- a/src/include/catalog/pg_shadow.h +++ b/src/include/catalog/pg_shadow.h @@ -6,9 +6,10 @@ * pg_user is now a public accessible view on pg_shadow. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_shadow.h,v 1.6 2000/01/15 18:30:34 petere Exp $ + * $Id: pg_shadow.h,v 1.7 2000/01/26 05:57:58 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 1c719443282..e863acc0957 100644 --- a/src/include/catalog/pg_statistic.h +++ b/src/include/catalog/pg_statistic.h @@ -5,9 +5,10 @@ * along with the relation's initial contents. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_statistic.h,v 1.7 1999/08/01 04:54:21 tgl Exp $ + * $Id: pg_statistic.h,v 1.8 2000/01/26 05:57:58 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 702cb9f2381..76e28d2df10 100644 --- a/src/include/catalog/pg_trigger.h +++ b/src/include/catalog/pg_trigger.h @@ -3,7 +3,8 @@ * pg_trigger.h * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/catalog/pg_type.h b/src/include/catalog/pg_type.h index 0927b007572..f991132a37c 100644 --- a/src/include/catalog/pg_type.h +++ b/src/include/catalog/pg_type.h @@ -5,9 +5,10 @@ * along with the relation's initial contents. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_type.h,v 1.78 2000/01/22 14:20:53 petere Exp $ + * $Id: pg_type.h,v 1.79 2000/01/26 05:57:59 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/catalog/pg_variable.h b/src/include/catalog/pg_variable.h index 346177deded..f5b1c2fe4d3 100644 --- a/src/include/catalog/pg_variable.h +++ b/src/include/catalog/pg_variable.h @@ -7,9 +7,10 @@ * relcache code happy. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_variable.h,v 1.6 1999/02/13 23:21:15 momjian Exp $ + * $Id: pg_variable.h,v 1.7 2000/01/26 05:57:59 momjian Exp $ * * NOTES * The structures and macros used by the transam/ code diff --git a/src/include/catalog/pg_version.h b/src/include/catalog/pg_version.h index 05ce5e03755..76f00e5a311 100644 --- a/src/include/catalog/pg_version.h +++ b/src/include/catalog/pg_version.h @@ -12,9 +12,10 @@ * isn't even created at present. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_version.h,v 1.9 1999/10/24 19:22:37 tgl Exp $ + * $Id: pg_version.h,v 1.10 2000/01/26 05:57:59 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 f84464e049d..433c1fc3574 100644 --- a/src/include/commands/async.h +++ b/src/include/commands/async.h @@ -3,9 +3,10 @@ * async.h * Asynchronous notification: NOTIFY, LISTEN, UNLISTEN * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: async.h,v 1.12 1999/07/14 01:20:11 momjian Exp $ + * $Id: async.h,v 1.13 2000/01/26 05:58:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h index 6f116b882dc..7fdc6b1823c 100644 --- a/src/include/commands/cluster.h +++ b/src/include/commands/cluster.h @@ -3,9 +3,10 @@ * cluster.h * header file for postgres cluster command stuff * - * Copyright (c) 1994-5, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994-5, Regents of the University of California * - * $Id: cluster.h,v 1.7 1999/02/13 23:21:17 momjian Exp $ + * $Id: cluster.h,v 1.8 2000/01/26 05:58:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/command.h b/src/include/commands/command.h index 8829d69a458..a10adffea9d 100644 --- a/src/include/commands/command.h +++ b/src/include/commands/command.h @@ -4,9 +4,10 @@ * prototypes for command.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: command.h,v 1.16 2000/01/16 20:04:58 petere Exp $ + * $Id: command.h,v 1.17 2000/01/26 05:58:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/copy.h b/src/include/commands/copy.h index 4560cd3672c..6f8c79676a2 100644 --- a/src/include/commands/copy.h +++ b/src/include/commands/copy.h @@ -4,9 +4,10 @@ * Definitions for using the POSTGRES copy command. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: copy.h,v 1.8 2000/01/14 22:11:37 petere Exp $ + * $Id: copy.h,v 1.9 2000/01/26 05:58:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/creatinh.h b/src/include/commands/creatinh.h index 8bfe142a1f4..ef0c0701ed1 100644 --- a/src/include/commands/creatinh.h +++ b/src/include/commands/creatinh.h @@ -4,9 +4,10 @@ * prototypes for creatinh.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: creatinh.h,v 1.12 1999/10/26 03:12:38 momjian Exp $ + * $Id: creatinh.h,v 1.13 2000/01/26 05:58:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/dbcommands.h b/src/include/commands/dbcommands.h index 90245d338a6..94431503537 100644 --- a/src/include/commands/dbcommands.h +++ b/src/include/commands/dbcommands.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: dbcommands.h,v 1.12 2000/01/13 18:26:16 petere Exp $ + * $Id: dbcommands.h,v 1.13 2000/01/26 05:58:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h index dc50284014f..f5d69339e71 100644 --- a/src/include/commands/defrem.h +++ b/src/include/commands/defrem.h @@ -4,9 +4,10 @@ * POSTGRES define and remove utility definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: defrem.h,v 1.17 1999/07/16 17:07:30 momjian Exp $ + * $Id: defrem.h,v 1.18 2000/01/26 05:58:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h index 81157ab86d1..a627730b69b 100644 --- a/src/include/commands/explain.h +++ b/src/include/commands/explain.h @@ -3,9 +3,10 @@ * explain.h * prototypes for explain.c * - * Copyright (c) 1994-5, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994-5, Regents of the University of California * - * $Id: explain.h,v 1.9 1999/07/16 17:07:31 momjian Exp $ + * $Id: explain.h,v 1.10 2000/01/26 05:58:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/rename.h b/src/include/commands/rename.h index 4b28bee8bdc..230a2162d46 100644 --- a/src/include/commands/rename.h +++ b/src/include/commands/rename.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rename.h,v 1.7 2000/01/22 14:20:54 petere Exp $ + * $Id: rename.h,v 1.8 2000/01/26 05:58:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h index aca63898be6..07bc4ea1f99 100644 --- a/src/include/commands/vacuum.h +++ b/src/include/commands/vacuum.h @@ -4,9 +4,10 @@ * header file for postgres vacuum cleaner * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: vacuum.h,v 1.25 2000/01/15 22:43:23 tgl Exp $ + * $Id: vacuum.h,v 1.26 2000/01/26 05:58:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/version.h b/src/include/commands/version.h index e04654e8892..7da7be2176b 100644 --- a/src/include/commands/version.h +++ b/src/include/commands/version.h @@ -4,9 +4,10 @@ * Header file for versions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: version.h,v 1.7 1999/02/13 23:21:20 momjian Exp $ + * $Id: version.h,v 1.8 2000/01/26 05:58:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/view.h b/src/include/commands/view.h index 1831cdbe61d..fcfda39a1b5 100644 --- a/src/include/commands/view.h +++ b/src/include/commands/view.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: view.h,v 1.7 1999/02/13 23:21:20 momjian Exp $ + * $Id: view.h,v 1.8 2000/01/26 05:58:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/execFlatten.h b/src/include/executor/execFlatten.h index 1a5d111ef30..c7d85e2e6da 100644 --- a/src/include/executor/execFlatten.h +++ b/src/include/executor/execFlatten.h @@ -4,9 +4,10 @@ * prototypes for execFlatten.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: execFlatten.h,v 1.10 1999/07/16 17:07:31 momjian Exp $ + * $Id: execFlatten.h,v 1.11 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/execdebug.h b/src/include/executor/execdebug.h index b88c7b3ecc5..97b8f3a7b6e 100644 --- a/src/include/executor/execdebug.h +++ b/src/include/executor/execdebug.h @@ -4,9 +4,10 @@ * #defines governing debugging behaviour in the executor * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: execdebug.h,v 1.11 1999/07/15 23:03:46 momjian Exp $ + * $Id: execdebug.h,v 1.12 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/execdefs.h b/src/include/executor/execdefs.h index 322dc773091..89fed192cdd 100644 --- a/src/include/executor/execdefs.h +++ b/src/include/executor/execdefs.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: execdefs.h,v 1.5 1999/02/23 07:37:31 thomas Exp $ + * $Id: execdefs.h,v 1.6 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/execdesc.h b/src/include/executor/execdesc.h index 046268fe1b6..e75292370ab 100644 --- a/src/include/executor/execdesc.h +++ b/src/include/executor/execdesc.h @@ -5,9 +5,10 @@ * and related modules. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: execdesc.h,v 1.12 1999/07/16 17:07:32 momjian Exp $ + * $Id: execdesc.h,v 1.13 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h index 88dcb741b3d..bed2c57ec57 100644 --- a/src/include/executor/executor.h +++ b/src/include/executor/executor.h @@ -4,9 +4,10 @@ * support for the POSTGRES executor module * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: executor.h,v 1.41 2000/01/19 23:55:00 tgl Exp $ + * $Id: executor.h,v 1.42 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/functions.h b/src/include/executor/functions.h index 4cc3a471c7e..1c64712ebe3 100644 --- a/src/include/executor/functions.h +++ b/src/include/executor/functions.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: functions.h,v 1.10 1999/07/15 15:21:07 momjian Exp $ + * $Id: functions.h,v 1.11 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/hashjoin.h b/src/include/executor/hashjoin.h index f501cd03654..6b505cecdf0 100644 --- a/src/include/executor/hashjoin.h +++ b/src/include/executor/hashjoin.h @@ -4,9 +4,10 @@ * internal structures for hash joins * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: hashjoin.h,v 1.15 1999/10/13 15:02:26 tgl Exp $ + * $Id: hashjoin.h,v 1.16 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeAgg.h b/src/include/executor/nodeAgg.h index 7ee15e47486..57b10aafb53 100644 --- a/src/include/executor/nodeAgg.h +++ b/src/include/executor/nodeAgg.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeAgg.h,v 1.10 1999/07/15 15:21:09 momjian Exp $ + * $Id: nodeAgg.h,v 1.11 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeAppend.h b/src/include/executor/nodeAppend.h index 34212d22df1..2064c614269 100644 --- a/src/include/executor/nodeAppend.h +++ b/src/include/executor/nodeAppend.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeAppend.h,v 1.11 1999/07/15 15:21:10 momjian Exp $ + * $Id: nodeAppend.h,v 1.12 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeGroup.h b/src/include/executor/nodeGroup.h index ee740efcd80..458ae58892a 100644 --- a/src/include/executor/nodeGroup.h +++ b/src/include/executor/nodeGroup.h @@ -4,9 +4,10 @@ * prototypes for nodeGroup.c * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeGroup.h,v 1.12 1999/07/15 15:21:11 momjian Exp $ + * $Id: nodeGroup.h,v 1.13 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeHash.h b/src/include/executor/nodeHash.h index 605ab0b126b..0460368d8b1 100644 --- a/src/include/executor/nodeHash.h +++ b/src/include/executor/nodeHash.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeHash.h,v 1.14 1999/07/15 15:21:11 momjian Exp $ + * $Id: nodeHash.h,v 1.15 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeHashjoin.h b/src/include/executor/nodeHashjoin.h index 9d5390f79c6..7fed1b1f69b 100644 --- a/src/include/executor/nodeHashjoin.h +++ b/src/include/executor/nodeHashjoin.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeHashjoin.h,v 1.16 1999/10/13 15:02:26 tgl Exp $ + * $Id: nodeHashjoin.h,v 1.17 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeIndexscan.h b/src/include/executor/nodeIndexscan.h index d8b284f8d53..0e33ba8be97 100644 --- a/src/include/executor/nodeIndexscan.h +++ b/src/include/executor/nodeIndexscan.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeIndexscan.h,v 1.9 1999/07/15 15:21:12 momjian Exp $ + * $Id: nodeIndexscan.h,v 1.10 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeMaterial.h b/src/include/executor/nodeMaterial.h index f10b252c1cd..1daf0bd0afe 100644 --- a/src/include/executor/nodeMaterial.h +++ b/src/include/executor/nodeMaterial.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeMaterial.h,v 1.11 1999/07/15 15:21:13 momjian Exp $ + * $Id: nodeMaterial.h,v 1.12 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeMergejoin.h b/src/include/executor/nodeMergejoin.h index 27078d5a39c..4c378b7a597 100644 --- a/src/include/executor/nodeMergejoin.h +++ b/src/include/executor/nodeMergejoin.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeMergejoin.h,v 1.11 1999/07/15 15:21:13 momjian Exp $ + * $Id: nodeMergejoin.h,v 1.12 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeNestloop.h b/src/include/executor/nodeNestloop.h index f0a11d01008..b1242b0da0d 100644 --- a/src/include/executor/nodeNestloop.h +++ b/src/include/executor/nodeNestloop.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeNestloop.h,v 1.11 1999/07/15 15:21:13 momjian Exp $ + * $Id: nodeNestloop.h,v 1.12 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeResult.h b/src/include/executor/nodeResult.h index 506e6e580d3..f944137b60a 100644 --- a/src/include/executor/nodeResult.h +++ b/src/include/executor/nodeResult.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeResult.h,v 1.9 1999/07/15 15:21:14 momjian Exp $ + * $Id: nodeResult.h,v 1.10 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeSeqscan.h b/src/include/executor/nodeSeqscan.h index a2358c4aa61..503c597eb92 100644 --- a/src/include/executor/nodeSeqscan.h +++ b/src/include/executor/nodeSeqscan.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeSeqscan.h,v 1.9 1999/07/15 15:21:14 momjian Exp $ + * $Id: nodeSeqscan.h,v 1.10 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeSort.h b/src/include/executor/nodeSort.h index a8c8f99c62e..28ec0c20429 100644 --- a/src/include/executor/nodeSort.h +++ b/src/include/executor/nodeSort.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeSort.h,v 1.9 1999/07/15 15:21:14 momjian Exp $ + * $Id: nodeSort.h,v 1.10 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeTidscan.h b/src/include/executor/nodeTidscan.h index a54c553e0d6..ffee4677eb7 100644 --- a/src/include/executor/nodeTidscan.h +++ b/src/include/executor/nodeTidscan.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeTidscan.h,v 1.1 1999/11/24 16:52:49 momjian Exp $ + * $Id: nodeTidscan.h,v 1.2 2000/01/26 05:58:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeUnique.h b/src/include/executor/nodeUnique.h index f5355b5d32e..f8fca52331f 100644 --- a/src/include/executor/nodeUnique.h +++ b/src/include/executor/nodeUnique.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeUnique.h,v 1.9 1999/07/15 15:21:14 momjian Exp $ + * $Id: nodeUnique.h,v 1.10 2000/01/26 05:58:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/tuptable.h b/src/include/executor/tuptable.h index 2a1d8a4b3aa..a8edfae6740 100644 --- a/src/include/executor/tuptable.h +++ b/src/include/executor/tuptable.h @@ -4,9 +4,10 @@ * tuple table support stuff * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tuptable.h,v 1.14 1999/07/15 23:03:48 momjian Exp $ + * $Id: tuptable.h,v 1.15 2000/01/26 05:58:06 momjian Exp $ * * NOTES * The tuple table interface is getting pretty ugly. diff --git a/src/include/lib/dllist.h b/src/include/lib/dllist.h index a367450185c..d56f773a9db 100644 --- a/src/include/lib/dllist.h +++ b/src/include/lib/dllist.h @@ -24,9 +24,10 @@ * DLFreeElem(elt); -- free the element since we don't * use it anymore * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: dllist.h,v 1.10 1999/05/31 23:48:03 tgl Exp $ + * $Id: dllist.h,v 1.11 2000/01/26 05:58:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/lib/fstack.h b/src/include/lib/fstack.h index 4432b4186d3..d639a224fc2 100644 --- a/src/include/lib/fstack.h +++ b/src/include/lib/fstack.h @@ -4,9 +4,10 @@ * Fixed format stack definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: fstack.h,v 1.8 1999/05/25 16:13:58 momjian Exp $ + * $Id: fstack.h,v 1.9 2000/01/26 05:58:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/lib/hasht.h b/src/include/lib/hasht.h index bffa83e7a68..6f64022e23a 100644 --- a/src/include/lib/hasht.h +++ b/src/include/lib/hasht.h @@ -5,9 +5,10 @@ * under utils/hash. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: hasht.h,v 1.8 1999/07/15 23:03:49 momjian Exp $ + * $Id: hasht.h,v 1.9 2000/01/26 05:58:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/lib/lispsort.h b/src/include/lib/lispsort.h index a48d274624b..3bfffc426f2 100644 --- a/src/include/lib/lispsort.h +++ b/src/include/lib/lispsort.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: lispsort.h,v 1.5 1999/02/13 23:21:31 momjian Exp $ + * $Id: lispsort.h,v 1.6 2000/01/26 05:58:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/lib/stringinfo.h b/src/include/lib/stringinfo.h index 03fc88accc5..25b91b9c2dd 100644 --- a/src/include/lib/stringinfo.h +++ b/src/include/lib/stringinfo.h @@ -7,9 +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(). * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: stringinfo.h,v 1.15 2000/01/22 03:52:03 tgl Exp $ + * $Id: stringinfo.h,v 1.16 2000/01/26 05:58:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/auth.h b/src/include/libpq/auth.h index eb7c53cb1a0..e2de6973bfb 100644 --- a/src/include/libpq/auth.h +++ b/src/include/libpq/auth.h @@ -4,9 +4,10 @@ * Definitions for network authentication routines * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: auth.h,v 1.12 1999/05/26 12:56:29 momjian Exp $ + * $Id: auth.h,v 1.13 2000/01/26 05:58:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/be-fsstubs.h b/src/include/libpq/be-fsstubs.h index beaddbc0b3f..63874910c52 100644 --- a/src/include/libpq/be-fsstubs.h +++ b/src/include/libpq/be-fsstubs.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: be-fsstubs.h,v 1.9 1999/05/31 22:53:58 tgl Exp $ + * $Id: be-fsstubs.h,v 1.10 2000/01/26 05:58:12 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h index 1d99bc31b2d..56e0e996d02 100644 --- a/src/include/libpq/libpq-be.h +++ b/src/include/libpq/libpq-be.h @@ -5,9 +5,10 @@ * externs for functions used by the POSTGRES backend. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: libpq-be.h,v 1.17 1999/09/27 03:13:11 momjian Exp $ + * $Id: libpq-be.h,v 1.18 2000/01/26 05:58:12 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/libpq-fs.h b/src/include/libpq/libpq-fs.h index 8d3cee1a1ca..1d7839f03d1 100644 --- a/src/include/libpq/libpq-fs.h +++ b/src/include/libpq/libpq-fs.h @@ -4,9 +4,10 @@ * definitions for using Inversion file system routines * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: libpq-fs.h,v 1.8 1999/02/13 23:21:35 momjian Exp $ + * $Id: libpq-fs.h,v 1.9 2000/01/26 05:58:12 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/libpq.h b/src/include/libpq/libpq.h index 07d6d3ef31b..d60d4a0a117 100644 --- a/src/include/libpq/libpq.h +++ b/src/include/libpq/libpq.h @@ -4,9 +4,10 @@ * POSTGRES LIBPQ buffer structure definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: libpq.h,v 1.34 1999/10/23 03:13:29 tgl Exp $ + * $Id: libpq.h,v 1.35 2000/01/26 05:58:12 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/pqcomm.h b/src/include/libpq/pqcomm.h index 2ee74e92120..1aa8444a9a5 100644 --- a/src/include/libpq/pqcomm.h +++ b/src/include/libpq/pqcomm.h @@ -6,9 +6,10 @@ * NOTE: for historical reasons, this does not correspond to pqcomm.c. * pqcomm.c's routines are declared in libpq.h. * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pqcomm.h,v 1.40 1999/09/27 03:13:11 momjian Exp $ + * $Id: pqcomm.h,v 1.41 2000/01/26 05:58:12 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/pqformat.h b/src/include/libpq/pqformat.h index 0871ee9673e..b1e5f1c3271 100644 --- a/src/include/libpq/pqformat.h +++ b/src/include/libpq/pqformat.h @@ -3,9 +3,10 @@ * pqformat.h * Definitions for formatting and parsing frontend/backend messages * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pqformat.h,v 1.6 1999/08/31 04:26:33 tgl Exp $ + * $Id: pqformat.h,v 1.7 2000/01/26 05:58:12 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/pqsignal.h b/src/include/libpq/pqsignal.h index be521ffe8d4..7b7350442c0 100644 --- a/src/include/libpq/pqsignal.h +++ b/src/include/libpq/pqsignal.h @@ -4,9 +4,10 @@ * prototypes for the reliable BSD-style signal(2) routine. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pqsignal.h,v 1.10 1999/10/06 21:58:16 vadim Exp $ + * $Id: pqsignal.h,v 1.11 2000/01/26 05:58:12 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 af363b7ef9c..7e47b3a3603 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -9,9 +9,10 @@ * pmod.h processing modes * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.49 2000/01/19 02:59:02 petere Exp $ + * $Id: miscadmin.h,v 1.50 2000/01/26 05:57:46 momjian Exp $ * * NOTES * some of the information in this file will be moved to diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index 47e6e40b7c2..a6a337087ae 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -4,9 +4,10 @@ * definitions for executor state nodes * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: execnodes.h,v 1.38 1999/11/23 20:07:02 momjian Exp $ + * $Id: execnodes.h,v 1.39 2000/01/26 05:58:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/makefuncs.h b/src/include/nodes/makefuncs.h index 1aaead722d8..2b3c5339c61 100644 --- a/src/include/nodes/makefuncs.h +++ b/src/include/nodes/makefuncs.h @@ -4,9 +4,10 @@ * prototypes for the creator functions (for primitive nodes) * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: makefuncs.h,v 1.21 1999/08/22 20:15:00 tgl Exp $ + * $Id: makefuncs.h,v 1.22 2000/01/26 05:58:16 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/memnodes.h b/src/include/nodes/memnodes.h index f7478a9bf4f..08ba9673181 100644 --- a/src/include/nodes/memnodes.h +++ b/src/include/nodes/memnodes.h @@ -4,9 +4,10 @@ * POSTGRES memory context node definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: memnodes.h,v 1.15 1999/07/16 17:07:33 momjian Exp $ + * $Id: memnodes.h,v 1.16 2000/01/26 05:58:16 momjian Exp $ * * XXX the typedefs in this file are different from the other ???nodes.h; * they are pointers to structures instead of the structures themselves. diff --git a/src/include/nodes/nodeFuncs.h b/src/include/nodes/nodeFuncs.h index ccd1d3da094..964e9fb0f2d 100644 --- a/src/include/nodes/nodeFuncs.h +++ b/src/include/nodes/nodeFuncs.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeFuncs.h,v 1.10 1999/07/15 23:03:53 momjian Exp $ + * $Id: nodeFuncs.h,v 1.11 2000/01/26 05:58:16 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h index a6df5f1417a..c1d6c4c1ca5 100644 --- a/src/include/nodes/nodes.h +++ b/src/include/nodes/nodes.h @@ -4,9 +4,10 @@ * Definitions for tagged nodes. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodes.h,v 1.62 2000/01/17 00:14:48 tgl Exp $ + * $Id: nodes.h,v 1.63 2000/01/26 05:58:16 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/params.h b/src/include/nodes/params.h index b52314c4633..a9c9bb474c7 100644 --- a/src/include/nodes/params.h +++ b/src/include/nodes/params.h @@ -4,9 +4,10 @@ * Declarations/definitions of stuff needed to handle parameterized plans. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: params.h,v 1.11 1999/07/15 23:03:54 momjian Exp $ + * $Id: params.h,v 1.12 2000/01/26 05:58:16 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index b1fc802d883..1346ac8a04e 100644 --- a/src/include/nodes/parsenodes.h +++ b/src/include/nodes/parsenodes.h @@ -4,9 +4,10 @@ * definitions for parse tree nodes * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parsenodes.h,v 1.95 2000/01/17 00:14:48 tgl Exp $ + * $Id: parsenodes.h,v 1.96 2000/01/26 05:58:16 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/pg_list.h b/src/include/nodes/pg_list.h index f3a7432adca..9e96cef956b 100644 --- a/src/include/nodes/pg_list.h +++ b/src/include/nodes/pg_list.h @@ -4,9 +4,10 @@ * POSTGRES generic list package * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_list.h,v 1.13 1999/08/16 02:17:39 tgl Exp $ + * $Id: pg_list.h,v 1.14 2000/01/26 05:58:16 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h index 324423aa956..19216d36381 100644 --- a/src/include/nodes/plannodes.h +++ b/src/include/nodes/plannodes.h @@ -4,9 +4,10 @@ * definitions for query plan nodes * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: plannodes.h,v 1.35 2000/01/09 00:26:43 tgl Exp $ + * $Id: plannodes.h,v 1.36 2000/01/26 05:58:16 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/primnodes.h b/src/include/nodes/primnodes.h index d3fb8f732a5..bdeff737b63 100644 --- a/src/include/nodes/primnodes.h +++ b/src/include/nodes/primnodes.h @@ -4,9 +4,10 @@ * Definitions for parse tree/query tree ("primitive") nodes. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: primnodes.h,v 1.38 1999/12/13 01:27:10 tgl Exp $ + * $Id: primnodes.h,v 1.39 2000/01/26 05:58:16 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/print.h b/src/include/nodes/print.h index 8d5292e7407..8108ad03912 100644 --- a/src/include/nodes/print.h +++ b/src/include/nodes/print.h @@ -4,9 +4,10 @@ * definitions for executor state nodes * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: print.h,v 1.11 1999/07/15 15:21:18 momjian Exp $ + * $Id: print.h,v 1.12 2000/01/26 05:58:17 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/readfuncs.h b/src/include/nodes/readfuncs.h index ade510052ef..f16d35ae608 100644 --- a/src/include/nodes/readfuncs.h +++ b/src/include/nodes/readfuncs.h @@ -4,9 +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. * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: readfuncs.h,v 1.8 2000/01/14 00:53:20 tgl Exp $ + * $Id: readfuncs.h,v 1.9 2000/01/26 05:58:17 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h index 98fb5191110..99254740e78 100644 --- a/src/include/nodes/relation.h +++ b/src/include/nodes/relation.h @@ -4,9 +4,10 @@ * Definitions for internal planner nodes. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: relation.h,v 1.41 2000/01/22 23:50:25 tgl Exp $ + * $Id: relation.h,v 1.42 2000/01/26 05:58:17 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/_deadcode/xfunc.h b/src/include/optimizer/_deadcode/xfunc.h index d10078a4b18..e77f8aec693 100644 --- a/src/include/optimizer/_deadcode/xfunc.h +++ b/src/include/optimizer/_deadcode/xfunc.h @@ -4,9 +4,10 @@ * prototypes for xfunc.c and predmig.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: xfunc.h,v 1.3 1999/07/16 17:07:35 momjian Exp $ + * $Id: xfunc.h,v 1.4 2000/01/26 05:58:23 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/clauses.h b/src/include/optimizer/clauses.h index 4cd2e486aa4..0bbe15b245f 100644 --- a/src/include/optimizer/clauses.h +++ b/src/include/optimizer/clauses.h @@ -4,9 +4,10 @@ * prototypes for clauses.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: clauses.h,v 1.32 1999/12/13 01:27:13 tgl Exp $ + * $Id: clauses.h,v 1.33 2000/01/26 05:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/cost.h b/src/include/optimizer/cost.h index fd6daee1b1f..0a6e78d676c 100644 --- a/src/include/optimizer/cost.h +++ b/src/include/optimizer/cost.h @@ -4,9 +4,10 @@ * prototypes for costsize.c and clausesel.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: cost.h,v 1.27 2000/01/23 02:06:57 tgl Exp $ + * $Id: cost.h,v 1.28 2000/01/26 05:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo.h b/src/include/optimizer/geqo.h index 1558bd6a99f..c7f56e8e7d7 100644 --- a/src/include/optimizer/geqo.h +++ b/src/include/optimizer/geqo.h @@ -3,9 +3,10 @@ * geqo.h * prototypes for various files in optimizer/geqo * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo.h,v 1.17 1999/07/15 15:21:20 momjian Exp $ + * $Id: geqo.h,v 1.18 2000/01/26 05:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_copy.h b/src/include/optimizer/geqo_copy.h index bf45ac979be..ac3f49f14b6 100644 --- a/src/include/optimizer/geqo_copy.h +++ b/src/include/optimizer/geqo_copy.h @@ -3,9 +3,10 @@ * geqo_copy.h * prototypes for copy functions in optimizer/geqo * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_copy.h,v 1.7 1999/02/13 23:21:44 momjian Exp $ + * $Id: geqo_copy.h,v 1.8 2000/01/26 05:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_gene.h b/src/include/optimizer/geqo_gene.h index d8d4e8ff565..5ed3a14c531 100644 --- a/src/include/optimizer/geqo_gene.h +++ b/src/include/optimizer/geqo_gene.h @@ -3,9 +3,10 @@ * geqo_gene.h * genome representation in optimizer/geqo * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_gene.h,v 1.8 1999/07/15 15:21:20 momjian Exp $ + * $Id: geqo_gene.h,v 1.9 2000/01/26 05:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_misc.h b/src/include/optimizer/geqo_misc.h index 434b90fae21..ee5e0f27d0f 100644 --- a/src/include/optimizer/geqo_misc.h +++ b/src/include/optimizer/geqo_misc.h @@ -3,9 +3,10 @@ * geqo_misc.h * prototypes for printout routines in optimizer/geqo * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_misc.h,v 1.13 1999/07/17 20:18:30 momjian Exp $ + * $Id: geqo_misc.h,v 1.14 2000/01/26 05:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_mutation.h b/src/include/optimizer/geqo_mutation.h index 82cb70847cc..be645416ddd 100644 --- a/src/include/optimizer/geqo_mutation.h +++ b/src/include/optimizer/geqo_mutation.h @@ -3,9 +3,10 @@ * geqo_mutation.h * prototypes for mutation functions in optimizer/geqo * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_mutation.h,v 1.7 1999/02/13 23:21:47 momjian Exp $ + * $Id: geqo_mutation.h,v 1.8 2000/01/26 05:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_pool.h b/src/include/optimizer/geqo_pool.h index 3d6f2aa7df6..f0791039fb7 100644 --- a/src/include/optimizer/geqo_pool.h +++ b/src/include/optimizer/geqo_pool.h @@ -3,9 +3,10 @@ * geqo_pool.h * pool representation in optimizer/geqo * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_pool.h,v 1.8 1999/07/15 15:21:21 momjian Exp $ + * $Id: geqo_pool.h,v 1.9 2000/01/26 05:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_random.h b/src/include/optimizer/geqo_random.h index 450f9695439..c005b331b61 100644 --- a/src/include/optimizer/geqo_random.h +++ b/src/include/optimizer/geqo_random.h @@ -3,9 +3,10 @@ * geqo_random.h * random number generator * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_random.h,v 1.5 1999/07/15 20:32:28 momjian Exp $ + * $Id: geqo_random.h,v 1.6 2000/01/26 05:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_recombination.h b/src/include/optimizer/geqo_recombination.h index bc0f024206f..40f3568a24d 100644 --- a/src/include/optimizer/geqo_recombination.h +++ b/src/include/optimizer/geqo_recombination.h @@ -3,9 +3,10 @@ * geqo_recombination.h * prototypes for recombination in the genetic query optimizer * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_recombination.h,v 1.7 1999/02/13 23:21:48 momjian Exp $ + * $Id: geqo_recombination.h,v 1.8 2000/01/26 05:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_selection.h b/src/include/optimizer/geqo_selection.h index 4416acbd6e7..a4e118d2eb7 100644 --- a/src/include/optimizer/geqo_selection.h +++ b/src/include/optimizer/geqo_selection.h @@ -3,9 +3,10 @@ * geqo_selection.h * prototypes for selection routines in optimizer/geqo * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_selection.h,v 1.7 1999/02/13 23:21:49 momjian Exp $ + * $Id: geqo_selection.h,v 1.8 2000/01/26 05:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/internal.h b/src/include/optimizer/internal.h index e89b244a397..d7ef5f7ac54 100644 --- a/src/include/optimizer/internal.h +++ b/src/include/optimizer/internal.h @@ -4,9 +4,10 @@ * Definitions required throughout the query optimizer. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: internal.h,v 1.25 2000/01/22 23:50:27 tgl Exp $ + * $Id: internal.h,v 1.26 2000/01/26 05:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/joininfo.h b/src/include/optimizer/joininfo.h index 4c1aedfba3f..d28bcbe6211 100644 --- a/src/include/optimizer/joininfo.h +++ b/src/include/optimizer/joininfo.h @@ -4,9 +4,10 @@ * prototypes for joininfo.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: joininfo.h,v 1.14 1999/08/16 02:17:44 tgl Exp $ + * $Id: joininfo.h,v 1.15 2000/01/26 05:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/pathnode.h b/src/include/optimizer/pathnode.h index 25781a34476..a83e743781b 100644 --- a/src/include/optimizer/pathnode.h +++ b/src/include/optimizer/pathnode.h @@ -4,9 +4,10 @@ * prototypes for pathnode.c, indexnode.c, relnode.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pathnode.h,v 1.23 2000/01/09 00:26:47 tgl Exp $ + * $Id: pathnode.h,v 1.24 2000/01/26 05:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/paths.h b/src/include/optimizer/paths.h index 1556941c4b9..3ba443f4392 100644 --- a/src/include/optimizer/paths.h +++ b/src/include/optimizer/paths.h @@ -5,9 +5,10 @@ * header files) * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: paths.h,v 1.38 2000/01/22 23:50:27 tgl Exp $ + * $Id: paths.h,v 1.39 2000/01/26 05:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/plancat.h b/src/include/optimizer/plancat.h index 024cfd6999e..fb44b5c3038 100644 --- a/src/include/optimizer/plancat.h +++ b/src/include/optimizer/plancat.h @@ -4,9 +4,10 @@ * prototypes for plancat.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: plancat.h,v 1.16 2000/01/22 23:50:27 tgl Exp $ + * $Id: plancat.h,v 1.17 2000/01/26 05:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/planmain.h b/src/include/optimizer/planmain.h index 409559a6960..826c5dbe3ce 100644 --- a/src/include/optimizer/planmain.h +++ b/src/include/optimizer/planmain.h @@ -4,9 +4,10 @@ * prototypes for various files in optimizer/plan * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: planmain.h,v 1.35 2000/01/09 00:26:47 tgl Exp $ + * $Id: planmain.h,v 1.36 2000/01/26 05:58:20 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/planner.h b/src/include/optimizer/planner.h index a8f85001e64..00a6e55dfd0 100644 --- a/src/include/optimizer/planner.h +++ b/src/include/optimizer/planner.h @@ -4,9 +4,10 @@ * prototypes for planner.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: planner.h,v 1.12 1999/07/15 15:21:23 momjian Exp $ + * $Id: planner.h,v 1.13 2000/01/26 05:58:21 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/prep.h b/src/include/optimizer/prep.h index 81c79c1bcc7..c4b01263eb9 100644 --- a/src/include/optimizer/prep.h +++ b/src/include/optimizer/prep.h @@ -4,9 +4,10 @@ * prototypes for files in optimizer/prep/ * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: prep.h,v 1.20 1999/12/14 03:35:28 tgl Exp $ + * $Id: prep.h,v 1.21 2000/01/26 05:58:21 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/restrictinfo.h b/src/include/optimizer/restrictinfo.h index e6b5e2d89b1..3d94854e03b 100644 --- a/src/include/optimizer/restrictinfo.h +++ b/src/include/optimizer/restrictinfo.h @@ -4,9 +4,10 @@ * prototypes for restrictinfo.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: restrictinfo.h,v 1.7 1999/07/25 23:07:23 tgl Exp $ + * $Id: restrictinfo.h,v 1.8 2000/01/26 05:58:21 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/tlist.h b/src/include/optimizer/tlist.h index 58b1b7b2e99..986c47ee796 100644 --- a/src/include/optimizer/tlist.h +++ b/src/include/optimizer/tlist.h @@ -4,9 +4,10 @@ * prototypes for tlist.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tlist.h,v 1.22 1999/08/22 20:14:57 tgl Exp $ + * $Id: tlist.h,v 1.23 2000/01/26 05:58:21 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/var.h b/src/include/optimizer/var.h index e2d5390876b..b945a2f0f96 100644 --- a/src/include/optimizer/var.h +++ b/src/include/optimizer/var.h @@ -4,9 +4,10 @@ * prototypes for var.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: var.h,v 1.10 1999/08/26 05:06:17 tgl Exp $ + * $Id: var.h,v 1.11 2000/01/26 05:58:21 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/analyze.h b/src/include/parser/analyze.h index 3fa861f1564..691ec92c1fc 100644 --- a/src/include/parser/analyze.h +++ b/src/include/parser/analyze.h @@ -3,9 +3,10 @@ * analyze.h * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: analyze.h,v 1.9 1999/07/15 23:04:00 momjian Exp $ + * $Id: analyze.h,v 1.10 2000/01/26 05:58:26 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/gramparse.h b/src/include/parser/gramparse.h index 3433865fa75..5f4e5a6af76 100644 --- a/src/include/parser/gramparse.h +++ b/src/include/parser/gramparse.h @@ -4,9 +4,10 @@ * scanner support routines. used by both the bootstrap lexer * as well as the normal lexer * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: gramparse.h,v 1.10 2000/01/20 05:26:54 tgl Exp $ + * $Id: gramparse.h,v 1.11 2000/01/26 05:58:26 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/keywords.h b/src/include/parser/keywords.h index 1b761daf5d0..c34870613dd 100644 --- a/src/include/parser/keywords.h +++ b/src/include/parser/keywords.h @@ -5,9 +5,10 @@ * in the bowels of the system. Look for actual defs in lib/C/atoms.c * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: keywords.h,v 1.6 1999/02/13 23:21:55 momjian Exp $ + * $Id: keywords.h,v 1.7 2000/01/26 05:58:26 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_agg.h b/src/include/parser/parse_agg.h index cd149e1517b..324931d12d5 100644 --- a/src/include/parser/parse_agg.h +++ b/src/include/parser/parse_agg.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_agg.h,v 1.13 1999/12/10 07:37:33 tgl Exp $ + * $Id: parse_agg.h,v 1.14 2000/01/26 05:58:26 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_clause.h b/src/include/parser/parse_clause.h index 6b30301ea0b..5d0b2badf16 100644 --- a/src/include/parser/parse_clause.h +++ b/src/include/parser/parse_clause.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_clause.h,v 1.13 1999/08/21 03:49:17 tgl Exp $ + * $Id: parse_clause.h,v 1.14 2000/01/26 05:58:26 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_coerce.h b/src/include/parser/parse_coerce.h index 06736c6dff9..bedaaa37bd9 100644 --- a/src/include/parser/parse_coerce.h +++ b/src/include/parser/parse_coerce.h @@ -4,9 +4,10 @@ * * Routines for type coercion. * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_coerce.h,v 1.16 2000/01/17 00:14:49 tgl Exp $ + * $Id: parse_coerce.h,v 1.17 2000/01/26 05:58:27 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_expr.h b/src/include/parser/parse_expr.h index 52d723db1cf..5d20173745c 100644 --- a/src/include/parser/parse_expr.h +++ b/src/include/parser/parse_expr.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_expr.h,v 1.15 1999/08/05 02:33:51 tgl Exp $ + * $Id: parse_expr.h,v 1.16 2000/01/26 05:58:27 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_func.h b/src/include/parser/parse_func.h index 73262d43375..9ee17203708 100644 --- a/src/include/parser/parse_func.h +++ b/src/include/parser/parse_func.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_func.h,v 1.21 2000/01/10 17:14:43 momjian Exp $ + * $Id: parse_func.h,v 1.22 2000/01/26 05:58:27 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_node.h b/src/include/parser/parse_node.h index 125305883df..4ba502ebaf3 100644 --- a/src/include/parser/parse_node.h +++ b/src/include/parser/parse_node.h @@ -3,9 +3,10 @@ * parse_node.h * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_node.h,v 1.16 1999/08/23 23:48:37 tgl Exp $ + * $Id: parse_node.h,v 1.17 2000/01/26 05:58:27 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_oper.h b/src/include/parser/parse_oper.h index 298166ac7ee..4162cd6d234 100644 --- a/src/include/parser/parse_oper.h +++ b/src/include/parser/parse_oper.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_oper.h,v 1.10 1999/12/12 20:51:28 tgl Exp $ + * $Id: parse_oper.h,v 1.11 2000/01/26 05:58:27 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_relation.h b/src/include/parser/parse_relation.h index 2f2305263aa..b9fe0b1b778 100644 --- a/src/include/parser/parse_relation.h +++ b/src/include/parser/parse_relation.h @@ -4,9 +4,10 @@ * prototypes for parse_relation.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_relation.h,v 1.13 1999/10/07 04:23:22 tgl Exp $ + * $Id: parse_relation.h,v 1.14 2000/01/26 05:58:27 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_target.h b/src/include/parser/parse_target.h index 022abd58520..4438073bdaa 100644 --- a/src/include/parser/parse_target.h +++ b/src/include/parser/parse_target.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_target.h,v 1.17 2000/01/17 02:04:15 tgl Exp $ + * $Id: parse_target.h,v 1.18 2000/01/26 05:58:27 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_type.h b/src/include/parser/parse_type.h index 3b722af6f13..034c47b8b0b 100644 --- a/src/include/parser/parse_type.h +++ b/src/include/parser/parse_type.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_type.h,v 1.11 1999/08/05 02:33:52 tgl Exp $ + * $Id: parse_type.h,v 1.12 2000/01/26 05:58:27 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parser.h b/src/include/parser/parser.h index f2c1cb5b5b6..c5597b1d6fa 100644 --- a/src/include/parser/parser.h +++ b/src/include/parser/parser.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parser.h,v 1.6 1999/07/15 23:04:03 momjian Exp $ + * $Id: parser.h,v 1.7 2000/01/26 05:58:27 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parsetree.h b/src/include/parser/parsetree.h index 1f6767d662e..979ebf327e8 100644 --- a/src/include/parser/parsetree.h +++ b/src/include/parser/parsetree.h @@ -5,9 +5,10 @@ * parse trees. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parsetree.h,v 1.7 1999/07/15 15:21:28 momjian Exp $ + * $Id: parsetree.h,v 1.8 2000/01/26 05:58:27 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/scansup.h b/src/include/parser/scansup.h index 82b80df1586..44c1e5d914f 100644 --- a/src/include/parser/scansup.h +++ b/src/include/parser/scansup.h @@ -4,9 +4,10 @@ * scanner support routines. used by both the bootstrap lexer * as well as the normal lexer * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: scansup.h,v 1.6 1999/02/13 23:21:57 momjian Exp $ + * $Id: scansup.h,v 1.7 2000/01/26 05:58:27 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/postgres.h b/src/include/postgres.h index d857613daf1..5e2aad688a7 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -4,9 +4,10 @@ * definition of (and support for) postgres system types. * this file is included by almost every .c in the system * - * Copyright (c) 1995, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1995, Regents of the University of California * - * $Id: postgres.h,v 1.35 2000/01/15 02:59:41 petere Exp $ + * $Id: postgres.h,v 1.36 2000/01/26 05:57:46 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/locks.h b/src/include/rewrite/locks.h index 69740a86eb3..bcc8863c44d 100644 --- a/src/include/rewrite/locks.h +++ b/src/include/rewrite/locks.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: locks.h,v 1.12 1999/07/15 15:21:29 momjian Exp $ + * $Id: locks.h,v 1.13 2000/01/26 05:58:30 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/prs2lock.h b/src/include/rewrite/prs2lock.h index 06b396a9882..8fe8eb63130 100644 --- a/src/include/rewrite/prs2lock.h +++ b/src/include/rewrite/prs2lock.h @@ -3,9 +3,10 @@ * prs2lock.h * data structures for POSTGRES Rule System II (rewrite rules only) * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: prs2lock.h,v 1.10 1999/07/15 23:04:07 momjian Exp $ + * $Id: prs2lock.h,v 1.11 2000/01/26 05:58:30 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteDefine.h b/src/include/rewrite/rewriteDefine.h index 5b5d4147e4e..e001ed9a063 100644 --- a/src/include/rewrite/rewriteDefine.h +++ b/src/include/rewrite/rewriteDefine.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rewriteDefine.h,v 1.7 1999/02/13 23:21:59 momjian Exp $ + * $Id: rewriteDefine.h,v 1.8 2000/01/26 05:58:30 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteHandler.h b/src/include/rewrite/rewriteHandler.h index 6a59f8f224c..7af0f3932ec 100644 --- a/src/include/rewrite/rewriteHandler.h +++ b/src/include/rewrite/rewriteHandler.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rewriteHandler.h,v 1.11 1999/07/15 15:21:30 momjian Exp $ + * $Id: rewriteHandler.h,v 1.12 2000/01/26 05:58:30 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteManip.h b/src/include/rewrite/rewriteManip.h index fa212ef8f82..35997e5878a 100644 --- a/src/include/rewrite/rewriteManip.h +++ b/src/include/rewrite/rewriteManip.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rewriteManip.h,v 1.18 1999/10/01 04:08:15 tgl Exp $ + * $Id: rewriteManip.h,v 1.19 2000/01/26 05:58:30 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteRemove.h b/src/include/rewrite/rewriteRemove.h index 0669180c24c..a40cdae72fe 100644 --- a/src/include/rewrite/rewriteRemove.h +++ b/src/include/rewrite/rewriteRemove.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rewriteRemove.h,v 1.5 1999/02/13 23:22:01 momjian Exp $ + * $Id: rewriteRemove.h,v 1.6 2000/01/26 05:58:30 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteSupport.h b/src/include/rewrite/rewriteSupport.h index 08912e644b1..25541ed9b95 100644 --- a/src/include/rewrite/rewriteSupport.h +++ b/src/include/rewrite/rewriteSupport.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rewriteSupport.h,v 1.10 1999/02/13 23:22:01 momjian Exp $ + * $Id: rewriteSupport.h,v 1.11 2000/01/26 05:58:30 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rusagestub.h b/src/include/rusagestub.h index 7466cb511a0..58a4ab8eef2 100644 --- a/src/include/rusagestub.h +++ b/src/include/rusagestub.h @@ -4,9 +4,10 @@ * Stubs for getrusage(3). * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rusagestub.h,v 1.4 1999/02/13 23:20:47 momjian Exp $ + * $Id: rusagestub.h,v 1.5 2000/01/26 05:57:46 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/backendid.h b/src/include/storage/backendid.h index 984231124f4..ad7b1f079f5 100644 --- a/src/include/storage/backendid.h +++ b/src/include/storage/backendid.h @@ -4,9 +4,10 @@ * POSTGRES backend id communication definitions * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: backendid.h,v 1.6 1999/02/13 23:22:02 momjian Exp $ + * $Id: backendid.h,v 1.7 2000/01/26 05:58:32 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/block.h b/src/include/storage/block.h index a2650c82a48..33c881cbd43 100644 --- a/src/include/storage/block.h +++ b/src/include/storage/block.h @@ -4,9 +4,10 @@ * POSTGRES disk block definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: block.h,v 1.9 1999/05/25 16:14:36 momjian Exp $ + * $Id: block.h,v 1.10 2000/01/26 05:58:32 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/buf.h b/src/include/storage/buf.h index 0ce0edb9073..cc709eb6e3c 100644 --- a/src/include/storage/buf.h +++ b/src/include/storage/buf.h @@ -4,9 +4,10 @@ * Basic buffer manager data types. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: buf.h,v 1.6 1999/05/25 16:14:38 momjian Exp $ + * $Id: buf.h,v 1.7 2000/01/26 05:58:32 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h index b1417c510bb..f18322f169d 100644 --- a/src/include/storage/buf_internals.h +++ b/src/include/storage/buf_internals.h @@ -4,9 +4,10 @@ * Internal definitions for buffer manager. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: buf_internals.h,v 1.34 1999/11/21 19:56:12 tgl Exp $ + * $Id: buf_internals.h,v 1.35 2000/01/26 05:58:32 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/buffile.h b/src/include/storage/buffile.h index bc472b9d14e..30ccb6e0933 100644 --- a/src/include/storage/buffile.h +++ b/src/include/storage/buffile.h @@ -15,9 +15,10 @@ * but currently we have no need for oversize temp files without buffered * access. * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: buffile.h,v 1.2 1999/10/16 19:49:27 tgl Exp $ + * $Id: buffile.h,v 1.3 2000/01/26 05:58:32 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h index 21b43a076d0..3ddf8fb1338 100644 --- a/src/include/storage/bufmgr.h +++ b/src/include/storage/bufmgr.h @@ -4,9 +4,10 @@ * POSTGRES buffer manager definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: bufmgr.h,v 1.33 2000/01/17 01:15:19 inoue Exp $ + * $Id: bufmgr.h,v 1.34 2000/01/26 05:58:32 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h index e0d85db4525..f1c25963951 100644 --- a/src/include/storage/bufpage.h +++ b/src/include/storage/bufpage.h @@ -4,9 +4,10 @@ * Standard POSTGRES buffer page definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: bufpage.h,v 1.27 2000/01/08 21:59:55 tgl Exp $ + * $Id: bufpage.h,v 1.28 2000/01/26 05:58:32 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/fd.h b/src/include/storage/fd.h index 42d1f465797..74fdb94fa03 100644 --- a/src/include/storage/fd.h +++ b/src/include/storage/fd.h @@ -4,9 +4,10 @@ * Virtual file descriptor definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: fd.h,v 1.18 1999/10/13 15:02:32 tgl Exp $ + * $Id: fd.h,v 1.19 2000/01/26 05:58:32 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/ipc.h b/src/include/storage/ipc.h index 1293eedde6f..7b015130281 100644 --- a/src/include/storage/ipc.h +++ b/src/include/storage/ipc.h @@ -4,9 +4,10 @@ * POSTGRES inter-process communication definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: ipc.h,v 1.37 1999/11/22 02:06:30 tgl Exp $ + * $Id: ipc.h,v 1.38 2000/01/26 05:58:32 momjian Exp $ * * NOTES * This file is very architecture-specific. This stuff should actually diff --git a/src/include/storage/item.h b/src/include/storage/item.h index c3cde4dbfa1..2e98502f85c 100644 --- a/src/include/storage/item.h +++ b/src/include/storage/item.h @@ -4,9 +4,10 @@ * POSTGRES disk item definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: item.h,v 1.5 1999/02/13 23:22:06 momjian Exp $ + * $Id: item.h,v 1.6 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/itemid.h b/src/include/storage/itemid.h index c6bea0eea9c..51af7f49f30 100644 --- a/src/include/storage/itemid.h +++ b/src/include/storage/itemid.h @@ -4,9 +4,10 @@ * Standard POSTGRES buffer page item identifier definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: itemid.h,v 1.9 1999/05/25 16:14:42 momjian Exp $ + * $Id: itemid.h,v 1.10 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/itempos.h b/src/include/storage/itempos.h index 0134815e9a8..d1306068765 100644 --- a/src/include/storage/itempos.h +++ b/src/include/storage/itempos.h @@ -4,9 +4,10 @@ * Standard POSTGRES buffer page long item subposition definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: itempos.h,v 1.9 1999/07/16 17:07:37 momjian Exp $ + * $Id: itempos.h,v 1.10 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/itemptr.h b/src/include/storage/itemptr.h index b3b0569b7fb..5d019b759c8 100644 --- a/src/include/storage/itemptr.h +++ b/src/include/storage/itemptr.h @@ -4,9 +4,10 @@ * POSTGRES disk item pointer definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: itemptr.h,v 1.13 1999/07/16 17:07:38 momjian Exp $ + * $Id: itemptr.h,v 1.14 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/large_object.h b/src/include/storage/large_object.h index c798379815e..4aa151844c8 100644 --- a/src/include/storage/large_object.h +++ b/src/include/storage/large_object.h @@ -5,9 +5,10 @@ * zillions of large objects (internal, external, jaquith, inversion). * Now we only support inversion. * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: large_object.h,v 1.12 1999/12/10 03:56:10 momjian Exp $ + * $Id: large_object.h,v 1.13 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/lmgr.h b/src/include/storage/lmgr.h index 302bedb6771..e7cb6ac54f3 100644 --- a/src/include/storage/lmgr.h +++ b/src/include/storage/lmgr.h @@ -4,9 +4,10 @@ * POSTGRES lock manager definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: lmgr.h,v 1.23 1999/09/18 19:08:18 tgl Exp $ + * $Id: lmgr.h,v 1.24 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/lock.h b/src/include/storage/lock.h index a8ad7e978d8..1c0204132ce 100644 --- a/src/include/storage/lock.h +++ b/src/include/storage/lock.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: lock.h,v 1.35 2000/01/15 02:59:42 petere Exp $ + * $Id: lock.h,v 1.36 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/multilev.h b/src/include/storage/multilev.h index 067bd24381e..72ade2357a0 100644 --- a/src/include/storage/multilev.h +++ b/src/include/storage/multilev.h @@ -5,9 +5,10 @@ * clients * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: multilev.h,v 1.16 1999/07/15 23:04:13 momjian Exp $ + * $Id: multilev.h,v 1.17 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/off.h b/src/include/storage/off.h index e05ceae8622..028a9c933b1 100644 --- a/src/include/storage/off.h +++ b/src/include/storage/off.h @@ -4,9 +4,10 @@ * POSTGRES disk "offset" definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: off.h,v 1.8 1999/07/15 15:21:33 momjian Exp $ + * $Id: off.h,v 1.9 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/page.h b/src/include/storage/page.h index 4ee4e06d382..8012c332c73 100644 --- a/src/include/storage/page.h +++ b/src/include/storage/page.h @@ -4,9 +4,10 @@ * POSTGRES buffer page abstraction definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: page.h,v 1.6 1999/05/25 16:14:43 momjian Exp $ + * $Id: page.h,v 1.7 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/pagenum.h b/src/include/storage/pagenum.h index 91cf23b5ce0..072d4459341 100644 --- a/src/include/storage/pagenum.h +++ b/src/include/storage/pagenum.h @@ -4,9 +4,10 @@ * POSTGRES page number definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pagenum.h,v 1.8 1999/05/25 16:14:43 momjian Exp $ + * $Id: pagenum.h,v 1.9 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/pos.h b/src/include/storage/pos.h index 700e6afe5f3..8ad939762e9 100644 --- a/src/include/storage/pos.h +++ b/src/include/storage/pos.h @@ -4,9 +4,10 @@ * POSTGRES "position" definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pos.h,v 1.8 1999/07/15 15:21:35 momjian Exp $ + * $Id: pos.h,v 1.9 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index 44a5fbd313b..59098912d67 100644 --- a/src/include/storage/proc.h +++ b/src/include/storage/proc.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: proc.h,v 1.27 1999/09/27 15:48:06 vadim Exp $ + * $Id: proc.h,v 1.28 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h index b86c38a9323..9ea2d4b5b67 100644 --- a/src/include/storage/s_lock.h +++ b/src/include/storage/s_lock.h @@ -3,11 +3,12 @@ * s_lock.h * This file contains the implementation (if any) for spinlocks. * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.68 1999/12/16 01:25:13 momjian Exp $ + * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.69 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/shmem.h b/src/include/storage/shmem.h index c10aec4c912..85eb424777f 100644 --- a/src/include/storage/shmem.h +++ b/src/include/storage/shmem.h @@ -4,9 +4,10 @@ * shared memory management structures * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: shmem.h,v 1.21 1999/09/24 00:25:27 tgl Exp $ + * $Id: shmem.h,v 1.22 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/sinval.h b/src/include/storage/sinval.h index 19ce6375f03..32b51b5f43b 100644 --- a/src/include/storage/sinval.h +++ b/src/include/storage/sinval.h @@ -4,9 +4,10 @@ * POSTGRES shared cache invalidation communication definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: sinval.h,v 1.13 1999/09/24 00:25:27 tgl Exp $ + * $Id: sinval.h,v 1.14 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/sinvaladt.h b/src/include/storage/sinvaladt.h index 7944f21a64e..18a14895d77 100644 --- a/src/include/storage/sinvaladt.h +++ b/src/include/storage/sinvaladt.h @@ -4,9 +4,10 @@ * POSTGRES shared cache invalidation segment definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: sinvaladt.h,v 1.19 1999/09/24 00:25:27 tgl Exp $ + * $Id: sinvaladt.h,v 1.20 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/smgr.h b/src/include/storage/smgr.h index 23b300e51f1..2ef2467a098 100644 --- a/src/include/storage/smgr.h +++ b/src/include/storage/smgr.h @@ -4,9 +4,10 @@ * storage manager switch public interface declarations. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: smgr.h,v 1.16 1999/07/16 17:07:38 momjian Exp $ + * $Id: smgr.h,v 1.17 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/spin.h b/src/include/storage/spin.h index 858f6e791fe..7c57f2fa624 100644 --- a/src/include/storage/spin.h +++ b/src/include/storage/spin.h @@ -4,9 +4,10 @@ * synchronization routines * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: spin.h,v 1.10 1999/10/06 21:58:17 vadim Exp $ + * $Id: spin.h,v 1.11 2000/01/26 05:58:33 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h index 6d9cc55ea7e..e601cb4bc9c 100644 --- a/src/include/tcop/dest.h +++ b/src/include/tcop/dest.h @@ -42,9 +42,10 @@ * in-line in BeginCommand and EndCommand probably should be moved out * to routines associated with each destination receiver type. * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: dest.h,v 1.22 1999/07/15 23:04:17 momjian Exp $ + * $Id: dest.h,v 1.23 2000/01/26 05:58:35 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/fastpath.h b/src/include/tcop/fastpath.h index 8d7de65de09..ef7da84d0a3 100644 --- a/src/include/tcop/fastpath.h +++ b/src/include/tcop/fastpath.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: fastpath.h,v 1.6 1999/10/23 03:13:32 tgl Exp $ + * $Id: fastpath.h,v 1.7 2000/01/26 05:58:35 momjian Exp $ * * NOTES * This information pulled out of tcop/fastpath.c and put diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h index 66148375a77..0dd1900a210 100644 --- a/src/include/tcop/pquery.h +++ b/src/include/tcop/pquery.h @@ -4,9 +4,10 @@ * prototypes for pquery.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pquery.h,v 1.13 1999/07/15 23:04:17 momjian Exp $ + * $Id: pquery.h,v 1.14 2000/01/26 05:58:35 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/tcopdebug.h b/src/include/tcop/tcopdebug.h index d24fbdb753f..1a64dcc66b7 100644 --- a/src/include/tcop/tcopdebug.h +++ b/src/include/tcop/tcopdebug.h @@ -4,9 +4,10 @@ * #defines governing debugging behaviour in the traffic cop * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tcopdebug.h,v 1.4 1999/02/13 23:22:13 momjian Exp $ + * $Id: tcopdebug.h,v 1.5 2000/01/26 05:58:35 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h index 03d68f0c308..2de9e5b06fd 100644 --- a/src/include/tcop/tcopprot.h +++ b/src/include/tcop/tcopprot.h @@ -4,9 +4,10 @@ * prototypes for postgres.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tcopprot.h,v 1.23 1999/11/16 06:13:34 tgl Exp $ + * $Id: tcopprot.h,v 1.24 2000/01/26 05:58:35 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 1fc1ccf1e77..bba5aa0aa57 100644 --- a/src/include/tcop/utility.h +++ b/src/include/tcop/utility.h @@ -4,9 +4,10 @@ * prototypes for utility.c. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: utility.h,v 1.8 1999/07/15 23:04:18 momjian Exp $ + * $Id: utility.h,v 1.9 2000/01/26 05:58:35 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/acl.h b/src/include/utils/acl.h index f5815d11cf8..c8b79da859c 100644 --- a/src/include/utils/acl.h +++ b/src/include/utils/acl.h @@ -4,9 +4,10 @@ * Definition of (and support for) access control list data structures. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: acl.h,v 1.23 2000/01/16 20:04:59 petere Exp $ + * $Id: acl.h,v 1.24 2000/01/26 05:58:37 momjian Exp $ * * NOTES * For backward-compatability purposes we have to allow there diff --git a/src/include/utils/array.h b/src/include/utils/array.h index 709d2a4722d..2c42ebb9998 100644 --- a/src/include/utils/array.h +++ b/src/include/utils/array.h @@ -8,9 +8,10 @@ * utils/adt/chunk.c * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: array.h,v 1.21 1999/07/19 07:07:29 momjian Exp $ + * $Id: array.h,v 1.22 2000/01/26 05:58:37 momjian Exp $ * * NOTES * XXX the data array should be LONGALIGN'd -- notice that the array diff --git a/src/include/utils/bit.h b/src/include/utils/bit.h index ed3355df4e8..1587b2410c9 100644 --- a/src/include/utils/bit.h +++ b/src/include/utils/bit.h @@ -4,9 +4,10 @@ * Standard bit array definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: bit.h,v 1.6 1999/05/25 16:14:51 momjian Exp $ + * $Id: bit.h,v 1.7 2000/01/26 05:58:37 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/builtins.h b/src/include/utils/builtins.h index 27289d39b75..280bd1aab30 100644 --- a/src/include/utils/builtins.h +++ b/src/include/utils/builtins.h @@ -4,9 +4,10 @@ * Declarations for operations on built-in types. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: builtins.h,v 1.98 2000/01/24 07:16:47 tgl Exp $ + * $Id: builtins.h,v 1.99 2000/01/26 05:58:37 momjian Exp $ * * NOTES * This should normally only be included by fmgr.h. diff --git a/src/include/utils/catcache.h b/src/include/utils/catcache.h index b951cd634ea..58ef8d6caef 100644 --- a/src/include/utils/catcache.h +++ b/src/include/utils/catcache.h @@ -4,9 +4,10 @@ * Low-level catalog cache definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: catcache.h,v 1.18 1999/07/15 23:04:20 momjian Exp $ + * $Id: catcache.h,v 1.19 2000/01/26 05:58:37 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h index fd87896b524..2a97f5e0dd5 100644 --- a/src/include/utils/datetime.h +++ b/src/include/utils/datetime.h @@ -4,9 +4,10 @@ * Definitions for the datetime * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: datetime.h,v 1.8 1999/07/14 01:20:29 momjian Exp $ + * $Id: datetime.h,v 1.9 2000/01/26 05:58:37 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/datum.h b/src/include/utils/datum.h index e4d403f9fde..9079919fa06 100644 --- a/src/include/utils/datum.h +++ b/src/include/utils/datum.h @@ -4,9 +4,10 @@ * POSTGRES abstract data type datum representation definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: datum.h,v 1.9 1999/02/13 23:22:16 momjian Exp $ + * $Id: datum.h,v 1.10 2000/01/26 05:58:37 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/dt.h b/src/include/utils/dt.h index de6d81aafa7..739c3c22baa 100644 --- a/src/include/utils/dt.h +++ b/src/include/utils/dt.h @@ -6,9 +6,10 @@ * including abstime, reltime, date, and time. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: dt.h,v 1.41 1999/07/15 15:21:39 momjian Exp $ + * $Id: dt.h,v 1.42 2000/01/26 05:58:37 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/dynahash.h b/src/include/utils/dynahash.h index 41ebc2fae80..1a8414369f3 100644 --- a/src/include/utils/dynahash.h +++ b/src/include/utils/dynahash.h @@ -4,9 +4,10 @@ * POSTGRES dynahash.h file definitions * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: dynahash.h,v 1.6 1999/02/13 23:22:18 momjian Exp $ + * $Id: dynahash.h,v 1.7 2000/01/26 05:58:37 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/dynamic_loader.h b/src/include/utils/dynamic_loader.h index fa2acd226ab..a83baae40eb 100644 --- a/src/include/utils/dynamic_loader.h +++ b/src/include/utils/dynamic_loader.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: dynamic_loader.h,v 1.13 1999/10/25 03:07:58 tgl Exp $ + * $Id: dynamic_loader.h,v 1.14 2000/01/26 05:58:37 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/elog.h b/src/include/utils/elog.h index 54239b45482..eb9ed14f10e 100644 --- a/src/include/utils/elog.h +++ b/src/include/utils/elog.h @@ -4,9 +4,10 @@ * POSTGRES error logging definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: elog.h,v 1.14 2000/01/13 18:26:17 petere Exp $ + * $Id: elog.h,v 1.15 2000/01/26 05:58:37 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/exc.h b/src/include/utils/exc.h index eb70b300644..566e3bdc5ab 100644 --- a/src/include/utils/exc.h +++ b/src/include/utils/exc.h @@ -4,9 +4,10 @@ * POSTGRES exception handling definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: exc.h,v 1.15 1999/02/13 23:22:18 momjian Exp $ + * $Id: exc.h,v 1.16 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/excid.h b/src/include/utils/excid.h index c0070de869f..96d8807ca3a 100644 --- a/src/include/utils/excid.h +++ b/src/include/utils/excid.h @@ -4,9 +4,10 @@ * POSTGRES known exception identifier definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: excid.h,v 1.6 1999/02/13 23:22:19 momjian Exp $ + * $Id: excid.h,v 1.7 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/fcache.h b/src/include/utils/fcache.h index 9b3e902d63e..24e6db1f0c8 100644 --- a/src/include/utils/fcache.h +++ b/src/include/utils/fcache.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: fcache.h,v 1.9 1999/07/15 23:04:21 momjian Exp $ + * $Id: fcache.h,v 1.10 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/fcache2.h b/src/include/utils/fcache2.h index 048c86d4f45..984edde4929 100644 --- a/src/include/utils/fcache2.h +++ b/src/include/utils/fcache2.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: fcache2.h,v 1.9 1999/07/15 23:04:22 momjian Exp $ + * $Id: fcache2.h,v 1.10 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/fmgrtab.h b/src/include/utils/fmgrtab.h index 96f8e1293a2..21e28904d53 100644 --- a/src/include/utils/fmgrtab.h +++ b/src/include/utils/fmgrtab.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: fmgrtab.h,v 1.11 1999/04/09 22:35:43 tgl Exp $ + * $Id: fmgrtab.h,v 1.12 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/geo_decls.h b/src/include/utils/geo_decls.h index 34cd7f29f03..24a791dbecf 100644 --- a/src/include/utils/geo_decls.h +++ b/src/include/utils/geo_decls.h @@ -3,9 +3,10 @@ * geo_decls.h - Declarations for various 2D constructs. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geo_decls.h,v 1.23 1999/05/25 16:14:54 momjian Exp $ + * $Id: geo_decls.h,v 1.24 2000/01/26 05:58:38 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 c717d9bd486..25e9bedb5cf 100644 --- a/src/include/utils/hsearch.h +++ b/src/include/utils/hsearch.h @@ -4,9 +4,10 @@ * for hashing in the new buffer manager * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: hsearch.h,v 1.12 1999/05/25 16:14:54 momjian Exp $ + * $Id: hsearch.h,v 1.13 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/inet.h b/src/include/utils/inet.h index 9d0c69b0f9b..4cc13f06a8e 100644 --- a/src/include/utils/inet.h +++ b/src/include/utils/inet.h @@ -4,9 +4,10 @@ * Declarations for operations on built-in types. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: inet.h,v 1.5 1999/05/25 22:43:34 momjian Exp $ + * $Id: inet.h,v 1.6 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/int8.h b/src/include/utils/int8.h index 89d328af21d..1f3114dd7c0 100644 --- a/src/include/utils/int8.h +++ b/src/include/utils/int8.h @@ -4,9 +4,10 @@ * Declarations for operations on 64-bit integers. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: int8.h,v 1.16 2000/01/15 02:59:43 petere Exp $ + * $Id: int8.h,v 1.17 2000/01/26 05:58:38 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 fb1adbc0c97..b312839474d 100644 --- a/src/include/utils/inval.h +++ b/src/include/utils/inval.h @@ -4,9 +4,10 @@ * POSTGRES cache invalidation dispatcher definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: inval.h,v 1.15 2000/01/10 06:30:56 inoue Exp $ + * $Id: inval.h,v 1.16 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/logtape.h b/src/include/utils/logtape.h index 16fc2c12f67..24bf0bca59b 100644 --- a/src/include/utils/logtape.h +++ b/src/include/utils/logtape.h @@ -5,9 +5,10 @@ * * See logtape.c for explanations. * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: logtape.h,v 1.1 1999/10/16 19:49:28 tgl Exp $ + * $Id: logtape.h,v 1.2 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/lsyscache.h b/src/include/utils/lsyscache.h index 0d3562f1447..df510f60bfb 100644 --- a/src/include/utils/lsyscache.h +++ b/src/include/utils/lsyscache.h @@ -3,9 +3,10 @@ * lsyscache.h * Convenience routines for common queries in the system catalog cache. * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: lsyscache.h,v 1.21 1999/12/31 03:18:42 tgl Exp $ + * $Id: lsyscache.h,v 1.22 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/mcxt.h b/src/include/utils/mcxt.h index ed8ae2e332d..2f7ae1cf5d3 100644 --- a/src/include/utils/mcxt.h +++ b/src/include/utils/mcxt.h @@ -4,9 +4,10 @@ * POSTGRES memory context definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: mcxt.h,v 1.15 1999/05/25 16:14:55 momjian Exp $ + * $Id: mcxt.h,v 1.16 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/memutils.h b/src/include/utils/memutils.h index 9c59ff2d9f3..e86c4be0ae9 100644 --- a/src/include/utils/memutils.h +++ b/src/include/utils/memutils.h @@ -10,9 +10,10 @@ * oset.h (used by aset.h) * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: memutils.h,v 1.32 1999/10/23 03:13:33 tgl Exp $ + * $Id: memutils.h,v 1.33 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/module.h b/src/include/utils/module.h index d7fd5ab2398..e7e45580acc 100644 --- a/src/include/utils/module.h +++ b/src/include/utils/module.h @@ -8,9 +8,10 @@ * trace.h module trace stuff (now gone) * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: module.h,v 1.5 1999/02/13 23:22:25 momjian Exp $ + * $Id: module.h,v 1.6 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/nabstime.h b/src/include/utils/nabstime.h index 9543f679a77..4da1c283436 100644 --- a/src/include/utils/nabstime.h +++ b/src/include/utils/nabstime.h @@ -4,9 +4,10 @@ * Definitions for the "new" abstime code. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nabstime.h,v 1.21 2000/01/24 19:34:19 petere Exp $ + * $Id: nabstime.h,v 1.22 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/palloc.h b/src/include/utils/palloc.h index 9f3a51b4218..0ec6caabbbd 100644 --- a/src/include/utils/palloc.h +++ b/src/include/utils/palloc.h @@ -4,9 +4,10 @@ * POSTGRES memory allocator definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: palloc.h,v 1.11 2000/01/13 18:26:18 petere Exp $ + * $Id: palloc.h,v 1.12 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/portal.h b/src/include/utils/portal.h index b808533f0b2..73a53b2a419 100644 --- a/src/include/utils/portal.h +++ b/src/include/utils/portal.h @@ -4,9 +4,10 @@ * POSTGRES portal definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: portal.h,v 1.20 1999/12/10 03:56:12 momjian Exp $ + * $Id: portal.h,v 1.21 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h index 0b7c04ea144..867ffa604d5 100644 --- a/src/include/utils/rel.h +++ b/src/include/utils/rel.h @@ -4,9 +4,10 @@ * POSTGRES relation descriptor definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rel.h,v 1.32 2000/01/22 14:20:56 petere Exp $ + * $Id: rel.h,v 1.33 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/rel2.h b/src/include/utils/rel2.h index ee9ad6f17be..424b09fa638 100644 --- a/src/include/utils/rel2.h +++ b/src/include/utils/rel2.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rel2.h,v 1.9 1999/07/15 23:04:23 momjian Exp $ + * $Id: rel2.h,v 1.10 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/relcache.h b/src/include/utils/relcache.h index f3330a02704..cb14e1b6d3d 100644 --- a/src/include/utils/relcache.h +++ b/src/include/utils/relcache.h @@ -4,9 +4,10 @@ * Relation descriptor cache definitions. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: relcache.h,v 1.17 2000/01/22 14:20:56 petere Exp $ + * $Id: relcache.h,v 1.18 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/sets.h b/src/include/utils/sets.h index b960164a4ef..53a6c1858bd 100644 --- a/src/include/utils/sets.h +++ b/src/include/utils/sets.h @@ -4,9 +4,10 @@ * * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: sets.h,v 1.5 1999/02/13 23:22:31 momjian Exp $ + * $Id: sets.h,v 1.6 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h index a6acff02654..01dea2a9c2c 100644 --- a/src/include/utils/syscache.h +++ b/src/include/utils/syscache.h @@ -6,9 +6,10 @@ * See also lsyscache.h, which provides convenience routines for * common cache-lookup operations. * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: syscache.h,v 1.23 2000/01/23 03:43:22 tgl Exp $ + * $Id: syscache.h,v 1.24 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/temprel.h b/src/include/utils/temprel.h index 960c8b97eec..ddcca0bc0de 100644 --- a/src/include/utils/temprel.h +++ b/src/include/utils/temprel.h @@ -4,9 +4,10 @@ * Temporary relation functions * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: temprel.h,v 1.7 2000/01/22 14:20:56 petere Exp $ + * $Id: temprel.h,v 1.8 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/tqual.h b/src/include/utils/tqual.h index 311b479a074..9f361fd6ff4 100644 --- a/src/include/utils/tqual.h +++ b/src/include/utils/tqual.h @@ -5,9 +5,10 @@ * * Should be moved/renamed... - vadim 07/28/98 * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tqual.h,v 1.27 2000/01/17 23:57:48 tgl Exp $ + * $Id: tqual.h,v 1.28 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/tuplesort.h b/src/include/utils/tuplesort.h index 4f775f74a55..dc4dffa8e0a 100644 --- a/src/include/utils/tuplesort.h +++ b/src/include/utils/tuplesort.h @@ -10,9 +10,10 @@ * amounts are sorted using temporary files and a standard external sort * algorithm. * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tuplesort.h,v 1.2 1999/12/13 01:27:17 tgl Exp $ + * $Id: tuplesort.h,v 1.3 2000/01/26 05:58:38 momjian Exp $ * *------------------------------------------------------------------------- */ |
