diff options
author | Bruce Momjian | 2003-08-04 02:40:20 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-08-04 02:40:20 +0000 |
commit | f3c3deb7d003cad114696b0bf5e01b04bb5b8fd0 (patch) | |
tree | 5b7d6c90f7c093383795b9218d6238ea1447edab /src/include | |
parent | 19f7ca78cc8201327c0f5702d37da3e79ffda0a8 (diff) |
Update copyrights to 2003.
Diffstat (limited to 'src/include')
259 files changed, 517 insertions, 517 deletions
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h index 33258d4b6a..16d16f5a9d 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: attnum.h,v 1.16 2002/06/20 20:29:42 momjian Exp $ + * $Id: attnum.h,v 1.17 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/clog.h b/src/include/access/clog.h index 6db92e9566..958768204a 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: clog.h,v 1.6 2002/06/20 20:29:42 momjian Exp $ + * $Id: clog.h,v 1.7 2003/08/04 02:40:10 momjian Exp $ */ #ifndef CLOG_H #define CLOG_H diff --git a/src/include/access/genam.h b/src/include/access/genam.h index ac61ec35ac..3f72fe0131 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: genam.h,v 1.41 2003/08/04 00:43:29 momjian Exp $ + * $Id: genam.h,v 1.42 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/gist.h b/src/include/access/gist.h index 0d03c520a2..fbe3e5a9f2 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: gist.h,v 1.36 2002/06/20 20:29:42 momjian Exp $ + * $Id: gist.h,v 1.37 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/gistscan.h b/src/include/access/gistscan.h index bf9cb36cca..240c486d51 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: gistscan.h,v 1.20 2002/06/20 20:29:42 momjian Exp $ + * $Id: gistscan.h,v 1.21 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/hash.h b/src/include/access/hash.h index 5834f92188..821f8348e8 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: hash.h,v 1.48 2003/06/22 22:04:54 tgl Exp $ + * $Id: hash.h,v 1.49 2003/08/04 02:40:10 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 b6df722086..34f1241ed5 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: heapam.h,v 1.82 2003/08/04 00:43:29 momjian Exp $ + * $Id: heapam.h,v 1.83 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/hio.h b/src/include/access/hio.h index c732f19660..0fb61a9586 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: hio.h,v 1.23 2002/06/20 20:29:43 momjian Exp $ + * $Id: hio.h,v 1.24 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/htup.h b/src/include/access/htup.h index f340c8143a..c7a97d96c7 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: htup.h,v 1.61 2002/09/26 22:46:29 tgl Exp $ + * $Id: htup.h,v 1.62 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/ibit.h b/src/include/access/ibit.h index d0b0155d1b..6fe9e35ae6 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: ibit.h,v 1.19 2002/06/20 20:29:43 momjian Exp $ + * $Id: ibit.h,v 1.20 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/iqual.h b/src/include/access/iqual.h index 7ac4b10129..b64fcd1cd0 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: iqual.h,v 1.19 2002/06/20 20:29:43 momjian Exp $ + * $Id: iqual.h,v 1.20 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/istrat.h b/src/include/access/istrat.h index a3236e6c75..b538d2aae0 100644 --- a/src/include/access/istrat.h +++ b/src/include/access/istrat.h @@ -4,10 +4,10 @@ * POSTGRES index strategy definitions. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: istrat.h,v 1.26 2002/09/04 20:31:37 momjian Exp $ + * $Id: istrat.h,v 1.27 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/itup.h b/src/include/access/itup.h index 1cac66a56e..ebd6fd7b00 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: itup.h,v 1.37 2003/02/23 06:17:13 tgl Exp $ + * $Id: itup.h,v 1.38 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h index 28b19c50dc..70e7d159fc 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nbtree.h,v 1.68 2003/08/04 00:43:29 momjian Exp $ + * $Id: nbtree.h,v 1.69 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/printtup.h b/src/include/access/printtup.h index 69a446d657..cd463b7709 100644 --- a/src/include/access/printtup.h +++ b/src/include/access/printtup.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: printtup.h,v 1.28 2003/08/04 00:43:29 momjian Exp $ + * $Id: printtup.h,v 1.29 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h index 1675248544..63c6bcc56b 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: relscan.h,v 1.31 2003/08/04 00:43:29 momjian Exp $ + * $Id: relscan.h,v 1.32 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/rtree.h b/src/include/access/rtree.h index 606735e5e2..ed8dd6cf2e 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rtree.h,v 1.29 2002/06/20 20:29:43 momjian Exp $ + * $Id: rtree.h,v 1.30 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/rtscan.h b/src/include/access/rtscan.h index 4e8b927f6b..1e1b19ca38 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rtscan.h,v 1.14 2002/06/20 20:29:43 momjian Exp $ + * $Id: rtscan.h,v 1.15 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/sdir.h b/src/include/access/sdir.h index 5431d2c6fd..fbd80ad5f5 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: sdir.h,v 1.13 2002/06/20 20:29:43 momjian Exp $ + * $Id: sdir.h,v 1.14 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/skey.h b/src/include/access/skey.h index 9879744388..2e66cfd894 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: skey.h,v 1.21 2002/06/20 20:29:43 momjian Exp $ + * $Id: skey.h,v 1.22 2003/08/04 02:40:10 momjian Exp $ * * Note: * Needs more accessor/assignment routines. diff --git a/src/include/access/strat.h b/src/include/access/strat.h index 1127749add..f697f79e4e 100644 --- a/src/include/access/strat.h +++ b/src/include/access/strat.h @@ -5,10 +5,10 @@ * (separated out from original istrat.h to avoid circular refs) * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: strat.h,v 1.26 2002/06/20 20:29:43 momjian Exp $ + * $Id: strat.h,v 1.27 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/transam.h b/src/include/access/transam.h index 60162e372a..8086e4e4b5 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: transam.h,v 1.46 2002/06/20 20:29:43 momjian Exp $ + * $Id: transam.h,v 1.47 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/tupdesc.h b/src/include/access/tupdesc.h index 00ac016d2f..c955689663 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tupdesc.h,v 1.39 2002/09/04 20:31:37 momjian Exp $ + * $Id: tupdesc.h,v 1.40 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/tupmacs.h b/src/include/access/tupmacs.h index 85f9b0052e..3fc3bc76a3 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tupmacs.h,v 1.23 2003/07/27 17:10:07 tgl Exp $ + * $Id: tupmacs.h,v 1.24 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/valid.h b/src/include/access/valid.h index 7764421dac..c1b8f02127 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: valid.h,v 1.29 2002/09/04 20:31:37 momjian Exp $ + * $Id: valid.h,v 1.30 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/xact.h b/src/include/access/xact.h index 4a8c5f6772..2239c04dd7 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: xact.h,v 1.53 2003/08/04 00:43:30 momjian Exp $ + * $Id: xact.h,v 1.54 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h index 074e126abd..71a2fe72fd 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: xlog.h,v 1.43 2003/08/04 00:43:30 momjian Exp $ + * $Id: xlog.h,v 1.44 2003/08/04 02:40:10 momjian Exp $ */ #ifndef XLOG_H #define XLOG_H diff --git a/src/include/access/xlogdefs.h b/src/include/access/xlogdefs.h index ac61fd0ba7..d996ab047d 100644 --- a/src/include/access/xlogdefs.h +++ b/src/include/access/xlogdefs.h @@ -4,10 +4,10 @@ * Postgres transaction log manager record pointer and * system startup number definitions * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: xlogdefs.h,v 1.8 2002/06/20 20:29:43 momjian Exp $ + * $Id: xlogdefs.h,v 1.9 2003/08/04 02:40:10 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 ed112977dc..49042c569e 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: xlogutils.h,v 1.11 2002/06/20 20:29:43 momjian Exp $ + * $Id: xlogutils.h,v 1.12 2003/08/04 02:40:10 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 7a61e75f98..e444aeef43 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: bootstrap.h,v 1.30 2002/06/20 20:29:43 momjian Exp $ + * $Id: bootstrap.h,v 1.31 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/c.h b/src/include/c.h index f49978725d..02d47bfe46 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: c.h,v 1.151 2003/08/04 00:43:29 momjian Exp $ + * $Id: c.h,v 1.152 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/catalog.h b/src/include/catalog/catalog.h index 38d4d4c2fd..dfbcd2ac73 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: catalog.h,v 1.25 2002/06/20 20:29:43 momjian Exp $ + * $Id: catalog.h,v 1.26 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/catname.h b/src/include/catalog/catname.h index dc1fedae9e..1879206af2 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: catname.h,v 1.29 2002/07/18 23:11:30 petere Exp $ + * $Id: catname.h,v 1.30 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index c8d9511a79..48723471a2 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: catversion.h,v 1.205 2003/08/04 00:43:30 momjian Exp $ + * $Id: catversion.h,v 1.206 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/dependency.h b/src/include/catalog/dependency.h index b12ecb4666..0327ee9ac9 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: dependency.h,v 1.9 2003/08/04 00:43:30 momjian Exp $ + * $Id: dependency.h,v 1.10 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/heap.h b/src/include/catalog/heap.h index 1a69f0147f..86c97ff478 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: heap.h,v 1.60 2002/12/16 18:39:22 tgl Exp $ + * $Id: heap.h,v 1.61 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/index.h b/src/include/catalog/index.h index 5833a92e2e..e3ee98a7c3 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: index.h,v 1.51 2003/05/28 16:04:00 tgl Exp $ + * $Id: index.h,v 1.52 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/indexing.h b/src/include/catalog/indexing.h index ea251a329c..1150f1e47c 100644 --- a/src/include/catalog/indexing.h +++ b/src/include/catalog/indexing.h @@ -5,10 +5,10 @@ * on system catalogs * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: indexing.h,v 1.78 2003/05/13 04:38:58 tgl Exp $ + * $Id: indexing.h,v 1.79 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/namespace.h b/src/include/catalog/namespace.h index 6e9522bcd9..7e70d726d1 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: namespace.h,v 1.26 2003/01/12 18:19:37 petere Exp $ + * $Id: namespace.h,v 1.27 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/pg_aggregate.h b/src/include/catalog/pg_aggregate.h index 11d6e1f568..b04f5ddefd 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_aggregate.h,v 1.40 2002/09/04 20:31:37 momjian Exp $ + * $Id: pg_aggregate.h,v 1.41 2003/08/04 02:40:10 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 40162386d8..ae45287622 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_am.h,v 1.27 2003/08/04 00:43:30 momjian Exp $ + * $Id: pg_am.h,v 1.28 2003/08/04 02:40:10 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 e2816b3c21..fcf162eb98 100644 --- a/src/include/catalog/pg_amop.h +++ b/src/include/catalog/pg_amop.h @@ -13,10 +13,10 @@ * for multiple strategy numbers of a single opclass. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_amop.h,v 1.53 2003/06/27 00:33:25 tgl Exp $ + * $Id: pg_amop.h,v 1.54 2003/08/04 02:40:10 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 15ec04c553..24c1fa416f 100644 --- a/src/include/catalog/pg_amproc.h +++ b/src/include/catalog/pg_amproc.h @@ -11,10 +11,10 @@ * Note: the primary key for this table is <amopclaid, amprocnum>. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_amproc.h,v 1.42 2003/08/04 00:43:30 momjian Exp $ + * $Id: pg_amproc.h,v 1.43 2003/08/04 02:40:11 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 20ddc7181e..9fbc48eb8f 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_attrdef.h,v 1.14 2003/03/10 22:28:19 tgl Exp $ + * $Id: pg_attrdef.h,v 1.15 2003/08/04 02:40:11 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 77df7446c8..fd19c697d8 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_attribute.h,v 1.103 2003/08/04 00:43:30 momjian Exp $ + * $Id: pg_attribute.h,v 1.104 2003/08/04 02:40:11 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 db7f3709f9..fdd82b712a 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_class.h,v 1.76 2003/05/08 22:19:57 tgl Exp $ + * $Id: pg_class.h,v 1.77 2003/08/04 02:40:11 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 80868188a8..dec6a3831d 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_constraint.h,v 1.7 2003/08/04 00:43:30 momjian Exp $ + * $Id: pg_constraint.h,v 1.8 2003/08/04 02:40:12 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 42179b2f84..4777e1eeea 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_control.h,v 1.10 2002/09/04 20:31:37 momjian Exp $ + * $Id: pg_control.h,v 1.11 2003/08/04 02:40:12 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/catalog/pg_conversion.h b/src/include/catalog/pg_conversion.h index c3d150368f..9d687860ef 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_conversion.h,v 1.9 2003/01/09 18:00:24 tgl Exp $ + * $Id: pg_conversion.h,v 1.10 2003/08/04 02:40:12 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 fbdcd6f4a6..6c5a1c33e0 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_database.h,v 1.28 2003/03/10 22:28:19 tgl Exp $ + * $Id: pg_database.h,v 1.29 2003/08/04 02:40:12 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 169a98fc2c..3a6255bd14 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_depend.h,v 1.1 2002/07/12 18:43:19 tgl Exp $ + * $Id: pg_depend.h,v 1.2 2003/08/04 02:40:12 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 87e4698e36..d5ca901486 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_description.h,v 1.18 2003/03/10 22:28:19 tgl Exp $ + * $Id: pg_description.h,v 1.19 2003/08/04 02:40:12 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 e8da8a54c7..9680cbe1a9 100644 --- a/src/include/catalog/pg_group.h +++ b/src/include/catalog/pg_group.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_group.h,v 1.16 2003/03/10 22:28:19 tgl Exp $ + * $Id: pg_group.h,v 1.17 2003/08/04 02:40:12 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 2984b862aa..925b9cb10b 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_index.h,v 1.31 2003/05/28 16:04:00 tgl Exp $ + * $Id: pg_index.h,v 1.32 2003/08/04 02:40:12 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 a1618710ff..5bd42b5d52 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_inherits.h,v 1.15 2003/03/10 22:28:19 tgl Exp $ + * $Id: pg_inherits.h,v 1.16 2003/08/04 02:40:12 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 259bef62f1..a4ec0f543b 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_language.h,v 1.21 2003/03/10 22:28:19 tgl Exp $ + * $Id: pg_language.h,v 1.22 2003/08/04 02:40:12 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 25372509a0..17e1872720 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_largeobject.h,v 1.14 2003/03/10 22:28:19 tgl Exp $ + * $Id: pg_largeobject.h,v 1.15 2003/08/04 02:40:12 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 db68815be0..e14683707b 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_listener.h,v 1.14 2003/03/10 22:28:19 tgl Exp $ + * $Id: pg_listener.h,v 1.15 2003/08/04 02:40:12 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 00083dd518..12b75c4e9f 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_namespace.h,v 1.9 2003/03/19 16:08:59 petere Exp $ + * $Id: pg_namespace.h,v 1.10 2003/08/04 02:40:12 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 4c1b78ac3f..bbd69dca5b 100644 --- a/src/include/catalog/pg_opclass.h +++ b/src/include/catalog/pg_opclass.h @@ -23,10 +23,10 @@ * responsibility of the index access method --- not all AMs support this. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_opclass.h,v 1.55 2003/08/04 00:43:30 momjian Exp $ + * $Id: pg_opclass.h,v 1.56 2003/08/04 02:40:12 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 85cce6db39..176cd1eaaf 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_operator.h,v 1.119 2003/08/04 00:43:30 momjian Exp $ + * $Id: pg_operator.h,v 1.120 2003/08/04 02:40:12 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 b81ad142e8..1fe3812d70 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_proc.h,v 1.311 2003/08/04 00:43:30 momjian Exp $ + * $Id: pg_proc.h,v 1.312 2003/08/04 02:40:12 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 d7316e55fe..a0a581d316 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_rewrite.h,v 1.20 2003/03/10 22:28:21 tgl Exp $ + * $Id: pg_rewrite.h,v 1.21 2003/08/04 02:40:12 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 035cf8e29c..2529f3721f 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_shadow.h,v 1.23 2002/09/04 20:31:42 momjian Exp $ + * $Id: pg_shadow.h,v 1.24 2003/08/04 02:40:12 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 b752bc9c60..ab6e3e2a03 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_statistic.h,v 1.21 2003/08/04 00:43:30 momjian Exp $ + * $Id: pg_statistic.h,v 1.22 2003/08/04 02:40:12 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 30c15f5093..f5a12d0b73 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, 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 57e24bfc48..06421ae62d 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_type.h,v 1.146 2003/08/04 00:43:30 momjian Exp $ + * $Id: pg_type.h,v 1.147 2003/08/04 02:40:12 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 b02f88c603..b306ae5499 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_version.h,v 1.16 2003/03/10 22:28:21 tgl Exp $ + * $Id: pg_version.h,v 1.17 2003/08/04 02:40:12 momjian Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki diff --git a/src/include/commands/async.h b/src/include/commands/async.h index 2dc4be8c0b..5fb733bd83 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: async.h,v 1.21 2002/06/20 20:29:49 momjian Exp $ + * $Id: async.h,v 1.22 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h index 7eb11d60b0..a0b9805641 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994-5, Regents of the University of California * - * $Id: cluster.h,v 1.18 2002/12/30 18:42:16 tgl Exp $ + * $Id: cluster.h,v 1.19 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/conversioncmds.h b/src/include/commands/conversioncmds.h index babb9f56e1..9539114e83 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: conversioncmds.h,v 1.4 2003/06/27 14:45:31 petere Exp $ + * $Id: conversioncmds.h,v 1.5 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/copy.h b/src/include/commands/copy.h index 4eab57362a..bdd6db66b5 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: copy.h,v 1.21 2003/04/24 21:16:44 tgl Exp $ + * $Id: copy.h,v 1.22 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/dbcommands.h b/src/include/commands/dbcommands.h index 5a3d91d2c4..4ec179690e 100644 --- a/src/include/commands/dbcommands.h +++ b/src/include/commands/dbcommands.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: dbcommands.h,v 1.28 2003/08/04 00:43:30 momjian Exp $ + * $Id: dbcommands.h,v 1.29 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h index 5fe7a6c5da..e192c868fa 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: defrem.h,v 1.51 2003/06/27 14:45:31 petere Exp $ + * $Id: defrem.h,v 1.52 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/explain.h b/src/include/commands/explain.h index 60391ea0e3..db88c77558 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994-5, Regents of the University of California * - * $Id: explain.h,v 1.20 2003/08/04 00:43:30 momjian Exp $ + * $Id: explain.h,v 1.21 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/lockcmds.h b/src/include/commands/lockcmds.h index d4be4fe48a..3b40e83aa7 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: lockcmds.h,v 1.2 2002/09/04 20:31:42 momjian Exp $ + * $Id: lockcmds.h,v 1.3 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/portalcmds.h b/src/include/commands/portalcmds.h index 25cae460b9..136417269a 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: portalcmds.h,v 1.11 2003/08/04 00:43:30 momjian Exp $ + * $Id: portalcmds.h,v 1.12 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/schemacmds.h b/src/include/commands/schemacmds.h index b50ace5c12..2a6d088e29 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: schemacmds.h,v 1.4 2003/06/27 14:45:31 petere Exp $ + * $Id: schemacmds.h,v 1.5 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/sequence.h b/src/include/commands/sequence.h index 3c4b6f1c4a..1fbf0181d8 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: sequence.h,v 1.24 2003/08/04 00:43:30 momjian Exp $ + * $Id: sequence.h,v 1.25 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/tablecmds.h b/src/include/commands/tablecmds.h index a87dbdf5f2..793f3a6c79 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tablecmds.h,v 1.12 2003/03/20 18:52:48 momjian Exp $ + * $Id: tablecmds.h,v 1.13 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h index 1a2a33b3c2..d3aa9e385a 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: trigger.h,v 1.42 2003/08/04 00:43:30 momjian Exp $ + * $Id: trigger.h,v 1.43 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/typecmds.h b/src/include/commands/typecmds.h index 662fa73d93..04574bfb15 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: typecmds.h,v 1.6 2003/08/04 00:43:30 momjian Exp $ + * $Id: typecmds.h,v 1.7 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h index 9d6565659b..194adb17c8 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: vacuum.h,v 1.45 2002/07/31 17:19:54 tgl Exp $ + * $Id: vacuum.h,v 1.46 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/version.h b/src/include/commands/version.h index 6b88d97612..111377ae0a 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: version.h,v 1.13 2002/06/20 20:29:49 momjian Exp $ + * $Id: version.h,v 1.14 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/commands/view.h b/src/include/commands/view.h index e476d8224e..affcf48423 100644 --- a/src/include/commands/view.h +++ b/src/include/commands/view.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: view.h,v 1.17 2002/09/02 02:13:02 tgl Exp $ + * $Id: view.h,v 1.18 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/execdebug.h b/src/include/executor/execdebug.h index a01c60ccc1..e95c27d07e 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: execdebug.h,v 1.20 2002/06/20 20:29:49 momjian Exp $ + * $Id: execdebug.h,v 1.21 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/execdefs.h b/src/include/executor/execdefs.h index 4cfd4c435e..c76e00d786 100644 --- a/src/include/executor/execdefs.h +++ b/src/include/executor/execdefs.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: execdefs.h,v 1.13 2002/06/20 20:29:49 momjian Exp $ + * $Id: execdefs.h,v 1.14 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/execdesc.h b/src/include/executor/execdesc.h index 05e04c72eb..1fa2934110 100644 --- a/src/include/executor/execdesc.h +++ b/src/include/executor/execdesc.h @@ -5,10 +5,10 @@ * and related modules. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: execdesc.h,v 1.25 2003/08/04 00:43:30 momjian Exp $ + * $Id: execdesc.h,v 1.26 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h index d68289ffe0..4fdc0c6643 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: executor.h,v 1.97 2003/08/04 00:43:30 momjian Exp $ + * $Id: executor.h,v 1.98 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/functions.h b/src/include/executor/functions.h index becb78b642..f7089fd8e4 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: functions.h,v 1.19 2002/06/20 20:29:49 momjian Exp $ + * $Id: functions.h,v 1.20 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/hashjoin.h b/src/include/executor/hashjoin.h index 1407e53781..b62c0b4878 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: hashjoin.h,v 1.29 2003/08/04 00:43:30 momjian Exp $ + * $Id: hashjoin.h,v 1.30 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeAgg.h b/src/include/executor/nodeAgg.h index a2817306da..c07afd6a4f 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeAgg.h,v 1.19 2003/01/10 23:54:24 tgl Exp $ + * $Id: nodeAgg.h,v 1.20 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeAppend.h b/src/include/executor/nodeAppend.h index 3d18b66d16..356b20d10d 100644 --- a/src/include/executor/nodeAppend.h +++ b/src/include/executor/nodeAppend.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeAppend.h,v 1.18 2002/12/05 15:50:37 tgl Exp $ + * $Id: nodeAppend.h,v 1.19 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeFunctionscan.h b/src/include/executor/nodeFunctionscan.h index 893d6b097e..5161ba4ff6 100644 --- a/src/include/executor/nodeFunctionscan.h +++ b/src/include/executor/nodeFunctionscan.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeFunctionscan.h,v 1.3 2002/12/05 15:50:37 tgl Exp $ + * $Id: nodeFunctionscan.h,v 1.4 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeGroup.h b/src/include/executor/nodeGroup.h index 2a6b733c9d..4e913272c8 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeGroup.h,v 1.24 2003/01/10 23:54:24 tgl Exp $ + * $Id: nodeGroup.h,v 1.25 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeHash.h b/src/include/executor/nodeHash.h index 4f4359c23e..f1390468bd 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeHash.h,v 1.31 2003/08/04 00:43:30 momjian Exp $ + * $Id: nodeHash.h,v 1.32 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeHashjoin.h b/src/include/executor/nodeHashjoin.h index 9233c0758a..3326171d24 100644 --- a/src/include/executor/nodeHashjoin.h +++ b/src/include/executor/nodeHashjoin.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeHashjoin.h,v 1.24 2002/12/05 15:50:37 tgl Exp $ + * $Id: nodeHashjoin.h,v 1.25 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeIndexscan.h b/src/include/executor/nodeIndexscan.h index 392807cce0..194e7cef45 100644 --- a/src/include/executor/nodeIndexscan.h +++ b/src/include/executor/nodeIndexscan.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeIndexscan.h,v 1.17 2002/12/05 15:50:38 tgl Exp $ + * $Id: nodeIndexscan.h,v 1.18 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeLimit.h b/src/include/executor/nodeLimit.h index 5b50335ee4..6c00dd8ea1 100644 --- a/src/include/executor/nodeLimit.h +++ b/src/include/executor/nodeLimit.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeLimit.h,v 1.7 2002/12/05 15:50:38 tgl Exp $ + * $Id: nodeLimit.h,v 1.8 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeMaterial.h b/src/include/executor/nodeMaterial.h index 8235bc82c8..be35abd7f8 100644 --- a/src/include/executor/nodeMaterial.h +++ b/src/include/executor/nodeMaterial.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeMaterial.h,v 1.19 2002/12/05 15:50:38 tgl Exp $ + * $Id: nodeMaterial.h,v 1.20 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeMergejoin.h b/src/include/executor/nodeMergejoin.h index 1187d6bce2..8ca811fa7a 100644 --- a/src/include/executor/nodeMergejoin.h +++ b/src/include/executor/nodeMergejoin.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeMergejoin.h,v 1.18 2002/12/05 15:50:38 tgl Exp $ + * $Id: nodeMergejoin.h,v 1.19 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeNestloop.h b/src/include/executor/nodeNestloop.h index fd48820bbd..73be726eed 100644 --- a/src/include/executor/nodeNestloop.h +++ b/src/include/executor/nodeNestloop.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeNestloop.h,v 1.19 2002/12/05 15:50:38 tgl Exp $ + * $Id: nodeNestloop.h,v 1.20 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeResult.h b/src/include/executor/nodeResult.h index 8a44640830..a1baa76f7b 100644 --- a/src/include/executor/nodeResult.h +++ b/src/include/executor/nodeResult.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeResult.h,v 1.16 2002/12/05 15:50:38 tgl Exp $ + * $Id: nodeResult.h,v 1.17 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeSeqscan.h b/src/include/executor/nodeSeqscan.h index 593a2120a2..e63cc37af7 100644 --- a/src/include/executor/nodeSeqscan.h +++ b/src/include/executor/nodeSeqscan.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeSeqscan.h,v 1.17 2003/08/04 00:43:31 momjian Exp $ + * $Id: nodeSeqscan.h,v 1.18 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeSetOp.h b/src/include/executor/nodeSetOp.h index 73b1e7f5fc..0f372d8131 100644 --- a/src/include/executor/nodeSetOp.h +++ b/src/include/executor/nodeSetOp.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeSetOp.h,v 1.7 2002/12/05 15:50:38 tgl Exp $ + * $Id: nodeSetOp.h,v 1.8 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeSort.h b/src/include/executor/nodeSort.h index 7836b32ab5..c6e5d2892c 100644 --- a/src/include/executor/nodeSort.h +++ b/src/include/executor/nodeSort.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeSort.h,v 1.16 2002/12/05 15:50:38 tgl Exp $ + * $Id: nodeSort.h,v 1.17 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeSubplan.h b/src/include/executor/nodeSubplan.h index ccab4dd347..e56a384846 100644 --- a/src/include/executor/nodeSubplan.h +++ b/src/include/executor/nodeSubplan.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeSubplan.h,v 1.16 2003/08/04 00:43:31 momjian Exp $ + * $Id: nodeSubplan.h,v 1.17 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeSubqueryscan.h b/src/include/executor/nodeSubqueryscan.h index 5c5d5c8843..dbe05656b0 100644 --- a/src/include/executor/nodeSubqueryscan.h +++ b/src/include/executor/nodeSubqueryscan.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeSubqueryscan.h,v 1.7 2002/12/05 15:50:38 tgl Exp $ + * $Id: nodeSubqueryscan.h,v 1.8 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeTidscan.h b/src/include/executor/nodeTidscan.h index 9aadb592ca..f5ed5182bc 100644 --- a/src/include/executor/nodeTidscan.h +++ b/src/include/executor/nodeTidscan.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeTidscan.h,v 1.11 2002/12/05 15:50:38 tgl Exp $ + * $Id: nodeTidscan.h,v 1.12 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/nodeUnique.h b/src/include/executor/nodeUnique.h index d71997e531..f4528dcb1d 100644 --- a/src/include/executor/nodeUnique.h +++ b/src/include/executor/nodeUnique.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeUnique.h,v 1.16 2002/12/05 15:50:38 tgl Exp $ + * $Id: nodeUnique.h,v 1.17 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/spi_priv.h b/src/include/executor/spi_priv.h index c4a6f65dbf..e62977d325 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: spi_priv.h,v 1.15 2003/08/04 00:43:31 momjian Exp $ + * $Id: spi_priv.h,v 1.16 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/tstoreReceiver.h b/src/include/executor/tstoreReceiver.h index b345fcbaed..33da4176f9 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tstoreReceiver.h,v 1.3 2003/08/04 00:43:31 momjian Exp $ + * $Id: tstoreReceiver.h,v 1.4 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/executor/tuptable.h b/src/include/executor/tuptable.h index 269b81f663..26aad52f1e 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tuptable.h,v 1.22 2002/06/20 20:29:49 momjian Exp $ + * $Id: tuptable.h,v 1.23 2003/08/04 02:40:13 momjian Exp $ * * NOTES * The tuple table interface is getting pretty ugly. diff --git a/src/include/fmgr.h b/src/include/fmgr.h index 1cc6ed023e..572cc08206 100644 --- a/src/include/fmgr.h +++ b/src/include/fmgr.h @@ -8,10 +8,10 @@ * or call fmgr-callable functions. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: fmgr.h,v 1.30 2003/07/01 00:04:39 tgl Exp $ + * $Id: fmgr.h,v 1.31 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/lib/dllist.h b/src/include/lib/dllist.h index 3f57081151..85d2a8790c 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: dllist.h,v 1.20 2002/06/20 20:29:49 momjian Exp $ + * $Id: dllist.h,v 1.21 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/lib/lispsort.h b/src/include/lib/lispsort.h index 08032399a6..fb433f8177 100644 --- a/src/include/lib/lispsort.h +++ b/src/include/lib/lispsort.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: lispsort.h,v 1.11 2002/06/20 20:29:49 momjian Exp $ + * $Id: lispsort.h,v 1.12 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/lib/stringinfo.h b/src/include/lib/stringinfo.h index 587fea172e..d296dff786 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: stringinfo.h,v 1.27 2003/08/04 00:43:31 momjian Exp $ + * $Id: stringinfo.h,v 1.28 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/auth.h b/src/include/libpq/auth.h index f99e6d0373..e3623921ed 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: auth.h,v 1.22 2003/04/17 22:26:01 tgl Exp $ + * $Id: auth.h,v 1.23 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/be-fsstubs.h b/src/include/libpq/be-fsstubs.h index a25c68f1cc..5b49a9ce53 100644 --- a/src/include/libpq/be-fsstubs.h +++ b/src/include/libpq/be-fsstubs.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: be-fsstubs.h,v 1.16 2002/06/20 20:29:49 momjian Exp $ + * $Id: be-fsstubs.h,v 1.17 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/crypt.h b/src/include/libpq/crypt.h index bde0568d48..741596f21d 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: crypt.h,v 1.25 2003/08/04 00:43:31 momjian Exp $ + * $Id: crypt.h,v 1.26 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h index 44bf573313..152f41443e 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: libpq-be.h,v 1.36 2003/08/04 00:43:31 momjian Exp $ + * $Id: libpq-be.h,v 1.37 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/libpq-fs.h b/src/include/libpq/libpq-fs.h index 5d009225de..8f159994a8 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: libpq-fs.h,v 1.16 2002/06/20 20:29:49 momjian Exp $ + * $Id: libpq-fs.h,v 1.17 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/libpq.h b/src/include/libpq/libpq.h index 82e621fcd1..4bd7f40a58 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: libpq.h,v 1.59 2003/08/04 00:43:31 momjian Exp $ + * $Id: libpq.h,v 1.60 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/pqcomm.h b/src/include/libpq/pqcomm.h index da756fb316..85c965d11b 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pqcomm.h,v 1.92 2003/08/04 00:43:31 momjian Exp $ + * $Id: pqcomm.h,v 1.93 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/pqformat.h b/src/include/libpq/pqformat.h index 9f73083e10..d04573634f 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pqformat.h,v 1.19 2003/08/04 00:43:31 momjian Exp $ + * $Id: pqformat.h,v 1.20 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/pqsignal.h b/src/include/libpq/pqsignal.h index 3846b1d4d5..357269a354 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pqsignal.h,v 1.21 2002/06/20 20:29:49 momjian Exp $ + * $Id: pqsignal.h,v 1.22 2003/08/04 02:40:13 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 2531879417..e02106f24a 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -9,10 +9,10 @@ * pmod.h processing modes * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.130 2003/08/04 00:43:29 momjian Exp $ + * $Id: miscadmin.h,v 1.131 2003/08/04 02:40:10 momjian Exp $ * * NOTES * some of the information in this file should be moved to diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index dc68f88a62..460fbeef88 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: execnodes.h,v 1.101 2003/08/04 00:43:31 momjian Exp $ + * $Id: execnodes.h,v 1.102 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/makefuncs.h b/src/include/nodes/makefuncs.h index 3f0772aa19..64ff3edd8d 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: makefuncs.h,v 1.46 2003/08/04 00:43:31 momjian Exp $ + * $Id: makefuncs.h,v 1.47 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/memnodes.h b/src/include/nodes/memnodes.h index 9297db5e97..61bc5906c8 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: memnodes.h,v 1.25 2002/08/12 00:36:12 tgl Exp $ + * $Id: memnodes.h,v 1.26 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/nodeFuncs.h b/src/include/nodes/nodeFuncs.h index f0805bfa1f..5d889ad1e6 100644 --- a/src/include/nodes/nodeFuncs.h +++ b/src/include/nodes/nodeFuncs.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeFuncs.h,v 1.19 2003/06/29 00:33:44 tgl Exp $ + * $Id: nodeFuncs.h,v 1.20 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h index 2bd81698d1..9c80a9ebc7 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodes.h,v 1.145 2003/08/04 00:43:31 momjian Exp $ + * $Id: nodes.h,v 1.146 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/params.h b/src/include/nodes/params.h index 19a2309660..677d4198cb 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: params.h,v 1.22 2003/08/04 00:43:31 momjian Exp $ + * $Id: params.h,v 1.23 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h index 15de2ade0e..3c5c34d386 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parsenodes.h,v 1.244 2003/08/04 00:43:31 momjian Exp $ + * $Id: parsenodes.h,v 1.245 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/pg_list.h b/src/include/nodes/pg_list.h index 4c8ae3440e..f768893649 100644 --- a/src/include/nodes/pg_list.h +++ b/src/include/nodes/pg_list.h @@ -4,10 +4,10 @@ * POSTGRES generic list package * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_list.h,v 1.38 2003/08/04 00:43:31 momjian Exp $ + * $Id: pg_list.h,v 1.39 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h index 7a76cbba73..7930d45760 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: plannodes.h,v 1.66 2003/08/04 00:43:31 momjian Exp $ + * $Id: plannodes.h,v 1.67 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/primnodes.h b/src/include/nodes/primnodes.h index c747d6dbbc..40686de3a3 100644 --- a/src/include/nodes/primnodes.h +++ b/src/include/nodes/primnodes.h @@ -7,10 +7,10 @@ * and join trees. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: primnodes.h,v 1.88 2003/08/04 00:43:31 momjian Exp $ + * $Id: primnodes.h,v 1.89 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/print.h b/src/include/nodes/print.h index 07accf78f3..a2d8b3a64f 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: print.h,v 1.20 2002/12/05 15:50:39 tgl Exp $ + * $Id: print.h,v 1.21 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/readfuncs.h b/src/include/nodes/readfuncs.h index 67009c3f4e..38e0f12f7f 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: readfuncs.h,v 1.16 2002/11/25 18:12:12 tgl Exp $ + * $Id: readfuncs.h,v 1.17 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h index 158a23427c..ca8166b472 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: relation.h,v 1.83 2003/08/04 00:43:31 momjian Exp $ + * $Id: relation.h,v 1.84 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/clauses.h b/src/include/optimizer/clauses.h index 0384fafe97..7d25a2fd5a 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: clauses.h,v 1.66 2003/08/04 00:43:31 momjian Exp $ + * $Id: clauses.h,v 1.67 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/cost.h b/src/include/optimizer/cost.h index 1f70101987..93d5080ed4 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: cost.h,v 1.55 2003/08/04 00:43:31 momjian Exp $ + * $Id: cost.h,v 1.56 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo.h b/src/include/optimizer/geqo.h index aec8236540..0ead9dc304 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo.h,v 1.30 2002/12/16 21:30:30 tgl Exp $ + * $Id: geqo.h,v 1.31 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_copy.h b/src/include/optimizer/geqo_copy.h index bd013201a8..407af51aa4 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_copy.h,v 1.13 2002/06/20 20:29:51 momjian Exp $ + * $Id: geqo_copy.h,v 1.14 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_gene.h b/src/include/optimizer/geqo_gene.h index e5bdeb97ab..c4b87cdefa 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_gene.h,v 1.14 2002/06/20 20:29:51 momjian Exp $ + * $Id: geqo_gene.h,v 1.15 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_misc.h b/src/include/optimizer/geqo_misc.h index 0db5f43234..a9ad6aa98b 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_misc.h,v 1.23 2003/08/04 00:43:31 momjian Exp $ + * $Id: geqo_misc.h,v 1.24 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_mutation.h b/src/include/optimizer/geqo_mutation.h index 6af17605ec..66370f7397 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_mutation.h,v 1.13 2002/06/20 20:29:51 momjian Exp $ + * $Id: geqo_mutation.h,v 1.14 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_pool.h b/src/include/optimizer/geqo_pool.h index bff28b7007..432a17528b 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_pool.h,v 1.16 2002/06/20 20:29:51 momjian Exp $ + * $Id: geqo_pool.h,v 1.17 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_random.h b/src/include/optimizer/geqo_random.h index 9acf5db5db..e549767a37 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_random.h,v 1.12 2002/06/20 20:29:51 momjian Exp $ + * $Id: geqo_random.h,v 1.13 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_recombination.h b/src/include/optimizer/geqo_recombination.h index 98341f197b..3d0b33f701 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_recombination.h,v 1.12 2002/06/20 20:29:51 momjian Exp $ + * $Id: geqo_recombination.h,v 1.13 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/geqo_selection.h b/src/include/optimizer/geqo_selection.h index 78b2ea8d19..76a21337ca 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geqo_selection.h,v 1.13 2002/06/20 20:29:51 momjian Exp $ + * $Id: geqo_selection.h,v 1.14 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/joininfo.h b/src/include/optimizer/joininfo.h index ae26e34d2a..f6ce5917ef 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: joininfo.h,v 1.24 2003/08/04 00:43:31 momjian Exp $ + * $Id: joininfo.h,v 1.25 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/pathnode.h b/src/include/optimizer/pathnode.h index c7b3004eac..5b43dfa9f3 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pathnode.h,v 1.51 2003/08/04 00:43:31 momjian Exp $ + * $Id: pathnode.h,v 1.52 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/paths.h b/src/include/optimizer/paths.h index b9be78c390..2a74897519 100644 --- a/src/include/optimizer/paths.h +++ b/src/include/optimizer/paths.h @@ -5,10 +5,10 @@ * header files) * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: paths.h,v 1.68 2003/08/04 00:43:31 momjian Exp $ + * $Id: paths.h,v 1.69 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/plancat.h b/src/include/optimizer/plancat.h index 004ba12d6e..fbff89d266 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: plancat.h,v 1.31 2003/08/04 00:43:31 momjian Exp $ + * $Id: plancat.h,v 1.32 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/planmain.h b/src/include/optimizer/planmain.h index 8f8022dc12..fc54ac8a6a 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: planmain.h,v 1.73 2003/08/04 00:43:31 momjian Exp $ + * $Id: planmain.h,v 1.74 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/planner.h b/src/include/optimizer/planner.h index f9500202ce..b8121ec2ea 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: planner.h,v 1.26 2003/03/10 03:53:52 tgl Exp $ + * $Id: planner.h,v 1.27 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/prep.h b/src/include/optimizer/prep.h index f25a3c79e3..12e3c213c6 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: prep.h,v 1.40 2003/08/04 00:43:31 momjian Exp $ + * $Id: prep.h,v 1.41 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/restrictinfo.h b/src/include/optimizer/restrictinfo.h index c4a04bf948..3e7dc9edd9 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: restrictinfo.h,v 1.18 2003/08/04 00:43:31 momjian Exp $ + * $Id: restrictinfo.h,v 1.19 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/subselect.h b/src/include/optimizer/subselect.h index c3c7462d04..a1ec6fd341 100644 --- a/src/include/optimizer/subselect.h +++ b/src/include/optimizer/subselect.h @@ -2,10 +2,10 @@ * * subselect.h * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: subselect.h,v 1.19 2003/06/06 15:04:03 tgl Exp $ + * $Id: subselect.h,v 1.20 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/tlist.h b/src/include/optimizer/tlist.h index cdca747f7b..a32116fdff 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tlist.h,v 1.37 2003/08/04 00:43:31 momjian Exp $ + * $Id: tlist.h,v 1.38 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/optimizer/var.h b/src/include/optimizer/var.h index 82124627f7..bfe1da1e48 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: var.h,v 1.27 2003/06/06 15:04:03 tgl Exp $ + * $Id: var.h,v 1.28 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/analyze.h b/src/include/parser/analyze.h index 1b97706e0f..79cdd4ee9f 100644 --- a/src/include/parser/analyze.h +++ b/src/include/parser/analyze.h @@ -3,10 +3,10 @@ * analyze.h * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: analyze.h,v 1.22 2003/08/04 00:43:31 momjian Exp $ + * $Id: analyze.h,v 1.23 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/gramparse.h b/src/include/parser/gramparse.h index f9a0395911..8a16501575 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: gramparse.h,v 1.27 2003/04/29 22:13:11 tgl Exp $ + * $Id: gramparse.h,v 1.28 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/keywords.h b/src/include/parser/keywords.h index 37f486213e..db7e06aa2b 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: keywords.h,v 1.16 2002/06/20 20:29:51 momjian Exp $ + * $Id: keywords.h,v 1.17 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_agg.h b/src/include/parser/parse_agg.h index 4b8ab5d427..22356c461b 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_agg.h,v 1.28 2003/08/04 00:43:31 momjian Exp $ + * $Id: parse_agg.h,v 1.29 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_clause.h b/src/include/parser/parse_clause.h index d7d8a16e96..e806b4c86b 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_clause.h,v 1.34 2003/08/04 00:43:31 momjian Exp $ + * $Id: parse_clause.h,v 1.35 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_coerce.h b/src/include/parser/parse_coerce.h index 36c5c7eaf2..b2fffd67b4 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_coerce.h,v 1.54 2003/08/04 00:43:31 momjian Exp $ + * $Id: parse_coerce.h,v 1.55 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_expr.h b/src/include/parser/parse_expr.h index 6606d3913e..53de14a944 100644 --- a/src/include/parser/parse_expr.h +++ b/src/include/parser/parse_expr.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_expr.h,v 1.30 2002/12/12 20:35:16 tgl Exp $ + * $Id: parse_expr.h,v 1.31 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_func.h b/src/include/parser/parse_func.h index 9393c1aaa4..96a6c26346 100644 --- a/src/include/parser/parse_func.h +++ b/src/include/parser/parse_func.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_func.h,v 1.49 2003/08/04 00:43:32 momjian Exp $ + * $Id: parse_func.h,v 1.50 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_node.h b/src/include/parser/parse_node.h index 339a07ae0c..591f06155e 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_node.h,v 1.36 2003/08/04 00:43:32 momjian Exp $ + * $Id: parse_node.h,v 1.37 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_oper.h b/src/include/parser/parse_oper.h index e2d43f165a..1167997706 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_oper.h,v 1.31 2003/08/04 00:43:32 momjian Exp $ + * $Id: parse_oper.h,v 1.32 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_relation.h b/src/include/parser/parse_relation.h index 9fba1857c9..68cadbf76a 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_relation.h,v 1.40 2003/06/11 22:13:22 momjian Exp $ + * $Id: parse_relation.h,v 1.41 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_target.h b/src/include/parser/parse_target.h index 880673800a..dd1488a5ed 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_target.h,v 1.30 2003/05/06 00:20:33 tgl Exp $ + * $Id: parse_target.h,v 1.31 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_type.h b/src/include/parser/parse_type.h index 86c453882b..240a75fe2b 100644 --- a/src/include/parser/parse_type.h +++ b/src/include/parser/parse_type.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parse_type.h,v 1.24 2002/08/31 22:10:47 tgl Exp $ + * $Id: parse_type.h,v 1.25 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parser.h b/src/include/parser/parser.h index e5e5bddfaf..a8705cc8d4 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parser.h,v 1.15 2003/04/29 22:13:11 tgl Exp $ + * $Id: parser.h,v 1.16 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parsetree.h b/src/include/parser/parsetree.h index 49aa722838..a172b25bd3 100644 --- a/src/include/parser/parsetree.h +++ b/src/include/parser/parsetree.h @@ -5,10 +5,10 @@ * parse trees. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: parsetree.h,v 1.20 2003/02/09 06:56:28 tgl Exp $ + * $Id: parsetree.h,v 1.21 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/scansup.h b/src/include/parser/scansup.h index ad6b0e76c0..12b8794d28 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: scansup.h,v 1.12 2002/06/20 20:29:52 momjian Exp $ + * $Id: scansup.h,v 1.13 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/port.h b/src/include/port.h index 972f886f40..ed8b5a2889 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: port.h,v 1.9 2003/08/04 00:43:29 momjian Exp $ + * $Id: port.h,v 1.10 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/postgres.h b/src/include/postgres.h index 8c40afc956..65b8f34446 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1995, Regents of the University of California * - * $Id: postgres.h,v 1.64 2003/08/04 00:43:29 momjian Exp $ + * $Id: postgres.h,v 1.65 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/postgres_fe.h b/src/include/postgres_fe.h index 77af5f6363..7ddb9e4c0d 100644 --- a/src/include/postgres_fe.h +++ b/src/include/postgres_fe.h @@ -8,10 +8,10 @@ * postgres.h. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1995, Regents of the University of California * - * $Id: postgres_fe.h,v 1.6 2002/06/20 20:29:42 momjian Exp $ + * $Id: postgres_fe.h,v 1.7 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/prs2lock.h b/src/include/rewrite/prs2lock.h index c4f651021e..b7efd51f2f 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: prs2lock.h,v 1.16 2002/06/20 20:29:52 momjian Exp $ + * $Id: prs2lock.h,v 1.17 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteDefine.h b/src/include/rewrite/rewriteDefine.h index 0ddd0d0529..32c37d158f 100644 --- a/src/include/rewrite/rewriteDefine.h +++ b/src/include/rewrite/rewriteDefine.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rewriteDefine.h,v 1.16 2002/09/04 20:31:45 momjian Exp $ + * $Id: rewriteDefine.h,v 1.17 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteHandler.h b/src/include/rewrite/rewriteHandler.h index 69fecc8142..bd6787fc86 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rewriteHandler.h,v 1.20 2002/07/18 04:43:51 momjian Exp $ + * $Id: rewriteHandler.h,v 1.21 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteManip.h b/src/include/rewrite/rewriteManip.h index 9a9b0ae7ad..38f907e15b 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rewriteManip.h,v 1.32 2002/10/20 00:58:55 tgl Exp $ + * $Id: rewriteManip.h,v 1.33 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteRemove.h b/src/include/rewrite/rewriteRemove.h index 6ccb07ad6b..d99199bff4 100644 --- a/src/include/rewrite/rewriteRemove.h +++ b/src/include/rewrite/rewriteRemove.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rewriteRemove.h,v 1.16 2002/09/04 20:31:45 momjian Exp $ + * $Id: rewriteRemove.h,v 1.17 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rewrite/rewriteSupport.h b/src/include/rewrite/rewriteSupport.h index db6667afe1..a5459c6191 100644 --- a/src/include/rewrite/rewriteSupport.h +++ b/src/include/rewrite/rewriteSupport.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rewriteSupport.h,v 1.23 2002/06/20 20:29:52 momjian Exp $ + * $Id: rewriteSupport.h,v 1.24 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/rusagestub.h b/src/include/rusagestub.h index d0bc84fe98..0ba637f506 100644 --- a/src/include/rusagestub.h +++ b/src/include/rusagestub.h @@ -4,10 +4,10 @@ * Stubs for getrusage(3). * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rusagestub.h,v 1.11 2003/05/15 16:35:29 momjian Exp $ + * $Id: rusagestub.h,v 1.12 2003/08/04 02:40:10 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/backendid.h b/src/include/storage/backendid.h index 816d4ce507..d9ce882322 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: backendid.h,v 1.13 2002/06/20 20:29:52 momjian Exp $ + * $Id: backendid.h,v 1.14 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/block.h b/src/include/storage/block.h index ed98c0643a..14c98c3c45 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: block.h,v 1.17 2002/06/20 20:29:52 momjian Exp $ + * $Id: block.h,v 1.18 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/buf.h b/src/include/storage/buf.h index 9c232f22d6..c02b33dbb8 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: buf.h,v 1.14 2002/06/20 20:29:52 momjian Exp $ + * $Id: buf.h,v 1.15 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h index 47a1e06fa2..f2d615151e 100644 --- a/src/include/storage/buf_internals.h +++ b/src/include/storage/buf_internals.h @@ -4,10 +4,10 @@ * Internal definitions for buffer manager. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: buf_internals.h,v 1.60 2003/07/27 17:10:07 tgl Exp $ + * $Id: buf_internals.h,v 1.61 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/buffile.h b/src/include/storage/buffile.h index 85f8ff2203..cd3c027000 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: buffile.h,v 1.14 2003/04/29 03:21:30 tgl Exp $ + * $Id: buffile.h,v 1.15 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h index f8bed9de03..5d78a3b9b2 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: bufmgr.h,v 1.68 2003/08/04 00:43:32 momjian Exp $ + * $Id: bufmgr.h,v 1.69 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h index 0222d1dc0e..930887b169 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: bufpage.h,v 1.54 2003/03/28 20:17:13 tgl Exp $ + * $Id: bufpage.h,v 1.55 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/fd.h b/src/include/storage/fd.h index 0cec593032..3020503172 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: fd.h,v 1.38 2003/04/29 03:21:30 tgl Exp $ + * $Id: fd.h,v 1.39 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/freespace.h b/src/include/storage/freespace.h index b60d0ceb2f..7d52bd855f 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: freespace.h,v 1.11 2003/08/04 00:43:32 momjian Exp $ + * $Id: freespace.h,v 1.12 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/ipc.h b/src/include/storage/ipc.h index 24a7acdf2e..06130508b8 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: ipc.h,v 1.60 2003/05/03 03:52:07 momjian Exp $ + * $Id: ipc.h,v 1.61 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/item.h b/src/include/storage/item.h index 92b91d0c6a..1369c0feac 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: item.h,v 1.11 2002/06/20 20:29:52 momjian Exp $ + * $Id: item.h,v 1.12 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/itemid.h b/src/include/storage/itemid.h index 81a9b32ed7..573ddd8544 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: itemid.h,v 1.20 2002/06/20 20:29:52 momjian Exp $ + * $Id: itemid.h,v 1.21 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/itempos.h b/src/include/storage/itempos.h index 055ff6ded6..49c3f40d58 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: itempos.h,v 1.16 2002/06/20 20:29:52 momjian Exp $ + * $Id: itempos.h,v 1.17 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/itemptr.h b/src/include/storage/itemptr.h index 0159ec2aff..d778052b1a 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: itemptr.h,v 1.22 2002/06/20 20:29:52 momjian Exp $ + * $Id: itemptr.h,v 1.23 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/large_object.h b/src/include/storage/large_object.h index e64f3ab029..64a52f8c4f 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: large_object.h,v 1.25 2002/06/20 20:29:52 momjian Exp $ + * $Id: large_object.h,v 1.26 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/lmgr.h b/src/include/storage/lmgr.h index 5e47685923..d7a557d2b5 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: lmgr.h,v 1.38 2003/02/19 23:41:15 momjian Exp $ + * $Id: lmgr.h,v 1.39 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/lock.h b/src/include/storage/lock.h index 577559f7a9..1160a9c1be 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: lock.h,v 1.72 2003/08/04 00:43:32 momjian Exp $ + * $Id: lock.h,v 1.73 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/lwlock.h b/src/include/storage/lwlock.h index 6a2d8c5a1c..7b2a4c9215 100644 --- a/src/include/storage/lwlock.h +++ b/src/include/storage/lwlock.h @@ -4,10 +4,10 @@ * Lightweight lock manager * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: lwlock.h,v 1.7 2003/06/11 22:37:46 momjian Exp $ + * $Id: lwlock.h,v 1.8 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/off.h b/src/include/storage/off.h index 921683850e..acdcb6d81b 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: off.h,v 1.15 2003/03/10 22:28:21 tgl Exp $ + * $Id: off.h,v 1.16 2003/08/04 02:40:14 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/pg_sema.h b/src/include/storage/pg_sema.h index e324259c54..324c7b2a36 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_sema.h,v 1.3 2002/09/04 20:31:45 momjian Exp $ + * $Id: pg_sema.h,v 1.4 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/pg_shmem.h b/src/include/storage/pg_shmem.h index 0c2b9cb299..7f96a150df 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_shmem.h,v 1.6 2003/05/08 14:49:04 momjian Exp $ + * $Id: pg_shmem.h,v 1.7 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/pmsignal.h b/src/include/storage/pmsignal.h index 1139a2c78b..f674c3aaea 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pmsignal.h,v 1.4 2002/09/04 20:31:45 momjian Exp $ + * $Id: pmsignal.h,v 1.5 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/pos.h b/src/include/storage/pos.h index 6be0b499df..63ed692edc 100644 --- a/src/include/storage/pos.h +++ b/src/include/storage/pos.h @@ -4,10 +4,10 @@ * POSTGRES "position" definitions. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pos.h,v 1.14 2002/06/20 20:29:52 momjian Exp $ + * $Id: pos.h,v 1.15 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index 4b2beac873..3cad0c5b63 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: proc.h,v 1.63 2003/02/18 02:13:24 momjian Exp $ + * $Id: proc.h,v 1.64 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h index 3dfb515702..8279518043 100644 --- a/src/include/storage/s_lock.h +++ b/src/include/storage/s_lock.h @@ -60,10 +60,10 @@ * when using the SysV semaphore code. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: s_lock.h,v 1.111 2003/08/01 19:12:52 tgl Exp $ + * $Id: s_lock.h,v 1.112 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/shmem.h b/src/include/storage/shmem.h index 0f5e23f263..a674934d77 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: shmem.h,v 1.38 2002/08/17 13:04:19 momjian Exp $ + * $Id: shmem.h,v 1.39 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/sinval.h b/src/include/storage/sinval.h index 6d08574435..b1a95c38e8 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: sinval.h,v 1.30 2002/09/04 20:31:45 momjian Exp $ + * $Id: sinval.h,v 1.31 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/sinvaladt.h b/src/include/storage/sinvaladt.h index 39c895026b..0da830d13b 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: sinvaladt.h,v 1.33 2002/08/29 21:02:12 momjian Exp $ + * $Id: sinvaladt.h,v 1.34 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/smgr.h b/src/include/storage/smgr.h index d5a96ea0c9..67b1d4b6cc 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: smgr.h,v 1.36 2002/08/06 02:36:35 tgl Exp $ + * $Id: smgr.h,v 1.37 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/storage/spin.h b/src/include/storage/spin.h index db3d1fe977..7c17cc2da5 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: spin.h,v 1.21 2002/06/20 20:29:52 momjian Exp $ + * $Id: spin.h,v 1.22 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h index 66d45e33bc..a195ea0a89 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: dest.h,v 1.39 2003/08/04 00:43:32 momjian Exp $ + * $Id: dest.h,v 1.40 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/fastpath.h b/src/include/tcop/fastpath.h index 9e0f5e6bbb..286cf69941 100644 --- a/src/include/tcop/fastpath.h +++ b/src/include/tcop/fastpath.h @@ -3,10 +3,10 @@ * fastpath.h * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: fastpath.h,v 1.14 2003/04/19 00:02:30 tgl Exp $ + * $Id: fastpath.h,v 1.15 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h index 9a20259ae0..428da5cf8e 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pquery.h,v 1.28 2003/08/04 00:43:32 momjian Exp $ + * $Id: pquery.h,v 1.29 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/tcopdebug.h b/src/include/tcop/tcopdebug.h index cf1da8c9d2..21e4598e72 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tcopdebug.h,v 1.10 2002/06/20 20:29:52 momjian Exp $ + * $Id: tcopdebug.h,v 1.11 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/tcop/tcopprot.h b/src/include/tcop/tcopprot.h index 1003439291..d89cb56c40 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tcopprot.h,v 1.59 2003/08/04 00:43:32 momjian Exp $ + * $Id: tcopprot.h,v 1.60 2003/08/04 02:40:15 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 54098395e3..b66928ba4b 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: utility.h,v 1.19 2003/07/22 19:00:12 tgl Exp $ + * $Id: utility.h,v 1.20 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/acl.h b/src/include/utils/acl.h index 8226381fba..332790f3c1 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: acl.h,v 1.59 2003/08/04 00:43:32 momjian Exp $ + * $Id: acl.h,v 1.60 2003/08/04 02:40:15 momjian Exp $ * * NOTES * For backward-compatibility purposes we have to allow there diff --git a/src/include/utils/array.h b/src/include/utils/array.h index 048210087a..f6c73dd2bd 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: array.h,v 1.43 2003/08/04 00:43:32 momjian Exp $ + * $Id: array.h,v 1.44 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/builtins.h b/src/include/utils/builtins.h index b5e755882a..a552a3d3d5 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: builtins.h,v 1.225 2003/08/04 00:43:32 momjian Exp $ + * $Id: builtins.h,v 1.226 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/catcache.h b/src/include/utils/catcache.h index 9fe3aa6fc2..d61b58a2cd 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: catcache.h,v 1.45 2002/09/04 20:31:45 momjian Exp $ + * $Id: catcache.h,v 1.46 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/date.h b/src/include/utils/date.h index 2ea22c16d1..ec15915c0a 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: date.h,v 1.23 2003/05/12 23:08:51 tgl Exp $ + * $Id: date.h,v 1.24 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h index 109a86b0a9..f81f5f8e9c 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: datetime.h,v 1.42 2003/08/04 00:43:32 momjian Exp $ + * $Id: datetime.h,v 1.43 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/datum.h b/src/include/utils/datum.h index 066c20c7c7..7d4703a9c7 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: datum.h,v 1.17 2002/06/20 20:29:52 momjian Exp $ + * $Id: datum.h,v 1.18 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/dynahash.h b/src/include/utils/dynahash.h index 6f60e060ad..52ebf195e2 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: dynahash.h,v 1.12 2002/06/20 20:29:52 momjian Exp $ + * $Id: dynahash.h,v 1.13 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/dynamic_loader.h b/src/include/utils/dynamic_loader.h index 1e5aad354a..fa9e9242df 100644 --- a/src/include/utils/dynamic_loader.h +++ b/src/include/utils/dynamic_loader.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: dynamic_loader.h,v 1.21 2002/06/20 20:29:52 momjian Exp $ + * $Id: dynamic_loader.h,v 1.22 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/elog.h b/src/include/utils/elog.h index faa4783d4e..ee0da125e8 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: elog.h,v 1.61 2003/08/04 00:43:32 momjian Exp $ + * $Id: elog.h,v 1.62 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/fmgrtab.h b/src/include/utils/fmgrtab.h index a7ad7849f5..4341f50ee4 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: fmgrtab.h,v 1.20 2002/06/20 20:29:52 momjian Exp $ + * $Id: fmgrtab.h,v 1.21 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/geo_decls.h b/src/include/utils/geo_decls.h index e062d82046..e029c136b8 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: geo_decls.h,v 1.40 2003/05/13 18:03:08 tgl Exp $ + * $Id: geo_decls.h,v 1.41 2003/08/04 02:40:15 momjian Exp $ * * NOTE * These routines do *not* use the float types from adt/. diff --git a/src/include/utils/guc_tables.h b/src/include/utils/guc_tables.h index 742b3b2ff6..6bd7d82095 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * - * $Id: guc_tables.h,v 1.5 2003/08/04 00:43:32 momjian Exp $ + * $Id: guc_tables.h,v 1.6 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/help_config.h b/src/include/utils/help_config.h index cd2c6e02fc..e60474e1f7 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * - * $Id: help_config.h,v 1.2 2003/08/04 00:43:32 momjian Exp $ + * $Id: help_config.h,v 1.3 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/hsearch.h b/src/include/utils/hsearch.h index 9c5fe45e56..905268badc 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: hsearch.h,v 1.27 2002/06/20 20:29:53 momjian Exp $ + * $Id: hsearch.h,v 1.28 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/inet.h b/src/include/utils/inet.h index 9b375ed24c..acd50a360e 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: inet.h,v 1.15 2003/08/04 00:43:32 momjian Exp $ + * $Id: inet.h,v 1.16 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/int8.h b/src/include/utils/int8.h index 79ff470440..5dd9c655ce 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: int8.h,v 1.37 2003/05/09 15:44:42 tgl Exp $ + * $Id: int8.h,v 1.38 2003/08/04 02:40:15 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 a2474dfa3f..d4538d597d 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: inval.h,v 1.27 2002/09/04 20:31:45 momjian Exp $ + * $Id: inval.h,v 1.28 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/logtape.h b/src/include/utils/logtape.h index 686d54ea5a..14d2037224 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: logtape.h,v 1.8 2002/06/20 20:29:53 momjian Exp $ + * $Id: logtape.h,v 1.9 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/lsyscache.h b/src/include/utils/lsyscache.h index 129492a325..550a14efe7 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: lsyscache.h,v 1.77 2003/08/04 00:43:32 momjian Exp $ + * $Id: lsyscache.h,v 1.78 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/memutils.h b/src/include/utils/memutils.h index 6d04ddba5d..97af97b0d3 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: memutils.h,v 1.52 2003/08/04 00:43:32 momjian Exp $ + * $Id: memutils.h,v 1.53 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/nabstime.h b/src/include/utils/nabstime.h index 0437dbe4a8..0771469189 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nabstime.h,v 1.39 2003/05/12 23:08:52 tgl Exp $ + * $Id: nabstime.h,v 1.40 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/palloc.h b/src/include/utils/palloc.h index 7ba40efda9..352108b348 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: palloc.h,v 1.25 2003/08/04 00:43:32 momjian Exp $ + * $Id: palloc.h,v 1.26 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/pg_crc.h b/src/include/utils/pg_crc.h index 4083586c9d..0445830d70 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pg_crc.h,v 1.8 2002/06/20 20:29:53 momjian Exp $ + * $Id: pg_crc.h,v 1.9 2003/08/04 02:40:15 momjian Exp $ */ #ifndef PG_CRC_H #define PG_CRC_H diff --git a/src/include/utils/portal.h b/src/include/utils/portal.h index 6c7664f04d..52d38c9ff3 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: portal.h,v 1.45 2003/08/04 00:43:32 momjian Exp $ + * $Id: portal.h,v 1.46 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h index 29f1923b93..0971abf000 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rel.h,v 1.66 2003/08/04 00:43:32 momjian Exp $ + * $Id: rel.h,v 1.67 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/relcache.h b/src/include/utils/relcache.h index f28d23a626..5d08e9b025 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: relcache.h,v 1.35 2003/05/28 16:04:02 tgl Exp $ + * $Id: relcache.h,v 1.36 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/selfuncs.h b/src/include/utils/selfuncs.h index 3eec90c942..79566b46f0 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: selfuncs.h,v 1.14 2003/08/04 00:43:32 momjian Exp $ + * $Id: selfuncs.h,v 1.15 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/sets.h b/src/include/utils/sets.h index cb9b7e0b00..99f71655c7 100644 --- a/src/include/utils/sets.h +++ b/src/include/utils/sets.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: sets.h,v 1.14 2002/06/20 20:29:53 momjian Exp $ + * $Id: sets.h,v 1.15 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h index ff89f612c1..4476ef531d 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: syscache.h,v 1.54 2002/11/02 02:33:03 tgl Exp $ + * $Id: syscache.h,v 1.55 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/timestamp.h b/src/include/utils/timestamp.h index 4913034c99..046949fe25 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: timestamp.h,v 1.30 2003/05/12 23:08:52 tgl Exp $ + * $Id: timestamp.h,v 1.31 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/tqual.h b/src/include/utils/tqual.h index 15966dc04e..c99d379530 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tqual.h,v 1.45 2003/06/12 01:42:21 momjian Exp $ + * $Id: tqual.h,v 1.46 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/tuplesort.h b/src/include/utils/tuplesort.h index 430af58d7d..8eaceda119 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tuplesort.h,v 1.12 2002/06/20 20:29:53 momjian Exp $ + * $Id: tuplesort.h,v 1.13 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/tuplestore.h b/src/include/utils/tuplestore.h index 4732a47ca7..81a1d7d5dc 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: tuplestore.h,v 1.12 2003/08/04 00:43:32 momjian Exp $ + * $Id: tuplestore.h,v 1.13 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/varbit.h b/src/include/utils/varbit.h index d73cbd409a..146919d4b6 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-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: varbit.h,v 1.17 2003/05/12 23:08:52 tgl Exp $ + * $Id: varbit.h,v 1.18 2003/08/04 02:40:15 momjian Exp $ * *------------------------------------------------------------------------- */ |