Update copyright to 2002.
authorBruce Momjian <[email protected]>
Thu, 20 Jun 2002 20:29:54 +0000 (20:29 +0000)
committerBruce Momjian <[email protected]>
Thu, 20 Jun 2002 20:29:54 +0000 (20:29 +0000)
648 files changed:
COPYRIGHT
contrib/pg_resetxlog/pg_resetxlog.c
contrib/vacuumlo/vacuumlo.c
doc/src/sgml/legal.sgml
src/backend/access/common/heaptuple.c
src/backend/access/common/indextuple.c
src/backend/access/common/indexvalid.c
src/backend/access/common/printtup.c
src/backend/access/common/scankey.c
src/backend/access/common/tupdesc.c
src/backend/access/gist/gist.c
src/backend/access/gist/gistget.c
src/backend/access/gist/gistscan.c
src/backend/access/gist/giststrat.c
src/backend/access/hash/hash.c
src/backend/access/hash/hashfunc.c
src/backend/access/hash/hashinsert.c
src/backend/access/hash/hashovfl.c
src/backend/access/hash/hashpage.c
src/backend/access/hash/hashscan.c
src/backend/access/hash/hashsearch.c
src/backend/access/hash/hashstrat.c
src/backend/access/hash/hashutil.c
src/backend/access/heap/heapam.c
src/backend/access/heap/hio.c
src/backend/access/index/genam.c
src/backend/access/index/indexam.c
src/backend/access/index/istrat.c
src/backend/access/nbtree/nbtcompare.c
src/backend/access/nbtree/nbtinsert.c
src/backend/access/nbtree/nbtpage.c
src/backend/access/nbtree/nbtree.c
src/backend/access/nbtree/nbtsearch.c
src/backend/access/nbtree/nbtsort.c
src/backend/access/nbtree/nbtstrat.c
src/backend/access/nbtree/nbtutils.c
src/backend/access/rtree/rtget.c
src/backend/access/rtree/rtproc.c
src/backend/access/rtree/rtree.c
src/backend/access/rtree/rtscan.c
src/backend/access/rtree/rtstrat.c
src/backend/access/transam/clog.c
src/backend/access/transam/transam.c
src/backend/access/transam/xact.c
src/backend/access/transam/xid.c
src/backend/access/transam/xlog.c
src/backend/access/transam/xlogutils.c
src/backend/bootstrap/bootparse.y
src/backend/bootstrap/bootscanner.l
src/backend/bootstrap/bootstrap.c
src/backend/catalog/aclchk.c
src/backend/catalog/catalog.c
src/backend/catalog/heap.c
src/backend/catalog/index.c
src/backend/catalog/indexing.c
src/backend/catalog/namespace.c
src/backend/catalog/pg_aggregate.c
src/backend/catalog/pg_largeobject.c
src/backend/catalog/pg_namespace.c
src/backend/catalog/pg_operator.c
src/backend/catalog/pg_proc.c
src/backend/catalog/pg_type.c
src/backend/commands/_deadcode/recipe.c
src/backend/commands/_deadcode/recipe.h
src/backend/commands/_deadcode/version.c
src/backend/commands/analyze.c
src/backend/commands/async.c
src/backend/commands/cluster.c
src/backend/commands/copy.c
src/backend/commands/dbcommands.c
src/backend/commands/define.c
src/backend/commands/explain.c
src/backend/commands/functioncmds.c
src/backend/commands/indexcmds.c
src/backend/commands/lockcmds.c
src/backend/commands/proclang.c
src/backend/commands/sequence.c
src/backend/commands/trigger.c
src/backend/commands/user.c
src/backend/commands/vacuum.c
src/backend/commands/vacuumlazy.c
src/backend/commands/variable.c
src/backend/commands/view.c
src/backend/executor/_deadcode/nodeTee.c
src/backend/executor/execAmi.c
src/backend/executor/execJunk.c
src/backend/executor/execMain.c
src/backend/executor/execProcnode.c
src/backend/executor/execQual.c
src/backend/executor/execScan.c
src/backend/executor/execTuples.c
src/backend/executor/execUtils.c
src/backend/executor/functions.c
src/backend/executor/nodeAgg.c
src/backend/executor/nodeAppend.c
src/backend/executor/nodeFunctionscan.c
src/backend/executor/nodeGroup.c
src/backend/executor/nodeHash.c
src/backend/executor/nodeHashjoin.c
src/backend/executor/nodeIndexscan.c
src/backend/executor/nodeLimit.c
src/backend/executor/nodeMaterial.c
src/backend/executor/nodeMergejoin.c
src/backend/executor/nodeNestloop.c
src/backend/executor/nodeResult.c
src/backend/executor/nodeSeqscan.c
src/backend/executor/nodeSetOp.c
src/backend/executor/nodeSort.c
src/backend/executor/nodeSubplan.c
src/backend/executor/nodeSubqueryscan.c
src/backend/executor/nodeTidscan.c
src/backend/executor/nodeUnique.c
src/backend/executor/spi.c
src/backend/lib/bit.c
src/backend/lib/dllist.c
src/backend/lib/lispsort.c
src/backend/lib/stringinfo.c
src/backend/libpq/auth.c
src/backend/libpq/be-fsstubs.c
src/backend/libpq/be-secure.c
src/backend/libpq/crypt.c
src/backend/libpq/hba.c
src/backend/libpq/md5.c
src/backend/libpq/pqcomm.c
src/backend/libpq/pqformat.c
src/backend/libpq/pqsignal.c
src/backend/main/main.c
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/nodes/list.c
src/backend/nodes/makefuncs.c
src/backend/nodes/nodeFuncs.c
src/backend/nodes/nodes.c
src/backend/nodes/outfuncs.c
src/backend/nodes/print.c
src/backend/nodes/read.c
src/backend/nodes/readfuncs.c
src/backend/optimizer/geqo/geqo_copy.c
src/backend/optimizer/geqo/geqo_eval.c
src/backend/optimizer/geqo/geqo_main.c
src/backend/optimizer/geqo/geqo_misc.c
src/backend/optimizer/geqo/geqo_pool.c
src/backend/optimizer/geqo/geqo_selection.c
src/backend/optimizer/path/_deadcode/predmig.c
src/backend/optimizer/path/_deadcode/xfunc.c
src/backend/optimizer/path/allpaths.c
src/backend/optimizer/path/clausesel.c
src/backend/optimizer/path/costsize.c
src/backend/optimizer/path/indxpath.c
src/backend/optimizer/path/joinpath.c
src/backend/optimizer/path/joinrels.c
src/backend/optimizer/path/orindxpath.c
src/backend/optimizer/path/pathkeys.c
src/backend/optimizer/path/tidpath.c
src/backend/optimizer/plan/createplan.c
src/backend/optimizer/plan/initsplan.c
src/backend/optimizer/plan/planmain.c
src/backend/optimizer/plan/planner.c
src/backend/optimizer/plan/setrefs.c
src/backend/optimizer/plan/subselect.c
src/backend/optimizer/prep/_deadcode/prepkeyset.c
src/backend/optimizer/prep/prepqual.c
src/backend/optimizer/prep/preptlist.c
src/backend/optimizer/prep/prepunion.c
src/backend/optimizer/util/clauses.c
src/backend/optimizer/util/joininfo.c
src/backend/optimizer/util/pathnode.c
src/backend/optimizer/util/plancat.c
src/backend/optimizer/util/relnode.c
src/backend/optimizer/util/restrictinfo.c
src/backend/optimizer/util/tlist.c
src/backend/optimizer/util/var.c
src/backend/parser/analyze.c
src/backend/parser/gram.y
src/backend/parser/keywords.c
src/backend/parser/parse_agg.c
src/backend/parser/parse_clause.c
src/backend/parser/parse_coerce.c
src/backend/parser/parse_expr.c
src/backend/parser/parse_func.c
src/backend/parser/parse_node.c
src/backend/parser/parse_oper.c
src/backend/parser/parse_relation.c
src/backend/parser/parse_target.c
src/backend/parser/parse_type.c
src/backend/parser/parser.c
src/backend/parser/scan.l
src/backend/parser/scansup.c
src/backend/port/dynloader/beos.c
src/backend/port/dynloader/beos.h
src/backend/port/dynloader/bsdi.c
src/backend/port/dynloader/bsdi.h
src/backend/port/dynloader/dgux.h
src/backend/port/dynloader/freebsd.c
src/backend/port/dynloader/freebsd.h
src/backend/port/dynloader/hpux.c
src/backend/port/dynloader/hpux.h
src/backend/port/dynloader/irix5.h
src/backend/port/dynloader/linux.c
src/backend/port/dynloader/linux.h
src/backend/port/dynloader/netbsd.c
src/backend/port/dynloader/netbsd.h
src/backend/port/dynloader/openbsd.c
src/backend/port/dynloader/openbsd.h
src/backend/port/dynloader/osf.h
src/backend/port/dynloader/sco.h
src/backend/port/dynloader/solaris.h
src/backend/port/dynloader/sunos4.h
src/backend/port/dynloader/svr4.h
src/backend/port/dynloader/ultrix4.c
src/backend/port/dynloader/ultrix4.h
src/backend/port/dynloader/univel.h
src/backend/port/dynloader/unixware.h
src/backend/port/dynloader/win.h
src/backend/port/ipc_test.c
src/backend/port/memcmp.c
src/backend/port/posix_sema.c
src/backend/port/strcasecmp.c
src/backend/port/strtol.c
src/backend/port/sunos4/float.h
src/backend/port/sysv_sema.c
src/backend/port/sysv_shmem.c
src/backend/postmaster/postmaster.c
src/backend/rewrite/rewriteDefine.c
src/backend/rewrite/rewriteHandler.c
src/backend/rewrite/rewriteManip.c
src/backend/rewrite/rewriteRemove.c
src/backend/rewrite/rewriteSupport.c
src/backend/storage/buffer/buf_init.c
src/backend/storage/buffer/buf_table.c
src/backend/storage/buffer/bufmgr.c
src/backend/storage/buffer/freelist.c
src/backend/storage/buffer/localbuf.c
src/backend/storage/file/buffile.c
src/backend/storage/file/fd.c
src/backend/storage/freespace/freespace.c
src/backend/storage/ipc/ipc.c
src/backend/storage/ipc/ipci.c
src/backend/storage/ipc/pmsignal.c
src/backend/storage/ipc/shmem.c
src/backend/storage/ipc/shmqueue.c
src/backend/storage/ipc/sinval.c
src/backend/storage/ipc/sinvaladt.c
src/backend/storage/large_object/inv_api.c
src/backend/storage/lmgr/deadlock.c
src/backend/storage/lmgr/lmgr.c
src/backend/storage/lmgr/lock.c
src/backend/storage/lmgr/lwlock.c
src/backend/storage/lmgr/proc.c
src/backend/storage/lmgr/s_lock.c
src/backend/storage/lmgr/spin.c
src/backend/storage/page/bufpage.c
src/backend/storage/page/itemptr.c
src/backend/storage/smgr/md.c
src/backend/storage/smgr/mm.c
src/backend/storage/smgr/smgr.c
src/backend/storage/smgr/smgrtype.c
src/backend/tcop/dest.c
src/backend/tcop/fastpath.c
src/backend/tcop/postgres.c
src/backend/tcop/pquery.c
src/backend/tcop/utility.c
src/backend/tioga/tgRecipe.c
src/backend/tioga/tgRecipe.h
src/backend/utils/Gen_fmgrtab.sh
src/backend/utils/adt/acl.c
src/backend/utils/adt/arrayfuncs.c
src/backend/utils/adt/arrayutils.c
src/backend/utils/adt/bool.c
src/backend/utils/adt/char.c
src/backend/utils/adt/date.c
src/backend/utils/adt/datetime.c
src/backend/utils/adt/datum.c
src/backend/utils/adt/float.c
src/backend/utils/adt/format_type.c
src/backend/utils/adt/geo_ops.c
src/backend/utils/adt/geo_selfuncs.c
src/backend/utils/adt/int.c
src/backend/utils/adt/int8.c
src/backend/utils/adt/like.c
src/backend/utils/adt/like_match.c
src/backend/utils/adt/misc.c
src/backend/utils/adt/nabstime.c
src/backend/utils/adt/name.c
src/backend/utils/adt/not_in.c
src/backend/utils/adt/numutils.c
src/backend/utils/adt/oid.c
src/backend/utils/adt/regexp.c
src/backend/utils/adt/regproc.c
src/backend/utils/adt/selfuncs.c
src/backend/utils/adt/sets.c
src/backend/utils/adt/tid.c
src/backend/utils/adt/timestamp.c
src/backend/utils/adt/varbit.c
src/backend/utils/adt/varchar.c
src/backend/utils/adt/varlena.c
src/backend/utils/cache/catcache.c
src/backend/utils/cache/fcache.c
src/backend/utils/cache/inval.c
src/backend/utils/cache/lsyscache.c
src/backend/utils/cache/relcache.c
src/backend/utils/cache/syscache.c
src/backend/utils/error/assert.c
src/backend/utils/error/elog.c
src/backend/utils/error/exc.c
src/backend/utils/error/excabort.c
src/backend/utils/error/excid.c
src/backend/utils/error/format.c
src/backend/utils/fmgr/dfmgr.c
src/backend/utils/fmgr/fmgr.c
src/backend/utils/hash/dynahash.c
src/backend/utils/hash/hashfn.c
src/backend/utils/hash/pg_crc.c
src/backend/utils/init/findbe.c
src/backend/utils/init/globals.c
src/backend/utils/init/miscinit.c
src/backend/utils/init/postinit.c
src/backend/utils/misc/database.c
src/backend/utils/misc/superuser.c
src/backend/utils/mmgr/aset.c
src/backend/utils/mmgr/mcxt.c
src/backend/utils/mmgr/portalmem.c
src/backend/utils/sort/logtape.c
src/backend/utils/sort/tuplesort.c
src/backend/utils/sort/tuplestore.c
src/backend/utils/time/tqual.c
src/bin/Makefile
src/bin/initdb/Makefile
src/bin/initdb/initdb.sh
src/bin/initlocation/Makefile
src/bin/initlocation/initlocation.sh
src/bin/ipcclean/Makefile
src/bin/pg_dump/Makefile
src/bin/pg_dump/common.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h
src/bin/pgaccess/Makefile
src/bin/pgaccess/README
src/bin/pgaccess/copyright.html
src/bin/pgaccess/doc/html/copyright.html
src/bin/pgaccess/doc/html/tutorial/copyright.html
src/bin/pgaccess/lib/help/copyrights.hlp
src/bin/pgtclsh/Makefile
src/bin/pgtclsh/pgtclAppInit.c
src/bin/pgtclsh/pgtkAppInit.c
src/bin/psql/Makefile
src/bin/psql/cs.po
src/bin/psql/de.po
src/bin/psql/fr.po
src/bin/psql/help.c
src/bin/psql/ru.po
src/bin/psql/startup.c
src/bin/psql/sv.po
src/bin/psql/zh_CN.po
src/bin/psql/zh_TW.po
src/bin/scripts/Makefile
src/bin/scripts/createdb
src/bin/scripts/createlang.sh
src/bin/scripts/createuser
src/bin/scripts/dropdb
src/bin/scripts/droplang
src/bin/scripts/dropuser
src/bin/scripts/vacuumdb
src/include/access/attnum.h
src/include/access/clog.h
src/include/access/genam.h
src/include/access/gist.h
src/include/access/gistscan.h
src/include/access/hash.h
src/include/access/heapam.h
src/include/access/hio.h
src/include/access/htup.h
src/include/access/ibit.h
src/include/access/iqual.h
src/include/access/istrat.h
src/include/access/itup.h
src/include/access/nbtree.h
src/include/access/printtup.h
src/include/access/relscan.h
src/include/access/rtree.h
src/include/access/rtscan.h
src/include/access/sdir.h
src/include/access/skey.h
src/include/access/strat.h
src/include/access/transam.h
src/include/access/tupdesc.h
src/include/access/tupmacs.h
src/include/access/valid.h
src/include/access/xact.h
src/include/access/xlog.h
src/include/access/xlogdefs.h
src/include/access/xlogutils.h
src/include/bootstrap/bootstrap.h
src/include/c.h
src/include/catalog/catalog.h
src/include/catalog/catname.h
src/include/catalog/catversion.h
src/include/catalog/heap.h
src/include/catalog/index.h
src/include/catalog/indexing.h
src/include/catalog/namespace.h
src/include/catalog/pg_aggregate.h
src/include/catalog/pg_am.h
src/include/catalog/pg_amop.h
src/include/catalog/pg_amproc.h
src/include/catalog/pg_attrdef.h
src/include/catalog/pg_attribute.h
src/include/catalog/pg_class.h
src/include/catalog/pg_control.h
src/include/catalog/pg_database.h
src/include/catalog/pg_description.h
src/include/catalog/pg_group.h
src/include/catalog/pg_index.h
src/include/catalog/pg_inherits.h
src/include/catalog/pg_language.h
src/include/catalog/pg_largeobject.h
src/include/catalog/pg_listener.h
src/include/catalog/pg_namespace.h
src/include/catalog/pg_opclass.h
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/include/catalog/pg_relcheck.h
src/include/catalog/pg_rewrite.h
src/include/catalog/pg_shadow.h
src/include/catalog/pg_statistic.h
src/include/catalog/pg_trigger.h
src/include/catalog/pg_type.h
src/include/catalog/pg_version.h
src/include/commands/async.h
src/include/commands/cluster.h
src/include/commands/copy.h
src/include/commands/dbcommands.h
src/include/commands/defrem.h
src/include/commands/explain.h
src/include/commands/sequence.h
src/include/commands/trigger.h
src/include/commands/vacuum.h
src/include/commands/version.h
src/include/commands/view.h
src/include/executor/execdebug.h
src/include/executor/execdefs.h
src/include/executor/execdesc.h
src/include/executor/executor.h
src/include/executor/functions.h
src/include/executor/hashjoin.h
src/include/executor/nodeAgg.h
src/include/executor/nodeAppend.h
src/include/executor/nodeFunctionscan.h
src/include/executor/nodeGroup.h
src/include/executor/nodeHash.h
src/include/executor/nodeHashjoin.h
src/include/executor/nodeIndexscan.h
src/include/executor/nodeLimit.h
src/include/executor/nodeMaterial.h
src/include/executor/nodeMergejoin.h
src/include/executor/nodeNestloop.h
src/include/executor/nodeResult.h
src/include/executor/nodeSeqscan.h
src/include/executor/nodeSetOp.h
src/include/executor/nodeSort.h
src/include/executor/nodeSubqueryscan.h
src/include/executor/nodeTidscan.h
src/include/executor/nodeUnique.h
src/include/executor/tuptable.h
src/include/fmgr.h
src/include/lib/dllist.h
src/include/lib/lispsort.h
src/include/lib/stringinfo.h
src/include/libpq/auth.h
src/include/libpq/be-fsstubs.h
src/include/libpq/crypt.h
src/include/libpq/libpq-be.h
src/include/libpq/libpq-fs.h
src/include/libpq/libpq.h
src/include/libpq/pqcomm.h
src/include/libpq/pqformat.h
src/include/libpq/pqsignal.h
src/include/miscadmin.h
src/include/nodes/execnodes.h
src/include/nodes/makefuncs.h
src/include/nodes/memnodes.h
src/include/nodes/nodeFuncs.h
src/include/nodes/nodes.h
src/include/nodes/params.h
src/include/nodes/parsenodes.h
src/include/nodes/pg_list.h
src/include/nodes/plannodes.h
src/include/nodes/primnodes.h
src/include/nodes/print.h
src/include/nodes/readfuncs.h
src/include/nodes/relation.h
src/include/optimizer/_deadcode/xfunc.h
src/include/optimizer/clauses.h
src/include/optimizer/cost.h
src/include/optimizer/geqo.h
src/include/optimizer/geqo_copy.h
src/include/optimizer/geqo_gene.h
src/include/optimizer/geqo_misc.h
src/include/optimizer/geqo_mutation.h
src/include/optimizer/geqo_pool.h
src/include/optimizer/geqo_random.h
src/include/optimizer/geqo_recombination.h
src/include/optimizer/geqo_selection.h
src/include/optimizer/joininfo.h
src/include/optimizer/pathnode.h
src/include/optimizer/paths.h
src/include/optimizer/plancat.h
src/include/optimizer/planmain.h
src/include/optimizer/planner.h
src/include/optimizer/prep.h
src/include/optimizer/restrictinfo.h
src/include/optimizer/tlist.h
src/include/optimizer/var.h
src/include/parser/analyze.h
src/include/parser/gramparse.h
src/include/parser/keywords.h
src/include/parser/parse_agg.h
src/include/parser/parse_clause.h
src/include/parser/parse_coerce.h
src/include/parser/parse_expr.h
src/include/parser/parse_func.h
src/include/parser/parse_node.h
src/include/parser/parse_oper.h
src/include/parser/parse_relation.h
src/include/parser/parse_target.h
src/include/parser/parse_type.h
src/include/parser/parser.h
src/include/parser/parsetree.h
src/include/parser/scansup.h
src/include/postgres.h
src/include/postgres_fe.h
src/include/rewrite/prs2lock.h
src/include/rewrite/rewriteDefine.h
src/include/rewrite/rewriteHandler.h
src/include/rewrite/rewriteManip.h
src/include/rewrite/rewriteRemove.h
src/include/rewrite/rewriteSupport.h
src/include/rusagestub.h
src/include/storage/backendid.h
src/include/storage/block.h
src/include/storage/buf.h
src/include/storage/buf_internals.h
src/include/storage/buffile.h
src/include/storage/bufmgr.h
src/include/storage/bufpage.h
src/include/storage/fd.h
src/include/storage/freespace.h
src/include/storage/ipc.h
src/include/storage/item.h
src/include/storage/itemid.h
src/include/storage/itempos.h
src/include/storage/itemptr.h
src/include/storage/large_object.h
src/include/storage/lmgr.h
src/include/storage/lock.h
src/include/storage/lwlock.h
src/include/storage/off.h
src/include/storage/page.h
src/include/storage/pg_sema.h
src/include/storage/pg_shmem.h
src/include/storage/pmsignal.h
src/include/storage/pos.h
src/include/storage/proc.h
src/include/storage/s_lock.h
src/include/storage/shmem.h
src/include/storage/sinval.h
src/include/storage/sinvaladt.h
src/include/storage/smgr.h
src/include/storage/spin.h
src/include/tcop/dest.h
src/include/tcop/fastpath.h
src/include/tcop/pquery.h
src/include/tcop/tcopdebug.h
src/include/tcop/tcopprot.h
src/include/tcop/utility.h
src/include/utils/acl.h
src/include/utils/array.h
src/include/utils/bit.h
src/include/utils/builtins.h
src/include/utils/catcache.h
src/include/utils/date.h
src/include/utils/datetime.h
src/include/utils/datum.h
src/include/utils/dynahash.h
src/include/utils/dynamic_loader.h
src/include/utils/elog.h
src/include/utils/exc.h
src/include/utils/excid.h
src/include/utils/fcache.h
src/include/utils/fmgrtab.h
src/include/utils/geo_decls.h
src/include/utils/hsearch.h
src/include/utils/inet.h
src/include/utils/int8.h
src/include/utils/inval.h
src/include/utils/logtape.h
src/include/utils/lsyscache.h
src/include/utils/memutils.h
src/include/utils/nabstime.h
src/include/utils/palloc.h
src/include/utils/pg_crc.h
src/include/utils/portal.h
src/include/utils/rel.h
src/include/utils/relcache.h
src/include/utils/selfuncs.h
src/include/utils/sets.h
src/include/utils/syscache.h
src/include/utils/timestamp.h
src/include/utils/tqual.h
src/include/utils/tuplesort.h
src/include/utils/tuplestore.h
src/include/utils/varbit.h
src/interfaces/ecpg/lib/pg_type.h
src/interfaces/ecpg/preproc/keywords.c
src/interfaces/ecpg/preproc/pgc.l
src/interfaces/libpgtcl/libpgtcl.h
src/interfaces/libpgtcl/pgtcl.c
src/interfaces/libpgtcl/pgtclCmds.c
src/interfaces/libpgtcl/pgtclCmds.h
src/interfaces/libpgtcl/pgtclId.c
src/interfaces/libpgtcl/pgtclId.h
src/interfaces/libpq++/examples/Makefile
src/interfaces/libpq++/libpq++.h
src/interfaces/libpq++/pgconnection.h
src/interfaces/libpq++/pgcursordb.h
src/interfaces/libpq++/pgdatabase.h
src/interfaces/libpq++/pglobject.h
src/interfaces/libpq++/pgtransdb.h
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-auth.h
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-exec.c
src/interfaces/libpq/fe-lobj.c
src/interfaces/libpq/fe-misc.c
src/interfaces/libpq/fe-print.c
src/interfaces/libpq/fe-secure.c
src/interfaces/libpq/libpq-fe.h
src/interfaces/libpq/libpq-int.h
src/interfaces/libpq/pqexpbuffer.c
src/interfaces/libpq/pqexpbuffer.h
src/interfaces/libpq/pqsignal.c
src/interfaces/libpq/pqsignal.h
src/interfaces/libpq/win32.c
src/interfaces/odbc/md5.c
src/test/examples/testlo.c
src/tutorial/beard.c
src/tutorial/syscat.source
src/utils/strdup.c

index d9c429be7cc747b5badd5a07bec01251d22bb6ec..c93355e396c730a43ce3dd5cffee8bae47ea4d76 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,7 +1,7 @@
 PostgreSQL Database Management System
 (formerly known as Postgres, then as Postgres95)
 
-Portions Copyright (c) 1996-2001, The PostgreSQL Global Development Group
+Portions Copyright (c) 1996-2002, The PostgreSQL Global Development Group
 
 Portions Copyright (c) 1994, The Regents of the University of California
 
index 4bd277f01224cef77faf5a6d727754e3801c455a..76e35f0b6765c0c02abdbb94c4898a3eab8f649d 100644 (file)
@@ -20,7 +20,7 @@
  * step 2 ...
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Header$
index 8de1f1279636a84902059c2b6d4bac930bcd3550..5c771276fa0b107af252db49659ef22b943b36fa 100644 (file)
@@ -3,7 +3,7 @@
  * vacuumlo.c
  *       This removes orphaned large objects from a database.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 01cd63d2d6ca72e74ee4b0e6077812d5068d547d..3655be94aeea5990eee879fd799a5e078313178e 100644 (file)
@@ -3,7 +3,7 @@ $Header$
 -->
 
 <copyright>
- <year>1996-2001</year>
+ <year>1996-2002</year>
  <holder>The PostgreSQL Global Development Group</holder>
 </copyright>
 
@@ -11,7 +11,7 @@ $Header$
  <title>Legal Notice</title>
 
  <para>
-  <productname>PostgreSQL</productname> is Copyright &copy; 1996-2001
+  <productname>PostgreSQL</productname> is Copyright &copy; 1996-2002
   by the PostgreSQL Global Development Group and is distributed under
   the terms of the license of the University of California below.
  </para>
index aa15c971d06d25c3249ffba0617f543be7bb1667..6d807fa93ccd58dd5eabbaab740028f447aa0753 100644 (file)
@@ -4,7 +4,7 @@
  *       This file contains heap tuple accessor and mutator routines, as well
  *       as various tuple utilities.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d7881fa869f3c646ea81bf129e567957f432e0c1..b88d8f2dc90db1a6c931946ade13f4ba54fb5ad9 100644 (file)
@@ -4,7 +4,7 @@
  *        This file contains index tuple accessor and mutator routines,
  *        as well as various tuple utilities.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a0a9f2d2d3277d89edc1a274a1571e8d706f6299..9eadc05a942510999c58bafef820a24f16f004a2 100644 (file)
@@ -3,7 +3,7 @@
  * indexvalid.c
  *       index tuple qualification validity checking code
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 55c27c7a693c4616a5faf71ee8c0d689199b5c07..68e6990abb4b28aaaa656959acd5a73a16f53564 100644 (file)
@@ -5,7 +5,7 @@
  *       clients and interactive backends are supported here).
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 15599b4e59ae8bc809e3dcd3d7b4a2d9749295a9..d29338d9b2c7ba437f7ea52d71c7b99a43f79fa6 100644 (file)
@@ -3,7 +3,7 @@
  * scan.c
  *       scan direction and key code
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 05ec8a07d4f40768e84a8d8075092cab5a12dc43..5dece2cc1c48a0ee1b22cfee431c19ccd2344206 100644 (file)
@@ -3,7 +3,7 @@
  * tupdesc.c
  *       POSTGRES tuple descriptor support code
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index af67ab1c1413c48c10e377eb574cdb8b454a79de..fee772f449270015304c442c1c4bbdee5514cb8b 100644 (file)
@@ -4,7 +4,7 @@
  *       interface routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4407840c1549e6cc799b3fd0b80c060350454d5e..5664933feab10ccdc1210733a048556cd9a49f64 100644 (file)
@@ -4,7 +4,7 @@
  *       fetch tuples from a GiST scan.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index effae2c10de807c14b9bd635e7cd624ab3bb1fb3..39d6a6f85e33ddf46adea0cd5fd1b94c242e5db4 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to manage scans on GiST index relations
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d548b1f4736a808ec9b2f12db2432c560bc6fba8..9ecd26a63a9b84ef5d3f6974ac3c5479e9ed403e 100644 (file)
@@ -4,7 +4,7 @@
  *       strategy map data for GiSTs.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 570fae3f27913976b8be03bfcbec7eaa05e1441f..51c897d40e42e9477efb93571e6d57b49ca57175 100644 (file)
@@ -3,7 +3,7 @@
  * hash.c
  *       Implementation of Margo Seltzer's Hashing package for postgres.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4435cca28e3a5558af02e363e9a33a57cc3c2300..a1942c76f8283ad635b94880f83320e0095a40d5 100644 (file)
@@ -3,7 +3,7 @@
  * hashfunc.c
  *       Comparison functions for hash access method.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f28f563084136fbb002ebabbb88ef2595d9a5943..dcb254623d4ca8dcf87ef5b538e75983f1504fc8 100644 (file)
@@ -3,7 +3,7 @@
  * hashinsert.c
  *       Item insertion in hash tables for Postgres.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 22252af9cafac5c574901b56c5ce5d92ba54d5fb..54c775d2de816d094a5bc0ed4621bce63fe82746 100644 (file)
@@ -3,7 +3,7 @@
  * hashovfl.c
  *       Overflow page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 855c364d066ac3eccac17112c5abb2c3f9056b5b..1d73ebe6e2038abdbcf4c39963b555b73b6ff6f9 100644 (file)
@@ -3,7 +3,7 @@
  * hashpage.c
  *       Hash table page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 16d8c15746ad59e78fb24a957d02474371f66a09..db73ab0e79005fd116bff540042ae53ecff1d0f4 100644 (file)
@@ -3,7 +3,7 @@
  * hashscan.c
  *       manage scans on hash tables
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9371e0464e12d259ed82889f86972a07b4205200..4ab555c97298d42a6a3f2515fa79bc12888281e8 100644 (file)
@@ -3,7 +3,7 @@
  * hashsearch.c
  *       search code for postgres hash tables
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 042c4f8a49230efef63a73b8e33aefd84ea149d4..5b09438c603293c8afcaa953a9a3426fa37514c3 100644 (file)
@@ -3,7 +3,7 @@
  * hashstrat.c
  *       Srategy map entries for the hash indexed access method
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8e881193e83038b62989d2480627e7243daee980..a9deaeb2d2b484ca6ce41cd7a3683307d191fad7 100644 (file)
@@ -3,7 +3,7 @@
  * hashutil.c
  *       Utility code for Postgres hash implementation.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fbb00bf47cc95d2a36a932a5790fce4eb0d347b6..4f83a06a5d244bfae81f4328e26aa898678c895a 100644 (file)
@@ -3,7 +3,7 @@
  * heapam.c
  *       heap access method code
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aac5c852bac48849124b446a31f364d997446a24..8466dfcbe0abd6a786b20678318bf3973d24c54b 100644 (file)
@@ -3,7 +3,7 @@
  * hio.c
  *       POSTGRES heap access method input/output code.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 73d38c5c0862179f8e1b60d2f5846b428d29e631..de03b4d48299f693e10c0a14117932b0f683105c 100644 (file)
@@ -3,7 +3,7 @@
  * genam.c
  *       general index access method routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6b4588a0a73846020f32c4ecb535155ea58612de..dfb4a6f4e44d7f7291f7241ca326dd5abb9d455e 100644 (file)
@@ -3,7 +3,7 @@
  * indexam.c
  *       general index access method routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8661a4f2c77ec89457bf15b9b0471da02cfe07d5..19b47727ac56dc05d8fdfeed6c06aeca08029321 100644 (file)
@@ -4,7 +4,7 @@
  *       index scan strategy manipulation code and index strategy manipulation
  *       operator code.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d8b7691f0dffe127206b996876c3cbab3b549988..30a400d733b20b4f953b5c7a6466d497654f4e58 100644 (file)
@@ -3,7 +3,7 @@
  * nbtcompare.c
  *       Comparison functions for btree access method.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6c355120b7ca7c1cad3c01caeb88d2274d66da86..47579030e54fd95f692691a2cceb1d92023ab47a 100644 (file)
@@ -3,7 +3,7 @@
  * btinsert.c
  *       Item insertion in Lehman and Yao btrees for Postgres.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9145101ae5eb0240020b0fb1f7bab14b814a7d73..7b7ac4342141bd72e5d631a19fd2212e467891eb 100644 (file)
@@ -4,7 +4,7 @@
  *       BTree-specific page management code for the Postgres btree access
  *       method.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9582fa0855985c9a23697058f18f508e0a9247d8..4b129a667ee14f90999f114deef5d8628f0e52a1 100644 (file)
@@ -8,7 +8,7 @@
  *       This file contains only the public interface routines.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 254b9991d2c636afd5eeb40ee2d885bd4de40e7e..c2eff5b329526707d6e518df4c6742138a4829c6 100644 (file)
@@ -4,7 +4,7 @@
  *       search code for postgres btrees.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b9414a70512b49b833ef43f428780a3a3b74752e..0110876cd3340609803d2f81523d87a10dbaf487 100644 (file)
@@ -31,7 +31,7 @@
  * incurring a lot of cascading splits during early insertions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 649d901803461af1ee315259269c62c5fa3070b1..58be16244bb957aaf2f727294fe724bf1cf92cdf 100644 (file)
@@ -3,7 +3,7 @@
  * nbtstrat.c
  *       Strategy map entries for the btree indexed access method
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 19849d2c6daecd19f9fed88248809e2416b187a1..797db5b8eb3db4fe701ec3b04b6a1fe1b29b92d0 100644 (file)
@@ -3,7 +3,7 @@
  * btutils.c
  *       Utility code for Postgres btree implementation.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 445a88a276923f9a4dc4a68e542322108628416c..4300dd169193bcfa3b371b61d7b3a4358108e804 100644 (file)
@@ -3,7 +3,7 @@
  * rtget.c
  *       fetch tuples from an rtree scan.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a65a3940fe69bbbd86d9887f73fbccbcced71c62..b94ee9cdffc8e5623aeb909f65a578cf088cc398 100644 (file)
@@ -11,7 +11,7 @@
  * routines, but that's not a big problem.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5c53c405bbd498cc34dab2c72fb5c262e3ce9c17..cec6614a9a1fa33d8e034744ae838270a3a5ef7e 100644 (file)
@@ -3,7 +3,7 @@
  * rtree.c
  *       interface routines for the postgres rtree indexed access method.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c62b8a5d9962b3034de3f98f32e04fcb6c72dae2..8fafa813fe03414c731dd5a4d68e8b27809f815a 100644 (file)
@@ -3,7 +3,7 @@
  * rtscan.c
  *       routines to manage scans on index relations
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3be5647835b5ee158a32edf51f97f5faf8769ccb..2f85ab2baee891483e086d16680115cd3eedc252 100644 (file)
@@ -3,7 +3,7 @@
  * rtstrat.c
  *       strategy map data for rtrees.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 71900f2de48d3c8244c43ffea87ebbd83f8cd79d..00c77b8ead844a403540d21eb59cf93519cffc9b 100644 (file)
@@ -10,7 +10,7 @@
  * looked up again.  Now we use specialized access code so that the commit
  * log can be broken into relatively small, independent segments.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Header$
index 5fa85668b2e274bd1e9d4e361989c9c88d96e7cd..df4292ea40e2e6086eab3104b2948475339a8c38 100644 (file)
@@ -3,7 +3,7 @@
  * transam.c
  *       postgres transaction log interface routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1e0b5eda28cf92549e77f6590102177b710ca893..068cae9fa8a5f5fd6801e6cf7d46732b2d493534 100644 (file)
@@ -3,7 +3,7 @@
  * xact.c
  *       top level transaction system support routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 87ba2d78e012f608c9121b96c496dc492cd35493..d1e0a9f1e662aabc8e4b5ad5d22de10eb2226750 100644 (file)
@@ -3,7 +3,7 @@
  * xid.c
  *       POSTGRES transaction identifier datatype.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $Id$
index 63d80a33603c95f9295c0d6f59352e3de66760fb..1206281d605975ebd847bfbf28a9cec41aed1097 100644 (file)
@@ -4,7 +4,7 @@
  *             PostgreSQL transaction log manager
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Header$
index 9b0307ac27e6d7ba1d4cedaa492dde6be867842b..ea943ac943b3e594876c69a0df66c5a025d37a73 100644 (file)
@@ -3,7 +3,7 @@
  * xlogutils.c
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Header$
index 70455ad9bc9db07b85acf9a448237a6228b8bdd9..150f5893d329e07497c3f83a5595305165389dc0 100644 (file)
@@ -4,7 +4,7 @@
  * bootparse.y
  *       yacc parser grammar for the "backend" initialization program.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5de4ac69638d41b13128e63a10e4ecd39dad7161..da7fb638191c29779147432f601d8f7c976bcaa5 100644 (file)
@@ -4,7 +4,7 @@
  * bootscanner.lex
  *       a lexical scanner for the bootstrap parser
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f6d8b623c5b2be30ffdb95dbdcab6fe4d31c4686..583600e113f5aab2432b48dc18bf92161da70920 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to support running postgres in 'bootstrap' mode
  *     bootstrap mode is used to create the initial template database
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e6ebe64e241dae187484004b5af12c647d9e86e4..3476c6b1b4bc94981cbe7087288ab1eb27c94f59 100644 (file)
@@ -3,7 +3,7 @@
  * aclchk.c
  *       Routines to check access control permissions.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 042eaab1db8b0adb808270e1ba22eaa8d00a570e..1ca26fda4ef93628d523ea5dc176dd20d7859579 100644 (file)
@@ -4,7 +4,7 @@
  *             routines concerned with catalog naming conventions
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 939e090faa6647620c60387333803ed6ecb1931c..f4b206921485bd0de3c9202e3fda573f59e28ccd 100644 (file)
@@ -3,7 +3,7 @@
  * heap.c
  *       code to create and destroy POSTGRES heap relations
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 09370d62daa1628de9bb0f94e4fb348229825c31..4420e667e565772ccec86b370fdc54153864a55e 100644 (file)
@@ -3,7 +3,7 @@
  * index.c
  *       code to create and destroy POSTGRES index relations
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 516fd72a2c77c9d8a12d128dc85fb541c7943deb..1bdb214ec198c03d0887046260f0362b3bdd5cee 100644 (file)
@@ -4,7 +4,7 @@
  *       This file contains routines to support indices defined on system
  *       catalogs.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 996a803089b42fe1c6fe93d892843e4c477ee817..507070d06e4fe7eaf7468da9cddbc4b710faf050 100644 (file)
@@ -9,7 +9,7 @@
  * and implementing search-path-controlled searches.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b1fef480558f304bd7b91a53d2a8020642a99a7b..f36cbd727124626d13f4ce96795718528f811cf4 100644 (file)
@@ -3,7 +3,7 @@
  * pg_aggregate.c
  *       routines to support manipulation of the pg_aggregate relation
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c3b3a426440267827856a7aafce53fd685cf440d..dbafc77a13cbcffc3e534187f3cf9ad1f7fd3dc2 100644 (file)
@@ -3,7 +3,7 @@
  * pg_largeobject.c
  *       routines to support manipulation of the pg_largeobject relation
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 974eb3cd4bcd96b2584308306835da97840c2c52..cc0eb4e83e717aa9671ba19d16d9fdaddd4f06b9 100644 (file)
@@ -3,7 +3,7 @@
  * pg_namespace.c
  *       routines to support manipulation of the pg_namespace relation
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9c58ca6bdee484cbeab5af2be23b40dff9ae1d01..d39b029a04f3e0836c84e84321e64c6a32bbc118 100644 (file)
@@ -3,7 +3,7 @@
  * pg_operator.c
  *       routines to support manipulation of the pg_operator relation
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1c9ca917107d0eb13e7ccaabd4e9f9e42181fd6f..42ef8e32b3f0239556c6012737a2a2e836859e19 100644 (file)
@@ -3,7 +3,7 @@
  * pg_proc.c
  *       routines to support manipulation of the pg_proc relation
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 716d37ae230eb3c52266bbe79ecda56413bf9299..90fbf40f3dfd2c58b2f0a7130171095ff4416578 100644 (file)
@@ -3,7 +3,7 @@
  * pg_type.c
  *       routines to support manipulation of the pg_type relation
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ff575f07d3144ca3a6ccb6dc85afb3fc2d065d74..3a6071952d2fec17b4d9afe0b717fdf53e2456f0 100644 (file)
@@ -3,7 +3,7 @@
  * recipe.c
  *       routines for handling execution of Tioga recipes
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a90b0b3d79aced226a395d62c433df56b1206058..36a65c6b6bfa9cea61d8ebeb54310427e932e978 100644 (file)
@@ -3,7 +3,7 @@
  * recipe.h
  *       recipe handling routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 11eca4c50ae9c995b41cc5dc1bca90ded6955f4b..541d314848b5078c37ca54177094805aa62fb0a0 100644 (file)
@@ -3,7 +3,7 @@
  * version.c
  *       This file contains all the rules that govern all version semantics.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     The version stuff has not been tested under postgres95 and probably
index cc551a9cf2d90f52346574375e1ed8d885a08ffd..75b27fd9fd239d5967e6956ff4a5a17638d23731 100644 (file)
@@ -3,7 +3,7 @@
  * analyze.c
  *       the postgres statistics generator
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 42a5f1deced8ce479d826bb81ce10448a0eaa446..b05f0e67afabcbefb1257bea8a10c311a94aaf1a 100644 (file)
@@ -3,7 +3,7 @@
  * async.c
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8cde67425c3bfb0ab05c913b9e422f0c7b3bdfaf..cc0ca677ccf5393936908e9ae4d8b9cd3811b309 100644 (file)
@@ -10,7 +10,7 @@
  *       my (probably bogus) assumptions about the way this works.
  *                                                                                                             [pbrown '94]
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 01b2b9321b2707d0f9acccb94b5e598baf2dd34a..758f7d6e36f15394c9c99530a9ccf9dd6bb19ebb 100644 (file)
@@ -2,7 +2,7 @@
  *
  * copy.c
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7dcb1cb061bb305d54aa05f916f97b8a48b17679..ee6091cf6718694273acc97b29a3daa23f3af8e4 100644 (file)
@@ -4,7 +4,7 @@
  *             Database management commands (create/drop database).
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 462b24d0f353c3c21ab3a2b4ffaa13ed2db2639a..3d2187c82f7786a3a5e192a036775ccd63b8cb40 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for various kinds of object creation.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f844bc1d5e55c9db9169d21c3ad58bb1ec668dfc..e5765b48a3ce30650318dd8fbc94cdc5484b3a14 100644 (file)
@@ -2,7 +2,7 @@
  * explain.c
  *       Explain the query execution plan
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * $Header$
index c46f41af2282d535de6f2f99984eb7550742c515..b72e248af17bc77244eb2ce927247ef153d1f2d2 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for CREATE and DROP FUNCTION commands
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 29f30cd4710ca18e8c33cbad691e3bd481793f5b..88809a4af2d64039e93c27a72339bde3120709a6 100644 (file)
@@ -3,7 +3,7 @@
  * indexcmds.c
  *       POSTGRES define and remove index code.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ea93fb48502a7fb4653ef1db9bfd4058bf6e2066..390801891476f4bfcc9e9a308b7f7e852446132d 100644 (file)
@@ -3,7 +3,7 @@
  * lockcmds.c
  *       Lock command support code
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5cc0119777e89c6586ce3aaccfbf8767e024ef9d..9d5f718e5fc06fbd0609ca8b4a71c2205099ac45 100644 (file)
@@ -3,7 +3,7 @@
  * proclang.c
  *       PostgreSQL PROCEDURAL LANGUAGE support code.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d55f6d1fa2f78d181fc8d60d3a994f0f300c671c..37f4e3aca58e225a1f640222c47f16e84744f05f 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.c
  *       PostgreSQL sequences support code.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 233f82ccc54cb36568f67f6e2d7280d784c3f743..ae2813f1005eaf975019fd5de3f907c5f148946b 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.c
  *       PostgreSQL TRIGGERs support code.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d62686e79ad98eeb96c2a95f7a7d3e7e93f04c87..bbb73cfb8c01f40e24512953e928aab7e1574248 100644 (file)
@@ -3,7 +3,7 @@
  * user.c
  *       Commands for manipulating users and groups.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Header$
index 2ffa94dcaa977ae7c8e889a2168ce85ab375cd10..1adb946c6b854e9795c48d432df8d324f0d7bb83 100644 (file)
@@ -8,7 +8,7 @@
  * vacuumlazy.c and analyze.c for the rest of the code for the latter two.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 61f6f6976b6f1142b211f3af0ec21a7acf8af25b..c6fb6af81de7c2f8a9388381f37435effd886f51 100644 (file)
@@ -26,7 +26,7 @@
  * are passed to the free space map at conclusion of the scan.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c4c70e3477ba940abb36f59279fab424fb8bfe65..9c129ef2b57af50ce0764b892bae301dcf683a57 100644 (file)
@@ -4,7 +4,7 @@
  *             Routines for handling specialized SET variables.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ca6768a06570717073a00a88c304a788b47ef8a4..ee210cb66dad300134e5424d54630da249f9181b 100644 (file)
@@ -3,7 +3,7 @@
  * view.c
  *       use rewrite rules to construct views
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $Id$
index b1314538430d53f4fd38e8448de99c1e8c93cc16..aa864836f1661af8d4353ab17e741156baf426ce 100644 (file)
@@ -3,7 +3,7 @@
  * nodeTee.c
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *      DESCRIPTION
index 5aaf3a2ac71891c8c0465f1fede4f0492dc613e1..90f62422957ed0653593f4bb3ddb939cf0275519 100644 (file)
@@ -3,7 +3,7 @@
  * execAmi.c
  *       miscellaneous executor access method routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $Id$
index 0ddbda06c4ad111f42f588d856e9bf625da22abe..bed703c0cd5bab566bd7993dfe07bb6e84bf734f 100644 (file)
@@ -3,7 +3,7 @@
  * junk.c
  *       Junk attribute support stuff....
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fbd8f80d39c5c5c27e6b1e628f410cb3dcc6d05e..df0a0ed68d2ba39acd24f11724850e64823c99ef 100644 (file)
@@ -22,7 +22,7 @@
  *     ExecutorRun accepts direction and count arguments that specify whether
  *     the plan is to be executed forwards, backwards, and for how many tuples.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f8fa40c7b77d1293737e49ea4767b66f9550ac92..bdd13a6f65810253a45c332d0280732d40a10746 100644 (file)
@@ -7,7 +7,7 @@
  *      ExecProcNode, or ExecEndNode on its subnodes and do the appropriate
  *      processing..
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 797aad4ce50e8e5c208e3e1d951edef465a58bb6..ffedca98fef2eb07b0be50d2eb5f03af1834d19d 100644 (file)
@@ -3,7 +3,7 @@
  * execQual.c
  *       Routines to evaluate qualification and targetlist expressions
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f4b94f58809d36de2b74a3ab3d1a575843069a88..c7a659fdce769648a90f7366bf1dfea71bc05c2e 100644 (file)
@@ -7,7 +7,7 @@
  *       stuff - checking the qualification and projecting the tuple
  *       appropriately.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f1d2e372f35cb888448de7cd16550668257d8a74..cc05c03acdc115b428f4d9efe8d8e9c2fe920cf9 100644 (file)
@@ -10,7 +10,7 @@
  *       This information is needed by routines manipulating tuples
  *       (getattribute, formtuple, etc.).
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9dcdee9191f5065672f30c959f0ea9b5179e7cc4..a157ea2917a86fa5791eed782020e2300548ead2 100644 (file)
@@ -3,7 +3,7 @@
  * execUtils.c
  *       miscellaneous executor utility routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 84b2cd943a3f6c25e0ebf316f250efb599618d36..010d60ff405cf61845bb788ced1032aac38fe988 100644 (file)
@@ -3,7 +3,7 @@
  * functions.c
  *       Routines to handle functions called from the executor
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 07eb7d8d6f89151ff991213db7eb787070291771..fb4618bf567f381565810a7384ad75711b437d8f 100644 (file)
@@ -42,7 +42,7 @@
  *       to the context we want it in.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 696ff744745db78554c84c2e419bdf8c0783635e..6b55d408c556e7cde11d393269850b96eb3d43dc 100644 (file)
@@ -3,7 +3,7 @@
  * nodeAppend.c
  *       routines to handle append nodes.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5914e906d558857e6a7c28283c10243776f84bac..98a24aeaefaf429c2d2cdaef57bc6be001b3f859 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFunctionscan.c
  *       Support routines for scanning RangeFunctions (functions in rangetable).
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c33df264028bd34d4dd4a515aef8468e5811d1b2..4228dc2bba9af40bcaa55af8895b5f08c9fb6450 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGroup.c
  *       Routines to handle group nodes (used for queries with GROUP BY clause).
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 060e116b41d5109d684d12ff7fae33316ce974d7..7b5434fa5ac42b014bf1a544e5caeb55299242f2 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHash.c
  *       Routines to hash relations for hashjoin
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0d701eb35252aa457114f75e147ecf7fd2cfaf60..eac4946a4a2a839c483dc2fa5c0c406e35900d6f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHashjoin.c
  *       Routines to handle hash join nodes
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 75f142e8d412dd159dc8d892ae6fde19b51fee24..71fbceee8aaade4c5245fd0cbb154e1b14498728 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexscan.c
  *       Routines to support indexes and indexed scans of relations
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cbdced2cc4a179f52963b25b018833ae80c50dbb..cb6b768c3ce1e099cac67777319ce46f90441a23 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLimit.c
  *       Routines to handle limiting of query results where appropriate
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0d7c69203905e530be2108ede3e9388d63ed0497..ee705b79fe11225edc22b26f13b7dd15db362665 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMaterial.c
  *       Routines to handle materialization nodes.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 047c7074f638cb5d760363635220256a9f6b737d..bf9aecef19081981e48c9b96911697be440a91a9 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergejoin.c
  *       routines supporting merge joins
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6425dc3ec135ea2e7aaf76d455b060375e4ab79e..8251b17f36266ffc65b374adf111bde27290f070 100644 (file)
@@ -3,7 +3,7 @@
  * nodeNestloop.c
  *       routines to support nest-loop joins
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d663b37e604f77290781b927007bc95e015a474d..1cc11a89f34b14ba8160198d29bcff3dcde41005 100644 (file)
@@ -30,7 +30,7 @@
  *             plan normally and pass back the results.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2616d55c508df3dd847ca9ff782da5f21be149c1..e6c0d8d22daca28913ee2e1a8435af7282b65c34 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSeqscan.c
  *       Support routines for sequential scans of relations.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 34e276e9f90baec97df461a852e46a97701c7f4e..d3ade5bddd13d19adb493133de0877d9d1e3319c 100644 (file)
@@ -16,7 +16,7 @@
  * identify the source relation).
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4d3604c3c64e86d0685c32081aab4d74caa50a37..54ad6a04a2b000c32e53d8853c3dbac2b82b2fa9 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSort.c
  *       Routines to handle sorting of relations.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1c17d2518fe021e0a277f5738c3476692e99e10b..ee0a97fd3bf5e0c1c58c293efb5d6ccf6a188bc2 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSubplan.c
  *       routines to support subselects
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2eeaae5dd4b51661a668bc23c7018792966d539e..45c3252f78481ef42828fb5b50abf0cfb81df9a0 100644 (file)
@@ -7,7 +7,7 @@
  * we need two sets of code.  Ought to look at trying to unify the cases.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e91cd68f44ed7d4da8e2781a2ebdb916f068ad73..86b609c9e6915a7fec335081a8883e2da1a733bd 100644 (file)
@@ -3,7 +3,7 @@
  * nodeTidscan.c
  *       Routines to support direct tid scans of relations
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dd7f964dfad6af0992b1a096ea576731596d3632..8112a574b744555eae2ba94d4fc48758b8fd2493 100644 (file)
@@ -3,7 +3,7 @@
  * nodeUnique.c
  *       Routines to handle unique'ing of queries where appropriate
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a879089db03fccf898f373b0dd5dc2d72e97a701..f2b4fb06df29edfff542772d383f11f3f7dd6075 100644 (file)
@@ -3,7 +3,7 @@
  * spi.c
  *                             Server Programming Interface
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d08d1b4b8a1bd5ea5c66267c14b484671610a10f..8d3027f0e7195f196f29ffc591b88f08a95f988e 100644 (file)
@@ -3,7 +3,7 @@
  * bit.c
  *       Standard bit array code.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8dff4c9bf72e87127f909a1681b2e48723a224df..3cdacc24265005a06affd445a21a4ce2bcbc534e 100644 (file)
@@ -4,7 +4,7 @@
  *       this is a simple doubly linked list implementation
  *       the elements of the lists are void*
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fb170e57ec4567c162705d4b2ced43308d983fff..604a9000e07235002def32aee4fafe381060ed4d 100644 (file)
@@ -2,7 +2,7 @@
  *
  * lispsort.c
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a7bdde23e1625a2088b8271a70d1a6f18f6f924f..f7779fcf9300282f533a324fb837e971b91cfe29 100644 (file)
@@ -6,7 +6,7 @@
  * 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *       $Id$
index 7ae4b39b9c76237a5c2e007ab7adf27d3f9943f7..b4e82650227b480e3e714c39f094002e8e91d545 100644 (file)
@@ -3,7 +3,7 @@
  * auth.c
  *       Routines to handle network authentication
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 18f1a674e58ae2c7c3b3500cd40fce825bf9e2a8..71e8977bce2fabc344b46830e243e8b8bb8af6f1 100644 (file)
@@ -3,7 +3,7 @@
  * be-fsstubs.c
  *       support for filesystem operations on large objects
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 00191d5af94f5a245ac3ffda86f8bc678e38ec7c..7f0bd38bc6210e997d397b0507cefa790c236190 100644 (file)
@@ -6,7 +6,7 @@
  *       message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 410ead5be6ce47feb45bd8c89c37785742577a75..e80daac94d0da4fb039c80467f530213c36e0ef4 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Original coding by Todd A. Brandys
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Header$
index 9e8913aa9b695d54bcc76621b05f4782f9287e86..6c8b250b07931782b27d09ab293ad6754240cbc7 100644 (file)
@@ -5,7 +5,7 @@
  *       wherein you authenticate a user by seeing what IP address the system
  *       says he comes from and possibly using ident).
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3c65a8686651733796dc531df72d112417bb4e12..9137132de01ad8be370ee0988a50831c135307d4 100644 (file)
@@ -10,7 +10,7 @@
  *
  *     Sverre H. Huseby <[email protected]>
  *
- *     Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a2e28649c91842f984dce7db34638798aefa9b7f..d1fb2322cfd4714d40853cd739271fd2d5406ac8 100644 (file)
@@ -26,7 +26,7 @@
  * the backend's "backend/libpq" is quite separate from "interfaces/libpq".
  * All that remains is similarities of names to trap the unwary...
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $Id$
index b4eeb57afe41334724a450f6f87abc659980a3fe..09ccc4e2d786961dc2d54def80d568be282d163b 100644 (file)
@@ -13,7 +13,7 @@
  * Incoming messages are read directly off the wire, as it were, but there
  * are still data-conversion tasks to be performed.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $Id$
index bb1f470ecc2dd5c0b40c6cf928f232f84d6a663d..12608aa1dd7b28f3bf2568960cbaff81d0539e01 100644 (file)
@@ -4,7 +4,7 @@
  *       reliable BSD-style signal(2) routine stolen from RWW who stole it
  *       from Stevens...
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c300a26f6522cd9a6dbfccca68da1edd88df2137..68feefeb0e1902aa9584080027fe633df5e9261c 100644 (file)
@@ -8,7 +8,7 @@
  * dispatches to the proper FooMain() routine for the incarnation.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 758dc9ec3895f2d1cdf13b8979ef52a5ca3bac20..8216510560ccdbdf726eba53c021cc8c96d2eef0 100644 (file)
@@ -11,7 +11,7 @@
  * different executor state node types.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 79d97d28ed391303181a077bf20cf9b7340080b5..ce32a54ab6fbe0bad990acc2df254ededc02800d 100644 (file)
@@ -16,7 +16,7 @@
  * plan trees.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 186909c15e8c20daad97567d288a31cf233dfb38..d806b72e5e16bf2f84b1fab4354eea2e755dcfde 100644 (file)
@@ -3,7 +3,7 @@
  * list.c
  *       various list handling routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2800434d8275c065159c8bac5242d838e5d01bef..cd33a74102b6f12aa2a0a16a563d7195ded638fb 100644 (file)
@@ -3,7 +3,7 @@
  *       creator functions for primitive nodes. The functions here are for
  *       the most frequently created nodes.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5506474510ba4d2618fe3d9f4dda7df68956bbc7..dc542782af6eb8b5aced22e414d1670f58de945a 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.c
  *       All node routines more complicated than simple access/modification
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bf1fe0d87fcbcadc620612bec7de8f28e355f710..1737ccce25212e7f9d922f24ba2e47b78aa2218a 100644 (file)
@@ -4,7 +4,7 @@
  *       support code for nodes (now that we get rid of the home-brew
  *       inheritance system, our support code for nodes get much simpler)
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a777c2c1a30f1879eeaa644f0a74df2f4854768d..47eaec6052dfab9f9e06eb5a067798a72a9216b0 100644 (file)
@@ -2,7 +2,7 @@
  * outfuncs.c
  *       routines to convert a node to ascii representation
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $Header$
index d5ce4360e4c1e4bbc01d14026c8685820ef6690c..cad22023b7b9a4e94bcb7f7a272a5c8c91266c2f 100644 (file)
@@ -3,7 +3,7 @@
  * print.c
  *       various print routines (used mostly for debugging)
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 30082f71bc69d657d4d60e18294c51399a307bb5..2eb9653c72d1251b83871024ffe18fdb1c66d5db 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to convert a string (legal ascii representation of node) back
  *       to nodes
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 217f672da662f1413e85c3ef4a99184e86f4469c..9d7a057889a7bc0a9e80b75777672d01c076f2e2 100644 (file)
@@ -3,7 +3,7 @@
  * readfuncs.c
  *       Reader functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 59b2ee5c301edc002d00efe83e14666938365aed..487bb6da6e48582f4b65563edeea3533ead90671 100644 (file)
@@ -2,7 +2,7 @@
  *
  * geqo_copy.c
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 82963d8044ee00c0f886fe49b88e37310ae15efc..83f5c835ff9b49ffd80025df0ebe43f8a1da09cb 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_eval.c
  *       Routines to evaluate query trees
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 0a661592196bcd24b60d86c998149fc8293621a2..5c6d67a95d6aca1fffc06caa2182570f8d89b37e 100644 (file)
@@ -4,7 +4,7 @@
  *       solution of the query optimization problem
  *       by means of a Genetic Algorithm (GA)
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index cd9936e8db2b9278627c514e28c0a5a88b32576a..a771322b6b31b5c957ac6d5b667163ae7cb0f9fa 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.c
  *        misc. printout and debug stuff
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 2a4d86e59cd7bad60881f45e72a587f36410a892..90be084a001453ceebc4f85286c27ea6616dd0a0 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.c
  *       Genetic Algorithm (GA) pool stuff
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 26949fa4d7584c722042e0289c776f4cd09c2c62..0d61da7251ab88cdfcd302612947fb111b95dee5 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.c
  *       linear selection scheme for the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 9b5ecdea85699a5068500ff2cfc2adb58f2a5bc8..fb00861c85ac17deef76c084281fa93b03478815 100644 (file)
@@ -3,7 +3,7 @@
  * predmig.c
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index af87c9c4d01051e39039ac2ca9797ce3fdb3bf91..98020ef18a7d9d50e388bdd61cf3a716cec50193 100644 (file)
@@ -5,7 +5,7 @@
  *       Includes xfunc_trypullup(), which attempts early pullup of predicates
  *       to allow for maximal pruning.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1f8f16db3a6a6f7fd144774f0cb6d499e4f97a8d..e3e03693b4f4fd9b120b8613640c8bc3890115e9 100644 (file)
@@ -3,7 +3,7 @@
  * allpaths.c
  *       Routines to find possible search paths for processing a query
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a558e1d5fdfa927074bb41b9718aaab8e82aeb00..e53d8c5d612b03520adc18d8b9f6ecb4d7313bc1 100644 (file)
@@ -3,7 +3,7 @@
  * clausesel.c
  *       Routines to compute clause selectivities
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 15c086c1707e6e93f04dd0095e40d1afaf3661e7..44e0c939ce43981ff03a15faf35f4ecc32f227b3 100644 (file)
@@ -38,7 +38,7 @@
  * applied as a top-level plan node.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8fa69b06fea076dfad2a1694aef53af39a0c861b..5c8f0ac7f7947c41fb136f726089fe05189ac416 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to determine which indices are usable for scanning a
  *       given relation, and create IndexPaths accordingly.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9064a4964fdd8b0ef1aaa50d4eff7a08d067abf1..fa5073b213365bb1128a33e2867cb0681616aedb 100644 (file)
@@ -3,7 +3,7 @@
  * joinpath.c
  *       Routines to find all possible paths for processing a set of joins
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e40d344240ecf6c6d81c8d10a6d39e0392ffa2de..995612f5c4105f7f8ecc6479e62672cfddee5fd1 100644 (file)
@@ -3,7 +3,7 @@
  * joinrels.c
  *       Routines to determine which relations should be joined
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3f00a62710a77b57edc48d31e45df1f8269489c9..f0131813204beae62016584b35d5a69ea57f836d 100644 (file)
@@ -3,7 +3,7 @@
  * orindxpath.c
  *       Routines to find index paths that match a set of 'or' clauses
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6b62fad92c7783396e4b5613c1d4c34d845e2bfc..d3bbb90816939d67a4960b443e5acea05027ecd6 100644 (file)
@@ -7,7 +7,7 @@
  * the nature and use of path keys.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 936e75bab1052447d324e09a51697c8ba3a66a3e..9e9dc64e5b0c361a48cce75d3298ad67fa5740b6 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to determine which tids are usable for scanning a
  *       given relation, and create TidPaths accordingly.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ffef74a1352a7fcceb5e39c125440b255d8f5885..68ff68b2aace8ede2c9c78f4cf8560656a3741d0 100644 (file)
@@ -5,7 +5,7 @@
  *       Planning is complete, we just need to convert the selected
  *       Path into a Plan.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c8c00bfebbecb9f7b5617cb052e2f8b803742fd4..e558e16ca0cd654c552080e05ed867ee3ba1ecc2 100644 (file)
@@ -3,7 +3,7 @@
  * initsplan.c
  *       Target list, qualification, joininfo initialization routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 43ce3f96cd85bbfc4124bb42c2e13c489507b1c7..53545d4859aea8b7ede336fa74c72cf238a1f0cf 100644 (file)
@@ -9,7 +9,7 @@
  * shorn of features like subselects, inheritance, aggregates, grouping,
  * and so on.  (Those are the things planner.c deals with.)
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c08759ca8430c6976b384e1a34162ecf484d546f..be570a7fe7b7180e3f6e45707bb2bd30dfddc6a2 100644 (file)
@@ -3,7 +3,7 @@
  * planner.c
  *       The query optimizer external interface.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9c7206a903e1b4c94629060b9bf8224a7bbd1dc2..ccebd8d6fc0c41860577ad6002b291e5142ece2a 100644 (file)
@@ -4,7 +4,7 @@
  *       Post-processing of a completed plan tree: fix references to subplan
  *       vars, and compute regproc values for operators
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4a5d3869417e2b6d26926ea69c1cd8bbe35c824f..6ce642884b6593889ab3710aca15122cbde4a297 100644 (file)
@@ -3,7 +3,7 @@
  * subselect.c
  *       Planning routines for subselects and parameters.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b7f7ca169e880310145c82d4e9f7f00595942d9d..b67431716fb3a5da2617b4b0e08f7e064fe09180 100644 (file)
@@ -3,7 +3,7 @@
  * prepkeyset.c
  *       Special preperation for keyset queries.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 8e880baa46c51ddd0c5b1bc12bddf325d60fcc3c..20b76c0898f12ba3330b9087f0ec088b32d1ff45 100644 (file)
@@ -3,7 +3,7 @@
  * prepqual.c
  *       Routines for preprocessing qualification expressions
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9c5c1ec79a1db6b6dcf510af2e6d0316844dcad6..3e3ea65f7d39e919ddd4461fab13267da34372c5 100644 (file)
@@ -11,7 +11,7 @@
  * executor relies on this to find the tuple to be replaced/deleted.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cff227c322c9de3180c4498b33492f9c8844ea8a..cb8eddf13a013e11efc2213fbb45983041e7ab19 100644 (file)
@@ -9,7 +9,7 @@
  * to the processing of UNION queries, but it's still here.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9b1a89ac9497ed9e4a4af6e0707637bce70cbc5d..1f752055a70f01ea13bf33d5c831158d6a41910a 100644 (file)
@@ -3,7 +3,7 @@
  * clauses.c
  *       routines to manipulate qualification clauses
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c9372eb627d7bfc1dcd9c94f5f58b6ed505258df..6c17687d5f0d12271f887facba886fa227473a9f 100644 (file)
@@ -3,7 +3,7 @@
  * joininfo.c
  *       JoinInfo node manipulation routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5cd5a174e4eddcf65369dc7f62c81dd6191f2d2a..d6b4c994a495a6eeaf6d6f539262031f1bb4ba29 100644 (file)
@@ -3,7 +3,7 @@
  * pathnode.c
  *       Routines to manipulate pathlists and create path nodes
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9e7d2c88ed9a3a28c5603415abee343e067fe15f..31d674fee9f33a455a39b27c516601ab8387aba5 100644 (file)
@@ -4,7 +4,7 @@
  *        routines for accessing the system catalogs
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7e70fd25a16394b6e4eb3cd4ca9f5e9f45143765..71ce6163af7bf63d52101b0e92d48d904d5852b0 100644 (file)
@@ -3,7 +3,7 @@
  * relnode.c
  *       Relation-node lookup/construction routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 33dac01e8e831d3543de2713a998a3bf3c28979f..d023cb0d01a9195054295ea57a7429ab6e4d34db 100644 (file)
@@ -3,7 +3,7 @@
  * restrictinfo.c
  *       RestrictInfo node manipulation routines.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fda98da0357a7e4ab44e5b61c02bcd40ee13477f..2eee147c0de3c39c04297153031bc0b664aae9f8 100644 (file)
@@ -3,7 +3,7 @@
  * tlist.c
  *       Target list manipulation routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5789cf920da1f2218559b35915a5f6f58f9837d0..b6f0b94d6fed48a559678852f5e6135e1e0792c7 100644 (file)
@@ -3,7 +3,7 @@
  * var.c
  *       Var node manipulation routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 287f986e8e172e853983cb217759ba34edf2b087..9f4df3d4c925ad7587115abe4fb1604107459a57 100644 (file)
@@ -3,7 +3,7 @@
  * analyze.c
  *       transform the parse tree into a query tree
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $Header$
index a76517654135bcd91ee38e4c4b8bf90b9c6c3a5f..915bef924fab84072eeb0c636f3b4a5b9f632cee 100644 (file)
@@ -6,7 +6,7 @@
  * gram.y
  *       POSTGRES SQL YACC rules/actions
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d255bb6c5a40d414b2c1464cb55d3c55fbfd13a1..9d7118f7980a721e3999ccdd5e08d884c44adc22 100644 (file)
@@ -3,7 +3,7 @@
  * keywords.c
  *       lexical token lookup for reserved words in PostgreSQL
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e9ae07fd52ddbc29e79ee01e728e8d2058166b66..ef3799d946386ca55bce838a6325d0b9a4d45e33 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.c
  *       handle aggregates in parser
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bb73053a82f0dd27543c41504a5e0b5bcc73571f..8e3a5fadcab09337c7c94578f8f427684d1e5810 100644 (file)
@@ -3,7 +3,7 @@
  * parse_clause.c
  *       handle clauses in parser
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 465637b3fbfc8e6eb060a140446b2664db5bf28a..162b0d286f95c422fcd26ff16ed9caed5e799900 100644 (file)
@@ -3,7 +3,7 @@
  * parse_coerce.c
  *             handle type coercions/conversions for parser
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 364637f634065a5cb3cda3ff9fd9e1f34370b377..bcf9cf7365dbaf900c50a06d4ae6ab418d319f54 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.c
  *       handle expressions in parser
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 993b70d5f9b5f430cd626051cfbc4fee1f64b7ad..05336050a1f7f10781fa54464f7a3bf94c68921c 100644 (file)
@@ -3,7 +3,7 @@
  * parse_func.c
  *             handle function calls in parser
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1e83902b84a7a050604b6a9162de6fcbdbfa774d..85fce761376f8e667859280003961e53c6d0bb27 100644 (file)
@@ -3,7 +3,7 @@
  * parse_node.c
  *       various routines that make nodes for query plans
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d7fd15c7607130cbd5cf47ecfb9de9a339e7ed09..c1fc9ec83d46abfce50fe4b61407d8fa7ca7a4e7 100644 (file)
@@ -3,7 +3,7 @@
  * parse_oper.c
  *             handle operator things for parser
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6196cb083e4ff3d298372c5b577a1f20a941339a..01c6a8e06817f50322d36afc35a1339cec450633 100644 (file)
@@ -3,7 +3,7 @@
  * parse_relation.c
  *       parser support routines dealing with relations
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a2b3d8c2baf71335d0494289a5caf63a2f3802a3..c08eff1af08fd45739f8b2c705262d4851352d44 100644 (file)
@@ -3,7 +3,7 @@
  * parse_target.c
  *       handle target lists
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7b9193f0b8db198370af5453b5250116ad9694c8..5b52150680434ea0056b6a1678874cfbe7eeafb1 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.c
  *             handle type operations for parser
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f2ee3c9fcc6496732bf94fb1ac50711468ea5f16..7301d92f9d468df63cb5f93106d7666d30d03cc5 100644 (file)
@@ -10,7 +10,7 @@
  * parse_analyze.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c67f5744f3d41d6dc1f667e8403e1b7e38cb9771..a68a62c041e137b8fb5549e2dbdf3fb42b349ea4 100644 (file)
@@ -4,7 +4,7 @@
  * scan.l
  *       lexical scanner for PostgreSQL
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d0a7a5be1567a5981fe0d6ac1b04dd12068f2a61..459888dfaec0af47c10859bf7e6882da942fc1a0 100644 (file)
@@ -4,7 +4,7 @@
  *       support routines for the lex/flex scanner, used by both the normal
  * backend as well as the bootstrap backend
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f91ef13c3ec4c95690052f026caf4b4d5f141a2c..d8da39c7bb358309aadba6d86de39c37f330860d 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.c
  *       Dynamic Loader for Postgres for BeOS
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2a013637d468d3a7def2fd79c06d4d20d385a4b7..244fdcc9685f7736f5ba9b16c7b602aba2823cbb 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for BeOS
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 5e8b36db30ff5f649141a0b8a05147e12b97195f..4687e0bf8ea18a4c53aab22bf4dff1b28c2e2756 100644 (file)
@@ -6,7 +6,7 @@
  *
  *       You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8a3fc489facd23d6548d3f12c4e967fa69a5d5d3..8228623af1c38e6b09ea524b4f0f52f1f3c7c618 100644 (file)
@@ -3,7 +3,7 @@
  * bsdi.h
  *             Dynamic loader interface for BSD/OS
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 86b3d1b5b3cfcae1b8de5c64be2315ceb2df26f0..d5028467a6024a41e79b9ad97394798836a541fb 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dgux.h
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index b0477a255b37a54b02be3633b121f85577b050f1..0f2ec854a39344b70e357a7fea305c2cfb8b05cf 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index dcf3c3eb0ffec00181658ea46f29a2fe3fb13d9c..fd79c84c89fadcfad580b2e5f2b96c9f03441618 100644 (file)
@@ -3,7 +3,7 @@
  * freebsd.h
  *       port-specific prototypes for FreeBSD
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 4be5fa7e78ceb4b3519c8c598e1fa32205932ee2..6f1a66bb2d58cce2b06cfe15ae7dfc48a99ea82c 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.c
  *       dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d49c9a5724c84531d227c10f67a0818dc1b1874e..6ee94789c469048cfbba6382e91b9b7f98982dd2 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.h
  *       dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cf93b10e17762f649115aeb74e2973336b532c7b..e601a372b8f67083ed6c4e3dac4f04d40a6d3ce8 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Irix 5
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index c3f605ca735a4345eb2de99cdc10c6f640cb562b..1d154afd92c24a0ffcafff449b0352324cdbf2f5 100644 (file)
@@ -6,7 +6,7 @@
  *
  *       You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 480d65f46eff38dc1af0039c27c8cebcd0fa9536..25a2506a04023c4ef4a864bc2e81c89f3f5ff789 100644 (file)
@@ -4,7 +4,7 @@
  *             Port-specific prototypes for Linux
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 4ed308321a175c054d8bf9bfa2909e86fc90574a..881b9711c1c8a2964475c5395e5dcc0d9fc842f1 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index bd5ce7d8d45fa586418010d12a43a8464413a29a..cd1a8506e0967c76cfb8ac23232c2491df83a265 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for NetBSD
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 4ed308321a175c054d8bf9bfa2909e86fc90574a..881b9711c1c8a2964475c5395e5dcc0d9fc842f1 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 534e4c59f80f265e199d6f49b4c8d7944f4cf324..2a6bf06ecf25b99faa600d1d05af0ae3b6f1efae 100644 (file)
@@ -3,7 +3,7 @@
  * openbsd.h
  *       port-specific prototypes for OpenBSD
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index dcec4a5e091d210236bdd49b965010e7ee2c65db..65c67ba843ee4fe47753e022aab20249c5dd467f 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for OSF/1-specific routines
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 8025a44fc2ba81c2cedac08a9fd8d8c6bd22ce74..c783e6abb4dc9d742b175c41c1f1342cf1ffa352 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for SCO 3.2v5.2
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 77b8482947ec8217527ba452cc71cacb8853159d..029a3c60571873ff98d5894cb8741ab00e640bf6 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Solaris
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index ad1727b4547f389175deab288302ba1dbc6d4709..0f80258deb3fd1e4222c23ed3a46993b12e9df81 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for SunOS 4
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 5df6fc1a5c9f5358d7f113f9e2a51c25743be00b..97f77617725553b622a6154b9a5b4286615fab1a 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Intel x86/Intel SVR4
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 4331532884292c7b8a75aa508a76e2d6eb7789e4..395ec383ac886127bf4946051ce1c464fff28d1a 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.c
  *       This dynamic loader uses Andrew Yu's libdl-1.0 package for Ultrix 4.x.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 95632a1c658b9b26bf89644411aac672ae4f7894..0021cf8034cce0ea4c5f098cf395b5ff5e59ef48 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index aef381712d2880527ee634c28c16851d9ba1e8d7..633e0f568f3c366ee8fc33794ad238e9a340b0a3 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Intel x86/UNIXWARE
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * univel.h,v 1.2 1995/03/17 06:40:18 andrew Exp
index 2edea13cf87b8b88d5b30b9dc2207d9f91090f0a..bb27ee6e29a209209d949e685838e3666b5dba9f 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Intel x86/UNIXWARE 7
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * unixware.h,v 1.2 1995/03/17 06:40:18 andrew Exp
index 4f76d20f0d74625c300474d12a76ce243db927f3..2969c8e8234c54df4bb46929d564263a81b063c5 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Intel x86/Window NT
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * win.h,v 1.2 1995/03/17 06:40:18 andrew Exp
index cdd20a6068e9a8a401fb594812a26289401725ae..3f8349b9885f35e84740c5d86638d2552634219d 100644 (file)
@@ -16,7 +16,7 @@
  *        the parallel regression tests for a more complete test.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a0f23e94e053cfa9436ccba30a9a50bce805829c..abd6788cb7e6e76be1a22c35eaf0e4a5ca36253b 100644 (file)
@@ -3,7 +3,7 @@
  * memcmp.c
  *       compares memory bytes
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 17d6819691599fc615818138b347021276462acf..3a5a7848a62bb0f810b3a3500da709ec02e5fac0 100644 (file)
@@ -7,7 +7,7 @@
  * sem_init).  We can cope with the kind made with sem_open, however.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 28466c994f943552cc199abe6e0a24702f83aa02..e4c853758e9f3523b0ef787a85e3ab5a7c2d79be 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$ */
 
 /*
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.
  *
index a3153ee16a9ca250ade022e8da27ffc7611f2ce5..526b070bd09aa99cb0faec354cc5731afa96ae10 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 6c41b39ed50c2d4a9004a63414e5665e9db44671..fcb4f6eb32792ac1c0d1f70fed0c6487226d6745 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for ANSI floating point
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index f024f7abb32736f8fb77eb3f8be7a510250c2b8c..73a42f3f1000bd7a674efd828b4e4467f65a960e 100644 (file)
@@ -4,7 +4,7 @@
  *       Implement PGSemaphores using SysV semaphore facilities
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6697d7e63370dd127b17d1de92ffeed665575739..9f4fba6e84a9f42aa684745c8e7d957789a7d5ae 100644 (file)
@@ -6,7 +6,7 @@
  * These routines represent a fairly thin layer on top of SysV shared
  * memory functionality.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d739ba0d97f72d910335a36a52e2be0f820e0c7f..86e1b93122cdc261f7c4f616aa4712a853775f37 100644 (file)
@@ -32,7 +32,7 @@
  *       clients.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b29c550a0d0e61eb50c3504b602252a70a9dee08..667202f9cd84b1ba2a3eaf60080a76b0fae23759 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteDefine.c
  *       routines for defining a rewrite rule
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b2650057d3da54526d11786c69d1f0e9932eeb9f..d41a4fecf569dcfece0f34b5005b973f281c52d4 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteHandler.c
  *             Primary module of query rewriter.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6189950f6e885dad703c9cefc13726bdf975ef57..ec96b778bb78824a37c552c0f6b8c6231a5dd5c0 100644 (file)
@@ -2,7 +2,7 @@
  *
  * rewriteManip.c
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0d481f912be6347e7fdb96631df66e09ad0a83d6..5d154c8ec6e781463f5091b9ae12fb087a499da3 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteRemove.c
  *       routines for removing rewrite rules
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b5f0f3a5c6c8f77b5295d9fcd1a7d4543f2ab52e..889035c29959fc08dac224bed24853ed5b4560f2 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteSupport.c
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 29f92e9699e8dc114b59bfa949bd13def5ea1f31..c67a6666e9bf5c07a34a0f28b1f64dbfe4ed1ba4 100644 (file)
@@ -3,7 +3,7 @@
  * buf_init.c
  *       buffer manager initialization routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b210302116d8687c7d6c17a566a41d9ace921d2f..dd1d3925e1abe648a0be0b7f22f20e66e837880b 100644 (file)
@@ -3,7 +3,7 @@
  * buf_table.c
  *       routines for finding buffers in the buffer pool.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 21a7876c676660790ad70eb79a1e3afea98b511f..79aec8bf1196bd3a646d30cfecc7798f3c6b1919 100644 (file)
@@ -3,7 +3,7 @@
  * bufmgr.c
  *       buffer manager interface routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d7f3c8a0bd08f36476e0d6ebbf7eadd3ed96b040..33a9f9365ba823b68f3b5aa67ed9c8c851cea48b 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for manipulating the buffer pool's replacement strategy
  *       freelist.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 482c4cdd4222c9cf699395c1012e221a65700d9a..e580d12d5ac83ecd674d60405928b58d8578d2b8 100644 (file)
@@ -11,7 +11,7 @@
  *       pool. rd_islocal is reset at the end of a transaction (commit/abort).
  *       This is useful for queries like SELECT INTO TABLE and create index.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 767af2b78bf5704fc8aa5f1beec6ba4bf0a78cca..b82881d36a3e10efde86f60b4c7aa96441b1de61 100644 (file)
@@ -3,7 +3,7 @@
  * buffile.c
  *       Management of large buffered files, primarily temporary files.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 08c6a0d4aaf3e5ade606338406214af26a37afab..70126d420fdba7400e156e9915a9410d7306294d 100644 (file)
@@ -3,7 +3,7 @@
  * fd.c
  *       Virtual file descriptor code.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index eaa023e4068d51d9d736d501dce964d063a197a1..de0be134d4a98a67930067f20be434feac2a6cbe 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c1639cb5c2cab860916313f426319aa777f0667d..b2ab3a0c4efe70eb1089b0d54f6d1fd0f9cbe362 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1c658c4771cdbdcdbbba953280827955236386c7..3bdcc29671de8bcda16e223ba7086c0121cdfbc2 100644 (file)
@@ -3,7 +3,7 @@
  * ipci.c
  *       POSTGRES inter-process communication initialization code.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8def3d2723359524f81a8e16c24124dae00cff60..3612551115ace21ad6ffb1e656bdc9c89f331422 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index acb494cd31481f6abf5e710b3bdffadcd6e3dcec..7a42c074575753935254f38b6c2449474768a2f2 100644 (file)
@@ -3,7 +3,7 @@
  * shmem.c
  *       create shared memory and initialize shared memory data structures.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 34017aa620f49fdcb3e3b6bbc91be858bcb99e19..6419ebd52db5a2afe5791d8cdd04127c779f4053 100644 (file)
@@ -3,7 +3,7 @@
  * shmqueue.c
  *       shared memory linked lists
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f20ec9ccfe9c44d43f7b20f819c0f8592ed6cd5d..9b22f83609781bfa73970867a2b3e266a271ac37 100644 (file)
@@ -3,7 +3,7 @@
  * sinval.c
  *       POSTGRES shared cache invalidation communication code.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2f6d303c8d3d00223a1c371089f059e1bc2ca162..d840a5aed30940dc4e4c176917e0a22dded57d9c 100644 (file)
@@ -3,7 +3,7 @@
  * sinvaladt.c
  *       POSTGRES shared cache invalidation segment definitions.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 173a13fe2c83d76998b800a924793140b75a62d1..18c9cb8344b77f314c53d4e2903c22056a4b9ad2 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for manipulating inversion fs large objects. This file
  *       contains the user-level large object application interface routines.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e48fd8e39968ba382eea32e07bcbf8803aa25931..f131b99bce14f68fe35ceec703a56100007428b8 100644 (file)
@@ -7,7 +7,7 @@
  * detection and resolution algorithms.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8afab79169f9f4c50b102716587e92eb3c50093f..abe4f36e0b670ca1c53e6e01228f25e38ed548cb 100644 (file)
@@ -3,7 +3,7 @@
  * lmgr.c
  *       POSTGRES lock manager code
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 584a468126dc4fc6f99b7249b101e8fe4c9db9d7..b11b85a5be2fc313743aeac02051d70918c9178f 100644 (file)
@@ -3,7 +3,7 @@
  * lock.c
  *       POSTGRES low-level lock mechanism
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a765224d8770f5ec3cb9e6e831f0264946ea40e9..93b60c22ff1e7927f903578414d4642a8ba09d45 100644 (file)
@@ -11,7 +11,7 @@
  * an LWLock to protect its shared state.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 610c405ee0c7de490efd4b4a11eb7905734e682e..f4d25c136d259babcd865a0a08e706ae02992103 100644 (file)
@@ -3,7 +3,7 @@
  * proc.c
  *       routines to manage per-process shared memory data structure
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 67ef8b032d240be2eb43d358878ccc9df456b92f..f910af2e1b3281ad3671c90e109bea3fd475c175 100644 (file)
@@ -4,7 +4,7 @@
  *        Hardware-dependent implementation of spinlocks.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 97550900149cea3c0af25176f4ff456e0c78b295..b7afcd69c5ac3e54751430ca07f9042ddbb72844 100644 (file)
@@ -11,7 +11,7 @@
  * is too slow to be very useful :-(
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f1a3dbf35b46751c3e353620abb00566e850c806..a79cc81d5134e050b577576d243ef34bd1924662 100644 (file)
@@ -3,7 +3,7 @@
  * bufpage.c
  *       POSTGRES standard buffer page code.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b7be96d4ef7bf4c7c60adfcd58835b5fe359ca99..ff0a50725870090703bb73d1c5627bb552cd4e43 100644 (file)
@@ -3,7 +3,7 @@
  * itemptr.c
  *       POSTGRES disk item pointer code.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7d9513e63b7b3cedf65fd7b134eaed5ed9926578..30e0319ad571a08e283300191796504182b4cf9f 100644 (file)
@@ -3,7 +3,7 @@
  * md.c
  *       This code manages relations that reside on magnetic disk.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d6f7ee50bca5b2a78d37c87897bf0c667998973a..0e6fca68e5ec7abc008ff52df870767933436047 100644 (file)
@@ -6,7 +6,7 @@
  *       This code manages relations that reside in (presumably stable)
  *       main memory.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2c3714e75c54571e8a62685f696c55ea52558389..c0007ced97e56901f60764366ddd7dc2fd4193dd 100644 (file)
@@ -6,7 +6,7 @@
  *       All file system operations in POSTGRES dispatch through these
  *       routines.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ea1252804135fafe99e0fe56ab619dbe3ce0527d..9031c64b0d50f9479ed9631a768ce3e767d5ea5f 100644 (file)
@@ -3,7 +3,7 @@
  * smgrtype.c
  *       storage manager type
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e8cd62f4371d098a1426701b17f143e0b71d12c9..bec1a044b78e0b8359e5c26879505dd1d06f28a1 100644 (file)
@@ -4,7 +4,7 @@
  *       support for communication destinations
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6e46e92860f8abb711b5d75554e9eeaba6e186e1..7b042d373c0a4abb272dce3b100549ca0c527347 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.c
  *       routines to handle function requests from the frontend
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 34928242ae1f8ebd7f3d56c7db0ff2b6386a5a30..8863f6f620bbba0b7b5628d27d6841b0283cc7ea 100644 (file)
@@ -3,7 +3,7 @@
  * postgres.c
  *       POSTGRES C Backend Interface
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
@@ -1688,7 +1688,7 @@ PostgresMain(int argc, char *argv[], const char *username)
        if (!IsUnderPostmaster)
        {
                puts("\nPOSTGRES backend interactive interface ");
-               puts("$Revision: 1.267 $ $Date: 2002/05/18 15:44:47 $\n");
+               puts("$Revision: 1.268 $ $Date: 2002/06/20 20:29:36 $\n");
        }
 
        /*
index 2e3755a96194a5defceb0e030410bea89158fc3f..cb64c3c3df39282b3b1c0e9a0f51df22a09cce9f 100644 (file)
@@ -3,7 +3,7 @@
  * pquery.c
  *       POSTGRES process query command code
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 83ff458019bab701d0f595331b65a0ce3126b477..a09ec5aac3403868712da241c7b7a705f04a34d8 100644 (file)
@@ -5,7 +5,7 @@
  *       commands.  At one time acted as an interface between the Lisp and C
  *       systems.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1e44a39644f1d2697ca6e3e3c3eeea28ef1aa90d..ed194d0e3c4c2a74f88d5d3e15e7945119af9faa 100644 (file)
@@ -7,7 +7,7 @@
  *
  *             this file must be kept current with recipe-schema.sql
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a7ea67e666b9009a870a13c6dd98a25dcaa8d0b5..a3be4f6faa0b0d95a20dfc336b9a0a902c1800d4 100644 (file)
@@ -9,7 +9,7 @@
  *                     "utils/geo-decls.h"
  *             and "libpq/libpq.h"
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 6045addbdce983586b4ebd20df3c47260aedd771..66c5b05858698d59aef8555e16c8c22066f81b8d 100644 (file)
@@ -4,7 +4,7 @@
 # Gen_fmgrtab.sh
 #    shell script to generate fmgroids.h and fmgrtab.c from pg_proc.h
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
@@ -134,7 +134,7 @@ cat > "$$-$OIDSFILE" <<FuNkYfMgRsTuFf
  * These macros can be used to avoid a catalog lookup when a specific
  * fmgr-callable function needs to be referenced.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
@@ -192,7 +192,7 @@ cat > "$$-$TABLEFILE" <<FuNkYfMgRtAbStUfF
  * $TABLEFILE
  *    The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index 6542d5b73fcded4cd5e595918a083ea4e2b00ef2..ac0a57327d94eed988c54e6dbd73172701f30361 100644 (file)
@@ -3,7 +3,7 @@
  * acl.c
  *       Basic access control list data structures manipulation routines.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a704f105259e71a197f2ec581ea20050fb605f20..b2833d17376e0a9a13b792f7da0a966e89c9d517 100644 (file)
@@ -3,7 +3,7 @@
  * arrayfuncs.c
  *       Support functions for arrays.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4c3bd453b75f54702b3020b3e13faa33fdddcdf6..aeafb28e72bef9a19f831a6479c9ab380ad4163b 100644 (file)
@@ -3,7 +3,7 @@
  * arrayutils.c
  *       This file contains some support routines required for array functions.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7caf2a6cca097e62b6e5e00b9f7a4dcaf6a9f734..a1642894c605a5d7e521e1322e1db11c586a55d2 100644 (file)
@@ -3,7 +3,7 @@
  * bool.c
  *       Functions for the built-in type "bool".
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ca8454103cbffe5e05bbda0aed4fb6b7e4fe362d..0b612676f6d3d9af8d8483715723e5168cb2cca5 100644 (file)
@@ -4,7 +4,7 @@
  *       Functions for the built-in type "char".
  *       Functions for the built-in type "cid" (what's that doing here?)
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7ebcedd70bb2a9d67731cc213f20ca8ec6dea7f9..ee7c44e856c8d830994f4cf453ed102c59c1ab0f 100644 (file)
@@ -3,7 +3,7 @@
  * date.c
  *       implements DATE and TIME data types specified in SQL-92 standard
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 6e1c65acd29c4cab8a318d90edae8989823f0d31..a2379a74d7e8e10c859511daaca2e471581e82d9 100644 (file)
@@ -3,7 +3,7 @@
  * datetime.c
  *       Support functions for date/time types.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e96b8abb538041e7d6a39309d34cb6bddca8331f..889067b913c375cbc8e4c032db87b33c79c8f77d 100644 (file)
@@ -3,7 +3,7 @@
  * datum.c
  *       POSTGRES Datum (abstract data type) manipulation routines.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 044fca85b6d1957ffaa9a9212441a4bafd71f4a8..f345d0a3f2b9195a77fe896d705b2da05995806c 100644 (file)
@@ -3,7 +3,7 @@
  * float.c
  *       Functions for the built-in floating-point types.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e72e4a1a68dbc8deaac15aecd4c79f01a115e68c..88ad0428094c817ea52d99215451ebb69a3aec9a 100644 (file)
@@ -4,7 +4,7 @@
  *       Display type names "nicely".
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0b2a60a7774a9dc1ddbd7bbd0f7b7f5adb53d207..580c872d12b9d8fecdbf62d4e382e214e0d7be6e 100644 (file)
@@ -3,7 +3,7 @@
  * geo_ops.c
  *       2D geometric operations
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bfb51111b20b2cf9186472460b771c0e96dfed11..4d60eb8e679b7f2199ad2956f3d41358c9994736 100644 (file)
@@ -4,7 +4,7 @@
  *       Selectivity routines registered in the operator catalog in the
  *       "oprrest" and "oprjoin" attributes.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6be698c74beaa560ae07b4d01d8d91da00c1c7ac..643f83ffe9d000a37efca73f45359ac4e3a8cfe6 100644 (file)
@@ -3,7 +3,7 @@
  * int.c
  *       Functions for the built-in integer types (except int8).
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a4adf12324dcfae416d52f9c13651b37b425d926..c590945245f4d8aea70a42ee62d2c9c3d4ef892d 100644 (file)
@@ -3,7 +3,7 @@
  * int8.c
  *       Internal 64-bit integer operations
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 714ea7be784362af8e38609cc27848a41ad7defe..f08c29afa3cbe59a292f91f15c9edb0f8cf1696e 100644 (file)
@@ -7,7 +7,7 @@
  *             A big hack of the regexp.c code!! Contributed by
  *             Keith Parks <[email protected]> (7/95).
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bf2c168de1834b4a72bc3e2fa9e46c6da753bbd6..a4fbea03521a6c1f6b0f78e7b1bfc270a84f67de 100644 (file)
@@ -15,7 +15,7 @@
  * MatchTextIC (MBMatchTextIC)
  * do_like_escape (MB_do_like_escape)
  *
- * Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2002, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     $Header$
index 5c237d0f4bc98b1c2e60f3b3f586746880416152..fd2dfd3fb5ba2ee728f5651b3bc1565e4d0f6aa8 100644 (file)
@@ -3,7 +3,7 @@
  * misc.c
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 90fd17a47a995bb54ec086acbbd6af2e5d666565..68738fe51b36a757ccc66d25e1df7184a9b4d418 100644 (file)
@@ -4,7 +4,7 @@
  *       Functions for the built-in type "RelativeTime".
  *       Functions for the built-in type "TimeInterval".
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2e938eb5a443593676643dcec8215101792c622d..373c2bc67679c82d74941dfd9f003172019c9c66 100644 (file)
@@ -7,7 +7,7 @@
  * always use NAMEDATALEN as the symbolic constant!   - jolly 8/21/95
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c64ebbb4658bcf3bb085f2322c34ea7991be9300..d7d696a57066fe44e6bcaedd5fe925ffe2d06caa 100644 (file)
@@ -3,7 +3,7 @@
  * not_in.c
  *       Executes the "not_in" operator for any data type
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 304a3f1183e097c3f3a5c47d4de3a74295c94535..f3ac0c0f649406b9cba970ba58ed240103e569c6 100644 (file)
@@ -6,7 +6,7 @@
  *             integer:                                pg_itoa, pg_ltoa
  *             floating point:                 ftoa, atof1
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index de4f6a9a6e6620933c23dacd2a4e29b0732f76b4..0c2ebea4ee458f85d7045b721a18eb7a240e84f7 100644 (file)
@@ -3,7 +3,7 @@
  * oid.c
  *       Functions for the built-in type Oid ... also oidvector.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index faef591aa36e54008cbf7cebb9776a58ac819525..ee1c2e60209840e380aa99de68d23dc00c875b68 100644 (file)
@@ -3,7 +3,7 @@
  * regexp.c
  *       regular expression handling code.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bd1e529ba9803f8a1f9e47d0a35d9db3f70ac5e1..c6f0f2387c94bdf7d9178f1ed573e860006075b4 100644 (file)
@@ -8,7 +8,7 @@
  * special I/O conversion routines.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9931aee8fe145c4f48dfa637b04fe9ebf9007182..47d1e80cf15d94d689ae94c40a07595650c0398d 100644 (file)
@@ -10,7 +10,7 @@
  *       Index cost functions are registered in the pg_am catalog
  *       in the "amcostestimate" attribute.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8a17fb23ee9120330a20e925e1a4658d837138ac..002a54ed0490c573b4986b2aea24b011e94c95b9 100644 (file)
@@ -5,7 +5,7 @@
  *       Example:       a set is defined as being the result of the query
  *                     retrieve (X.all)
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 28d97e3afef5d3d6c914fdfa2a509ca4553f8eb8..dc3855302f7fcfd1e3716ca2cfc7aff848af1aca 100644 (file)
@@ -3,7 +3,7 @@
  * tid.c
  *       Functions for the built-in type tuple id
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9df4c8a39ebda68e910d47811b5613db9b7410f1..9a5a6f4b869c3315f8e266eafa82d739a6eb8541 100644 (file)
@@ -3,7 +3,7 @@
  * timestamp.c
  *       Functions for the built-in SQL92 type "timestamp" and "interval".
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f7164c82af36946c8ef97ccde97d16f0b3c20599..3ffab9c9d3431dc5fa2ed643f592bad760f8e6d4 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index de39406d97c62a8ccde76d8ffc460954547266ae..b1132097112f6cbc11c935a6207d9bf997cb5e5e 100644 (file)
@@ -3,7 +3,7 @@
  * varchar.c
  *       Functions for the built-in types char(n) and varchar(n).
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a13bff0c3711afe145b27bc3fc22faad3713444e..eb721dfbb28c3ccf655f6a9f4e7dc6a84e7567dc 100644 (file)
@@ -3,7 +3,7 @@
  * varlena.c
  *       Functions for the variable-length built-in types.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d996b87ee42e25646b44269f7ecb25dba3d38b7b..04a294cae778484ffedc9dff6482d286d4037bc2 100644 (file)
@@ -3,7 +3,7 @@
  * catcache.c
  *       System catalog cache for tuples matching a key.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fc41cd006fc3ca526d16d9663aed03a29d70b273..a959560b34b5837777d437ac414996f052237abf 100644 (file)
@@ -4,7 +4,7 @@
  *       Code for the 'function cache' used in Oper and Func nodes.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 82bb0a738f4e5301ad6dd162ecacc79e05c260dc..0347ff691796f125fe6d2732528b43286c45d49d 100644 (file)
@@ -70,7 +70,7 @@
  *     they need not live beyond the end of the current transaction.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 883aee33f93b7cd95896a5e724e71c2a8d2c48e4..2dd29018748912b4279ea8c2bac8bacbeda936b1 100644 (file)
@@ -3,7 +3,7 @@
  * lsyscache.c
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f4a121dc6656c73a7b386fc9f8528b377a8d8bf3..418e01470a6078a8694c472b4001783089ca1ce7 100644 (file)
@@ -3,7 +3,7 @@
  * relcache.c
  *       POSTGRES relation descriptor cache code
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8ec80f2b3f850f1f033b6d869d4815fa5cd986aa..9f7657c771a9fff2aa49b898e8affdfeeced2eec 100644 (file)
@@ -3,7 +3,7 @@
  * syscache.c
  *       System cache management routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ba118e2b77f871d5e9969ce76ac288ad79d93477..f0412af2eb232361fce51b953d87dcfa15534d24 100644 (file)
@@ -3,7 +3,7 @@
  * assert.c
  *       Assert code.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5a5e3081cbd81cddc518a0a5f80fe30008f62f41..da34574a20cbc5cb1bd2d4e1c52dbfb2832d7b94 100644 (file)
@@ -3,7 +3,7 @@
  * elog.c
  *       error logger
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 78f929d4380b718106c4dd0b939d5a66ab34f2bf..3d65938d85f75395070a7fcfc76ac5e89ce4b995 100644 (file)
@@ -3,7 +3,7 @@
  * exc.c
  *       POSTGRES exception handling code.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3f5acabac2aaa8d7ff300381e9e01a626b167b4b..2e76d2a7732afe4f7d32d01ef1b1116fa92ffd8a 100644 (file)
@@ -3,7 +3,7 @@
  * excabort.c
  *       Default exception abort code.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 069fd289ab076f1f86a32d55b5c85f57bc70716d..2ad55ac74c05111664e9d1e195ae331d287cf711 100644 (file)
@@ -3,7 +3,7 @@
  * excid.c
  *       POSTGRES known exception identifier code.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 29c92d7727390b4186d671249185556ec47362cf..1bb4f55c69cd8137d94d2eac7c315b9a90f2970c 100644 (file)
@@ -3,7 +3,7 @@
  * format.c
  *       a wrapper around code that does what vsprintf does.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 325d9dac610a3403d2ec2055435608f0603fa80c..50f226c716bfbc4367bcde3c536c7c02c64da4fc 100644 (file)
@@ -3,7 +3,7 @@
  * dfmgr.c
  *       Dynamic function manager code.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8ee8a4b1f0eac4d74ff995c58dba80e0e5f5d2c2..4923f24d0a86b94e330b93a031ec185805d2bf02 100644 (file)
@@ -3,7 +3,7 @@
  * fmgr.c
  *       The Postgres function manager.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7394ca0b4d8dcc5efa35950e4a5a050e68d9e346..a2ee937585a60a56af6a6e6e771ab5df801c6e5a 100644 (file)
@@ -4,7 +4,7 @@
  *       dynamic hash tables
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d9584d72177b559c7778fb624a1cdc1ce0332314..4c93efacb247d79ece0cb2a77c855ef2e939fe25 100644 (file)
@@ -4,7 +4,7 @@
  *             Hash functions for use in dynahash.c hashtables
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 77bb77ff648ceee47252738d632402788afa92b1..eb08385714f8b215b6c25816b7c51dbc23a75a74 100644 (file)
@@ -3,7 +3,7 @@
  * pg_crc.c
  *       PostgreSQL 64-bit CRC support
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8af9d8ce4cc3b3b55c82fa52f568849335b42535..63f9844a044ead8b1b7e1ed8a6339c642cca1ec5 100644 (file)
@@ -2,7 +2,7 @@
  *
  * findbe.c
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 417258e5c02f1ccbc8f0c88d5298218faf7a4079..7d091768ecc1d61e73fc053012a26ab2f3bedd4d 100644 (file)
@@ -3,7 +3,7 @@
  * globals.c
  *       global variable declarations
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d6a01ad7a6e1718799b1f06ae39e4b5234e566e4..9cb65b853a09892fde8f9cf746a3ac6958f2f29f 100644 (file)
@@ -3,7 +3,7 @@
  * miscinit.c
  *       miscellaneous initialization support stuff
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index be6191abd37e0c198dcb42f35ed6d1e3b4144ae6..996019eb5737f268e892fc8fe65bb06b71e3b774 100644 (file)
@@ -3,7 +3,7 @@
  * postinit.c
  *       postgres initialization utilities
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8a2b03408e02f7f2a72beac30332c863fba1b766..107031b8dfe86049f8f0441e644f10b1bb29ad52 100644 (file)
@@ -3,7 +3,7 @@
  * database.c
  *       miscellaneous initialization support stuff
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 042b46a320328ac37cec2c3767a142f3dbe5ac0a..e5a9d6b80ea3f00dcee19e91b4234a9bcfb181cd 100644 (file)
@@ -5,7 +5,7 @@
  *       Also, a function to check for the owner (datdba) of a database.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 944bec630dbd06ed871a943ebad4945b32b22074..6dce2ec5dec5548690d7801d9681fabd92e08e9b 100644 (file)
@@ -7,7 +7,7 @@
  * type.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1c4e0f63833ef21e7e1cf047c22e37a0a3d07ec5..c3b2aa3f2f55fb479d53c612cdba0301c8addc15 100644 (file)
@@ -9,7 +9,7 @@
  * context's MemoryContextMethods struct.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dc5dafe8ef05581e7494fe76e78b3995738b3744..6a2dedb04b8219251868d9cefce78acc5d8130b2 100644 (file)
@@ -3,7 +3,7 @@
  * portalmem.c
  *       backend portal memory context management stuff
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 85add324e58af85f2efc3dc1b0e170b1f1eeb300..78b1c6854c5c4ff168dad64073616c221201b74a 100644 (file)
@@ -60,7 +60,7 @@
  * care that all calls for a single LogicalTapeSet are made in the same
  * palloc context.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bd8428cb7bc02f7a7e8c7bcbc2fd3e5d5366a631..4096a996bedcbc9f445a9c461710e7579e870b3f 100644 (file)
@@ -74,7 +74,7 @@
  * saves one cycle of writing all the data out to disk and reading it in.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5ec55e1f93c6c04bd28a1d6f929dc0ea1b927bd7..4851782d65bec897dd7813cb4915117ffdfb2377 100644 (file)
@@ -22,7 +22,7 @@
  * in a format that allows either forward or backward scan.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f71c3d182d3b26ee5551fd71d124548189433f2e..f8365f6c279008eeaa81579dc3e5ebec4cb1f85e 100644 (file)
@@ -12,7 +12,7 @@
  * exclusive lock on the containing relation, instead.)
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 575bf98f1599032e9c546fd02dd877c1da576281..a172b5e900646e36973b8d8773542668fe5f3d76 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin (client programs)
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $Header$
index 8a0c7cdf82b92fb26e1b614ed76be96e5c989c54..1f53a15598a6e066fd6b40993562558c738c773d 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/initdb
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $Header$
index b1e545565778ea0b41face740cb3f28256904f98..19fe1f7174abe3e06a3e7874de50a9f3cbd8df03 100644 (file)
@@ -24,7 +24,7 @@
 # template0 is made just by copying the completed template1.
 #
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $Header$
index 95e664577655eb72106daadcb4db72cc77134cac..afd033523b492413112ea5cc7aedb3fad0f98286 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/initlocation
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $Header$
index 61d4378c100d856e37919d5ce1387b3e125362d6..3723c2dc74ee70289325c2fbc265a70b2c8a3cbe 100644 (file)
@@ -4,7 +4,7 @@
 # initlocation.sh--
 #     Create a secondary PostgreSQL database storage area.  
 # 
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
index 69dd6f03ca7a63424fcf3e593cedb9b8e9a147c5..5a259d863dc5fc5ff5460d776c5ab4c537007914 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/ipcclean
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $Header$
index 9452a1ebfac060efb7607b4b2d38824bd0d6ffd2..9547855c304e523e185901630aeea18df1ca63db 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_dump
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $Header$
index 7ed0072bbb61ca6eb5769c9870fdda81cc938443..2f1ae0ef91497bb7b8e4520a4efd81b828f482c4 100644 (file)
@@ -6,7 +6,7 @@
  * Since pg4_dump is long-dead code, there is no longer any useful distinction
  * between this file and pg_dump.c.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ce633da2a3c906f51cc9939b15fce4d4308c014d..263e90cf18c47dd0d89559806fc6380389ed8081 100644 (file)
@@ -4,7 +4,7 @@
  *       pg_dump is a utility for dumping out a postgres database
  *       into a script file.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     pg_dump will read the system catalogs in a database and
index 45f738e305f8218a0016b8d069748abd3415277a..bc14e3906b26b0152af1b335e3ca466433835259 100644 (file)
@@ -3,7 +3,7 @@
  * pg_dump.h
  *       Common header file for the pg_dump utility
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 6648ec1cc2d9338a67f8830c6c33b3f007a8c7f1..bf07f1f814ffc23445ffcea40f6529dcba750711 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pgaccess
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $Header$
index aa7e2744b4a64d500d3b92a811b38522816c86f0..db926dab3a060ded34a3d602858366ccc9e1bc10 100644 (file)
@@ -1,6 +1,6 @@
 ---------------------------------------------------------------------------
 
-Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 Portions Copyright (c) 1994, Regents of the University of California
 
 Permission to use, copy, modify, and distribute this software and its
index 6af94bd5b0d39f387ccecfe8ab65f5a4d74cc122..ef47ce11471b04e40d2a2e824bfb0c75b7527e70 100644 (file)
@@ -9,7 +9,7 @@
 <BR><TT></TT>&nbsp;
 <BR><TT></TT>&nbsp;<TT></TT>
 
-<P><TT>Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group</TT>
+<P><TT>Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group</TT>
 <P><TT>Portions Copyright (c) 1994, Regents of the University of California</TT>
 
 <P><TT>Permission to use, copy, modify, and distribute this software and
index b624786e1a2bc7d5162495ce80d8711ecf8fa32b..0a388620a0d6960b49ff737713cee722142e5915 100644 (file)
@@ -9,7 +9,7 @@
 <BR><TT></TT>&nbsp;
 <BR><TT></TT>&nbsp;<TT></TT>
 
-<P><TT>Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group</TT>
+<P><TT>Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group</TT>
 <P><TT>Portions Copyright (c) 1994, Regents of the University of California</TT>
 
 <P><TT>Permission to use, copy, modify, and distribute this software and
index b624786e1a2bc7d5162495ce80d8711ecf8fa32b..0a388620a0d6960b49ff737713cee722142e5915 100644 (file)
@@ -9,7 +9,7 @@
 <BR><TT></TT>&nbsp;
 <BR><TT></TT>&nbsp;<TT></TT>
 
-<P><TT>Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group</TT>
+<P><TT>Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group</TT>
 <P><TT>Portions Copyright (c) 1994, Regents of the University of California</TT>
 
 <P><TT>Permission to use, copy, modify, and distribute this software and
index ffa49c7b2c20f3a5fe30051a72b672ddd7bfb6f7..e63802d4ef9310d8c1c21cbb9544c5a9528d1ec6 100644 (file)
@@ -1,7 +1,7 @@
 .pgaw:Help.f.t insert end \
 "Copyrights\n\n" {title} \
 "
-PostgreSQL is Copyright © 1996-2001,  PostgreSQL Global Development Group.
+PostgreSQL is Copyright © 1996-2002,  PostgreSQL Global Development Group.
 
 Postgres95 is Copyright © 1994, Regents of the University of California.
 
index 87bd6fe4fc8e4b753c195d2f2609b6b577ac657e..4ffd466674726e15e9b406133781a75fd0c0c856 100644 (file)
@@ -3,7 +3,7 @@
 # Makefile for src/bin/pgtclsh
 # (a tclsh workalike with pgtcl commands installed)
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $Header$
index cfdda03a8bdbbca643f0040e413a89eee03e2f31..fc75dfe41948380803deb5c9ef296e9df27a1b7e 100644 (file)
@@ -3,7 +3,7 @@
  *             a skeletal Tcl_AppInit that provides pgtcl initialization
  *       to create a tclsh that can talk to pglite backends
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1993 The Regents of the University of California.
  * Copyright (c) 1994 Sun Microsystems, Inc.
  *
index 46b20edac7bfaecf4693211b0a439cadd2197324..997e97ad7519a715ca6aaa9b15c3cc84cab70bcc 100644 (file)
@@ -4,7 +4,7 @@
  *             a skeletal Tcl_AppInit that provides pgtcl initialization
  *       to create a tclsh that can talk to pglite backends
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1993 The Regents of the University of California.
  * Copyright (c) 1994 Sun Microsystems, Inc.
  *
index 5b4aa64226006511b1fade3f683234972551b863..a92d83c7c66d70efc1f8e181e2d77685d7e2466c 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/psql
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $Header$
index 2109103f38897b8537eea6f4a8d8f16bd0bd0aad..a42156beeed23b7c1dc1188e91370f5539721ddf 100644 (file)
@@ -820,12 +820,12 @@ msgstr ""
 
 #: startup.c:670
 msgid ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
 "Portions Copyright (c) 1996, Regents of the University of California\n"
 "Read the file COPYRIGHT or use the command \\copyright to see the\n"
 "usage and distribution terms."
 msgstr ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
 "Portions Copyright (c) 1996, Regents of the University of California\n"
 "Ètìte soubor COPYRIGHT nebo pou¾íte pøíkaz \\copyright pro podmínky\n"
 "pou¾ítí a distribuce."
index 6438effa95efc38b50f871aa1f4865e629f40693..fa28af1de04575c317bfe3a0c4db41cebd8b2e1e 100644 (file)
@@ -851,12 +851,12 @@ msgstr "multibyte"
 
 #: startup.c:670
 msgid ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
 "Portions Copyright (c) 1996, Regents of the University of California\n"
 "Read the file COPYRIGHT or use the command \\copyright to see the\n"
 "usage and distribution terms."
 msgstr ""
-"Teile Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Teile Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
 "Teile Copyright (c) 1996, Regents of the University of California\n"
 "Lesen Sie die Datei COPYRIGHT oder verwenden Sie das Anweisung \\copyright\n"
 "um Urheberrechtsinformationen zu sehen."
index 0149f95bf875a0739860516fe483dd61b88fbe82..5212d6322e0e77309b002298b72cb89d8de86926 100644 (file)
@@ -842,7 +842,7 @@ msgstr "caract
 
 #: startup.c:670
 msgid ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
 "Portions Copyright (c) 1996, Regents of the University of California\n"
 "Read the file COPYRIGHT or use the command \\copyright to see the\n"
 "usage and distribution terms."
index 32a40b6499d064d8f9d8d2223c42be0c03117e6d..952b6b90042136d281cab81763e494454e2ea820 100644 (file)
@@ -321,7 +321,7 @@ print_copyright(void)
 {
        puts(
                 "PostgreSQL Data Base Management System\n\n"
-                "Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n\n"
+                "Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n\n"
                 "This software is based on Postgres95, formerly known as Postgres, which\n"
                 "contains the following notice:\n\n"
                 "Portions Copyright(c) 1994 - 7 Regents of the University of California\n\n"
index 54a7fd12f4793eacd4a0bf7b5d624a7afde1e034..69fa270e6210dc36a80ddb03e33073f4e8448f2f 100644 (file)
@@ -865,12 +865,12 @@ msgstr "multibyte"
 
 #: startup.c:674
 msgid ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
 "Portions Copyright (c) 1996, Regents of the University of California\n"
 "Read the file COPYRIGHT or use the command \\copyright to see the\n"
 "usage and distribution terms."
 msgstr ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
 "Portions Copyright (c) 1996, Regents of the University of California\n"
 "þÉÔÁÊÔÅ ÆÁÊÌ COPYRIGHT ÉÌÉ ÎÁÂÅÒÉÔÅ ËÏÍÁÎÄÕ \\copyright ÄÌÑ ÕÓÌÏ×ÉÊ\n"
 "ÐÏÌØÚÏ×ÁÎÉÑ É ÒÁÓÐÒÏÓÔÒÁÎÅÎÉÑ."
index 536c2b6a9594eb3c90e685cfad92eaf567bbeb2a..cea9f3d8676b6aaeb78c9d7e07237329358c1718 100644 (file)
@@ -659,7 +659,7 @@ showVersion(void)
        puts("");
 #endif
 
-       puts(gettext("Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+       puts(gettext("Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
                                 "Portions Copyright (c) 1996, Regents of the University of California\n"
        "Read the file COPYRIGHT or use the command \\copyright to see the\n"
                                 "usage and distribution terms."));
index 1e428b7f8e13fb8358ca1685baf95dc84aac62fb..af095574d0112d21cf8b3dccdbbcc237227728a8 100644 (file)
@@ -823,12 +823,12 @@ msgstr "multibyte"
 
 #: startup.c:670
 msgid ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
 "Portions Copyright (c) 1996, Regents of the University of California\n"
 "Read the file COPYRIGHT or use the command \\copyright to see the\n"
 "usage and distribution terms."
 msgstr ""
-"Delar Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Delar Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
 "Delar Copyright (c) 1996, Regents of the University of California\n"
 "Läs filen COPYRIGHT or eller använd kommandot \\copyright för att beskåda\n"
 "användnings- och kopieringsvillkor."
index 81ee6ba46676e15c8526f3a1524e0941e073fdba..697837772d01163eb875a25dc9e06c65c0c33e56 100644 (file)
@@ -821,12 +821,12 @@ msgstr "
 
 #: startup.c:670
 msgid ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
 "Portions Copyright (c) 1996, Regents of the University of California\n"
 "Read the file COPYRIGHT or use the command \\copyright to see the\n"
 "usage and distribution terms."
 msgstr ""
-"²¿·Ö°æÈ¨ (c) 1996-2001, PostgreSQL È«Çò¿ª·¢×é\n"
+"²¿·Ö°æÈ¨ (c) 1996-2002, PostgreSQL È«Çò¿ª·¢×é\n"
 "²¿·Ö°æÈ¨ (c) 1996, University of California ÀíÊÂ\n"
 "ÔĶÁ COPYRIGHT »òÕßʹÓà\\copyright ÃüÁî²é¿´\n"
 "Ó÷¨ºÍ·¢²¼Ìõ¿î."
index 4df002559abb951bdd331767d2fca379eba9940c..02f52213fea7746d15a317289a0c578e1aac1ec2 100644 (file)
@@ -812,12 +812,12 @@ msgstr "
 
 #: startup.c:670
 msgid ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
 "Portions Copyright (c) 1996, Regents of the University of California\n"
 "Read the file COPYRIGHT or use the command \\copyright to see the\n"
 "usage and distribution terms."
 msgstr ""
-"Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group\n"
+"Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group\n"
 "Portions Copyright (c) 1996, Regents of the University of California\n"
 "°Ñ¨£ COPYRIGHT ÀɮשΨϥΠ\\copyright «ü¥O¬d¬Ý\n"
 "¨Ï¥Î©Mµo¦æ±ø´Ú¡C"
index 2cc4afb8d2e73686f31bc9a820663c1de8415415..42000bf84dc0b866742e9d0e617283399ae2d8a2 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/scripts
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $Header$
index 5e1c4faae265496bcee0e75c26d001b9a3a6af1e..b57ff7d90e22f5d8cf10a4387e486a81545682bf 100644 (file)
@@ -7,7 +7,7 @@
 #    This program runs psql with the "-c" option to create
 #    the requested database.
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
index 0f8f462219f293df962450126b2938b6113d6d23..824052747526e55d94f9a035887514cc3ae85691 100644 (file)
@@ -4,7 +4,7 @@
 # createlang --
 #   Install a procedural language in a database
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $Header$
index 6a55ca2b636386f9d9a88939b59a7a236d32c787..e848fc5e96d980de1db6071e4296821253c64826 100644 (file)
@@ -4,7 +4,7 @@
 # createuser--
 #    Utility for creating a user in the PostgreSQL database
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
index 4f26e1b9a191e5d81071046653e9e34399e2aa1d..9e28ba7444d95d7f796b7d118e43b5e9de5c5a1a 100644 (file)
@@ -6,7 +6,7 @@
 #
 #    this program runs psql to drop the requested database.
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
index 17b936c4c13871e9c5ddf3fb975d68b075a1fcf6..a25a17b752d6640d54dbf958e94efda36507f58d 100644 (file)
@@ -4,7 +4,7 @@
 # droplang --
 #   Remove a procedural language from a database
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $Header$
index 19f9c1010a66d67df162b0116ba40973d155b606..82269f6a4742748a3a8109d141d6b7c479e378b4 100644 (file)
@@ -4,7 +4,7 @@
 # dropuser--
 #    Utility for removing a user from the PostgreSQL database.
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
index 04a70943b6028971877bf425960e9135a639b328..ef434113969126965e166585f9b021eae5eab772 100644 (file)
@@ -7,7 +7,7 @@
 #    This script runs psql with the "-c" option to vacuum
 #    the requested database.
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
index d571c8bcefad2718dee823cbcf84468d2347ee46..16ac0b3ffcc8818fde6a0170863af4962aae6b9b 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES attribute number definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 0c700e19c1c422905605e9006208e1a407d6bfad..078a0e40c602a046e24081c367e552b9a1f09acf 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction-commit-log manager
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 59bd3d9cac46c874da605e9acbbb5421d9b857b4..3162db9f2e96f14ae16e7063c9fd8bd4da85376d 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES generalized index access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 762429c8f8b276efd810accc014b55314d93e60e..2b8fcc240a74770a12efa15e7b26b13aa86970fe 100644 (file)
@@ -4,7 +4,7 @@
  *       common declarations for the GiST access method code.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 9a2e018b1500739eed59043e61206262363e7544..ea10d3bbc914a0a33343230d9b9d25da54f958a8 100644 (file)
@@ -4,7 +4,7 @@
  *       routines defined in access/gist/gistscan.c
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 12ea4d9ce60b272ced108e32728aba358a0c0a1c..706d346db7448654843ef9a2e9343c3728fdd7a3 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres hash access method implementation
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 64382f252b8cb6f87f5a136538d8a3c8a4f14408..6ac5a778c2016ec72b60ef3d70f2daa472877fa9 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index d16e03785aefe1e21c6bbba620b6afd233a2c268..2da9077df95eb19d2b1783dac4c1c4e82e5a54d0 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap access method input/output definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index ed4abe1c57a7c73f44a98143fca5bb0cfff7505c..5bda37e798cd7b18e45dfac657470817059bd1d9 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 9d5efe721b4160f8c63b3299aaafbff7fce0cef7..b63677cde29fecf01d11b4c21ce8ff3e8a436de4 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES index valid attribute bit map definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 4639df4f80fbf1d480275724440e29f925e8309f..f8ed9cdb8639910506eafed2fc3cb8ee6a6a48db 100644 (file)
@@ -4,7 +4,7 @@
  *       Index scan key qualification definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 7b0c39d7e7b3087762d70f8f946f03790c8d6581..e7379c33e11cf5f085b9142b803cedd7e4bd667c 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES index strategy definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 2d0111932d9c98a323bbfca99c2f3f9c0994693c..818a6590cfaf535564d0503fc8533ce3e6bca1d1 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES index tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 01655a43181fc9c358b59c3377c6d8050a835874..8b806eefae94c95faf3ee979261764ec9e810d49 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres btree access method implementation.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 389f9b1417804f8186935292fe3ea78eb3d2e420..aa972141abe477f669bcb9072a15ae94d650b268 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 57ae601658bc1e95dea9220ad751a7802156cc47..88a33916c10e4c1acce2f6e9c5d853c6c9fdaf63 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES relation scan descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 8b71ea60a6b339ce5924cf0e9c2b2b95450ef578..4989ceeca9a0e6d95d1d22ab12877d066b455be6 100644 (file)
@@ -4,7 +4,7 @@
  *       common declarations for the rtree access method code.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index fa97faab2f4153a6c78230cbb8bf4dad9d771c8f..847b3326eb29b234baaa90a6047e3da7d62a6522 100644 (file)
@@ -4,7 +4,7 @@
  *       routines defined in access/rtree/rtscan.c
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 899f30e9484d98bae29037cce6ef9adbc5f68439..5c1bd24baa2583904c1020a6e2f69a476156b3e4 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES scan direction definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 910aa4b41c775b3306a8da09625d46b3d64fa84d..acf233cc995e2acd717a971ffde35c553ca8848c 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES scan key definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index c17f65bb7cb323d1ad47b1ca3d94cdb383a40c6d..c56952db352262a3330141cbe64088a21d702b28 100644 (file)
@@ -5,7 +5,7 @@
  *       (separated out from original istrat.h to avoid circular refs)
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index ec47fee31f1d0a85c834825f1a52eb5ec873774e..1945b3c8ea83032f0327b9642d34ccb19690561e 100644 (file)
@@ -4,7 +4,7 @@
  *       postgres transaction access method support code
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 61d03ca3ffd1848b960cd2033f8e8fb63adc844e..3d32db9ed20bd6bab402570df57d504cfd3d3f5e 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES tuple descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 96ce7c8b8a0c0990675ff3d48e17d33cd56251a6..017429c89718bc09ed00487b4f88795d9e58ca98 100644 (file)
@@ -4,7 +4,7 @@
  *       Tuple macros used by both index tuples and heap tuples.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index dfd943911e433edf9d17a69d349429d44e2c5083..c9f7a393a5d6f98f288e8656f7752667e8b77fbb 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES tuple qualification validity definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 8b6bb74a328939f340cf536d08f1a85a0a6ee420..8ec45df8a31a4dcbbd2772dab3a56f9e166cfa91 100644 (file)
@@ -4,7 +4,7 @@
  *       postgres transaction system definitions
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 8ea17df64c278787edc1afdb921efa11003337ac..ff58fd8ccf612acc0f275c422a86d7899b6291ef 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction log manager
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 3fd9dad1a20bdf9d8e8fc854c452e31f432d4f77..684ae14b33e5070faec4d15b74983e899073c0cd 100644 (file)
@@ -4,7 +4,7 @@
  * Postgres transaction log manager record pointer and
  * system startup number definitions
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index f368894efc41dc8cfbe748e0fe30e34e09bb07d4..d1151a4899f07a94011617f52ace2986b9a233a5 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction log manager utility routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 3d04ae5185876265b2bd27b5503ccf48beaef769..6abcd56b2b825060208141969a995c3c78b9dbe6 100644 (file)
@@ -4,7 +4,7 @@
  *       include file for the bootstrapping code
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 3368187908142f8b5c07693bcbf50a1b80b283d2..6e52f32a3f77c27d31d0e3567937fa371e7d4909 100644 (file)
@@ -9,7 +9,7 @@
  *       the namespace with lots of stuff...
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index fbb7fe1d5410e5a720ceac5fcc5ce0cfef48e6c5..aa6f01f46cd03ec4ef76ffc874d256f2eaa4c3e5 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/catalog.c
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index e91a401ea615b3600357d37725fffa8ef66f5d38..81054c1144ba216a1cec2a56529cf20bc2e6e9d3 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES system catalog relation name definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 266288d4161324e84b6a8bd6583e46157a87de0e..507922029600ed928dd04f19696015ecbb265be2 100644 (file)
@@ -34,7 +34,7 @@
  * database contents or layout, such as altering tuple headers.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 878045b23141a1963e5ae9538515502bfa07f867..b6561b8c6d74d97629f541f28b0baa230da3d36c 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/heap.c
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 5a8a6e26403cd5647038639c0d706c127b847296..26285c2dbfe6ac6ebaaebca62f734f94bd7c506c 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for index.c.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index f9da556dc3f30f99ec2ccbcb2ee0404aa3a6b3b1..7612484a6a26a3652cbeb7236a8ff68a1fe53b8c 100644 (file)
@@ -5,7 +5,7 @@
  *       on system catalogs
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index a58d775e3b51f6d911a0af8c291601747d4cc50b..73a21cd7ef03c47a4447c3f6ff0e8f96186cc766 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/namespace.c
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 849ad80cd56880d04770ea91894c76a32913ca93..e588445eb9e9fe6075267f2e2ebe39ed834612db 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 53324b15ae9f9ace1b4dd2d60a1db019d525268e..39dbeb12f160fdded54d21d6508ee1f716e91c85 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 49ecbe3216bcc33225d98c87c005854b6ff42e1a..28d79be6fc785e4fa510d45f00bc3f37c9ebe55a 100644 (file)
@@ -13,7 +13,7 @@
  * for multiple strategy numbers of a single opclass.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 1627c8fcdfec5f547c75378d0f23250415d870be..f1c36789a09ff421d1d71676333d4b7a3a1cb636 100644 (file)
@@ -11,7 +11,7 @@
  * Note: the primary key for this table is <amopclaid, amprocnum>.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index babf4b6d6107e5aaffe597d6cbbbb6ff5993d9bd..7df4f324e050f7a6c7a8429e13a06beb167f1e9a 100644 (file)
@@ -3,7 +3,7 @@
  * pg_attrdef.h
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index b2f5aa90110f36f1ed5b634b548eac035e5db7ab..125fcf0c9649c8458a37deb3ecd80efbca2226f9 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 56472f01baafa3c42121a275404bc0c3a9ab70df..82f7ebc8aebb466fff806f2b838c5a457bcac534 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 87e459471386679ce7183200e3e2c1afae6c606c..b70d150f560e00379da3163d6457c52b4fd8a986 100644 (file)
@@ -5,7 +5,7 @@
  *       However, we define it here so that the format is documented.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 1ddfc1778efeb7f928759068e4b390d74eb13682..4ab9c82bd6f6c57e3df6dba9698c0d4647bd6790 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 19f77e80fea1a56b273bf106ee27897f32e4cd68..7b4025fad035ac111555a56451e7dffffada65b0 100644 (file)
@@ -19,7 +19,7 @@
  * for example).
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index dbbc244de0dc08047f79eb12b47196d481fb870e..3c4a524da869ad1b4ee5583568d37ab81ad72f8c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index fc2220f2baace2ec99d2da299f10b650dd2d0ba2..0efbaffd92dd50a808e733c00dabcd7c4bbaa352 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 0cf440c2de447c59772fe87e3f1e5491162a444e..6c5a8e4209e611d53c58eaa85b6d8dd1c47b8a00 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 9643d1604632f6e95e09c37709a5526c4b646b1c..e51b3d8784d9f2192a3d64b897e0def79b6e817d 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index bf5029294694d156a09863f2054874f01017b225..fb6c4d8c05fb883bc94871705513d24dab18f830 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index cca4e22693afa1fbd8f925048dab4c13cc699a86..c31d9e54dd297c67e7cd08e86ee73a2cd050d9ac 100644 (file)
@@ -4,7 +4,7 @@
  *       Asynchronous notification
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 745702e4b5e4d537d6e0c805e31600897903f165..06772665e0841fb2988256fd377a3921823fc32b 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 0e378642e6a2902ed7eeb052c6e251897ea7d472..dbaf7ab274316a1832ff4ba8aecb5843d038fe53 100644 (file)
@@ -23,7 +23,7 @@
  * responsibility of the index access method --- not all AMs support this.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 20c30c5ec57dae63fa61e1acf7392d068530ee4e..6eaf7555d4c35e464532d3b8eb5b62545c7c1477 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 6da77008803756125d266d4da95f0552a56175e0..d31c7e293fb91408ed68f67874299d6918d4b17f 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the system "procedure" relation (pg_proc)
  *       along with the relation's initial contents.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index b9a7cf166ca4a66ac9f0c4941af71038604dfb8a..f37cbe85b08bdf3de2b625bc383d682d36f7f1ea 100644 (file)
@@ -3,7 +3,7 @@
  * pg_relcheck.h
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index 6815180a8e06e96d53728bacf8768dc194c4c061..2d659f965cc40b3a2a6d647ce4d9296d660c2bf0 100644 (file)
@@ -8,7 +8,7 @@
  * --- ie, rule names are only unique among the rules of a given table.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 54cd3609988f4438e70e1f25d2302a06356d74b1..0e2c05ac812765f41c9620a976e7980f0863123d 100644 (file)
@@ -6,7 +6,7 @@
  *               pg_user is now a public accessible view on pg_shadow.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 51de7986289c83cdea72bfc3118f4f5c3df5f765..00bebca90fdddbf112cb4ba7ea0e5857e409bbcd 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 941069fac09200cb7c91d0edd82062aeede96088..9eb58ef73a60529477e46356224b7e334d0c6f0b 100644 (file)
@@ -3,7 +3,7 @@
  * pg_trigger.h
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index 7dee548091ce5fbb2feff95d36d8695b8d2c4be8..0b4bd50ecae1f2129dd95a882384278e696ee324 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index dc7d3a3e97c286ec8a1d27288dea583b35c2be7c..d24458184d65e5fe767b37c640f9cfc279115a08 100644 (file)
@@ -12,7 +12,7 @@
  * isn't even created at present.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 4e05572f7ac1d18845d733a9e53e20557e79399d..962cc6e79023315d91f1ff89b8f2be0dc2f69f19 100644 (file)
@@ -3,7 +3,7 @@
  * async.h
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index a5086559e455f2625c9488a8f63053cfe4dbc6cc..5357f11a070d7dfa0267d3822d6f660e8eae3197 100644 (file)
@@ -3,7 +3,7 @@
  * cluster.h
  *       header file for postgres cluster command stuff
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * $Id$
index de8bf507b800d4902de0a3bebd6780e476b7196f..21ffcab0963b01dd244dd8f43650b49bb76d6e7d 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for using the POSTGRES copy command.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index d31dfebc80d8035d0a983061e556ded2c321abee..37a2bae128fa356ca40b918c7898de7931b9a58d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index c07f113ff59094abfeed5dede556fb3f8119ce0d..cd35aafc17ddf8917bd226b20b06c557603d8b26 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES define and remove utility definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index d55699ad4481682007e7a3b7e726d029f863a52b..ad19cb9a1cb77483f82fc7540fab4652b73e78a7 100644 (file)
@@ -3,7 +3,7 @@
  * explain.h
  *       prototypes for explain.c
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * $Id$
index d76c13b3b6349d37702ccfe1973bbede3c416ded..0a5a84614089ba7bca0818f14eed5791d7ca3098 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.h
  *       prototypes for sequence.c.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index ca9a5f9644c277df3a6a10ebcb9f43330cacb7fd..ac3704b10a5802e579e2a6ffecd38c96c8a14e4d 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.h
  *       Declarations for trigger handling.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index a7bbf9d4f966b8021d965727c95fa2feff2c27a4..1814941dffaeaa6977243aa383fa195921fcdf7a 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres vacuum cleaner and statistics analyzer
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index ecb020282e2f24ff5371ead53cf0e6051e059e27..4e3623c2bf1c791cde43588e14f5e3619b1122bb 100644 (file)
@@ -4,7 +4,7 @@
  *       Header file for versions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 5e973c2bfa34b9ba2dbbf6633f8a9b88dc5cd112..54c3e177acf52d329285f4274e8a552037821d16 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index c296d07bb45f6b4a1a0d40a968b104bbfac71ba3..93c0477e85053a9d2536de683af579c520c2fe28 100644 (file)
@@ -4,7 +4,7 @@
  *       #defines governing debugging behaviour in the executor
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index fcb1f47c51bbf9b3397eec5f63ba8c1e765031eb..690f4185f6af3a808f091d8d6a88f19969a94636 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index a5dc51548ba55fba4902583d81dad0911b7e6081..7de02eacc6427757dedf28f9cb29636bbb62c22c 100644 (file)
@@ -5,7 +5,7 @@
  *       and related modules.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 78c8197f862d029f412258518aec025b2a9d878e..d68b02a7115713d2cff72f28def628081b6950b0 100644 (file)
@@ -4,7 +4,7 @@
  *       support for the POSTGRES executor module
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index c0e9165a988d29891d41c54b5c1920183b8fedff..458dcf0a2d32df04510becf0118320244e307491 100644 (file)
@@ -4,7 +4,7 @@
  *             Declarations for execution of SQL-language functions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 9ed18129b9173c791a70242371a421a94407a233..8d59854b06e2a0022007d403928304f88609c064 100644 (file)
@@ -4,7 +4,7 @@
  *       internal structures for hash joins
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 2979af58a421eee886b78ccb55a243fd029fd109..74ad4c3c6c53b2576fa2ece1f77480d115fa795f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 88c8e6f9684d44f8e52d913ec5db8d0d193a7d0f..38faae7e8ac1a3b24ad10f07175c27e64b24a91f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 273cbaefed54a9dfe0b5bd7d3af3a375e0088513..428e914d5ae2d06273ac44e821c6e99452bdad40 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 0dcf4e209f18373af062073168ba85f3d182fde9..4b238dc92e19aee8211e4efe12b0c05a550fc166 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeGroup.c
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 991726e01a8699508ee891d524b47f33187cf024..8c0ec2adee4afabfa51cf319fe27130732ec375f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index fe064b9acd9f5ef8346860fad021b526a0f5b67d..0790c3225feb8c241d46bf35e76e5d48a436db97 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 4c54c29a986078e62dbeaaee7c520ffedd8c2773..968c70454dafcdadeafca4d03791ac7b9b860f6a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 0da175f68513fccb92bd03076bc53aaaa444c94c..1410c862cbfa222d5d302dd03f43f899e6a32e3e 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index db60c78244ad0ed3e29a24c6f314aca8ab782ce2..6e62967f7591728b26b6fe5feb5a085235ab582e 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 0e7558729e6af61f4ceefdc95791a118a26ca0b9..e96a8184a548a79d7046577787dad7692e1465f7 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 2bffe801685917bb73ce45abbc5da54bd65ffa24..5f73f24236c4e73b3b39dc84a2cf32b749fba28a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 54c2db33fe9448a0ca065ddd989897da72e2a152..78b1e75f7abb4830c61b370d528d6aeb30c4a359 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index a1fb3d0f4905d61d7c1c4fe7b0a8ab6cfc219ed5..ff3ca41eea9abd5eae6da72254c5010393cc55e9 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 4529dc91405685a026d2ff718619ee2e593b65dd..5dac03a4c0558a6fa16df0ca569f67e8f2f49863 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 17d23a1cd1d8157d8ec618141d250f8dbd56c60b..bfc4a5591598b6605dc3ac88d7352f898cee2097 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 1143ba952bbd8e3e4d99d4318f6a3e3c1a5eba00..2407a12851722ae12effa32ca0204d74e40fd35a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 434d79a289935a3ccc2eeb49a5317bac8416106e..5936d93f19df09501de5452605b3200ac7a3fcf4 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 15a413cf4f819114cae0ff17a49f022218568bfd..e46c7214241b750a27e0a0db8f7476b95430cec5 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 31ed15453aba28a85abcb8f94649d3e606443f86..f318719e65b55962b34e22eaeaa37dd2781476ef 100644 (file)
@@ -4,7 +4,7 @@
  *       tuple table support stuff
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 5a4f1ab124006738927a946dfb83ecb65e92e885..15001df233fd5073c26c6f02d353036cea1853d9 100644 (file)
@@ -8,7 +8,7 @@
  * or call fmgr-callable functions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 7ff1132e9867a6a0ba6658868204d7d4a156cbdd..1fb79b6bae5709ce9ae6999c9c5de4f5ab7baf63 100644 (file)
@@ -31,7 +31,7 @@
  * freeing the larger object!
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 1461af8fa155befeab992a1ecd267bb5be338443..b23ff27ca283e816dec0035ff7bfa014d13753a0 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 0a11db6562ecf7331755dc1dea532f85b3b03ea7..33929bb4a995bc5c33fe285ba1023470e27c54c6 100644 (file)
@@ -7,7 +7,7 @@
  * 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index ccf5eb34fdf6fcbed3faf49a5f85c4c196bedf09..52dc2f4974ba3b9855a68806110bd148e56e9d35 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for network authentication routines
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 7908a5ebac67a3edc08afda37b1ff1ca9571f2aa..0ad2e4f670c123db04492de5cc7076da5c3be198 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 071eeebee92079c6512035d820e08a31ca92b623..58f3184273d759d4a521c4bb0b53f835f1c867a4 100644 (file)
@@ -3,7 +3,7 @@
  * crypt.h
  *       Interface to libpq/crypt.c
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index f3aef8b0536c59805977888ec1fcac55cbc523e7..16524e38db83cb2ef0f8187cd2af7fa603726a92 100644 (file)
@@ -8,7 +8,7 @@
  *       Structs that need to be client-visible are in pqcomm.h.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index d7436188951f895a4d5a07893f5ad9e2e4c1eac0..8985df80161206f432391c0f0d3e8af24d43a97e 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for using Inversion file system routines (ie, large objects)
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 2c59eac2c0d2a414e7f35c17cdae1d843713b6b5..42d212ee43016c58cd9e651171aaa24da1d07a48 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES LIBPQ buffer structure definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 0b351636356e7f7b96a0bdb4b014d06a94303892..85ef3cf89df7ea797d41e64554de3f7551f4fcac 100644 (file)
@@ -6,7 +6,7 @@
  * NOTE: for historical reasons, this does not correspond to pqcomm.c.
  * pqcomm.c's routines are declared in libpq.h.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 91760cd90cdcb01012332959fd1c6866488f756a..d0c9d000bc4af775a8b9db80bc8e1282f0bc0b0d 100644 (file)
@@ -3,7 +3,7 @@
  * pqformat.h
  *             Definitions for formatting and parsing frontend/backend messages
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index fcca56412d064e8fb37116d7940b822fbe6136d5..aac0d2b632575b26dade3daa2422f78ffc26402f 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for the reliable BSD-style signal(2) routine.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index db4af3ece0969e579c2feef84d7ecc9adc1785c8..8b64e80aeb0f17ceb730c216ef0ff30a5d8ab8c6 100644 (file)
@@ -9,7 +9,7 @@
  *             pmod.h                                                  processing modes
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 7a0410fea9e2950e09e55679b035fcf6e2d1c06a..6250314991c6f5050ef801f7d453fea39dc6197b 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for executor state nodes
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 3af23a7f027ca95c6d5de480a61bc2ad74cf87cf..5cd6372fd2c7caec7e73f5a902507e158f5a15b1 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for the creator functions (for primitive nodes)
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 66a0cc44ffd7c6c8780aa795af6dc063a10d1ac3..f1a1ee2c3e1ab1897882e92722f38b812a063dd1 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES memory context node definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 2e7c7105437138c56555771fd42ae69374487d85..f1b02851451a689093b2e3b9b5ea4fce05c2b4b9 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 94b36da79b86711b0817621a91affd109e17a7bc..ae344574df7f50b95b2082e65c75dc683e61de7c 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for tagged nodes.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 46bc3c3ab4b2b788b6cf5db8d2bc446ba9fad162..60f46c1776df7ebbcbaf42a18aefa15ea8e15dfa 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations/definitions of stuff needed to handle parameterized plans.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index f4d18a0d02fcb5e5a0b09f029c0c63f5228e162d..4219dacb60bba333317766628b762edf906aac60 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for parse tree nodes
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index e94ec29e411eff8376c271f5f0c8de7aac955040..3666cee78f6b03c41d1def119b4ba1e70ecad04a 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES generic list package
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index a759196a6dfa60e8546b7ada25153ff23e6ea74a..727407a35037779ededf829d634a571561917517 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for query plan nodes
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index e37507b9804da2a947072db13745889d5ee56a7b..c197095fd4daa1e696900021a49c071f19ad74cd 100644 (file)
@@ -7,7 +7,7 @@
  *       and join trees.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index f8ae1ca3402b6b3a1b78d6c163f94f3014d057a7..326e67eab03c1b9a64b48b5ecb684e019c8bb7b7 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for nodes/print.c
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index d17262740efbc53109670b32b829e8b900420804..495c1728af42431eef8e744866ec96f0ec518168 100644 (file)
@@ -4,7 +4,7 @@
  *       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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index bf1ceeed30bbcc5aafeaf7a95488c3c485982e47..e9968bd8aaa49548d3fcdc78b41ea0cdb77e151c 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for internal planner nodes.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 3efbaab22bb0ba8067e8d1eb23a5bc6ffea82f33..33bf432a69e78980296da6dbfecafd08f7f0280b 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for xfunc.c and predmig.c.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 8f56906d6efbdf9add55c613d0067bad5bf76b06..73c1cedd9bfa1bb366cf20f9d1e00cc89fff602d 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for clauses.c.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 28e1936debfb66701505c665c9050cee2b1a5c4e..47bb9e865bbfa3c46086456e86720232d65abaa0 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for costsize.c and clausesel.c.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index cca3e330252dca901448c147d081b6656ef735e1..fe517c52d752e6a346526d71da79b47678028304 100644 (file)
@@ -3,7 +3,7 @@
  * geqo.h
  *       prototypes for various files in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 30394f2ea009b3bfd6b7222733195e79bfecade6..bae02b6815161b2cb246447ee72d180771b027d3 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_copy.h
  *       prototypes for copy functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index de350e7686b866e6fcb687487438a55f06e2c494..49b81a597b4d752e9c0ab0ddb065e8a7c615038b 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_gene.h
  *       genome representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 2bf97aae9926fd7cda911f92792b8ef0421d1c5c..7d97bab8e96c8d00c0383899dfb76e4bee376f92 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.h
  *       prototypes for printout routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index da6691e927ac3f29ac15b723d27cf7330dbc42fa..40d741492cd3bd645694204c8169d186269e57ab 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_mutation.h
  *       prototypes for mutation functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 7b4e840fa1caac74e2299075e23a6f37815a5d69..8ba112284889f090171a087c602502713c77c09c 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.h
  *       pool representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index e1ba46fc84417a3b101ed92903421a03f58e6394..a95431f0cc1872ebb3e5f9fd70c931c1949ac74a 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_random.h
  *       random number generator
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index bafb0c9a2a2a3976780fa924b111a684328bbf5f..4d45b77b2a7d43521082028f67e9ac6af7a20bdf 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_recombination.h
  *       prototypes for recombination in the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index d4dc47882366f7caa374938d75c04f4ce815f78e..5a1500f8d4a35a61de98b6aa2a25f257f5a33f40 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.h
  *       prototypes for selection routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index e9c9c47d4824a9589b1b4021aa43ce68b6ac8cd4..3b0d834a726f1e57642d3269defbc12770a03a9f 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for joininfo.c.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index b9ac83b28c1627caa27577156a4e80d4fa622d4c..20b146944bc00ce2328355f39d1624683620954b 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for pathnode.c, relnode.c.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 67c9e416c5543c424282caefcbaec21c91567fbf..bc437d1474b05b43a7e2f1fc08d5bda30b116008 100644 (file)
@@ -5,7 +5,7 @@
  *       header files)
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index f927dbbb5e65aa22e0c116af51f5a9baaefc35c5..bc4681fc74fb99e336326d6c89328441c5f38de5 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for plancat.c.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 4521479552cb7c34165480fbb8f222fa6d415e2d..29b9f95ca1d3f1d81a347c0b6c3d52b1db57687e 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for various files in optimizer/plan
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 407a865fb198a35f186d8acee6670f5e6e972184..d4abbdb12c26f2282aa66ec5492a4e5e37e288c0 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for planner.c.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 6aa62361e11d18cb83eec3e4d3afba3701681216..05db211f1f2e69d8cd6893e969cac8e82b953627 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for files in optimizer/prep/
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 51090b31218d39c525fd7476e361399447654871..243defec81fc4b7cd5758e52e0730096fbee2301 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for restrictinfo.c.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 8dcd7b32fdcb2d7fed72ad66f7bbda38047f03b4..66d563e0234f7c82d3f75f4c2d0e4c5233adb787 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tlist.c.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 9337f78f71580f9204fd1d25b3b0845a1bc2726e..1367756be37723a00a415eac2a8b33b2cf113855 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for var.c.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index b2f372146475d5e0cefc6c4c5ae03aa4de7b4ad8..960aabeb32c3279d93b92f2364d424a144f250ab 100644 (file)
@@ -3,7 +3,7 @@
  * analyze.h
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 9167e1e146058f8eceb542db401f74fa0c0d5137..553ab9fff72f0229c25ff66b1be97092c2aabe37 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for routines exported from lexer and parser files.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 5aa6d7aad71be7b382d998f0eb291ec5252568aa..87a600c94e8f8b6aeaf76808933450795dda114e 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical token lookup for reserved words in postgres SQL
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 64b46450adcf3bfeb5aada39cb8a4d8425a0aa9a..d12204093830df810631c740a90d508d76b14f7d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 88ecca8f04f9ecbabe1592e9aa7615a303041356..553faa203edc9bc88735327c62d8e3a45b851025 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index bfe83f05108e86f73879c3ece811d53d49da66a2..443320656e4e2e4728368f0c151e4a6d87ee6ebb 100644 (file)
@@ -4,7 +4,7 @@
  *
  *     Routines for type coercion.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 1d9d8a643f3e168b9ee04f1c8dd378b20576afa9..a4dbafe5d000333e6cf13f5eef8a28ef499da453 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 886106eab663629e5ba43a975bad8922e7488d8c..89d56b73915b1c27ee8e40fcd46eaea713612744 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index fd5898527c834cc79214c02baa924d8e18d4c492..9e06367f75d67ceb7698e5d892dee26e3cdde86a 100644 (file)
@@ -3,7 +3,7 @@
  * parse_node.h
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 67345890285b1f316c3b11e4e965438a27963bdb..4a60b6a4fd6291182181f4ca76794679a7119b8f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 37de96b187964e7990994e48d3c33af8fd7b769f..608d4084f2cc1bb0eed1893fa80270aa938b2839 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for parse_relation.c.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 0a2543e6f89b627898127a4cca982c9144f6638f..af5fbddfe8420f581ecf39a786d45be16c855e1d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 69d4543344f52ea0353ca0be433f1c74d3846779..7fa5f700ba8c82d632ef0105443ab4704eabd798 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index ff3a58c13a773471eb43233ec3eacd9b048dc8d4..9862f97e830862caff6b03427a2bf10cfe7ae63e 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 92c10829b00626d1a9673dd43a17a8a30ced3ab1..1e0624c089e94585eca0bf280aa9588fd5df598e 100644 (file)
@@ -5,7 +5,7 @@
  *       parse trees.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 80033090aae7f95d4609d45f8a89ce0c4a6693a4..f27ed6ae53fddd6918a067bff9143ee25b7cb30e 100644 (file)
@@ -4,7 +4,7 @@
  *       scanner support routines.  used by both the bootstrap lexer
  * as well as the normal lexer
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 7ab70f7b92bfd1370bb729a8608f609771cee30b..aab84fa2c3536bea6d4c0e95a2fbe2d3151e1630 100644 (file)
@@ -7,7 +7,7 @@
  * Client-side code should include postgres_fe.h instead.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * $Id$
index 7126efae0cc6cbefb4faae5c07671c703d38637c..b6b2f65e893737f219607bb816ddba7a9193fcf2 100644 (file)
@@ -8,7 +8,7 @@
  * postgres.h.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * $Id$
index eb4e10d86ebae2ff96de948321f3336b9a82c396..575ae642ef7dfe7a9990df4b1e7a877022e1cf7f 100644 (file)
@@ -3,7 +3,7 @@
  * prs2lock.h
  *       data structures for POSTGRES Rule System II (rewrite rules only)
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index e240e0995a267294dcf7cb96df0e93acf19efbc9..0b52354889fafd34ef8b84454da1b638837288cb 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 0dafd59602202647332fc85efbfb9ccc12df2453..f2b9b6a872b6f9080909232d20dd413ba4ef3eb0 100644 (file)
@@ -4,7 +4,7 @@
  *             External interface to query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 14b0f585e47362028b3a0d61892a823a9cd027c2..5d721c419ff1a2ec109f4b4bfc974048df484412 100644 (file)
@@ -4,7 +4,7 @@
  *             Querytree manipulation subroutines for query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 6b35fb2f431912bff913e671f2243129311d3ee4..7dc0339eeb61cc740a261391e30366e3e1fa7d02 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index fca46b37f185c02081d2e45e24ffe25eaf1b1fe4..0a18b098ab57f25d7348bb752f93c467c7218baf 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index f1c51d4291e68892c6239d8bed0f0fc69228f511..7331db8d550ad66410f085b08a315d5f61cced42 100644 (file)
@@ -4,7 +4,7 @@
  *       Stubs for getrusage(3).
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 21e7bce97e5f1efd82a56420ba59ab2708a0ed3d..28fcdae927bf37feebbdafcf09ea812e05538fdb 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES backend id communication definitions
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 9ee3aea90dd7069679555fba850105ffd63c85a6..4930499888db1cc2ebbd9530cac069fbc0a8185d 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk block definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index fc5daea7f806e5a994db2a3d0e6d56dd343cd13c..ddc075858ae8d08b643ef3098432dcbab237398c 100644 (file)
@@ -4,7 +4,7 @@
  *       Basic buffer manager data types.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 1afd7a853e9a3298f07aa3c4d8182f693e8b6ff1..9772ccc0f4d835964353ab712a0dd758a24f1a8d 100644 (file)
@@ -4,7 +4,7 @@
  *       Internal definitions for buffer manager.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index b3a7a03adc02fb04e451a363e96bfe3629804928..4bfe3e1961c5886e61cfb6400336ff608855b038 100644 (file)
@@ -15,7 +15,7 @@
  * but currently we have no need for oversize temp files without buffered
  * access.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 68f0ffc4b01ec108509e29e696cc2252c452e5d9..88baf68c7203223bcd55420189a3b90b41246254 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES buffer manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index e66d9f02dbe13a31cd26850913312dcfc5f9d886..8717abe7b3abfe53a450906b36cf3155978396de 100644 (file)
@@ -4,7 +4,7 @@
  *       Standard POSTGRES buffer page definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index fc5332304eb141f42efef3e515b23e57684853f4..7ca5838a186bd5d9ccad188d78e55475a7496dd8 100644 (file)
@@ -4,7 +4,7 @@
  *       Virtual file descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 9f2f42240b4c364b6e201ec822336562e1d8703f..e75125816d9ebf42f276179ffc93db5998b5e1ed 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index d3561f3fa3d2569e53ac431571a60e3b28cbc82f..72df5eb46928268eabc64212bd92f8b462d18ded 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 137bab33d5d9b6f7071261de4cf229fe50a8a7d2..708b63246544e96ec42c8efcff16edc0d89e6465 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk item definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 085d8843776f56d922e62a96487d7d4864f69673..cfb048f8c846afc651dd05164ac98823ed531c66 100644 (file)
@@ -4,7 +4,7 @@
  *       Standard POSTGRES buffer page item identifier definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 374e72b15af052bcbf63c0eaea45f4cf7e0f2021..fa97fa549ad6eef144a7461cfc6d534d6446d5a4 100644 (file)
@@ -4,7 +4,7 @@
  *       Standard POSTGRES buffer page long item subposition definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 1cf1a9005f6d3b952e78a986fea3ffa6155ce518..87ea409e8727f8b3f95917b26c3752a6ce21baf7 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk item pointer definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 7fef2e9e55391700b9a370a9cd263dd9a6b28536..570932f0ccac56b3bf2be95402004c58a8b60f74 100644 (file)
@@ -5,7 +5,7 @@
  *       zillions of large objects (internal, external, jaquith, inversion).
  *       Now we only support inversion.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 07c9107a079603dcdaa4a4bdf183d5bf8822e4ef..24993a72a40e32858f6630a2c8ec0a6b27109ca6 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES lock manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index f85fc348726263e7a1d4594886d80cabce154274..069b670224ad085fda8622342a5792a56d9f9012 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES low-level lock mechanism
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index aff82b290836394c5cc722962b81b70f5772f649..6ffb04659a0dcd7a15f37b106d943e06db37ca60 100644 (file)
@@ -4,7 +4,7 @@
  *       Lightweight lock manager
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index e1d83dc7c0bb0ebd83adacf1c02c32656eaf0442..d40f4a9401e9d8838fa627eaa5003e7c7660ede1 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk "offset" definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index b1647b87d6f6314fe3036ce32c639ad49b28fa34..c93c226a119090b3693adbe68d7b0db92501bcd7 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES buffer page abstraction definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 69f46ac48b615d30343c1050f213f3dfc6fba8cc..866c389b46ecf4f758039fc30446124012538245 100644 (file)
@@ -10,7 +10,7 @@
  * be provided by each port.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index bd2305d510136c26e32a3d46740d2319e8e9fb62..6493a23b0069a20acf8687c746a25ed1e2601408 100644 (file)
@@ -14,7 +14,7 @@
  * only one ID number.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 666b738daf4a0f146567ad99a92baf1c32d6221b..8fe375d68b83da820d409c3f3d957b72ed4e9d55 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index ba79e6a8f22d99cc79ee224ab25be5999529ac7d..5d9cf0f12733c52d10966926fa7c8a3e9a27df50 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES "position" definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 774b8d382c9ada5ec2fa74c14d44ceca5d0feb95..6f8b0b8a175efa3ca1a2db16d23d1c14951e7b8c 100644 (file)
@@ -4,7 +4,7 @@
  *       per-process shared memory data structures
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 130bdd37c058e67d4b739a737a5df337dabbed84..a58137358b88770d16ac6335157d24c94a61a1b6 100644 (file)
@@ -60,7 +60,7 @@
  *     when using the SysV semaphore code.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *       $Id$
index 451aab93773f219c40e534ef908fd334e142d367..6fdd83f01b1a1fa384e2f509f2ee30c90e054a9c 100644 (file)
@@ -4,7 +4,7 @@
  *       shared memory management structures
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index fd34d50674133e8989cffba0e197c2aa4b0bbedf..18259925c9ac5209c1b0f99439013f6dceba9bbf 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES shared cache invalidation communication definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 57f035e97e5aa12636a43f5937f0f948270cc968..9cf48a2eb8e1efb1a3a5875d8b9330b99ac25e22 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES shared cache invalidation segment definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 77c94265bf4cca04e68231a48b5cb6aeba71ca60..79bc1ca88e4ae0a443491f95cff4d835718487cd 100644 (file)
@@ -4,7 +4,7 @@
  *       storage manager switch public interface declarations.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index a2d1d8f4a9650a437dad2530e29a1969f7d4fb52..4aba7cb620eff8bcc765b5a6fd69c6eaa25a9158 100644 (file)
@@ -37,7 +37,7 @@
  *     supplied by s_lock.h.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 4ab1b65367229a67ffb0d9fb404b2c3d32c9574c..4316090957377bdd422c568b00c2fceb6d160bdc 100644 (file)
@@ -41,7 +41,7 @@
  * The palloc'd object is pfree'd by the DestReceiver's cleanup function.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index b25434c3f7b77877e4c34ef0ccadbd75dd3ab01a..1d9c739d60ec1bbcac80d1582566c4f60eb8e313 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.h
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 2eaf50c68055ff121d3cc8067845466f4ee43f6b..9ec8fd9de4dc323cd4c424f44ca8c8c981ee9d2d 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for pquery.c.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 2767c1747471438a714f262d9ce0ac81b2e97691..9c202d8b8a9ab8c2505450c4f538e1aa0d49a512 100644 (file)
@@ -4,7 +4,7 @@
  *       #defines governing debugging behaviour in the traffic cop
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 7a17e1cc6ae18d8a9a0a310c9c70997ccbab5bd6..45796774fe376ff778f9518db6993364bcafc2a7 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for postgres.c.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 56d63e9664c99e7187a2bdac7ff1a9f013c30a1d..9cbecf1d0eb3edaff506ae9b5f85c5a77d7e1ed7 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for utility.c.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index c059c2387bc36e14bd986e6c1f863b4ad442f8af..4cb078e3ef16820cd9d1f09728db82256ad2d82b 100644 (file)
@@ -4,7 +4,7 @@
  *       Definition of (and support for) access control list data structures.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index a11e0d2f588bb687b5babb054f1f12296dac03c8..bf9e14640467d78ea87dc91980c6e746b6bd38ba 100644 (file)
@@ -7,7 +7,7 @@
  *                             utils/adt/arrayutils.c
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 5ee9e5ec8d05a6be897d810f12390d57ec7abb93..7058773599665a25ed4485d54e26cb6a91bd4daf 100644 (file)
@@ -4,7 +4,7 @@
  *       Standard bit array definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 442a28f6d356571b6946b7c28719bd0236026e10..91d61b73748130567e7470f453c0562fc73dde7c 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on built-in types.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 4bb70db4c3ca372caee5f26edc99d4b77984bfb5..8532188bb9ac9c0deae3d83eb7b373c5b1955c7e 100644 (file)
@@ -10,7 +10,7 @@
  * guarantee that there can only be one matching row for a key combination.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 796ff07fda9501559f97fd7118e6ab009bc0c4e3..e216ba0793316a8e5d1e75766ac0eb6671ecc804 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for the SQL92 "date" and "time" types.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 72e6cae53cc16f92be966156acbf4773a736dfa8..621b72ede00e02e3069a6bad6b53440cc23d7b30 100644 (file)
@@ -6,7 +6,7 @@
  *        including abstime, reltime, date, and time.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index dde631116382da940da77c959cf17e01780fe7c3..4af69fc42888f93eb2e0dc0da7e1366dbcfbc6b8 100644 (file)
@@ -8,7 +8,7 @@
  * 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-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index c66ebc6017632d241b949a03e721117396320039..01bdbb68e55417c093fa6419ac20df9ebe083eba 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES dynahash.h file definitions
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index c401fb7d13c8f0642a03d89e43f0ed83587adaca..8428641d74258e137675a8c609f368561b78d8b5 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 560ca1dafa2d6fdc60c95881bb007402fd772d63..650c71fbc872e5e9cbe1eea1a5143df4ec72fea4 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES error logging definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 1e38a59c5cb66bd4c68f74d0796533b9929ffc15..0db47d43310629c2cae9bab021815e6a5eeb909e 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES exception handling definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 70b85ef4a79af99c71669ac4dd55be2da69653c9..97cbf79caabbb8f317f9ead89e109ac7d7066d58 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES known exception identifier definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 50d8113cab5014cc89d407922f158450ae71dd9c..4adb841c7e34bac6349b1c2cca23f331425170d1 100644 (file)
@@ -8,7 +8,7 @@
  * record in the Oper or Func node.  This saves repeated lookup of info
  * about the function.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 6a10ac0558a5649d3806cc871f10f0d7dff318e1..fb3a34ee80103fad62f3270ef6f29e4c77cfbe3c 100644 (file)
@@ -3,7 +3,7 @@
  * fmgrtab.h
  *       The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index f42ad0792d243eec3334c53e2a81e3f4a57938c1..277406b64f2591e1bf8f27fe5b54017ae5a00147 100644 (file)
@@ -3,7 +3,7 @@
  * geo_decls.h - Declarations for various 2D constructs.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 305e863fe9774aab5513a1e04da5384b4af00a4d..782f3ae4cca13d8a192add4ad394060b60b7bb5e 100644 (file)
@@ -4,7 +4,7 @@
  *       for hash tables, particularly hash tables in shared memory
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index ea2d8aed890db7fc52a8663048aafcd88581b0a1..0b02f100564e444fc4dfa57c2af2a6b10e441208 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on INET datatypes.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 98fded4b5c2f94f7183d210f59d631b3f5abb8d2..a7e546a3766694b59c8a464123a8d8cfaf7c193e 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on 64-bit integers.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index df87337bf0480c7a2ec656bc601ff44663db5012..54637bc35f8835d5e467242f042d68bb0713db60 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES cache invalidation dispatcher definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index dcf8097bc62d2ab93f55b32389635a6628370ef4..a2b6955ccf999185e794009117064a429225044f 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See logtape.c for explanations.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index b788fe05d249d0b8de37b8fc41247192b075e198..8cc1173693a5c7753a82b13b5b88ea33155e0b8b 100644 (file)
@@ -3,7 +3,7 @@
  * lsyscache.h
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 3744837591ddfd47081f59358f77e97503e7edbe..0e710adfa692a9ae52130738d595f61f15aaeac1 100644 (file)
@@ -7,7 +7,7 @@
  *       of the API of the memory management subsystem.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 085b05090e4d48d479516ae21fa54f90e52f008d..c6d5e6156b18edc5829e2b3252571494990cb8e4 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for the "new" abstime code.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 5b38a3274d30471ae38a7d5d7ccb24ee3aa5a7c9..11fc74298dd27d0827c22e381837f30fe7734741 100644 (file)
@@ -18,7 +18,7 @@
  * everything that should be freed.  See utils/mmgr/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 951a37263cf495e566afe99b486db5789121d774..a135861bb769771fba4f123a07cdce2461145a43 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL 64-bit CRC support
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index d5bccbebe8d83c724960ccb61e511d1eb08e7f35..2743947706ffba2d6e7b4d842cac116381b0b13c 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES portal definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 9dfb9f60374259e952859e6e363bf18f9fe8bfbc..5e4ab56d7b865bd37a189fd9a88b23afc7b191e4 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES relation descriptor (a/k/a relcache entry) definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index c32f2ce09aeb63bdf58fd6ed109635a40821f859..2db75b62d10b51563585789a11df4b2cf1598919 100644 (file)
@@ -4,7 +4,7 @@
  *       Relation descriptor cache definitions.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 08fbbfb26a2da2b872467a9bc175819b1434330d..048fdfec5599581a34be1fac3a3899018472fdf3 100644 (file)
@@ -5,7 +5,7 @@
  *       standard operators and index access methods.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 91f9911b6ee74f718b08fd8d70876a082c6e833d..0247f1d5d12ad4d426017ce04e432fd81c1f4275 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index b0876434bbbb1356ee70cfd75bae4286ea57f754..84d11d1577005a87a6e90238da3f88a87b140c6f 100644 (file)
@@ -6,7 +6,7 @@
  * See also lsyscache.h, which provides convenience routines for
  * common cache-lookup operations.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index e06e1820083c9c9c990dfbd2f228f1cacf113a3e..be0a4c201ebffc8de13d368e32fbef96ddec5bca 100644 (file)
@@ -3,7 +3,7 @@
  * timestamp.h
  *       Definitions for the SQL92 "timestamp" and "interval" types.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 5f93ac1b4e4f104f6bf4fc95083d0bc3f9eb2320..068399c9b2b6e6db0ff4ab0a044dfa3c487bc4a5 100644 (file)
@@ -5,7 +5,7 @@
  *
  *       Should be moved/renamed...    - vadim 07/28/98
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 91b6ff7ea8927636a61c3a0f0ca4d2a5dd6114c3..fc222a7871361fb0569944513cc2e720adbc0f11 100644 (file)
@@ -10,7 +10,7 @@
  * amounts are sorted using temporary files and a standard external sort
  * algorithm.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 4097181542dbd0e4af824056333f286d113e2241..406725285293ba3a252e9ff4ddf6fbdeed722566 100644 (file)
@@ -10,7 +10,7 @@
  * A temporary file is used to handle the data if it exceeds the
  * space limit specified by the caller.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index c6027765d2d45765ac71bfc267d374df4be1f29f..3459425ccf17d0778c7bfb835d5cd5da1879ebcb 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 11ff814648065a39faae2db2d878ab068b44613a..b83361de74e72703ca0cfa69e056e3dad11f5fc1 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 2acda8f11eceb3f8c1f6b5c3cf10302ca21bd45a..76d5b71a7b97ab28e7230130fd8ac9a6dcc8b1b8 100644 (file)
@@ -3,7 +3,7 @@
  * keywords.c
  *       lexical token lookup for reserved words in PostgreSQL
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6fc2a724778f2529f48b262f028449fe6eae4204..71a54ea984cd2192bfe42e6247268afae9b63728 100644 (file)
@@ -7,7 +7,7 @@
  * This is a modified version of src/backend/parser/scan.l
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 19067454076606f94fbf0e264d2fe620427adfea..518f20812c6806fe0bebd60842ebd716c1415358 100644 (file)
@@ -5,7 +5,7 @@
  *     libpgtcl is a tcl package for front-ends to interface with PostgreSQL.
  *     It's a Tcl wrapper for libpq.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index a5945437ae4d11636ad816d17342588916686a1c..6817581d35d7940af4f29bbd3a7eced78a03caa9 100644 (file)
@@ -5,7 +5,7 @@
  *     libpgtcl is a tcl package for front-ends to interface with PostgreSQL.
  *     It's a Tcl wrapper for libpq.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c86b44d64d8f3e33090e90cfd809868292637072..9ccfb684ccfe1ca543efc68c093450ad101c3517 100644 (file)
@@ -3,7 +3,7 @@
  * pgtclCmds.c
  *       C functions which implement pg_* tcl commands
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 40315560f33b481c7bbc9564c037e49bae3e4f3a..ea61f84c7e853b1fb2335855efa518fbf0dc08f1 100644 (file)
@@ -3,7 +3,7 @@
  * pgtclCmds.h
  *       declarations for the C functions which implement pg_* tcl commands
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 02343a2238b0756f512fc683f2137ac0f12cc053..740b27ce56244b6e6bd6f28be83fb97597fc2876 100644 (file)
@@ -9,7 +9,7 @@
  *
  *     ASSUMPTION:  sizeof(long) >= sizeof(void*)
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 805b5ee9316b16e91d67802e9c938c5ae126536a..c6d432df55fe56627a7a7d6f4275f88271228be5 100644 (file)
@@ -7,7 +7,7 @@
  *     everything in Tcl is a string, but in C, pointers to data structures
  *     are needed.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index b7466f64720c9309d6a4d4261a15a3362158b98f..7192e15fefa5adf886e1f55155121529fa74df8e 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for libpq++ examples
 #
-# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $Header$
index 5b84ded047783d9196cb32eb95e9e9fbc60b68a8..413e30c4c7bb8bfcbcec850c36266dccca5a3e53 100644 (file)
@@ -13,7 +13,7 @@
  *      in the build environment the individual include files are not
  *   yet installed in a subdirectory.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 07fcbafd7090d4afe992ff370be37b01196f4bf9..7f9fbe763f9a18f91c0a7b9336b26bea8ecbc48d 100644 (file)
@@ -10,7 +10,7 @@
  *   NOTES
  *      Currently under construction.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  * 
  * $Id$
index 384464674591527645938acdb9eb4853490f0e60..9c5c6fe074f6f823b4d85e5765ac8057bde8ff9c 100644 (file)
@@ -10,7 +10,7 @@
  *   NOTES
  *      Currently under construction.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8ef5e4440d2b36d1cedb9deb7c3bdc31b4c4d300..32233968cf35af05eb06d87fd2c3bbff0e4bd951 100644 (file)
@@ -10,7 +10,7 @@
  *   NOTES
  *      Currently under construction.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 203d890ceb35d5e40d2feef564da1062cce9e797..5d71fb0a3b9e339924f990fd5e50182080023c30 100644 (file)
@@ -7,7 +7,7 @@
  *      declaration of the PGlobj class.
  *   PGlobj encapsulates a large object interface to Postgres backend 
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 08e08d8803ae470fde00395a408721df39114ea9..c17408288f392c9d33751fa5907c46f6d693a345 100644 (file)
@@ -10,7 +10,7 @@
  *   NOTES
  *      Currently under construction.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1cc6df9b86380786324235cca0170645639ab56b..55656f7b979156481e04ccc28262dd77a8fffd87 100644 (file)
@@ -3,7 +3,7 @@
  * fe-auth.c
  *        The front-end (client) authorization routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTE: the error message strings returned by this module must not
index a98e1617fdbaf51e3ca3a0a0b545ea7ab55da04c..8030e24bd451f31fe0fa07d620f0a7bd00748316 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Definitions for network authentication routines
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index ba7a1d6e4988bac2106257086ec28b3627baad1b..24e02037c9366b351ba61147c427e08f2c4591dc 100644 (file)
@@ -3,7 +3,7 @@
  * fe-connect.c
  *       functions related to setting up a connection to the backend
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index efdd35d42611e810ccf70a45f9d1d43b204185f9..ef57c8f9b0a08acc1d50e30e8a0f60316077921a 100644 (file)
@@ -3,7 +3,7 @@
  * fe-exec.c
  *       functions related to sending a query down to the backend
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 272f48e4ad3028ce3009355e8814fbfd6b5d0c27..4b30319bdb7d584a7b127043eaac25a912c2e1a5 100644 (file)
@@ -3,7 +3,7 @@
  * fe-lobj.c
  *       Front-end large object interface
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 99fe42d773a10dcb050455435e00e8abbf562abf..59761a2127ab41ffc961a7d50258236e172cb916 100644 (file)
@@ -20,7 +20,7 @@
  * for transmitted ints, whereas the backend modules (as of this writing)
  * still handle either network or little-endian byte order.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0d2d8f47f0815e0c630adafbb26c9b58c53cb58d..da34f7327b22748e4bc5df0a3b0eb7fb71245161 100644 (file)
@@ -3,7 +3,7 @@
  * fe-print.c
  *       functions for pretty-printing query results
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * These functions were formerly part of fe-exec.c, but they
index b4e9d5bc3d5a8aee53d73832bb19c3139634072e..03120081c5bccad4156084bf95837f825956d489 100644 (file)
@@ -6,7 +6,7 @@
  *       message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 19d400331750ef4c338d8fd047f7e521b73884f7..9695770cc4ef0913ee3cbf3d029a391459d566d3 100644 (file)
@@ -4,7 +4,7 @@
  *       This file contains definitions for structures and
  *       externs for functions used by frontend postgres applications.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index be622f10ca80163d77def4b8a2d2d29cb1d10ebe..6c806b4254b8dd25b506d56fb865456df6b1d5d3 100644 (file)
@@ -9,7 +9,7 @@
  *       more likely to break across PostgreSQL releases than code that uses
  *       only the official API.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 7aa927b7f51355a566f6e574956ac18fa50d2e96..dbe1a45ef80c9b8ef15bc85677e1c2eea0a19298 100644 (file)
@@ -14,7 +14,7 @@
  * a usable vsnprintf(), then a copy of our own implementation of it will
  * be linked into libpq.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Header$
index cd57aa8b8a4d779a74f468f8f61e40c9cc29a7bd..6337f1299eafe5ec7f5eb1fe7f827279a55aad14 100644 (file)
@@ -15,7 +15,7 @@
  * a usable vsnprintf(), then a copy of our own implementation of it will
  * be linked into libpq.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index f1d2173ba8c6a86bc445ad4f5f29364305b83f11..bb88179169d88fbb4ba477914a610ed866b56972 100644 (file)
@@ -4,7 +4,7 @@
  *       reliable BSD-style signal(2) routine stolen from RWW who stole it
  *       from Stevens...
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bc66edd6618d5f9d0c0650d47d7ec1c1c7791192..eabdbdd3bbfc03b1e2db7c93c01ff2005a07fb2b 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for the reliable BSD-style signal(2) routine.
  *
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $Id$
index 9c7d379456c0e538cb771a7c17dee38251888229..2e90c3dad30b9238b30c36fa7442528f7910154a 100644 (file)
@@ -12,7 +12,7 @@
  * The error constants are taken from the Frambak Bakfram LGSOCKET 
  * library guys who in turn took them from the Winsock FAQ.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  */
index 3c65a8686651733796dc531df72d112417bb4e12..9137132de01ad8be370ee0988a50831c135307d4 100644 (file)
@@ -10,7 +10,7 @@
  *
  *     Sverre H. Huseby <[email protected]>
  *
- *     Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f54dde63acf9fd40d5bbf0aedd7e283f40544c87..e1ec598babe5f8e0aafb6847e4a279e12f513e67 100644 (file)
@@ -3,7 +3,7 @@
  * testlo.c
  *       test using large objects with libpq
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2994046e3940e74ac43aafff2d8c774c0d048ede..8189bbe986458fd9ef88cfb7cae9e2b04f588641 100644 (file)
@@ -3,7 +3,7 @@
  * beard.c
  *       sample routines to use large objects
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d09e863d7425b9a0c3abe4f9fdad5a7f6434a646..3c4db5a0733e0a82d832a6f4b5b33bdbe91015fb 100644 (file)
@@ -4,7 +4,7 @@
 --    sample queries to the system catalogs
 --
 --
--- Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+-- Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 -- Portions Copyright (c) 1994, Regents of the University of California
 --
 -- $Id$
index 21095433cfdff639e9292f83c86a2eaa7f48d279..38c03cb0db67e0c271b4ce56cb6ff1933bdbaea1 100644 (file)
@@ -3,7 +3,7 @@
  * strdup.c
  *       copies a null-terminated string.
  *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *