diff options
Diffstat (limited to 'src/include/access')
-rw-r--r-- | src/include/access/attnum.h | 5 | ||||
-rw-r--r-- | src/include/access/funcindex.h | 5 | ||||
-rw-r--r-- | src/include/access/genam.h | 5 | ||||
-rw-r--r-- | src/include/access/hash.h | 5 | ||||
-rw-r--r-- | src/include/access/heapam.h | 5 | ||||
-rw-r--r-- | src/include/access/hio.h | 5 | ||||
-rw-r--r-- | src/include/access/htup.h | 5 | ||||
-rw-r--r-- | src/include/access/ibit.h | 5 | ||||
-rw-r--r-- | src/include/access/iqual.h | 5 | ||||
-rw-r--r-- | src/include/access/istrat.h | 5 | ||||
-rw-r--r-- | src/include/access/itup.h | 5 | ||||
-rw-r--r-- | src/include/access/nbtree.h | 5 | ||||
-rw-r--r-- | src/include/access/printtup.h | 5 | ||||
-rw-r--r-- | src/include/access/relscan.h | 5 | ||||
-rw-r--r-- | src/include/access/rtree.h | 5 | ||||
-rw-r--r-- | src/include/access/rtscan.h | 5 | ||||
-rw-r--r-- | src/include/access/rtstrat.h | 5 | ||||
-rw-r--r-- | src/include/access/sdir.h | 5 | ||||
-rw-r--r-- | src/include/access/skey.h | 5 | ||||
-rw-r--r-- | src/include/access/strat.h | 5 | ||||
-rw-r--r-- | src/include/access/transam.h | 5 | ||||
-rw-r--r-- | src/include/access/tupdesc.h | 5 | ||||
-rw-r--r-- | src/include/access/tupmacs.h | 5 | ||||
-rw-r--r-- | src/include/access/valid.h | 5 | ||||
-rw-r--r-- | src/include/access/xact.h | 5 |
25 files changed, 75 insertions, 50 deletions
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h index ef09c3706d..7fc65f3faa 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 7106d1c194..0555755aaa 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 81b38da6cc..c7e0c5021b 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 d6e08b4fec..c4aa369829 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 ad522297fd..d5d7a3c5ac 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 edfcc1319e..999d2412e7 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 862ce86e22..4337d541f1 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 0adb3167ee..808a98c863 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 7e223082c9..e46bc5aff0 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 32d75ef090..9a7a370630 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 30865a8e02..e2e0d6336e 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 613595febf..486d193622 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 f90f3103b0..bd5acd13e7 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 08e7754df5..c3101bd92f 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 ff13d3baba..06de77cf2c 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 798e2b2a06..e9c4c21e79 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 91d5d3d365..c253c4aa65 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 4f317f5eb0..348a49c924 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 8b9d1c5174..d88bc0c6bd 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 92b58939b5..26a59180cc 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 46d9f1b803..752682ca96 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 3ff678d48f..727fee212a 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 177b68c5ec..d82ade6b02 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 14970ecdb4..0fa7b0840b 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 f6c918ad01..89a478ea0e 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 $ * *------------------------------------------------------------------------- */ |