diff options
author | Bruce Momjian | 2004-08-29 04:13:13 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-08-29 04:13:13 +0000 |
commit | da9a8649d810826daf7868c6be9a4086c835c0ee (patch) | |
tree | e1c7caa292e9ffd0097f889f43504e99d9796962 /src/include | |
parent | 466c1290df8dac0dacac781fc65583d4fef8747e (diff) |
Update copyright to 2004.
Diffstat (limited to 'src/include')
280 files changed, 558 insertions, 558 deletions
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h index c730eec306..7775a59f13 100644 --- a/src/include/access/attnum.h +++ b/src/include/access/attnum.h @@ -4,10 +4,10 @@ * POSTGRES attribute number definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/attnum.h,v 1.18 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/attnum.h,v 1.19 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/clog.h b/src/include/access/clog.h index 0b8fa12075..a326a6d8da 100644 --- a/src/include/access/clog.h +++ b/src/include/access/clog.h @@ -3,10 +3,10 @@ * * PostgreSQL transaction-commit-log manager * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/clog.h,v 1.10 2004/08/23 23:22:45 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/clog.h,v 1.11 2004/08/29 04:13:03 momjian Exp $ */ #ifndef CLOG_H #define CLOG_H diff --git a/src/include/access/genam.h b/src/include/access/genam.h index 71acd1cd18..01874b1fd6 100644 --- a/src/include/access/genam.h +++ b/src/include/access/genam.h @@ -4,10 +4,10 @@ * POSTGRES generalized index access method definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/genam.h,v 1.44 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/genam.h,v 1.45 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/gist.h b/src/include/access/gist.h index 1d4bc1989d..54ca9bfd17 100644 --- a/src/include/access/gist.h +++ b/src/include/access/gist.h @@ -4,10 +4,10 @@ * common declarations for the GiST access method code. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/gist.h,v 1.40 2004/03/30 15:45:33 teodor Exp $ + * $PostgreSQL: pgsql/src/include/access/gist.h,v 1.41 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h index d0afed75b7..1897fc8d44 100644 --- a/src/include/access/gistscan.h +++ b/src/include/access/gistscan.h @@ -4,10 +4,10 @@ * routines defined in access/gist/gistscan.c * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/gistscan.h,v 1.24 2004/07/17 03:30:38 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/gistscan.h,v 1.25 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/hash.h b/src/include/access/hash.h index 41afe63029..735163d88e 100644 --- a/src/include/access/hash.h +++ b/src/include/access/hash.h @@ -4,10 +4,10 @@ * header file for postgres hash access method implementation * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/hash.h,v 1.56 2004/07/17 03:30:38 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/hash.h,v 1.57 2004/08/29 04:13:03 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 5fa50d28e1..103a9c68eb 100644 --- a/src/include/access/heapam.h +++ b/src/include/access/heapam.h @@ -4,10 +4,10 @@ * POSTGRES heap access method definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/heapam.h,v 1.90 2004/06/04 20:35:21 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/heapam.h,v 1.91 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/hio.h b/src/include/access/hio.h index 57fab2b43c..7bb77db633 100644 --- a/src/include/access/hio.h +++ b/src/include/access/hio.h @@ -4,10 +4,10 @@ * POSTGRES heap access method input/output definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/hio.h,v 1.25 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/hio.h,v 1.26 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/htup.h b/src/include/access/htup.h index 971a279b9c..3c375f94cd 100644 --- a/src/include/access/htup.h +++ b/src/include/access/htup.h @@ -4,10 +4,10 @@ * POSTGRES heap tuple definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.68 2004/08/01 17:32:19 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.69 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/ibit.h b/src/include/access/ibit.h index c5bacd37ce..f7f3c32542 100644 --- a/src/include/access/ibit.h +++ b/src/include/access/ibit.h @@ -4,10 +4,10 @@ * POSTGRES index valid attribute bit map definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/ibit.h,v 1.21 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/ibit.h,v 1.22 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/iqual.h b/src/include/access/iqual.h index 9248e2dc95..a9cd48bb92 100644 --- a/src/include/access/iqual.h +++ b/src/include/access/iqual.h @@ -4,10 +4,10 @@ * Index scan key qualification definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/iqual.h,v 1.21 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/iqual.h,v 1.22 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/itup.h b/src/include/access/itup.h index 3184098d8e..f1affc708f 100644 --- a/src/include/access/itup.h +++ b/src/include/access/itup.h @@ -4,10 +4,10 @@ * POSTGRES index tuple definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/itup.h,v 1.39 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/itup.h,v 1.40 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h index bf95d8ba23..e4eb4f6bc3 100644 --- a/src/include/access/nbtree.h +++ b/src/include/access/nbtree.h @@ -4,10 +4,10 @@ * header file for postgres btree access method implementation. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.80 2004/07/17 03:30:38 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/nbtree.h,v 1.81 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/printtup.h b/src/include/access/printtup.h index 269b8bcee7..8d2a69aefb 100644 --- a/src/include/access/printtup.h +++ b/src/include/access/printtup.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/printtup.h,v 1.30 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/printtup.h,v 1.31 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h index b6ca7e43a6..057773642e 100644 --- a/src/include/access/relscan.h +++ b/src/include/access/relscan.h @@ -4,10 +4,10 @@ * POSTGRES relation scan descriptor definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.35 2004/05/08 19:09:25 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.36 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/rtree.h b/src/include/access/rtree.h index a23b00283f..4144f9aec6 100644 --- a/src/include/access/rtree.h +++ b/src/include/access/rtree.h @@ -4,10 +4,10 @@ * common declarations for the rtree access method code. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/rtree.h,v 1.34 2004/07/17 03:30:38 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/rtree.h,v 1.35 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/rtscan.h b/src/include/access/rtscan.h index 8d7f0fc738..ce300e6327 100644 --- a/src/include/access/rtscan.h +++ b/src/include/access/rtscan.h @@ -4,10 +4,10 @@ * routines defined in access/rtree/rtscan.c * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/rtscan.h,v 1.16 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/rtscan.h,v 1.17 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/sdir.h b/src/include/access/sdir.h index b0f577d1ee..69ea5105d6 100644 --- a/src/include/access/sdir.h +++ b/src/include/access/sdir.h @@ -4,10 +4,10 @@ * POSTGRES scan direction definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/sdir.h,v 1.15 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/sdir.h,v 1.16 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/skey.h b/src/include/access/skey.h index e6c7e40c2f..72c688e141 100644 --- a/src/include/access/skey.h +++ b/src/include/access/skey.h @@ -4,10 +4,10 @@ * POSTGRES scan key definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/skey.h,v 1.25 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/skey.h,v 1.26 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/slru.h b/src/include/access/slru.h index 79abb2899c..cad99c2d36 100644 --- a/src/include/access/slru.h +++ b/src/include/access/slru.h @@ -3,10 +3,10 @@ * slru.h * Simple LRU buffering for transaction status logfiles * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/slru.h,v 1.8 2004/08/23 23:22:45 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/slru.h,v 1.9 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/subtrans.h b/src/include/access/subtrans.h index 28a16fbee5..e0bb11d264 100644 --- a/src/include/access/subtrans.h +++ b/src/include/access/subtrans.h @@ -3,10 +3,10 @@ * * PostgreSQL subtransaction-log manager * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/subtrans.h,v 1.3 2004/08/23 23:22:45 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/subtrans.h,v 1.4 2004/08/29 04:13:03 momjian Exp $ */ #ifndef SUBTRANS_H #define SUBTRANS_H diff --git a/src/include/access/transam.h b/src/include/access/transam.h index 44e0ff6ea7..f8fe6732a4 100644 --- a/src/include/access/transam.h +++ b/src/include/access/transam.h @@ -4,10 +4,10 @@ * postgres transaction access method support code * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/transam.h,v 1.49 2004/07/01 00:51:38 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/transam.h,v 1.50 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/tupdesc.h b/src/include/access/tupdesc.h index c7e560c0c6..dfd2cb3b88 100644 --- a/src/include/access/tupdesc.h +++ b/src/include/access/tupdesc.h @@ -4,10 +4,10 @@ * POSTGRES tuple descriptor definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/tupdesc.h,v 1.43 2004/04/01 21:28:45 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/tupdesc.h,v 1.44 2004/08/29 04:13:04 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/tupmacs.h b/src/include/access/tupmacs.h index 9fe7139a83..6c35be5317 100644 --- a/src/include/access/tupmacs.h +++ b/src/include/access/tupmacs.h @@ -4,10 +4,10 @@ * Tuple macros used by both index tuples and heap tuples. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/tupmacs.h,v 1.25 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/tupmacs.h,v 1.26 2004/08/29 04:13:04 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/tuptoaster.h b/src/include/access/tuptoaster.h index 3332e9ab62..23c1bac10c 100644 --- a/src/include/access/tuptoaster.h +++ b/src/include/access/tuptoaster.h @@ -4,9 +4,9 @@ * POSTGRES definitions for external and compressed storage * of variable size attributes. * - * Copyright (c) 2000-2003, PostgreSQL Global Development Group + * Copyright (c) 2000-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.18 2004/06/05 01:55:05 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.19 2004/08/29 04:13:04 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/valid.h b/src/include/access/valid.h index 0fd41fa3f1..785ae80b24 100644 --- a/src/include/access/valid.h +++ b/src/include/access/valid.h @@ -4,10 +4,10 @@ * POSTGRES tuple qualification validity definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/valid.h,v 1.33 2003/11/29 22:40:55 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/access/valid.h,v 1.34 2004/08/29 04:13:04 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/xact.h b/src/include/access/xact.h index 16b7de333a..4c2d8a0adf 100644 --- a/src/include/access/xact.h +++ b/src/include/access/xact.h @@ -4,10 +4,10 @@ * postgres transaction system definitions * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/xact.h,v 1.69 2004/08/01 17:32:19 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/xact.h,v 1.70 2004/08/29 04:13:04 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h index ef33ae7215..d3a8de05f1 100644 --- a/src/include/access/xlog.h +++ b/src/include/access/xlog.h @@ -3,10 +3,10 @@ * * PostgreSQL transaction log manager * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.55 2004/08/22 02:41:58 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/xlog.h,v 1.56 2004/08/29 04:13:04 momjian Exp $ */ #ifndef XLOG_H #define XLOG_H diff --git a/src/include/access/xlog_internal.h b/src/include/access/xlog_internal.h index 89c37b7d66..6842a71648 100644 --- a/src/include/access/xlog_internal.h +++ b/src/include/access/xlog_internal.h @@ -8,10 +8,10 @@ * needed by rmgr routines (redo/undo support for individual record types). * So the XLogRecord typedef and associated stuff appear in xlog.h. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/xlog_internal.h,v 1.2 2004/08/03 20:32:34 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/xlog_internal.h,v 1.3 2004/08/29 04:13:04 momjian Exp $ */ #ifndef XLOG_INTERNAL_H #define XLOG_INTERNAL_H diff --git a/src/include/access/xlogdefs.h b/src/include/access/xlogdefs.h index 4507723e5a..cd89653687 100644 --- a/src/include/access/xlogdefs.h +++ b/src/include/access/xlogdefs.h @@ -4,10 +4,10 @@ * Postgres transaction log manager record pointer and * timeline number definitions * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/xlogdefs.h,v 1.12 2004/07/21 22:31:25 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/xlogdefs.h,v 1.13 2004/08/29 04:13:04 momjian Exp $ */ #ifndef XLOG_DEFS_H #define XLOG_DEFS_H diff --git a/src/include/access/xlogutils.h b/src/include/access/xlogutils.h index a5b8f30978..962e49b4c4 100644 --- a/src/include/access/xlogutils.h +++ b/src/include/access/xlogutils.h @@ -3,10 +3,10 @@ * * PostgreSQL transaction log manager utility routines * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/xlogutils.h,v 1.15 2004/07/21 22:31:25 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/xlogutils.h,v 1.16 2004/08/29 04:13:04 momjian Exp $ */ #ifndef XLOG_UTILS_H #define XLOG_UTILS_H diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h index dfa606e9a9..c8b941c912 100644 --- a/src/include/bootstrap/bootstrap.h +++ b/src/include/bootstrap/bootstrap.h @@ -4,10 +4,10 @@ * include file for the bootstrapping code * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/bootstrap/bootstrap.h,v 1.37 2004/07/21 20:34:47 momjian Exp $ + * $PostgreSQL: pgsql/src/include/bootstrap/bootstrap.h,v 1.38 2004/08/29 04:13:04 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/c.h b/src/include/c.h index 0d191c3617..12f5875c3b 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -9,10 +9,10 @@ * polluting the namespace with lots of stuff... * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/c.h,v 1.166 2004/07/11 13:29:16 momjian Exp $ + * $PostgreSQL: pgsql/src/include/c.h,v 1.167 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/catalog.h b/src/include/catalog/catalog.h index 15cb6e7ca0..a3ad0bce01 100644 --- a/src/include/catalog/catalog.h +++ b/src/include/catalog/catalog.h @@ -4,10 +4,10 @@ * prototypes for functions in backend/catalog/catalog.c * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catalog.h,v 1.28 2004/06/18 06:14:05 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catalog.h,v 1.29 2004/08/29 04:13:04 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/catname.h b/src/include/catalog/catname.h index 240f494708..79c6bedd63 100644 --- a/src/include/catalog/catname.h +++ b/src/include/catalog/catname.h @@ -4,10 +4,10 @@ * POSTGRES system catalog relation name definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catname.h,v 1.32 2004/06/18 06:14:05 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catname.h,v 1.33 2004/08/29 04:13:04 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 0d5ac8f13c..281c82e2d0 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -34,10 +34,10 @@ * database contents or layout, such as altering tuple headers. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.248 2004/08/03 20:32:35 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.249 2004/08/29 04:13:04 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/dependency.h b/src/include/catalog/dependency.h index 0e230d7e86..83092f6456 100644 --- a/src/include/catalog/dependency.h +++ b/src/include/catalog/dependency.h @@ -4,10 +4,10 @@ * Routines to support inter-object dependencies. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/dependency.h,v 1.12 2004/05/05 04:48:47 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/dependency.h,v 1.13 2004/08/29 04:13:04 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/heap.h b/src/include/catalog/heap.h index 9f9479dcb8..92adcb88e2 100644 --- a/src/include/catalog/heap.h +++ b/src/include/catalog/heap.h @@ -4,10 +4,10 @@ * prototypes for functions in backend/catalog/heap.c * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/heap.h,v 1.69 2004/08/28 21:05:26 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/heap.h,v 1.70 2004/08/29 04:13:04 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/index.h b/src/include/catalog/index.h index be27bb98eb..374b1a366f 100644 --- a/src/include/catalog/index.h +++ b/src/include/catalog/index.h @@ -4,10 +4,10 @@ * prototypes for index.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/index.h,v 1.57 2004/06/18 06:14:05 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/index.h,v 1.58 2004/08/29 04:13:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/indexing.h b/src/include/catalog/indexing.h index c6d2842c78..ed28c42643 100644 --- a/src/include/catalog/indexing.h +++ b/src/include/catalog/indexing.h @@ -5,10 +5,10 @@ * on system catalogs * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/indexing.h,v 1.82 2004/06/18 06:14:06 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/indexing.h,v 1.83 2004/08/29 04:13:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/namespace.h b/src/include/catalog/namespace.h index 986a26b96f..7f31fdeef1 100644 --- a/src/include/catalog/namespace.h +++ b/src/include/catalog/namespace.h @@ -4,10 +4,10 @@ * prototypes for functions in backend/catalog/namespace.c * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/namespace.h,v 1.31 2004/07/28 14:23:30 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/namespace.h,v 1.32 2004/08/29 04:13:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/pg_aggregate.h b/src/include/catalog/pg_aggregate.h index 179665ef54..e0b7e7b9de 100644 --- a/src/include/catalog/pg_aggregate.h +++ b/src/include/catalog/pg_aggregate.h @@ -5,10 +5,10 @@ * along with the relation's initial contents. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_aggregate.h,v 1.44 2004/05/26 18:14:36 momjian Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_aggregate.h,v 1.45 2004/08/29 04:13:05 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 ca53bb08c2..6c4cc980d5 100644 --- a/src/include/catalog/pg_am.h +++ b/src/include/catalog/pg_am.h @@ -5,10 +5,10 @@ * along with the relation's initial contents. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_am.h,v 1.29 2003/11/29 22:40:58 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_am.h,v 1.30 2004/08/29 04:13:05 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 f2385a8058..fbce3cfd85 100644 --- a/src/include/catalog/pg_amop.h +++ b/src/include/catalog/pg_amop.h @@ -20,10 +20,10 @@ * for multiple subtypes or strategy numbers of a single opclass. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_amop.h,v 1.59 2004/03/22 01:38:17 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_amop.h,v 1.60 2004/08/29 04:13:05 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 c7e43dee74..ed12e8df25 100644 --- a/src/include/catalog/pg_amproc.h +++ b/src/include/catalog/pg_amproc.h @@ -16,10 +16,10 @@ * to subtype at all. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_amproc.h,v 1.49 2004/06/13 21:57:25 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_amproc.h,v 1.50 2004/08/29 04:13:05 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 bba55974fc..dd9ec2fb54 100644 --- a/src/include/catalog/pg_attrdef.h +++ b/src/include/catalog/pg_attrdef.h @@ -5,10 +5,10 @@ * along with the relation's initial contents. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_attrdef.h,v 1.16 2003/11/29 22:40:58 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_attrdef.h,v 1.17 2004/08/29 04:13:05 momjian Exp $ * * 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 c3f7ead3af..2765fdba83 100644 --- a/src/include/catalog/pg_attribute.h +++ b/src/include/catalog/pg_attribute.h @@ -5,10 +5,10 @@ * along with the relation's initial contents. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_attribute.h,v 1.110 2004/06/18 06:14:06 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_attribute.h,v 1.111 2004/08/29 04:13:05 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/catalog/pg_cast.h b/src/include/catalog/pg_cast.h index 97f3f82e04..0b90825d2d 100644 --- a/src/include/catalog/pg_cast.h +++ b/src/include/catalog/pg_cast.h @@ -8,9 +8,9 @@ * but also length coercion functions. * * - * Copyright (c) 2002-2003, PostgreSQL Global Development Group + * Copyright (c) 2002-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/catalog/pg_cast.h,v 1.13 2004/08/04 21:34:23 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_cast.h,v 1.14 2004/08/29 04:13:05 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 bebbc76fa5..4e3f207825 100644 --- a/src/include/catalog/pg_class.h +++ b/src/include/catalog/pg_class.h @@ -5,10 +5,10 @@ * along with the relation's initial contents. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_class.h,v 1.82 2004/06/18 06:14:06 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_class.h,v 1.83 2004/08/29 04:13:05 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/catalog/pg_constraint.h b/src/include/catalog/pg_constraint.h index 245b999205..ce675d9c14 100644 --- a/src/include/catalog/pg_constraint.h +++ b/src/include/catalog/pg_constraint.h @@ -5,10 +5,10 @@ * along with the relation's initial contents. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_constraint.h,v 1.11 2004/06/10 17:55:59 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_constraint.h,v 1.12 2004/08/29 04:13:05 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/catalog/pg_control.h b/src/include/catalog/pg_control.h index 2f5d51ff98..e1a26fbdbb 100644 --- a/src/include/catalog/pg_control.h +++ b/src/include/catalog/pg_control.h @@ -5,10 +5,10 @@ * However, we define it here so that the format is documented. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_control.h,v 1.16 2004/07/21 22:31:25 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_control.h,v 1.17 2004/08/29 04:13:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/pg_conversion.h b/src/include/catalog/pg_conversion.h index d5b28c6f41..42a704390e 100644 --- a/src/include/catalog/pg_conversion.h +++ b/src/include/catalog/pg_conversion.h @@ -5,10 +5,10 @@ * along with the relation's initial contents. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_conversion.h,v 1.12 2003/11/29 22:40:58 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_conversion.h,v 1.13 2004/08/29 04:13:05 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/catalog/pg_database.h b/src/include/catalog/pg_database.h index 9504f1733b..76b6b79ef6 100644 --- a/src/include/catalog/pg_database.h +++ b/src/include/catalog/pg_database.h @@ -5,10 +5,10 @@ * along with the relation's initial contents. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_database.h,v 1.32 2004/06/18 06:14:06 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_database.h,v 1.33 2004/08/29 04:13:05 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/catalog/pg_depend.h b/src/include/catalog/pg_depend.h index 42813d3972..41a9593c6d 100644 --- a/src/include/catalog/pg_depend.h +++ b/src/include/catalog/pg_depend.h @@ -5,10 +5,10 @@ * along with the relation's initial contents. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_depend.h,v 1.3 2003/11/29 22:40:58 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_depend.h,v 1.4 2004/08/29 04:13:05 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 8abb2817c7..0cb86deadd 100644 --- a/src/include/catalog/pg_description.h +++ b/src/include/catalog/pg_description.h @@ -19,10 +19,10 @@ * for example). * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_description.h,v 1.20 2003/11/29 22:40:58 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_description.h,v 1.21 2004/08/29 04:13:05 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 34ac6fbb19..e4a4c277bd 100644 --- a/src/include/catalog/pg_group.h +++ b/src/include/catalog/pg_group.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_group.h,v 1.18 2003/11/29 22:40:58 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_group.h,v 1.19 2004/08/29 04:13:05 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 34a51c5f32..9f36ec9cb7 100644 --- a/src/include/catalog/pg_index.h +++ b/src/include/catalog/pg_index.h @@ -5,10 +5,10 @@ * along with the relation's initial contents. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_index.h,v 1.33 2003/11/29 22:40:58 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_index.h,v 1.34 2004/08/29 04:13:05 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 40c1e3a078..4004b39d34 100644 --- a/src/include/catalog/pg_inherits.h +++ b/src/include/catalog/pg_inherits.h @@ -5,10 +5,10 @@ * along with the relation's initial contents. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_inherits.h,v 1.17 2003/11/29 22:40:58 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_inherits.h,v 1.18 2004/08/29 04:13:05 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 4d230d3262..4a95581d74 100644 --- a/src/include/catalog/pg_language.h +++ b/src/include/catalog/pg_language.h @@ -5,10 +5,10 @@ * along with the relation's initial contents. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_language.h,v 1.23 2003/11/29 22:40:58 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_language.h,v 1.24 2004/08/29 04:13:05 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/catalog/pg_largeobject.h b/src/include/catalog/pg_largeobject.h index 4a232ebe6c..b693e4b563 100644 --- a/src/include/catalog/pg_largeobject.h +++ b/src/include/catalog/pg_largeobject.h @@ -5,10 +5,10 @@ * along with the relation's initial contents. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_largeobject.h,v 1.16 2003/11/29 22:40:58 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_largeobject.h,v 1.17 2004/08/29 04:13:05 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 be59d3c458..785ca839b4 100644 --- a/src/include/catalog/pg_listener.h +++ b/src/include/catalog/pg_listener.h @@ -4,10 +4,10 @@ * Asynchronous notification * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_listener.h,v 1.16 2003/11/29 22:40:58 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_listener.h,v 1.17 2004/08/29 04:13:05 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/catalog/pg_namespace.h b/src/include/catalog/pg_namespace.h index 63a4c70837..88861f87db 100644 --- a/src/include/catalog/pg_namespace.h +++ b/src/include/catalog/pg_namespace.h @@ -5,10 +5,10 @@ * along with the relation's initial contents. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_namespace.h,v 1.12 2004/06/18 06:14:06 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_namespace.h,v 1.13 2004/08/29 04:13:05 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/catalog/pg_opclass.h b/src/include/catalog/pg_opclass.h index 0a1f6209fa..27efa09885 100644 --- a/src/include/catalog/pg_opclass.h +++ b/src/include/catalog/pg_opclass.h @@ -24,10 +24,10 @@ * AMs support this. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_opclass.h,v 1.59 2003/11/29 22:40:58 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_opclass.h,v 1.60 2004/08/29 04:13:05 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 3305e64dbe..123f6b9986 100644 --- a/src/include/catalog/pg_operator.h +++ b/src/include/catalog/pg_operator.h @@ -5,10 +5,10 @@ * along with the relation's initial contents. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_operator.h,v 1.126 2004/07/02 22:49:48 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_operator.h,v 1.127 2004/08/29 04:13:05 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 21bd60fb94..f1d42406fb 100644 --- a/src/include/catalog/pg_proc.h +++ b/src/include/catalog/pg_proc.h @@ -4,10 +4,10 @@ * definition of the system "procedure" relation (pg_proc) * along with the relation's initial contents. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.343 2004/08/03 20:32:35 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_proc.h,v 1.344 2004/08/29 04:13:05 momjian Exp $ * * NOTES * The script catalog/genbki.sh reads this file and generates .bki diff --git a/src/include/catalog/pg_rewrite.h b/src/include/catalog/pg_rewrite.h index b2e1375c60..11e3fc48ec 100644 --- a/src/include/catalog/pg_rewrite.h +++ b/src/include/catalog/pg_rewrite.h @@ -8,10 +8,10 @@ * --- ie, rule names are only unique among the rules of a given table. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_rewrite.h,v 1.22 2003/11/29 22:40:58 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_rewrite.h,v 1.23 2004/08/29 04:13:05 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 af6e87fdea..e645965e0c 100644 --- a/src/include/catalog/pg_shadow.h +++ b/src/include/catalog/pg_shadow.h @@ -6,10 +6,10 @@ * pg_user is now a public accessible view on pg_shadow. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_shadow.h,v 1.25 2003/11/29 22:40:58 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_shadow.h,v 1.26 2004/08/29 04:13:05 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 e6f76fd084..5b39dd4ee8 100644 --- a/src/include/catalog/pg_statistic.h +++ b/src/include/catalog/pg_statistic.h @@ -5,10 +5,10 @@ * along with the relation's initial contents. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_statistic.h,v 1.25 2004/02/23 23:55:08 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_statistic.h,v 1.26 2004/08/29 04:13:05 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/catalog/pg_tablespace.h b/src/include/catalog/pg_tablespace.h index 1378d9987b..b42f8462b5 100644 --- a/src/include/catalog/pg_tablespace.h +++ b/src/include/catalog/pg_tablespace.h @@ -5,10 +5,10 @@ * along with the relation's initial contents. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_tablespace.h,v 1.2 2004/06/21 04:06:07 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_tablespace.h,v 1.3 2004/08/29 04:13:05 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 f5a12d0b73..0023e24262 100644 --- a/src/include/catalog/pg_trigger.h +++ b/src/include/catalog/pg_trigger.h @@ -3,7 +3,7 @@ * pg_trigger.h * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * NOTES diff --git a/src/include/catalog/pg_type.h b/src/include/catalog/pg_type.h index 45d92b3627..2569ce851b 100644 --- a/src/include/catalog/pg_type.h +++ b/src/include/catalog/pg_type.h @@ -5,10 +5,10 @@ * along with the relation's initial contents. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_type.h,v 1.154 2004/06/18 06:14:06 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_type.h,v 1.155 2004/08/29 04:13:05 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/catalog/pg_version.h b/src/include/catalog/pg_version.h index a81e72f637..77ca39717d 100644 --- a/src/include/catalog/pg_version.h +++ b/src/include/catalog/pg_version.h @@ -12,10 +12,10 @@ * isn't even created at present. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_version.h,v 1.18 2003/11/29 22:40:58 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_version.h,v 1.19 2004/08/29 04:13:05 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/commands/alter.h b/src/include/commands/alter.h index 2914fbbd8a..5e77dfb7ab 100644 --- a/src/include/commands/alter.h +++ b/src/include/commands/alter.h @@ -4,10 +4,10 @@ * prototypes for commands/alter.c * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/alter.h,v 1.4 2004/06/25 21:55:58 tgl Exp $ + * $PostgreSQL: pgsql/src/include/commands/alter.h,v 1.5 2004/08/29 04:13:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/async.h b/src/include/commands/async.h index 47bd91aaaa..2d34814c1e 100644 --- a/src/include/commands/async.h +++ b/src/include/commands/async.h @@ -3,10 +3,10 @@ * async.h * Asynchronous notification: NOTIFY, LISTEN, UNLISTEN * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/async.h,v 1.25 2004/07/01 00:51:40 tgl Exp $ + * $PostgreSQL: pgsql/src/include/commands/async.h,v 1.26 2004/08/29 04:13:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h index 11e8a39181..02a20eae3c 100644 --- a/src/include/commands/cluster.h +++ b/src/include/commands/cluster.h @@ -3,10 +3,10 @@ * cluster.h * header file for postgres cluster command stuff * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994-5, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/cluster.h,v 1.24 2004/07/11 23:13:56 tgl Exp $ + * $PostgreSQL: pgsql/src/include/commands/cluster.h,v 1.25 2004/08/29 04:13:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/comment.h b/src/include/commands/comment.h index abdd65a668..2835dc876f 100644 --- a/src/include/commands/comment.h +++ b/src/include/commands/comment.h @@ -4,7 +4,7 @@ * * Prototypes for functions in commands/comment.c * - * Copyright (c) 1999-2003, PostgreSQL Global Development Group + * Copyright (c) 1999-2004, PostgreSQL Global Development Group * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/conversioncmds.h b/src/include/commands/conversioncmds.h index a514698117..7c02979e06 100644 --- a/src/include/commands/conversioncmds.h +++ b/src/include/commands/conversioncmds.h @@ -4,10 +4,10 @@ * prototypes for conversioncmds.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/conversioncmds.h,v 1.7 2004/06/25 21:55:58 tgl Exp $ + * $PostgreSQL: pgsql/src/include/commands/conversioncmds.h,v 1.8 2004/08/29 04:13:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/copy.h b/src/include/commands/copy.h index ce1722cff5..2775614563 100644 --- a/src/include/commands/copy.h +++ b/src/include/commands/copy.h @@ -4,10 +4,10 @@ * Definitions for using the POSTGRES copy command. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/copy.h,v 1.23 2003/11/29 22:40:59 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/commands/copy.h,v 1.24 2004/08/29 04:13:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/dbcommands.h b/src/include/commands/dbcommands.h index c481e8c9d9..f036a38247 100644 --- a/src/include/commands/dbcommands.h +++ b/src/include/commands/dbcommands.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/dbcommands.h,v 1.32 2004/06/25 21:55:58 tgl Exp $ + * $PostgreSQL: pgsql/src/include/commands/dbcommands.h,v 1.33 2004/08/29 04:13:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h index afe6cf0ac1..3f3188b5cb 100644 --- a/src/include/commands/defrem.h +++ b/src/include/commands/defrem.h @@ -4,10 +4,10 @@ * POSTGRES define and remove utility definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/defrem.h,v 1.59 2004/06/25 21:55:58 tgl Exp $ + * $PostgreSQL: pgsql/src/include/commands/defrem.h,v 1.60 2004/08/29 04:13:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h index 6d3602462d..f60fb53695 100644 --- a/src/include/commands/explain.h +++ b/src/include/commands/explain.h @@ -3,10 +3,10 @@ * explain.h * prototypes for explain.c * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994-5, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/explain.h,v 1.22 2003/11/29 22:40:59 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/commands/explain.h,v 1.23 2004/08/29 04:13:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/lockcmds.h b/src/include/commands/lockcmds.h index 380a46aac4..a4de587160 100644 --- a/src/include/commands/lockcmds.h +++ b/src/include/commands/lockcmds.h @@ -4,10 +4,10 @@ * prototypes for lockcmds.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/lockcmds.h,v 1.4 2003/11/29 22:40:59 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/commands/lockcmds.h,v 1.5 2004/08/29 04:13:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/portalcmds.h b/src/include/commands/portalcmds.h index b16ef23384..461e168930 100644 --- a/src/include/commands/portalcmds.h +++ b/src/include/commands/portalcmds.h @@ -4,10 +4,10 @@ * prototypes for portalcmds.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/portalcmds.h,v 1.16 2004/08/02 01:30:46 tgl Exp $ + * $PostgreSQL: pgsql/src/include/commands/portalcmds.h,v 1.17 2004/08/29 04:13:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/prepare.h b/src/include/commands/prepare.h index cb2fed06f0..17c46dc56b 100644 --- a/src/include/commands/prepare.h +++ b/src/include/commands/prepare.h @@ -4,9 +4,9 @@ * PREPARE, EXECUTE and DEALLOCATE commands, and prepared-stmt storage * * - * Copyright (c) 2002-2003, PostgreSQL Global Development Group + * Copyright (c) 2002-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/commands/prepare.h,v 1.10 2004/04/22 02:58:21 momjian Exp $ + * $PostgreSQL: pgsql/src/include/commands/prepare.h,v 1.11 2004/08/29 04:13:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/schemacmds.h b/src/include/commands/schemacmds.h index 96e03d80ad..dc76966210 100644 --- a/src/include/commands/schemacmds.h +++ b/src/include/commands/schemacmds.h @@ -4,10 +4,10 @@ * prototypes for schemacmds.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/schemacmds.h,v 1.7 2004/06/25 21:55:58 tgl Exp $ + * $PostgreSQL: pgsql/src/include/commands/schemacmds.h,v 1.8 2004/08/29 04:13:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/sequence.h b/src/include/commands/sequence.h index 68a884858a..df156c6d5d 100644 --- a/src/include/commands/sequence.h +++ b/src/include/commands/sequence.h @@ -3,10 +3,10 @@ * sequence.h * prototypes for sequence.c. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/sequence.h,v 1.28 2003/11/29 22:40:59 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/commands/sequence.h,v 1.29 2004/08/29 04:13:05 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/tablecmds.h b/src/include/commands/tablecmds.h index 73021fbb91..f45d12a76c 100644 --- a/src/include/commands/tablecmds.h +++ b/src/include/commands/tablecmds.h @@ -4,10 +4,10 @@ * prototypes for tablecmds.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/tablecmds.h,v 1.17 2004/07/01 00:51:40 tgl Exp $ + * $PostgreSQL: pgsql/src/include/commands/tablecmds.h,v 1.18 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h index f9e4b2a396..a6e233f999 100644 --- a/src/include/commands/trigger.h +++ b/src/include/commands/trigger.h @@ -3,10 +3,10 @@ * trigger.h * Declarations for trigger handling. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/trigger.h,v 1.46 2004/07/01 00:51:40 tgl Exp $ + * $PostgreSQL: pgsql/src/include/commands/trigger.h,v 1.47 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/typecmds.h b/src/include/commands/typecmds.h index 58f6f6cd56..9b21f230fb 100644 --- a/src/include/commands/typecmds.h +++ b/src/include/commands/typecmds.h @@ -4,10 +4,10 @@ * prototypes for typecmds.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/typecmds.h,v 1.8 2003/11/29 22:40:59 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/commands/typecmds.h,v 1.9 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h index 046283b15e..b58130e965 100644 --- a/src/include/commands/vacuum.h +++ b/src/include/commands/vacuum.h @@ -4,10 +4,10 @@ * header file for postgres vacuum cleaner and statistics analyzer * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.55 2004/08/17 02:51:32 momjian Exp $ + * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.56 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/variable.h b/src/include/commands/variable.h index 7acce7d195..eec86652fb 100644 --- a/src/include/commands/variable.h +++ b/src/include/commands/variable.h @@ -2,10 +2,10 @@ * variable.h * Routines for handling specialized SET variables. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/variable.h,v 1.23 2004/01/19 19:04:40 tgl Exp $ + * $PostgreSQL: pgsql/src/include/commands/variable.h,v 1.24 2004/08/29 04:13:06 momjian Exp $ */ #ifndef VARIABLE_H #define VARIABLE_H diff --git a/src/include/commands/version.h b/src/include/commands/version.h index d7ec29964e..3bd9d73097 100644 --- a/src/include/commands/version.h +++ b/src/include/commands/version.h @@ -4,10 +4,10 @@ * Header file for versions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/version.h,v 1.15 2003/11/29 22:40:59 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/commands/version.h,v 1.16 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/view.h b/src/include/commands/view.h index 4c9eab926b..2624d7965b 100644 --- a/src/include/commands/view.h +++ b/src/include/commands/view.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/view.h,v 1.19 2003/11/29 22:40:59 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/commands/view.h,v 1.20 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/execdebug.h b/src/include/executor/execdebug.h index abeb2a82ae..ab4fe00939 100644 --- a/src/include/executor/execdebug.h +++ b/src/include/executor/execdebug.h @@ -4,10 +4,10 @@ * #defines governing debugging behaviour in the executor * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/execdebug.h,v 1.22 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/execdebug.h,v 1.23 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/execdefs.h b/src/include/executor/execdefs.h index 0108585e43..dbf75f18e7 100644 --- a/src/include/executor/execdefs.h +++ b/src/include/executor/execdefs.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/execdefs.h,v 1.15 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/execdefs.h,v 1.16 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/execdesc.h b/src/include/executor/execdesc.h index a48081d6d6..131fa72709 100644 --- a/src/include/executor/execdesc.h +++ b/src/include/executor/execdesc.h @@ -5,10 +5,10 @@ * and related modules. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/execdesc.h,v 1.27 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/execdesc.h,v 1.28 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h index 52873e8646..be892eccb2 100644 --- a/src/include/executor/executor.h +++ b/src/include/executor/executor.h @@ -4,10 +4,10 @@ * support for the POSTGRES executor module * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/executor.h,v 1.110 2004/05/10 22:44:49 tgl Exp $ + * $PostgreSQL: pgsql/src/include/executor/executor.h,v 1.111 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/functions.h b/src/include/executor/functions.h index 847673ec91..5701d62056 100644 --- a/src/include/executor/functions.h +++ b/src/include/executor/functions.h @@ -4,10 +4,10 @@ * Declarations for execution of SQL-language functions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/functions.h,v 1.21 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/functions.h,v 1.22 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/hashjoin.h b/src/include/executor/hashjoin.h index 095c431609..5dd6c5c8fe 100644 --- a/src/include/executor/hashjoin.h +++ b/src/include/executor/hashjoin.h @@ -4,10 +4,10 @@ * internal structures for hash joins * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/hashjoin.h,v 1.31 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/hashjoin.h,v 1.32 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/instrument.h b/src/include/executor/instrument.h index 2e9c756029..79b0ece4a8 100644 --- a/src/include/executor/instrument.h +++ b/src/include/executor/instrument.h @@ -4,9 +4,9 @@ * definitions for run-time statistics collection * * - * Copyright (c) 2001-2003, PostgreSQL Global Development Group + * Copyright (c) 2001-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/executor/instrument.h,v 1.6 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/instrument.h,v 1.7 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeAgg.h b/src/include/executor/nodeAgg.h index 9d8610892d..c8cc5778e6 100644 --- a/src/include/executor/nodeAgg.h +++ b/src/include/executor/nodeAgg.h @@ -4,10 +4,10 @@ * prototypes for nodeAgg.c * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeAgg.h,v 1.21 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeAgg.h,v 1.22 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeAppend.h b/src/include/executor/nodeAppend.h index 8d6611dfea..740681b991 100644 --- a/src/include/executor/nodeAppend.h +++ b/src/include/executor/nodeAppend.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeAppend.h,v 1.20 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeAppend.h,v 1.21 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeFunctionscan.h b/src/include/executor/nodeFunctionscan.h index e5410ee676..bf60a8f4b3 100644 --- a/src/include/executor/nodeFunctionscan.h +++ b/src/include/executor/nodeFunctionscan.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeFunctionscan.h,v 1.5 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeFunctionscan.h,v 1.6 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeGroup.h b/src/include/executor/nodeGroup.h index 1aee5e7f4e..ce57d02966 100644 --- a/src/include/executor/nodeGroup.h +++ b/src/include/executor/nodeGroup.h @@ -4,10 +4,10 @@ * prototypes for nodeGroup.c * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeGroup.h,v 1.26 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeGroup.h,v 1.27 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeHash.h b/src/include/executor/nodeHash.h index 4afff5a80c..17b70e0616 100644 --- a/src/include/executor/nodeHash.h +++ b/src/include/executor/nodeHash.h @@ -4,10 +4,10 @@ * prototypes for nodeHash.c * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeHash.h,v 1.33 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeHash.h,v 1.34 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeHashjoin.h b/src/include/executor/nodeHashjoin.h index eaae716095..19277d792a 100644 --- a/src/include/executor/nodeHashjoin.h +++ b/src/include/executor/nodeHashjoin.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeHashjoin.h,v 1.26 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeHashjoin.h,v 1.27 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeIndexscan.h b/src/include/executor/nodeIndexscan.h index e2c88d3248..ff842372a1 100644 --- a/src/include/executor/nodeIndexscan.h +++ b/src/include/executor/nodeIndexscan.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeIndexscan.h,v 1.19 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeIndexscan.h,v 1.20 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeLimit.h b/src/include/executor/nodeLimit.h index 86d9dbef7c..c35cf4cd9f 100644 --- a/src/include/executor/nodeLimit.h +++ b/src/include/executor/nodeLimit.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeLimit.h,v 1.9 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeLimit.h,v 1.10 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeMaterial.h b/src/include/executor/nodeMaterial.h index 7fd8b54483..0d5461c853 100644 --- a/src/include/executor/nodeMaterial.h +++ b/src/include/executor/nodeMaterial.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeMaterial.h,v 1.21 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeMaterial.h,v 1.22 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeMergejoin.h b/src/include/executor/nodeMergejoin.h index fc9a399562..676d40a046 100644 --- a/src/include/executor/nodeMergejoin.h +++ b/src/include/executor/nodeMergejoin.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeMergejoin.h,v 1.20 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeMergejoin.h,v 1.21 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeNestloop.h b/src/include/executor/nodeNestloop.h index f3e47a2450..bb5f323394 100644 --- a/src/include/executor/nodeNestloop.h +++ b/src/include/executor/nodeNestloop.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeNestloop.h,v 1.21 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeNestloop.h,v 1.22 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeResult.h b/src/include/executor/nodeResult.h index e615f3296a..8ee458040a 100644 --- a/src/include/executor/nodeResult.h +++ b/src/include/executor/nodeResult.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeResult.h,v 1.18 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeResult.h,v 1.19 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeSeqscan.h b/src/include/executor/nodeSeqscan.h index 502b343f22..db92eeb5c0 100644 --- a/src/include/executor/nodeSeqscan.h +++ b/src/include/executor/nodeSeqscan.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeSeqscan.h,v 1.20 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeSeqscan.h,v 1.21 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeSetOp.h b/src/include/executor/nodeSetOp.h index 47bd12fe20..900ba954d5 100644 --- a/src/include/executor/nodeSetOp.h +++ b/src/include/executor/nodeSetOp.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeSetOp.h,v 1.9 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeSetOp.h,v 1.10 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeSort.h b/src/include/executor/nodeSort.h index c945d2869b..7dc55b6613 100644 --- a/src/include/executor/nodeSort.h +++ b/src/include/executor/nodeSort.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeSort.h,v 1.18 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeSort.h,v 1.19 2004/08/29 04:13:06 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeSubplan.h b/src/include/executor/nodeSubplan.h index 475a2bb618..caa94043d6 100644 --- a/src/include/executor/nodeSubplan.h +++ b/src/include/executor/nodeSubplan.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeSubplan.h,v 1.20 2004/03/17 01:02:24 tgl Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeSubplan.h,v 1.21 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeSubqueryscan.h b/src/include/executor/nodeSubqueryscan.h index eb2fcc80d6..541626555d 100644 --- a/src/include/executor/nodeSubqueryscan.h +++ b/src/include/executor/nodeSubqueryscan.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeSubqueryscan.h,v 1.9 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeSubqueryscan.h,v 1.10 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeTidscan.h b/src/include/executor/nodeTidscan.h index 9272b5bc3d..756296d2c5 100644 --- a/src/include/executor/nodeTidscan.h +++ b/src/include/executor/nodeTidscan.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeTidscan.h,v 1.13 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeTidscan.h,v 1.14 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeUnique.h b/src/include/executor/nodeUnique.h index 7db35f18f3..b6d31f6813 100644 --- a/src/include/executor/nodeUnique.h +++ b/src/include/executor/nodeUnique.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/nodeUnique.h,v 1.18 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/nodeUnique.h,v 1.19 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/spi_priv.h b/src/include/executor/spi_priv.h index 2785f6fe28..afc686ed8d 100644 --- a/src/include/executor/spi_priv.h +++ b/src/include/executor/spi_priv.h @@ -3,10 +3,10 @@ * spi_priv.h * Server Programming Interface private declarations * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/spi_priv.h,v 1.19 2004/07/01 00:51:42 tgl Exp $ + * $PostgreSQL: pgsql/src/include/executor/spi_priv.h,v 1.20 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/tstoreReceiver.h b/src/include/executor/tstoreReceiver.h index 0350b682b1..04af5ef04b 100644 --- a/src/include/executor/tstoreReceiver.h +++ b/src/include/executor/tstoreReceiver.h @@ -4,10 +4,10 @@ * prototypes for tstoreReceiver.c * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/tstoreReceiver.h,v 1.5 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/tstoreReceiver.h,v 1.6 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/tuptable.h b/src/include/executor/tuptable.h index fba57bab25..f13763c8f1 100644 --- a/src/include/executor/tuptable.h +++ b/src/include/executor/tuptable.h @@ -4,10 +4,10 @@ * tuple table support stuff * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/tuptable.h,v 1.24 2003/11/29 22:41:01 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/executor/tuptable.h,v 1.25 2004/08/29 04:13:07 momjian Exp $ * * NOTES * The tuple table interface is getting pretty ugly. diff --git a/src/include/fmgr.h b/src/include/fmgr.h index acdcb4ff47..457a1142c9 100644 --- a/src/include/fmgr.h +++ b/src/include/fmgr.h @@ -8,10 +8,10 @@ * or call fmgr-callable functions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/fmgr.h,v 1.34 2004/04/01 21:28:46 tgl Exp $ + * $PostgreSQL: pgsql/src/include/fmgr.h,v 1.35 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/funcapi.h b/src/include/funcapi.h index 77b410c3fb..2f4806d460 100644 --- a/src/include/funcapi.h +++ b/src/include/funcapi.h @@ -7,9 +7,9 @@ * or call FUNCAPI-callable functions or macros. * * - * Copyright (c) 2002-2003, PostgreSQL Global Development Group + * Copyright (c) 2002-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/funcapi.h,v 1.12 2004/06/06 00:41:27 tgl Exp $ + * $PostgreSQL: pgsql/src/include/funcapi.h,v 1.13 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/lib/dllist.h b/src/include/lib/dllist.h index 39c8d8219a..5e3f2d60e3 100644 --- a/src/include/lib/dllist.h +++ b/src/include/lib/dllist.h @@ -31,10 +31,10 @@ * freeing the larger object! * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/lib/dllist.h,v 1.22 2003/11/29 22:41:02 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/lib/dllist.h,v 1.23 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/lib/stringinfo.h b/src/include/lib/stringinfo.h index 2e9ee3f622..1b2906f7d3 100644 --- a/src/include/lib/stringinfo.h +++ b/src/include/lib/stringinfo.h @@ -7,10 +7,10 @@ * It can be used to buffer either ordinary C strings (null-terminated text) * or arbitrary binary data. All storage is allocated with palloc(). * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/lib/stringinfo.h,v 1.29 2003/11/29 22:41:02 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/lib/stringinfo.h,v 1.30 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/auth.h b/src/include/libpq/auth.h index d2174c8591..30643ec1d3 100644 --- a/src/include/libpq/auth.h +++ b/src/include/libpq/auth.h @@ -4,10 +4,10 @@ * Definitions for network authentication routines * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/libpq/auth.h,v 1.24 2003/11/29 22:41:03 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/libpq/auth.h,v 1.25 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/be-fsstubs.h b/src/include/libpq/be-fsstubs.h index b2d8b3d340..303e938646 100644 --- a/src/include/libpq/be-fsstubs.h +++ b/src/include/libpq/be-fsstubs.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/libpq/be-fsstubs.h,v 1.19 2004/07/28 14:23:31 tgl Exp $ + * $PostgreSQL: pgsql/src/include/libpq/be-fsstubs.h,v 1.20 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/crypt.h b/src/include/libpq/crypt.h index 15d176e26a..407652783d 100644 --- a/src/include/libpq/crypt.h +++ b/src/include/libpq/crypt.h @@ -3,10 +3,10 @@ * crypt.h * Interface to libpq/crypt.c * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/libpq/crypt.h,v 1.27 2003/11/29 22:41:03 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/libpq/crypt.h,v 1.28 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h index b2a0ee9efb..f6e8fed345 100644 --- a/src/include/libpq/libpq-be.h +++ b/src/include/libpq/libpq-be.h @@ -8,10 +8,10 @@ * Structs that need to be client-visible are in pqcomm.h. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/libpq/libpq-be.h,v 1.46 2004/06/24 18:55:20 tgl Exp $ + * $PostgreSQL: pgsql/src/include/libpq/libpq-be.h,v 1.47 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/libpq-fs.h b/src/include/libpq/libpq-fs.h index d0077588ba..ff7dafad15 100644 --- a/src/include/libpq/libpq-fs.h +++ b/src/include/libpq/libpq-fs.h @@ -4,10 +4,10 @@ * definitions for using Inversion file system routines (ie, large objects) * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/libpq/libpq-fs.h,v 1.18 2003/11/29 22:41:03 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/libpq/libpq-fs.h,v 1.19 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/libpq.h b/src/include/libpq/libpq.h index c599a6031a..bf58f75ac2 100644 --- a/src/include/libpq/libpq.h +++ b/src/include/libpq/libpq.h @@ -4,10 +4,10 @@ * POSTGRES LIBPQ buffer structure definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/libpq/libpq.h,v 1.61 2003/11/29 22:41:03 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/libpq/libpq.h,v 1.62 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/pqcomm.h b/src/include/libpq/pqcomm.h index 954984fe78..ea4839ccc5 100644 --- a/src/include/libpq/pqcomm.h +++ b/src/include/libpq/pqcomm.h @@ -6,10 +6,10 @@ * NOTE: for historical reasons, this does not correspond to pqcomm.c. * pqcomm.c's routines are declared in libpq.h. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/libpq/pqcomm.h,v 1.94 2003/11/29 22:41:03 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/libpq/pqcomm.h,v 1.95 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/pqformat.h b/src/include/libpq/pqformat.h index c6e7053fb5..5e8a78ee70 100644 --- a/src/include/libpq/pqformat.h +++ b/src/include/libpq/pqformat.h @@ -3,10 +3,10 @@ * pqformat.h * Definitions for formatting and parsing frontend/backend messages * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/libpq/pqformat.h,v 1.21 2003/11/29 22:41:03 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/libpq/pqformat.h,v 1.22 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/pqsignal.h b/src/include/libpq/pqsignal.h index 8ca5135303..3dc0896e09 100644 --- a/src/include/libpq/pqsignal.h +++ b/src/include/libpq/pqsignal.h @@ -4,10 +4,10 @@ * prototypes for the reliable BSD-style signal(2) routine. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/libpq/pqsignal.h,v 1.26 2004/04/12 16:19:18 momjian Exp $ + * $PostgreSQL: pgsql/src/include/libpq/pqsignal.h,v 1.27 2004/08/29 04:13:07 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 245b0bb168..87c683c7c0 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -10,10 +10,10 @@ * Over time, this has also become the preferred place for widely known * resource-limitation stuff, such as work_mem and check_stack_depth(). * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.165 2004/08/06 04:15:09 momjian Exp $ + * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.166 2004/08/29 04:13:03 momjian Exp $ * * NOTES * some of the information in this file should be moved to other files. diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index a32378c7f8..9cc3b47cea 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -4,10 +4,10 @@ * definitions for executor state nodes * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/nodes/execnodes.h,v 1.117 2004/06/09 19:08:18 tgl Exp $ + * $PostgreSQL: pgsql/src/include/nodes/execnodes.h,v 1.118 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/makefuncs.h b/src/include/nodes/makefuncs.h index 085e76d03b..e52ec2a2e1 100644 --- a/src/include/nodes/makefuncs.h +++ b/src/include/nodes/makefuncs.h @@ -4,10 +4,10 @@ * prototypes for the creator functions (for primitive nodes) * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/nodes/makefuncs.h,v 1.49 2004/05/10 22:44:49 tgl Exp $ + * $PostgreSQL: pgsql/src/include/nodes/makefuncs.h,v 1.50 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/memnodes.h b/src/include/nodes/memnodes.h index f79e91ffa0..1fc13af47f 100644 --- a/src/include/nodes/memnodes.h +++ b/src/include/nodes/memnodes.h @@ -4,10 +4,10 @@ * POSTGRES memory context node definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/nodes/memnodes.h,v 1.27 2003/11/29 22:41:06 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/nodes/memnodes.h,v 1.28 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/nodeFuncs.h b/src/include/nodes/nodeFuncs.h index f1a436f2d7..365c72dd4a 100644 --- a/src/include/nodes/nodeFuncs.h +++ b/src/include/nodes/nodeFuncs.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/nodes/nodeFuncs.h,v 1.21 2003/11/29 22:41:06 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/nodes/nodeFuncs.h,v 1.22 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h index 258bdc7b61..aa9a14f9d5 100644 --- a/src/include/nodes/nodes.h +++ b/src/include/nodes/nodes.h @@ -4,10 +4,10 @@ * Definitions for tagged nodes. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/nodes/nodes.h,v 1.159 2004/06/25 21:55:59 tgl Exp $ + * $PostgreSQL: pgsql/src/include/nodes/nodes.h,v 1.160 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/params.h b/src/include/nodes/params.h index d4acbe2699..68b8e7c7a8 100644 --- a/src/include/nodes/params.h +++ b/src/include/nodes/params.h @@ -4,10 +4,10 @@ * Declarations of stuff needed to handle parameterized plans. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/nodes/params.h,v 1.25 2004/08/02 01:30:47 tgl Exp $ + * $PostgreSQL: pgsql/src/include/nodes/params.h,v 1.26 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index 862b2572d9..8dd91a9412 100644 --- a/src/include/nodes/parsenodes.h +++ b/src/include/nodes/parsenodes.h @@ -4,10 +4,10 @@ * definitions for parse tree nodes * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.267 2004/08/20 04:29:33 momjian Exp $ + * $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.268 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/pg_list.h b/src/include/nodes/pg_list.h index 9b0d16cfc7..5913fde9dc 100644 --- a/src/include/nodes/pg_list.h +++ b/src/include/nodes/pg_list.h @@ -27,10 +27,10 @@ * always be so; try to be careful to maintain the distinction.) * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/nodes/pg_list.h,v 1.47 2004/06/01 06:02:13 tgl Exp $ + * $PostgreSQL: pgsql/src/include/nodes/pg_list.h,v 1.48 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h index be8b121e25..8804dda90b 100644 --- a/src/include/nodes/plannodes.h +++ b/src/include/nodes/plannodes.h @@ -4,10 +4,10 @@ * definitions for query plan nodes * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/nodes/plannodes.h,v 1.73 2004/01/06 04:31:01 tgl Exp $ + * $PostgreSQL: pgsql/src/include/nodes/plannodes.h,v 1.74 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/primnodes.h b/src/include/nodes/primnodes.h index 56f359978d..f7f5293994 100644 --- a/src/include/nodes/primnodes.h +++ b/src/include/nodes/primnodes.h @@ -7,10 +7,10 @@ * and join trees. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/nodes/primnodes.h,v 1.102 2004/08/19 20:57:41 tgl Exp $ + * $PostgreSQL: pgsql/src/include/nodes/primnodes.h,v 1.103 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/print.h b/src/include/nodes/print.h index 1a7c80988e..07e5b510a8 100644 --- a/src/include/nodes/print.h +++ b/src/include/nodes/print.h @@ -4,10 +4,10 @@ * definitions for nodes/print.c * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/nodes/print.h,v 1.22 2003/11/29 22:41:06 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/nodes/print.h,v 1.23 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/readfuncs.h b/src/include/nodes/readfuncs.h index c3cfd9e3d5..1f53b10e4c 100644 --- a/src/include/nodes/readfuncs.h +++ b/src/include/nodes/readfuncs.h @@ -4,10 +4,10 @@ * header file for read.c and readfuncs.c. These functions are internal * to the stringToNode interface and should not be used by anyone else. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/nodes/readfuncs.h,v 1.19 2004/05/06 14:01:33 tgl Exp $ + * $PostgreSQL: pgsql/src/include/nodes/readfuncs.h,v 1.20 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h index bc171fd980..5e091a1ff1 100644 --- a/src/include/nodes/relation.h +++ b/src/include/nodes/relation.h @@ -4,10 +4,10 @@ * Definitions for planner's internal data structures. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/nodes/relation.h,v 1.97 2004/08/04 21:34:24 tgl Exp $ + * $PostgreSQL: pgsql/src/include/nodes/relation.h,v 1.98 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/clauses.h b/src/include/optimizer/clauses.h index 4d645f43d5..d3fec6c444 100644 --- a/src/include/optimizer/clauses.h +++ b/src/include/optimizer/clauses.h @@ -4,10 +4,10 @@ * prototypes for clauses.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/clauses.h,v 1.74 2004/06/11 01:09:12 tgl Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/clauses.h,v 1.75 2004/08/29 04:13:07 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/cost.h b/src/include/optimizer/cost.h index 002edfd91e..2ef14f0d4a 100644 --- a/src/include/optimizer/cost.h +++ b/src/include/optimizer/cost.h @@ -4,10 +4,10 @@ * prototypes for costsize.c and clausesel.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/cost.h,v 1.60 2004/01/05 05:07:36 tgl Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/cost.h,v 1.61 2004/08/29 04:13:08 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo.h b/src/include/optimizer/geqo.h index e9bfdfcff6..089c761214 100644 --- a/src/include/optimizer/geqo.h +++ b/src/include/optimizer/geqo.h @@ -3,10 +3,10 @@ * geqo.h * prototypes for various files in optimizer/geqo * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/geqo.h,v 1.35 2004/01/23 23:54:21 tgl Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/geqo.h,v 1.36 2004/08/29 04:13:08 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_copy.h b/src/include/optimizer/geqo_copy.h index e3d47297d5..3d71e73f90 100644 --- a/src/include/optimizer/geqo_copy.h +++ b/src/include/optimizer/geqo_copy.h @@ -3,10 +3,10 @@ * geqo_copy.h * prototypes for copy functions in optimizer/geqo * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/geqo_copy.h,v 1.15 2003/11/29 22:41:07 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/geqo_copy.h,v 1.16 2004/08/29 04:13:08 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_gene.h b/src/include/optimizer/geqo_gene.h index 3b0cd0d5dd..b6b31fc474 100644 --- a/src/include/optimizer/geqo_gene.h +++ b/src/include/optimizer/geqo_gene.h @@ -3,10 +3,10 @@ * geqo_gene.h * genome representation in optimizer/geqo * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/geqo_gene.h,v 1.16 2003/11/29 22:41:07 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/geqo_gene.h,v 1.17 2004/08/29 04:13:08 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_misc.h b/src/include/optimizer/geqo_misc.h index 812ed7a70a..dff0278d2a 100644 --- a/src/include/optimizer/geqo_misc.h +++ b/src/include/optimizer/geqo_misc.h @@ -3,10 +3,10 @@ * geqo_misc.h * prototypes for printout routines in optimizer/geqo * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/geqo_misc.h,v 1.25 2003/11/29 22:41:07 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/geqo_misc.h,v 1.26 2004/08/29 04:13:08 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_mutation.h b/src/include/optimizer/geqo_mutation.h index 2e835aa5e2..4887b4055c 100644 --- a/src/include/optimizer/geqo_mutation.h +++ b/src/include/optimizer/geqo_mutation.h @@ -3,10 +3,10 @@ * geqo_mutation.h * prototypes for mutation functions in optimizer/geqo * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/geqo_mutation.h,v 1.15 2003/11/29 22:41:07 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/geqo_mutation.h,v 1.16 2004/08/29 04:13:08 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_pool.h b/src/include/optimizer/geqo_pool.h index a4f40c9889..7b40983635 100644 --- a/src/include/optimizer/geqo_pool.h +++ b/src/include/optimizer/geqo_pool.h @@ -3,10 +3,10 @@ * geqo_pool.h * pool representation in optimizer/geqo * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/geqo_pool.h,v 1.19 2004/01/23 23:54:21 tgl Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/geqo_pool.h,v 1.20 2004/08/29 04:13:08 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_random.h b/src/include/optimizer/geqo_random.h index 4244dafb92..68f67d9dc0 100644 --- a/src/include/optimizer/geqo_random.h +++ b/src/include/optimizer/geqo_random.h @@ -3,10 +3,10 @@ * geqo_random.h * random number generator * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/geqo_random.h,v 1.14 2003/11/29 22:41:07 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/geqo_random.h,v 1.15 2004/08/29 04:13:08 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_recombination.h b/src/include/optimizer/geqo_recombination.h index fbb914adbd..9127ac120d 100644 --- a/src/include/optimizer/geqo_recombination.h +++ b/src/include/optimizer/geqo_recombination.h @@ -3,10 +3,10 @@ * geqo_recombination.h * prototypes for recombination in the genetic query optimizer * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/geqo_recombination.h,v 1.14 2003/11/29 22:41:07 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/geqo_recombination.h,v 1.15 2004/08/29 04:13:08 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_selection.h b/src/include/optimizer/geqo_selection.h index 7a35a86527..8084031eac 100644 --- a/src/include/optimizer/geqo_selection.h +++ b/src/include/optimizer/geqo_selection.h @@ -3,10 +3,10 @@ * geqo_selection.h * prototypes for selection routines in optimizer/geqo * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/geqo_selection.h,v 1.15 2003/11/29 22:41:07 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/geqo_selection.h,v 1.16 2004/08/29 04:13:08 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/joininfo.h b/src/include/optimizer/joininfo.h index 665f34bd79..c017ed7e3d 100644 --- a/src/include/optimizer/joininfo.h +++ b/src/include/optimizer/joininfo.h @@ -4,10 +4,10 @@ * prototypes for joininfo.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/joininfo.h,v 1.26 2003/11/29 22:41:07 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/joininfo.h,v 1.27 2004/08/29 04:13:08 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/pathnode.h b/src/include/optimizer/pathnode.h index 3186b8d1c1..2f751130ef 100644 --- a/src/include/optimizer/pathnode.h +++ b/src/include/optimizer/pathnode.h @@ -4,10 +4,10 @@ * prototypes for pathnode.c, relnode.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/pathnode.h,v 1.54 2004/02/17 00:52:53 tgl Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/pathnode.h,v 1.55 2004/08/29 04:13:08 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/paths.h b/src/include/optimizer/paths.h index 40f7206fac..cb4667ee0f 100644 --- a/src/include/optimizer/paths.h +++ b/src/include/optimizer/paths.h @@ -5,10 +5,10 @@ * header files) * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/paths.h,v 1.73 2004/01/05 23:39:54 tgl Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/paths.h,v 1.74 2004/08/29 04:13:08 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/plancat.h b/src/include/optimizer/plancat.h index 25799cc60a..abcc67c6c9 100644 --- a/src/include/optimizer/plancat.h +++ b/src/include/optimizer/plancat.h @@ -4,10 +4,10 @@ * prototypes for plancat.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/plancat.h,v 1.33 2003/11/29 22:41:07 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/plancat.h,v 1.34 2004/08/29 04:13:08 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/planmain.h b/src/include/optimizer/planmain.h index f9368d525c..263cb08ee3 100644 --- a/src/include/optimizer/planmain.h +++ b/src/include/optimizer/planmain.h @@ -4,10 +4,10 @@ * prototypes for various files in optimizer/plan * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/planmain.h,v 1.77 2004/01/18 00:50:03 tgl Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/planmain.h,v 1.78 2004/08/29 04:13:08 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/planner.h b/src/include/optimizer/planner.h index 15440c24c4..fac14dbdd7 100644 --- a/src/include/optimizer/planner.h +++ b/src/include/optimizer/planner.h @@ -4,10 +4,10 @@ * prototypes for planner.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/planner.h,v 1.29 2004/06/11 01:09:12 tgl Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/planner.h,v 1.30 2004/08/29 04:13:08 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/prep.h b/src/include/optimizer/prep.h index 7f38bb795a..5284d224bc 100644 --- a/src/include/optimizer/prep.h +++ b/src/include/optimizer/prep.h @@ -4,10 +4,10 @@ * prototypes for files in optimizer/prep/ * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/prep.h,v 1.44 2004/04/07 18:17:25 tgl Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/prep.h,v 1.45 2004/08/29 04:13:08 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/restrictinfo.h b/src/include/optimizer/restrictinfo.h index dfb6e71e31..e7fb5cf98f 100644 --- a/src/include/optimizer/restrictinfo.h +++ b/src/include/optimizer/restrictinfo.h @@ -4,10 +4,10 @@ * prototypes for restrictinfo.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/restrictinfo.h,v 1.23 2004/01/05 23:39:54 tgl Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/restrictinfo.h,v 1.24 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/subselect.h b/src/include/optimizer/subselect.h index d85622a702..598073f80a 100644 --- a/src/include/optimizer/subselect.h +++ b/src/include/optimizer/subselect.h @@ -2,10 +2,10 @@ * * subselect.h * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/subselect.h,v 1.21 2003/11/29 22:41:07 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/subselect.h,v 1.22 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/tlist.h b/src/include/optimizer/tlist.h index 9050976475..372103e438 100644 --- a/src/include/optimizer/tlist.h +++ b/src/include/optimizer/tlist.h @@ -4,10 +4,10 @@ * prototypes for tlist.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/tlist.h,v 1.39 2003/11/29 22:41:07 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/tlist.h,v 1.40 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/var.h b/src/include/optimizer/var.h index 0f0920d063..d7ef479722 100644 --- a/src/include/optimizer/var.h +++ b/src/include/optimizer/var.h @@ -4,10 +4,10 @@ * prototypes for var.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/optimizer/var.h,v 1.30 2004/05/10 22:44:49 tgl Exp $ + * $PostgreSQL: pgsql/src/include/optimizer/var.h,v 1.31 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/analyze.h b/src/include/parser/analyze.h index 29784d041e..5621b4435b 100644 --- a/src/include/parser/analyze.h +++ b/src/include/parser/analyze.h @@ -3,10 +3,10 @@ * analyze.h * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/analyze.h,v 1.27 2004/06/10 17:56:00 tgl Exp $ + * $PostgreSQL: pgsql/src/include/parser/analyze.h,v 1.28 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/gramparse.h b/src/include/parser/gramparse.h index 4cf4cabda0..f8fa37aeb6 100644 --- a/src/include/parser/gramparse.h +++ b/src/include/parser/gramparse.h @@ -4,10 +4,10 @@ * Declarations for routines exported from lexer and parser files. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/gramparse.h,v 1.29 2003/11/29 22:41:09 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/parser/gramparse.h,v 1.30 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/keywords.h b/src/include/parser/keywords.h index d456f5df85..30bf7c84c8 100644 --- a/src/include/parser/keywords.h +++ b/src/include/parser/keywords.h @@ -4,10 +4,10 @@ * lexical token lookup for reserved words in postgres SQL * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/keywords.h,v 1.18 2003/11/29 22:41:09 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/parser/keywords.h,v 1.19 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_agg.h b/src/include/parser/parse_agg.h index 30b36a6c32..5dfb96ea80 100644 --- a/src/include/parser/parse_agg.h +++ b/src/include/parser/parse_agg.h @@ -3,10 +3,10 @@ * parse_agg.h * handle aggregates in parser * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_agg.h,v 1.30 2003/11/29 22:41:09 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_agg.h,v 1.31 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_clause.h b/src/include/parser/parse_clause.h index 923f2e23af..c55ba38197 100644 --- a/src/include/parser/parse_clause.h +++ b/src/include/parser/parse_clause.h @@ -4,10 +4,10 @@ * handle clauses in parser * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_clause.h,v 1.41 2004/05/23 17:10:54 tgl Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_clause.h,v 1.42 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_coerce.h b/src/include/parser/parse_coerce.h index c1c83d514d..02dc926588 100644 --- a/src/include/parser/parse_coerce.h +++ b/src/include/parser/parse_coerce.h @@ -4,10 +4,10 @@ * Routines for type coercion. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_coerce.h,v 1.57 2004/06/16 01:26:53 tgl Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_coerce.h,v 1.58 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_expr.h b/src/include/parser/parse_expr.h index a8be03a534..f6bd36666b 100644 --- a/src/include/parser/parse_expr.h +++ b/src/include/parser/parse_expr.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_expr.h,v 1.33 2004/03/24 22:40:29 tgl Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_expr.h,v 1.34 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_func.h b/src/include/parser/parse_func.h index 62a9aded92..93c61d49a1 100644 --- a/src/include/parser/parse_func.h +++ b/src/include/parser/parse_func.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_func.h,v 1.51 2003/11/29 22:41:09 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_func.h,v 1.52 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_node.h b/src/include/parser/parse_node.h index de7b476655..5e6227f506 100644 --- a/src/include/parser/parse_node.h +++ b/src/include/parser/parse_node.h @@ -4,10 +4,10 @@ * Internal definitions for parser * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_node.h,v 1.39 2004/06/09 19:08:19 tgl Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_node.h,v 1.40 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_oper.h b/src/include/parser/parse_oper.h index f415f545cc..70f91124eb 100644 --- a/src/include/parser/parse_oper.h +++ b/src/include/parser/parse_oper.h @@ -4,10 +4,10 @@ * handle operator things for parser * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_oper.h,v 1.34 2003/11/29 22:41:09 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_oper.h,v 1.35 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_relation.h b/src/include/parser/parse_relation.h index afb6c6303d..2540d1495e 100644 --- a/src/include/parser/parse_relation.h +++ b/src/include/parser/parse_relation.h @@ -4,10 +4,10 @@ * prototypes for parse_relation.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_relation.h,v 1.45 2004/08/19 20:57:41 tgl Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_relation.h,v 1.46 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_target.h b/src/include/parser/parse_target.h index 59d6b2df7b..e1cd2dcca5 100644 --- a/src/include/parser/parse_target.h +++ b/src/include/parser/parse_target.h @@ -4,10 +4,10 @@ * handle target lists * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_target.h,v 1.32 2003/11/29 22:41:09 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_target.h,v 1.33 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_type.h b/src/include/parser/parse_type.h index f0b7b31a56..440f7cfd4a 100644 --- a/src/include/parser/parse_type.h +++ b/src/include/parser/parse_type.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_type.h,v 1.27 2004/06/03 19:41:46 tgl Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_type.h,v 1.28 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parser.h b/src/include/parser/parser.h index 36a000ea7e..05f66f5ea2 100644 --- a/src/include/parser/parser.h +++ b/src/include/parser/parser.h @@ -4,10 +4,10 @@ * Definitions for the "raw" parser (lex and yacc phases only) * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parser.h,v 1.17 2003/11/29 22:41:09 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/parser/parser.h,v 1.18 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parsetree.h b/src/include/parser/parsetree.h index a972cd7331..f2e816ef99 100644 --- a/src/include/parser/parsetree.h +++ b/src/include/parser/parsetree.h @@ -5,10 +5,10 @@ * parse trees. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parsetree.h,v 1.26 2004/08/19 20:57:41 tgl Exp $ + * $PostgreSQL: pgsql/src/include/parser/parsetree.h,v 1.27 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/scansup.h b/src/include/parser/scansup.h index d710c81060..cc40d9acfb 100644 --- a/src/include/parser/scansup.h +++ b/src/include/parser/scansup.h @@ -4,10 +4,10 @@ * scanner support routines. used by both the bootstrap lexer * as well as the normal lexer * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/scansup.h,v 1.15 2004/02/21 00:34:53 tgl Exp $ + * $PostgreSQL: pgsql/src/include/parser/scansup.h,v 1.16 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/pgstat.h b/src/include/pgstat.h index ea2d7e1f13..3b84ee0061 100644 --- a/src/include/pgstat.h +++ b/src/include/pgstat.h @@ -3,9 +3,9 @@ * * Definitions for the PostgreSQL statistics collector daemon. * - * Copyright (c) 2001-2003, PostgreSQL Global Development Group + * Copyright (c) 2001-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/pgstat.h,v 1.25 2004/06/26 16:32:04 tgl Exp $ + * $PostgreSQL: pgsql/src/include/pgstat.h,v 1.26 2004/08/29 04:13:03 momjian Exp $ * ---------- */ #ifndef PGSTAT_H diff --git a/src/include/pgtime.h b/src/include/pgtime.h index e772d76bd7..5093d1fd25 100644 --- a/src/include/pgtime.h +++ b/src/include/pgtime.h @@ -3,10 +3,10 @@ * pgtime.h * PostgreSQL internal timezone library * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * * IDENTIFICATION - * $PostgreSQL: pgsql/src/include/pgtime.h,v 1.2 2004/06/03 02:08:06 tgl Exp $ + * $PostgreSQL: pgsql/src/include/pgtime.h,v 1.3 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/port.h b/src/include/port.h index 58585fc77d..4c0f9190b3 100644 --- a/src/include/port.h +++ b/src/include/port.h @@ -3,10 +3,10 @@ * port.h * Header for /port compatibility functions. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/port.h,v 1.54 2004/08/18 02:59:11 momjian Exp $ + * $PostgreSQL: pgsql/src/include/port.h,v 1.55 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/postgres.h b/src/include/postgres.h index 8fa6d08590..0ba9b77efb 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -7,10 +7,10 @@ * Client-side code should include postgres_fe.h instead. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1995, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/postgres.h,v 1.68 2004/01/16 20:51:30 tgl Exp $ + * $PostgreSQL: pgsql/src/include/postgres.h,v 1.69 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/postgres_fe.h b/src/include/postgres_fe.h index a6a564f527..30597ed2da 100644 --- a/src/include/postgres_fe.h +++ b/src/include/postgres_fe.h @@ -8,10 +8,10 @@ * postgres.h. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1995, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/postgres_fe.h,v 1.8 2003/11/29 22:40:53 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/postgres_fe.h,v 1.9 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/postmaster/bgwriter.h b/src/include/postmaster/bgwriter.h index ed56e9639e..9bfdc70d8f 100644 --- a/src/include/postmaster/bgwriter.h +++ b/src/include/postmaster/bgwriter.h @@ -3,9 +3,9 @@ * bgwriter.h * Exports from postmaster/bgwriter.c. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/postmaster/bgwriter.h,v 1.2 2004/05/31 03:48:09 tgl Exp $ + * $PostgreSQL: pgsql/src/include/postmaster/bgwriter.h,v 1.3 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/postmaster/pgarch.h b/src/include/postmaster/pgarch.h index 0ce9e15781..c0adf61027 100644 --- a/src/include/postmaster/pgarch.h +++ b/src/include/postmaster/pgarch.h @@ -3,10 +3,10 @@ * pgarch.h * Exports from postmaster/pgarch.c. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/postmaster/pgarch.h,v 1.1 2004/07/19 02:47:16 tgl Exp $ + * $PostgreSQL: pgsql/src/include/postmaster/pgarch.h,v 1.2 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/postmaster/postmaster.h b/src/include/postmaster/postmaster.h index 9afc228efd..53b2deb614 100644 --- a/src/include/postmaster/postmaster.h +++ b/src/include/postmaster/postmaster.h @@ -3,10 +3,10 @@ * postmaster.h * Exports from postmaster/postmaster.c. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/postmaster/postmaster.h,v 1.5 2004/08/05 23:32:12 tgl Exp $ + * $PostgreSQL: pgsql/src/include/postmaster/postmaster.h,v 1.6 2004/08/29 04:13:09 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/prs2lock.h b/src/include/rewrite/prs2lock.h index 0598deff86..94529978f7 100644 --- a/src/include/rewrite/prs2lock.h +++ b/src/include/rewrite/prs2lock.h @@ -3,10 +3,10 @@ * prs2lock.h * data structures for POSTGRES Rule System II (rewrite rules only) * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/rewrite/prs2lock.h,v 1.18 2003/11/29 22:41:11 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/rewrite/prs2lock.h,v 1.19 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteDefine.h b/src/include/rewrite/rewriteDefine.h index 9bd140f879..a65c744267 100644 --- a/src/include/rewrite/rewriteDefine.h +++ b/src/include/rewrite/rewriteDefine.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/rewrite/rewriteDefine.h,v 1.18 2003/11/29 22:41:11 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/rewrite/rewriteDefine.h,v 1.19 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteHandler.h b/src/include/rewrite/rewriteHandler.h index 5ced981f26..9a01cfecb5 100644 --- a/src/include/rewrite/rewriteHandler.h +++ b/src/include/rewrite/rewriteHandler.h @@ -4,10 +4,10 @@ * External interface to query rewriter. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/rewrite/rewriteHandler.h,v 1.22 2003/11/29 22:41:11 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/rewrite/rewriteHandler.h,v 1.23 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteManip.h b/src/include/rewrite/rewriteManip.h index a17fd918b2..15d2a7f707 100644 --- a/src/include/rewrite/rewriteManip.h +++ b/src/include/rewrite/rewriteManip.h @@ -4,10 +4,10 @@ * Querytree manipulation subroutines for query rewriter. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/rewrite/rewriteManip.h,v 1.36 2004/08/19 20:57:41 tgl Exp $ + * $PostgreSQL: pgsql/src/include/rewrite/rewriteManip.h,v 1.37 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteRemove.h b/src/include/rewrite/rewriteRemove.h index 3d8a1b7fea..e4f79486bd 100644 --- a/src/include/rewrite/rewriteRemove.h +++ b/src/include/rewrite/rewriteRemove.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/rewrite/rewriteRemove.h,v 1.18 2003/11/29 22:41:11 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/rewrite/rewriteRemove.h,v 1.19 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteSupport.h b/src/include/rewrite/rewriteSupport.h index 839da25361..53c5b06a90 100644 --- a/src/include/rewrite/rewriteSupport.h +++ b/src/include/rewrite/rewriteSupport.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/rewrite/rewriteSupport.h,v 1.25 2003/11/29 22:41:11 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/rewrite/rewriteSupport.h,v 1.26 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rusagestub.h b/src/include/rusagestub.h index 8712217a2b..3ae4564fe2 100644 --- a/src/include/rusagestub.h +++ b/src/include/rusagestub.h @@ -4,10 +4,10 @@ * Stubs for getrusage(3). * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/rusagestub.h,v 1.13 2003/11/29 22:40:53 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/rusagestub.h,v 1.14 2004/08/29 04:13:03 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/backendid.h b/src/include/storage/backendid.h index 43307f620c..132967692f 100644 --- a/src/include/storage/backendid.h +++ b/src/include/storage/backendid.h @@ -4,10 +4,10 @@ * POSTGRES backend id communication definitions * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/backendid.h,v 1.15 2003/11/29 22:41:13 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/storage/backendid.h,v 1.16 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/block.h b/src/include/storage/block.h index 5e5e49d1b3..0fa9c4f465 100644 --- a/src/include/storage/block.h +++ b/src/include/storage/block.h @@ -4,10 +4,10 @@ * POSTGRES disk block definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/block.h,v 1.19 2003/11/29 22:41:13 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/storage/block.h,v 1.20 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/buf.h b/src/include/storage/buf.h index 9e095e97e5..9d6c404221 100644 --- a/src/include/storage/buf.h +++ b/src/include/storage/buf.h @@ -4,10 +4,10 @@ * Basic buffer manager data types. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/buf.h,v 1.17 2004/04/25 23:50:58 neilc Exp $ + * $PostgreSQL: pgsql/src/include/storage/buf.h,v 1.18 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h index 4a8b20908e..f83ad939c4 100644 --- a/src/include/storage/buf_internals.h +++ b/src/include/storage/buf_internals.h @@ -5,10 +5,10 @@ * strategy. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/buf_internals.h,v 1.71 2004/06/18 06:14:13 tgl Exp $ + * $PostgreSQL: pgsql/src/include/storage/buf_internals.h,v 1.72 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/buffile.h b/src/include/storage/buffile.h index bdccb00d90..bf08b84b39 100644 --- a/src/include/storage/buffile.h +++ b/src/include/storage/buffile.h @@ -15,10 +15,10 @@ * but currently we have no need for oversize temp files without buffered * access. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/buffile.h,v 1.16 2003/11/29 22:41:13 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/storage/buffile.h,v 1.17 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h index 273e63a521..704efac27d 100644 --- a/src/include/storage/bufmgr.h +++ b/src/include/storage/bufmgr.h @@ -4,10 +4,10 @@ * POSTGRES buffer manager definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/bufmgr.h,v 1.84 2004/07/17 03:31:26 tgl Exp $ + * $PostgreSQL: pgsql/src/include/storage/bufmgr.h,v 1.85 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h index 84f3c670ce..60bcdc8b5d 100644 --- a/src/include/storage/bufpage.h +++ b/src/include/storage/bufpage.h @@ -4,10 +4,10 @@ * Standard POSTGRES buffer page definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/bufpage.h,v 1.61 2004/08/04 21:34:25 tgl Exp $ + * $PostgreSQL: pgsql/src/include/storage/bufpage.h,v 1.62 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/fd.h b/src/include/storage/fd.h index c62f6fff76..6eac14344a 100644 --- a/src/include/storage/fd.h +++ b/src/include/storage/fd.h @@ -4,10 +4,10 @@ * Virtual file descriptor definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/fd.h,v 1.46 2004/07/28 14:23:31 tgl Exp $ + * $PostgreSQL: pgsql/src/include/storage/fd.h,v 1.47 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/freespace.h b/src/include/storage/freespace.h index b97e3fd41e..87f933d5d5 100644 --- a/src/include/storage/freespace.h +++ b/src/include/storage/freespace.h @@ -4,10 +4,10 @@ * POSTGRES free space map for quickly finding free space in relations * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/freespace.h,v 1.15 2003/12/12 18:45:10 petere Exp $ + * $PostgreSQL: pgsql/src/include/storage/freespace.h,v 1.16 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/ipc.h b/src/include/storage/ipc.h index 3dcfe41bfc..95259b97b0 100644 --- a/src/include/storage/ipc.h +++ b/src/include/storage/ipc.h @@ -8,10 +8,10 @@ * exit-time cleanup for either a postmaster or a backend. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/ipc.h,v 1.66 2004/04/19 17:42:59 momjian Exp $ + * $PostgreSQL: pgsql/src/include/storage/ipc.h,v 1.67 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/item.h b/src/include/storage/item.h index 41dcc293ab..543c4b6101 100644 --- a/src/include/storage/item.h +++ b/src/include/storage/item.h @@ -4,10 +4,10 @@ * POSTGRES disk item definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/item.h,v 1.13 2003/11/29 22:41:13 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/storage/item.h,v 1.14 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/itemid.h b/src/include/storage/itemid.h index f5a2e5a590..8e1b297902 100644 --- a/src/include/storage/itemid.h +++ b/src/include/storage/itemid.h @@ -4,10 +4,10 @@ * Standard POSTGRES buffer page item identifier definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/itemid.h,v 1.22 2003/11/29 22:41:13 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/storage/itemid.h,v 1.23 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/itempos.h b/src/include/storage/itempos.h index a22cacc532..6df1e4f02e 100644 --- a/src/include/storage/itempos.h +++ b/src/include/storage/itempos.h @@ -4,10 +4,10 @@ * Standard POSTGRES buffer page long item subposition definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/itempos.h,v 1.18 2003/11/29 22:41:13 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/storage/itempos.h,v 1.19 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/itemptr.h b/src/include/storage/itemptr.h index 329f90017b..314d59c070 100644 --- a/src/include/storage/itemptr.h +++ b/src/include/storage/itemptr.h @@ -4,10 +4,10 @@ * POSTGRES disk item pointer definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/itemptr.h,v 1.24 2003/11/29 22:41:13 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/storage/itemptr.h,v 1.25 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/large_object.h b/src/include/storage/large_object.h index 164d3abb5d..609bb80459 100644 --- a/src/include/storage/large_object.h +++ b/src/include/storage/large_object.h @@ -5,10 +5,10 @@ * zillions of large objects (internal, external, jaquith, inversion). * Now we only support inversion. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/large_object.h,v 1.28 2004/07/28 14:23:31 tgl Exp $ + * $PostgreSQL: pgsql/src/include/storage/large_object.h,v 1.29 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/lmgr.h b/src/include/storage/lmgr.h index fc497c72e0..d9f8ff3683 100644 --- a/src/include/storage/lmgr.h +++ b/src/include/storage/lmgr.h @@ -4,10 +4,10 @@ * POSTGRES lock manager definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/lmgr.h,v 1.42 2003/12/01 21:59:25 momjian Exp $ + * $PostgreSQL: pgsql/src/include/storage/lmgr.h,v 1.43 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/lock.h b/src/include/storage/lock.h index eecc51a204..bd6f778398 100644 --- a/src/include/storage/lock.h +++ b/src/include/storage/lock.h @@ -4,10 +4,10 @@ * POSTGRES low-level lock mechanism * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/lock.h,v 1.81 2004/08/27 17:07:42 tgl Exp $ + * $PostgreSQL: pgsql/src/include/storage/lock.h,v 1.82 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/lwlock.h b/src/include/storage/lwlock.h index cef886c384..3477dcda8a 100644 --- a/src/include/storage/lwlock.h +++ b/src/include/storage/lwlock.h @@ -4,10 +4,10 @@ * Lightweight lock manager * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/lwlock.h,v 1.14 2004/08/23 23:22:45 tgl Exp $ + * $PostgreSQL: pgsql/src/include/storage/lwlock.h,v 1.15 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/off.h b/src/include/storage/off.h index b8abdef29d..41f9efbaf6 100644 --- a/src/include/storage/off.h +++ b/src/include/storage/off.h @@ -4,10 +4,10 @@ * POSTGRES disk "offset" definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/off.h,v 1.17 2003/11/29 22:41:13 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/storage/off.h,v 1.18 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/pg_sema.h b/src/include/storage/pg_sema.h index edd6c37aa5..e414d1e319 100644 --- a/src/include/storage/pg_sema.h +++ b/src/include/storage/pg_sema.h @@ -10,10 +10,10 @@ * be provided by each port. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/pg_sema.h,v 1.5 2003/11/29 22:41:13 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/storage/pg_sema.h,v 1.6 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/pg_shmem.h b/src/include/storage/pg_shmem.h index 955d251c3c..126e977b9e 100644 --- a/src/include/storage/pg_shmem.h +++ b/src/include/storage/pg_shmem.h @@ -14,10 +14,10 @@ * only one ID number. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/pg_shmem.h,v 1.10 2003/12/01 22:15:38 tgl Exp $ + * $PostgreSQL: pgsql/src/include/storage/pg_shmem.h,v 1.11 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/pmsignal.h b/src/include/storage/pmsignal.h index 808e5013c0..7b3dd9047e 100644 --- a/src/include/storage/pmsignal.h +++ b/src/include/storage/pmsignal.h @@ -4,10 +4,10 @@ * routines for signaling the postmaster from its child processes * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/pmsignal.h,v 1.9 2004/07/19 02:47:15 tgl Exp $ + * $PostgreSQL: pgsql/src/include/storage/pmsignal.h,v 1.10 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/pos.h b/src/include/storage/pos.h index 91b56284b4..10a14ee51b 100644 --- a/src/include/storage/pos.h +++ b/src/include/storage/pos.h @@ -4,10 +4,10 @@ * POSTGRES "position" definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/pos.h,v 1.16 2003/11/29 22:41:13 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/storage/pos.h,v 1.17 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index 9369aee460..aa9d6d73aa 100644 --- a/src/include/storage/proc.h +++ b/src/include/storage/proc.h @@ -4,10 +4,10 @@ * per-process shared memory data structures * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/proc.h,v 1.73 2004/08/27 17:07:42 tgl Exp $ + * $PostgreSQL: pgsql/src/include/storage/proc.h,v 1.74 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/relfilenode.h b/src/include/storage/relfilenode.h index d430412e67..8ac3fa3a2f 100644 --- a/src/include/storage/relfilenode.h +++ b/src/include/storage/relfilenode.h @@ -4,10 +4,10 @@ * Physical access information for relations. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/relfilenode.h,v 1.9 2004/06/18 06:14:13 tgl Exp $ + * $PostgreSQL: pgsql/src/include/storage/relfilenode.h,v 1.10 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h index 0725fd06d2..6236d79a72 100644 --- a/src/include/storage/s_lock.h +++ b/src/include/storage/s_lock.h @@ -63,10 +63,10 @@ * when using the SysV semaphore code. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.126 2004/06/19 23:02:32 tgl Exp $ + * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.127 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/shmem.h b/src/include/storage/shmem.h index 648cdf8c3a..b7a0d7b158 100644 --- a/src/include/storage/shmem.h +++ b/src/include/storage/shmem.h @@ -4,10 +4,10 @@ * shared memory management structures * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/shmem.h,v 1.41 2003/12/20 17:31:21 momjian Exp $ + * $PostgreSQL: pgsql/src/include/storage/shmem.h,v 1.42 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/sinval.h b/src/include/storage/sinval.h index 5ac995a29d..ae55f2c728 100644 --- a/src/include/storage/sinval.h +++ b/src/include/storage/sinval.h @@ -4,10 +4,10 @@ * POSTGRES shared cache invalidation communication definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/sinval.h,v 1.36 2004/08/01 17:32:21 tgl Exp $ + * $PostgreSQL: pgsql/src/include/storage/sinval.h,v 1.37 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/sinvaladt.h b/src/include/storage/sinvaladt.h index bad149d225..a7180c5829 100644 --- a/src/include/storage/sinvaladt.h +++ b/src/include/storage/sinvaladt.h @@ -4,10 +4,10 @@ * POSTGRES shared cache invalidation segment definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/sinvaladt.h,v 1.35 2003/11/29 22:41:13 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/storage/sinvaladt.h,v 1.36 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/smgr.h b/src/include/storage/smgr.h index f808120682..43441daac6 100644 --- a/src/include/storage/smgr.h +++ b/src/include/storage/smgr.h @@ -4,10 +4,10 @@ * storage manager switch public interface declarations. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/smgr.h,v 1.46 2004/07/17 03:31:26 tgl Exp $ + * $PostgreSQL: pgsql/src/include/storage/smgr.h,v 1.47 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/spin.h b/src/include/storage/spin.h index fbe9e65d45..a7e0220731 100644 --- a/src/include/storage/spin.h +++ b/src/include/storage/spin.h @@ -37,10 +37,10 @@ * supplied by s_lock.h. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/spin.h,v 1.23 2003/11/29 22:41:13 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/storage/spin.h,v 1.24 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h index 8a62ba395c..a8f74b8ccc 100644 --- a/src/include/tcop/dest.h +++ b/src/include/tcop/dest.h @@ -51,10 +51,10 @@ * calls in portal and cursor manipulations. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/tcop/dest.h,v 1.43 2003/11/29 22:41:14 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/tcop/dest.h,v 1.44 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/fastpath.h b/src/include/tcop/fastpath.h index 2221cadbae..eb27f26af4 100644 --- a/src/include/tcop/fastpath.h +++ b/src/include/tcop/fastpath.h @@ -3,10 +3,10 @@ * fastpath.h * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/tcop/fastpath.h,v 1.16 2003/11/29 22:41:14 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/tcop/fastpath.h,v 1.17 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h index e2efd3d5e3..e2146a4d64 100644 --- a/src/include/tcop/pquery.h +++ b/src/include/tcop/pquery.h @@ -4,10 +4,10 @@ * prototypes for pquery.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/tcop/pquery.h,v 1.31 2004/03/21 22:29:11 tgl Exp $ + * $PostgreSQL: pgsql/src/include/tcop/pquery.h,v 1.32 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/tcopdebug.h b/src/include/tcop/tcopdebug.h index 9200830ca2..0c46621e49 100644 --- a/src/include/tcop/tcopdebug.h +++ b/src/include/tcop/tcopdebug.h @@ -4,10 +4,10 @@ * #defines governing debugging behaviour in the traffic cop * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/tcop/tcopdebug.h,v 1.12 2003/11/29 22:41:14 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/tcop/tcopdebug.h,v 1.13 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h index 7f0effdc4e..8c5850fa84 100644 --- a/src/include/tcop/tcopprot.h +++ b/src/include/tcop/tcopprot.h @@ -4,10 +4,10 @@ * prototypes for postgres.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/tcop/tcopprot.h,v 1.69 2004/07/31 00:45:41 tgl Exp $ + * $PostgreSQL: pgsql/src/include/tcop/tcopprot.h,v 1.70 2004/08/29 04:13:10 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 a5398e0ded..eb4b83fd9f 100644 --- a/src/include/tcop/utility.h +++ b/src/include/tcop/utility.h @@ -4,10 +4,10 @@ * prototypes for utility.c. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/tcop/utility.h,v 1.22 2004/08/02 01:30:48 tgl Exp $ + * $PostgreSQL: pgsql/src/include/tcop/utility.h,v 1.23 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/acl.h b/src/include/utils/acl.h index 7ed019c7a3..9e6705079f 100644 --- a/src/include/utils/acl.h +++ b/src/include/utils/acl.h @@ -4,10 +4,10 @@ * Definition of (and support for) access control list data structures. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/acl.h,v 1.73 2004/08/06 18:05:49 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/acl.h,v 1.74 2004/08/29 04:13:10 momjian Exp $ * * NOTES * An ACL array is simply an array of AclItems, representing the union diff --git a/src/include/utils/array.h b/src/include/utils/array.h index 3114aefe10..81db5709cb 100644 --- a/src/include/utils/array.h +++ b/src/include/utils/array.h @@ -7,10 +7,10 @@ * utils/adt/arrayutils.c * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/array.h,v 1.48 2004/06/16 01:26:55 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/array.h,v 1.49 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/ascii.h b/src/include/utils/ascii.h index 8d5fcbada0..cf3c6cf447 100644 --- a/src/include/utils/ascii.h +++ b/src/include/utils/ascii.h @@ -1,9 +1,9 @@ /*----------------------------------------------------------------------- * ascii.h * - * Portions Copyright (c) 1999-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1999-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/utils/ascii.h,v 1.11 2003/11/29 22:41:15 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/utils/ascii.h,v 1.12 2004/08/29 04:13:10 momjian Exp $ * *----------------------------------------------------------------------- */ diff --git a/src/include/utils/builtins.h b/src/include/utils/builtins.h index 09d91d985c..66a56d0db9 100644 --- a/src/include/utils/builtins.h +++ b/src/include/utils/builtins.h @@ -4,10 +4,10 @@ * Declarations for operations on built-in types. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/builtins.h,v 1.247 2004/08/03 20:32:36 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/builtins.h,v 1.248 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/catcache.h b/src/include/utils/catcache.h index 627c172793..139c4351cb 100644 --- a/src/include/utils/catcache.h +++ b/src/include/utils/catcache.h @@ -10,10 +10,10 @@ * guarantee that there can only be one matching row for a key combination. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/catcache.h,v 1.50 2004/07/17 03:31:47 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/catcache.h,v 1.51 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/date.h b/src/include/utils/date.h index 64d448b389..d6d51086f9 100644 --- a/src/include/utils/date.h +++ b/src/include/utils/date.h @@ -4,10 +4,10 @@ * Definitions for the SQL92 "date" and "time" types. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/date.h,v 1.27 2004/07/02 22:50:06 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/date.h,v 1.28 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h index 1dd379fd21..ad6b550ac4 100644 --- a/src/include/utils/datetime.h +++ b/src/include/utils/datetime.h @@ -6,10 +6,10 @@ * including abstime, reltime, date, and time. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.49 2004/06/03 02:08:06 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.50 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/datum.h b/src/include/utils/datum.h index ec41c85c6b..37f3fc3e55 100644 --- a/src/include/utils/datum.h +++ b/src/include/utils/datum.h @@ -8,10 +8,10 @@ * of the Datum. (We do it this way because in most situations the caller * can look up the info just once and use it for many per-datum operations.) * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/datum.h,v 1.19 2003/11/29 22:41:15 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/utils/datum.h,v 1.20 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/dynahash.h b/src/include/utils/dynahash.h index 3bcf89a446..a176d6ef95 100644 --- a/src/include/utils/dynahash.h +++ b/src/include/utils/dynahash.h @@ -4,10 +4,10 @@ * POSTGRES dynahash.h file definitions * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/dynahash.h,v 1.14 2003/11/29 22:41:15 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/utils/dynahash.h,v 1.15 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/dynamic_loader.h b/src/include/utils/dynamic_loader.h index 287bae10f1..8012fdf9f5 100644 --- a/src/include/utils/dynamic_loader.h +++ b/src/include/utils/dynamic_loader.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/dynamic_loader.h,v 1.23 2003/11/29 22:41:15 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/utils/dynamic_loader.h,v 1.24 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/elog.h b/src/include/utils/elog.h index ac27b79624..201d029f01 100644 --- a/src/include/utils/elog.h +++ b/src/include/utils/elog.h @@ -4,10 +4,10 @@ * POSTGRES error reporting/logging definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/elog.h,v 1.73 2004/08/05 23:32:13 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/elog.h,v 1.74 2004/08/29 04:13:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/fmgrtab.h b/src/include/utils/fmgrtab.h index 04dd1901e0..ee2c3e4af2 100644 --- a/src/include/utils/fmgrtab.h +++ b/src/include/utils/fmgrtab.h @@ -3,10 +3,10 @@ * fmgrtab.h * The function manager's table of internal functions. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/fmgrtab.h,v 1.22 2003/11/29 22:41:15 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/utils/fmgrtab.h,v 1.23 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/formatting.h b/src/include/utils/formatting.h index 5f51c696ae..4a8d407d0f 100644 --- a/src/include/utils/formatting.h +++ b/src/include/utils/formatting.h @@ -2,10 +2,10 @@ /* ----------------------------------------------------------------------- * formatting.h * - * $PostgreSQL: pgsql/src/include/utils/formatting.h,v 1.13 2003/11/29 22:41:15 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/utils/formatting.h,v 1.14 2004/08/29 04:13:11 momjian Exp $ * * - * Portions Copyright (c) 1999-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1999-2004, PostgreSQL Global Development Group * * The PostgreSQL routines for a DateTime/int/float/numeric formatting, * inspire with Oracle TO_CHAR() / TO_DATE() / TO_NUMBER() routines. diff --git a/src/include/utils/geo_decls.h b/src/include/utils/geo_decls.h index e4f2b6855b..852dc9b784 100644 --- a/src/include/utils/geo_decls.h +++ b/src/include/utils/geo_decls.h @@ -3,10 +3,10 @@ * geo_decls.h - Declarations for various 2D constructs. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/geo_decls.h,v 1.44 2004/05/26 18:35:47 momjian Exp $ + * $PostgreSQL: pgsql/src/include/utils/geo_decls.h,v 1.45 2004/08/29 04:13:11 momjian Exp $ * * NOTE * These routines do *not* use the float types from adt/. diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h index 2a58ad048a..c7e67bb8fa 100644 --- a/src/include/utils/guc.h +++ b/src/include/utils/guc.h @@ -4,10 +4,10 @@ * External declarations pertaining to backend/utils/misc/guc.c and * backend/utils/misc/guc-file.l * - * Copyright (c) 2000-2003, PostgreSQL Global Development Group + * Copyright (c) 2000-2004, PostgreSQL Global Development Group * Written by Peter Eisentraut <peter_e@gmx.net>. * - * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.49 2004/07/11 00:18:45 momjian Exp $ + * $PostgreSQL: pgsql/src/include/utils/guc.h,v 1.50 2004/08/29 04:13:11 momjian Exp $ *-------------------------------------------------------------------- */ #ifndef GUC_H diff --git a/src/include/utils/guc_tables.h b/src/include/utils/guc_tables.h index 5293a74289..fff83ba0ea 100644 --- a/src/include/utils/guc_tables.h +++ b/src/include/utils/guc_tables.h @@ -5,9 +5,9 @@ * * See src/backend/utils/misc/README for design notes. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/utils/guc_tables.h,v 1.14 2004/07/21 20:34:49 momjian Exp $ + * $PostgreSQL: pgsql/src/include/utils/guc_tables.h,v 1.15 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/help_config.h b/src/include/utils/help_config.h index 65b4b4bf7e..9f99355172 100644 --- a/src/include/utils/help_config.h +++ b/src/include/utils/help_config.h @@ -3,9 +3,9 @@ * help_config.h * Interface to the --help-config option of main.c * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/utils/help_config.h,v 1.5 2003/11/29 22:41:15 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/utils/help_config.h,v 1.6 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/hsearch.h b/src/include/utils/hsearch.h index 509c563dc2..b6eafb5807 100644 --- a/src/include/utils/hsearch.h +++ b/src/include/utils/hsearch.h @@ -4,10 +4,10 @@ * for hash tables, particularly hash tables in shared memory * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/hsearch.h,v 1.30 2003/11/29 22:41:15 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/utils/hsearch.h,v 1.31 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/inet.h b/src/include/utils/inet.h index ed0e27b2a3..e0fbff6cd3 100644 --- a/src/include/utils/inet.h +++ b/src/include/utils/inet.h @@ -4,10 +4,10 @@ * Declarations for operations on INET datatypes. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/inet.h,v 1.18 2004/06/13 21:57:26 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/inet.h,v 1.19 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/int8.h b/src/include/utils/int8.h index eaaf9448a9..bbc2959c40 100644 --- a/src/include/utils/int8.h +++ b/src/include/utils/int8.h @@ -4,10 +4,10 @@ * Declarations for operations on 64-bit integers. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/int8.h,v 1.41 2004/02/03 08:29:57 joe Exp $ + * $PostgreSQL: pgsql/src/include/utils/int8.h,v 1.42 2004/08/29 04:13:11 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 cf12122ea5..3c827732be 100644 --- a/src/include/utils/inval.h +++ b/src/include/utils/inval.h @@ -4,10 +4,10 @@ * POSTGRES cache invalidation dispatcher definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/inval.h,v 1.33 2004/07/28 14:23:31 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/inval.h,v 1.34 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/logtape.h b/src/include/utils/logtape.h index d003f7c7fe..5ebbf6ab88 100644 --- a/src/include/utils/logtape.h +++ b/src/include/utils/logtape.h @@ -5,10 +5,10 @@ * * See logtape.c for explanations. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/logtape.h,v 1.10 2003/11/29 22:41:15 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/utils/logtape.h,v 1.11 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/lsyscache.h b/src/include/utils/lsyscache.h index 10d2104b8d..3cfa1b7310 100644 --- a/src/include/utils/lsyscache.h +++ b/src/include/utils/lsyscache.h @@ -3,10 +3,10 @@ * lsyscache.h * Convenience routines for common queries in the system catalog cache. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/lsyscache.h,v 1.88 2004/06/18 06:14:21 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/lsyscache.h,v 1.89 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/memutils.h b/src/include/utils/memutils.h index d2d7d4a909..8cf7d8bc46 100644 --- a/src/include/utils/memutils.h +++ b/src/include/utils/memutils.h @@ -7,10 +7,10 @@ * of the API of the memory management subsystem. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/memutils.h,v 1.56 2004/07/01 00:51:44 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/memutils.h,v 1.57 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/nabstime.h b/src/include/utils/nabstime.h index 914dd9ebd7..6a948702d1 100644 --- a/src/include/utils/nabstime.h +++ b/src/include/utils/nabstime.h @@ -4,10 +4,10 @@ * Definitions for the "new" abstime code. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/nabstime.h,v 1.43 2004/06/03 02:08:06 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/nabstime.h,v 1.44 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/numeric.h b/src/include/utils/numeric.h index fd66285dae..64c1c61d53 100644 --- a/src/include/utils/numeric.h +++ b/src/include/utils/numeric.h @@ -5,9 +5,9 @@ * * Original coding 1998, Jan Wieck. Heavily revised 2003, Tom Lane. * - * Copyright (c) 1998-2003, PostgreSQL Global Development Group + * Copyright (c) 1998-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/utils/numeric.h,v 1.18 2003/11/29 22:41:15 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/utils/numeric.h,v 1.19 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/palloc.h b/src/include/utils/palloc.h index 30b270a58c..5ded650561 100644 --- a/src/include/utils/palloc.h +++ b/src/include/utils/palloc.h @@ -18,10 +18,10 @@ * everything that should be freed. See utils/mmgr/README for more info. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/palloc.h,v 1.29 2004/08/08 16:13:05 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/palloc.h,v 1.30 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/pg_crc.h b/src/include/utils/pg_crc.h index 7d8327feae..406fd1ff0a 100644 --- a/src/include/utils/pg_crc.h +++ b/src/include/utils/pg_crc.h @@ -3,10 +3,10 @@ * * PostgreSQL 64-bit CRC support * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/pg_crc.h,v 1.10 2003/11/29 22:41:16 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/utils/pg_crc.h,v 1.11 2004/08/29 04:13:11 momjian Exp $ */ #ifndef PG_CRC_H #define PG_CRC_H diff --git a/src/include/utils/pg_locale.h b/src/include/utils/pg_locale.h index 970724ad24..d41d05af6f 100644 --- a/src/include/utils/pg_locale.h +++ b/src/include/utils/pg_locale.h @@ -2,9 +2,9 @@ * * PostgreSQL locale utilities * - * $PostgreSQL: pgsql/src/include/utils/pg_locale.h,v 1.17 2004/01/19 19:04:40 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/pg_locale.h,v 1.18 2004/08/29 04:13:11 momjian Exp $ * - * Copyright (c) 2002-2003, PostgreSQL Global Development Group + * Copyright (c) 2002-2004, PostgreSQL Global Development Group * *----------------------------------------------------------------------- */ diff --git a/src/include/utils/portal.h b/src/include/utils/portal.h index d5a12520d0..2b9b0f0c90 100644 --- a/src/include/utils/portal.h +++ b/src/include/utils/portal.h @@ -36,10 +36,10 @@ * to look like NO SCROLL cursors. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/portal.h,v 1.50 2004/07/17 03:31:47 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/portal.h,v 1.51 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h index 7f0c1351bd..e68fde8ed7 100644 --- a/src/include/utils/rel.h +++ b/src/include/utils/rel.h @@ -4,10 +4,10 @@ * POSTGRES relation descriptor (a/k/a relcache entry) definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/rel.h,v 1.77 2004/08/28 20:31:44 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/rel.h,v 1.78 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/relcache.h b/src/include/utils/relcache.h index 7b244be413..e0446c8378 100644 --- a/src/include/utils/relcache.h +++ b/src/include/utils/relcache.h @@ -4,10 +4,10 @@ * Relation descriptor cache definitions. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/relcache.h,v 1.43 2004/08/28 20:31:44 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/relcache.h,v 1.44 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/resowner.h b/src/include/utils/resowner.h index 038ed910ce..62e8ecb8db 100644 --- a/src/include/utils/resowner.h +++ b/src/include/utils/resowner.h @@ -9,10 +9,10 @@ * See utils/resowner/README for more info. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/resowner.h,v 1.2 2004/08/27 17:07:42 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/resowner.h,v 1.3 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/selfuncs.h b/src/include/utils/selfuncs.h index 797e0a4c70..a052477fd3 100644 --- a/src/include/utils/selfuncs.h +++ b/src/include/utils/selfuncs.h @@ -5,10 +5,10 @@ * standard operators and index access methods. * * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/selfuncs.h,v 1.17 2004/02/17 00:52:53 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/selfuncs.h,v 1.18 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h index b1537d8525..19d4ac538b 100644 --- a/src/include/utils/syscache.h +++ b/src/include/utils/syscache.h @@ -6,10 +6,10 @@ * See also lsyscache.h, which provides convenience routines for * common cache-lookup operations. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/syscache.h,v 1.56 2003/11/29 22:41:16 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/utils/syscache.h,v 1.57 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/timestamp.h b/src/include/utils/timestamp.h index 32de318f94..e392b38b14 100644 --- a/src/include/utils/timestamp.h +++ b/src/include/utils/timestamp.h @@ -3,10 +3,10 @@ * timestamp.h * Definitions for the SQL92 "timestamp" and "interval" types. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/timestamp.h,v 1.37 2004/05/21 05:08:05 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/timestamp.h,v 1.38 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/tqual.h b/src/include/utils/tqual.h index 708bec0959..e378e444da 100644 --- a/src/include/utils/tqual.h +++ b/src/include/utils/tqual.h @@ -5,10 +5,10 @@ * * Should be moved/renamed... - vadim 07/28/98 * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/tqual.h,v 1.49 2003/11/29 22:41:16 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/utils/tqual.h,v 1.50 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/tuplesort.h b/src/include/utils/tuplesort.h index 70cbbfbabe..c68d63a61b 100644 --- a/src/include/utils/tuplesort.h +++ b/src/include/utils/tuplesort.h @@ -10,10 +10,10 @@ * amounts are sorted using temporary files and a standard external sort * algorithm. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/tuplesort.h,v 1.15 2004/02/03 17:34:04 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/tuplesort.h,v 1.16 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/tuplestore.h b/src/include/utils/tuplestore.h index 6a6dc7a613..5676859c7a 100644 --- a/src/include/utils/tuplestore.h +++ b/src/include/utils/tuplestore.h @@ -14,10 +14,10 @@ * A temporary file is used to handle the data if it exceeds the * space limit specified by the caller. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/tuplestore.h,v 1.14 2003/11/29 22:41:16 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/utils/tuplestore.h,v 1.15 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/typcache.h b/src/include/utils/typcache.h index 0856fddea1..b94bcd9356 100644 --- a/src/include/utils/typcache.h +++ b/src/include/utils/typcache.h @@ -6,10 +6,10 @@ * The type cache exists to speed lookup of certain information about data * types that is not directly available from a type's pg_type row. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/typcache.h,v 1.4 2004/06/05 01:55:05 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/typcache.h,v 1.5 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/varbit.h b/src/include/utils/varbit.h index 604bd62610..7617d5db04 100644 --- a/src/include/utils/varbit.h +++ b/src/include/utils/varbit.h @@ -5,10 +5,10 @@ * * Code originally contributed by Adriaan Joubert. * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/varbit.h,v 1.19 2003/11/29 22:41:16 pgsql Exp $ + * $PostgreSQL: pgsql/src/include/utils/varbit.h,v 1.20 2004/08/29 04:13:11 momjian Exp $ * *------------------------------------------------------------------------- */ |