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, Re