Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
authorBruce Momjian
Wed, 24 Jan 2001 19:43:33 +0000 (19:43 +0000)
committerBruce Momjian
Wed, 24 Jan 2001 19:43:33 +0000 (19:43 +0000)
617 files changed:
COPYRIGHT
contrib/oid2name/oid2name.c
contrib/pg_dumplo/lo_export.c
contrib/pg_dumplo/lo_import.c
contrib/pg_dumplo/main.c
contrib/pg_dumplo/pg_dumplo.h
contrib/pg_dumplo/utils.c
contrib/vacuumlo/vacuumlo.c
doc/FAQ
doc/TODO.detail/async
doc/TODO.detail/inherit
doc/src/FAQ/FAQ.html
doc/src/sgml/admin.sgml
doc/src/sgml/legal.sgml
doc/src/sgml/programmer.sgml
doc/src/sgml/reference.sgml
doc/src/sgml/tutorial.sgml
doc/src/sgml/user.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/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/heap/stats.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/nbtscan.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/transam.c
src/backend/access/transam/transsup.c
src/backend/access/transam/varsup.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/pg_aggregate.c
src/backend/catalog/pg_largeobject.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/command.c
src/backend/commands/copy.c
src/backend/commands/creatinh.c
src/backend/commands/dbcommands.c
src/backend/commands/define.c
src/backend/commands/explain.c
src/backend/commands/indexcmds.c
src/backend/commands/remove.c
src/backend/commands/rename.c
src/backend/commands/sequence.c
src/backend/commands/trigger.c
src/backend/commands/user.c
src/backend/commands/vacuum.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/execFlatten.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/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/lib/bit.c
src/backend/lib/dllist.c
src/backend/lib/hasht.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/password.c
src/backend/libpq/pqcomm.c
src/backend/libpq/pqformat.c
src/backend/libpq/pqpacket.c
src/backend/libpq/pqsignal.c
src/backend/libpq/util.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/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/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/hpux/port-protos.h
src/backend/port/strcasecmp.c
src/backend/port/strtol.c
src/backend/port/sunos4/float.h
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/buffer/s_lock.c
src/backend/storage/file/buffile.c
src/backend/storage/file/fd.c
src/backend/storage/ipc/ipc.c
src/backend/storage/ipc/ipci.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/ipc/spin.c
src/backend/storage/large_object/inv_api.c
src/backend/storage/lmgr/lmgr.c
src/backend/storage/lmgr/lock.c
src/backend/storage/lmgr/proc.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/ascii.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/formatting.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/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/pg_locale.c
src/backend/utils/adt/quote.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/rel.c
src/backend/utils/cache/relcache.c
src/backend/utils/cache/syscache.c
src/backend/utils/cache/temprel.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/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/postgresql.conf.sample
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/pg_dump/common.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h
src/bin/pgtclsh/pgtclAppInit.c
src/bin/pgtclsh/pgtkAppInit.c
src/bin/psql/help.c
src/bin/psql/startup.c
src/include/access/attnum.h
src/include/access/genam.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/rtstrat.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/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/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_database.h
src/include/catalog/pg_description.h
src/include/catalog/pg_group.h
src/include/catalog/pg_index.h
src/include/catalog/pg_inheritproc.h
src/include/catalog/pg_inherits.h
src/include/catalog/pg_ipl.h
src/include/catalog/pg_language.h
src/include/catalog/pg_largeobject.h
src/include/catalog/pg_listener.h
src/include/catalog/pg_log.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_variable.h
src/include/catalog/pg_version.h
src/include/commands/async.h
src/include/commands/cluster.h
src/include/commands/command.h
src/include/commands/copy.h
src/include/commands/creatinh.h
src/include/commands/dbcommands.h
src/include/commands/defrem.h
src/include/commands/explain.h
src/include/commands/rename.h
src/include/commands/trigger.h
src/include/commands/vacuum.h
src/include/commands/version.h
src/include/commands/view.h
src/include/executor/execFlatten.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/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/hasht.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/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/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/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/multilev.h
src/include/storage/off.h
src/include/storage/page.h
src/include/storage/pagenum.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/ascii.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/formatting.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_locale.h
src/include/utils/portal.h
src/include/utils/rel.h
src/include/utils/relcache.h
src/include/utils/sets.h
src/include/utils/syscache.h
src/include/utils/temprel.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++/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/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/test/examples/testlo.c
src/tools/copyright
src/tutorial/beard.c
src/utils/strdup.c

index c9b01a4ecd00200104e862e0076eb057caa82f46..540a2a7ece4dad39c2cffa5ccfac6ff894a9370d 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,7 +1,7 @@
 PostgreSQL Data Base Management System (formerly known as Postgres, then
 as Postgres95).
 
-Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
 
 Portions Copyright (c) 1994 Regents of the University of California
 
index 6d2105d9b32f02abf033ea239c7aa6fb61eba589..dbb3312a48ccd52581c73473ffb6f1f0309fa60a 100644 (file)
@@ -4,10 +4,6 @@
 
   b. palmer, [email protected] 1-17-2001
 
-
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
- * Portions Copyright (c) 1994, Regents of the University of California
-
  */
 
 #include 
index 160b66205b29c564bee4eecafb379b97803dd773..5a2a1614a571106709a770540c82fc92505bafba 100644 (file)
@@ -1,9 +1,7 @@
 /* -------------------------------------------------------------------------
  * pg_dumplo
  *
- * Portions Copyright (c) 1999-2000, PostgreSQL, Inc
- *
- * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_export.c,v 1.4 2000/11/22 00:00:55 tgl Exp $
+ * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_export.c,v 1.5 2001/01/24 19:42:44 momjian Exp $
  *
  *                 Karel Zak 1999-2000
  * -------------------------------------------------------------------------
index 7207975cca0f1a9892691eddbac557fb6e9ca5a5..996bdf9e27e1f935495d562418a9658b9daf59fb 100644 (file)
@@ -1,9 +1,7 @@
 /* -------------------------------------------------------------------------
  * pg_dumplo
  *
- * Portions Copyright (c) 1999-2000, PostgreSQL, Inc
- *
- * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_import.c,v 1.2 2000/11/22 00:00:55 tgl Exp $
+ * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_import.c,v 1.3 2001/01/24 19:42:45 momjian Exp $
  *
  *                 Karel Zak 1999-2000
  * -------------------------------------------------------------------------
index c689093e0b76612b67c2fd857657068ad4225059..aa8ad104c1fc83ab18ba142d819e78d538bdcb75 100644 (file)
@@ -1,9 +1,7 @@
 /* -------------------------------------------------------------------------
  * pg_dumplo
  *
- * Portions Copyright (c) 1999-2000, PostgreSQL, Inc
- *
- * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/main.c,v 1.4 2000/11/22 00:00:55 tgl Exp $
+ * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/main.c,v 1.5 2001/01/24 19:42:45 momjian Exp $
  *
  *                 Karel Zak 1999-2000
  * -------------------------------------------------------------------------
index b488956cb50149c47fc9f254a2bfe63d0304a0f1..7513c71b9baf2382849d61b7dc3f2a20f4abd9eb 100644 (file)
@@ -1,9 +1,7 @@
 /* -------------------------------------------------------------------------
  * pg_dumplo
  *
- * Portions Copyright (c) 1999-2000, PostgreSQL, Inc
- *
- * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/pg_dumplo.h,v 1.2 2000/11/22 00:00:55 tgl Exp $
+ * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/pg_dumplo.h,v 1.3 2001/01/24 19:42:45 momjian Exp $
  *
  *                 Karel Zak 1999-2000
  * -------------------------------------------------------------------------
index a5c30debe20b1be0b44e797daaa2f66badda9f7c..dc3f5bbf9a117b7fd346ea2ef4f3dafb4a7825cd 100644 (file)
@@ -1,9 +1,7 @@
 /* -------------------------------------------------------------------------
  * pg_dumplo
  *
- * Portions Copyright (c) 1999-2000, PostgreSQL, Inc
- *
- * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/utils.c,v 1.2 2000/11/22 00:00:55 tgl Exp $
+ * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/utils.c,v 1.3 2001/01/24 19:42:45 momjian Exp $
  *
  *                 Karel Zak 1999-2000
  * -------------------------------------------------------------------------
index ebba39e5c80e7771eec1b5da8ae6e332bea0dfc6..4fdad73e095926d9e6a9e849cd08af93d273f9fd 100644 (file)
@@ -3,12 +3,12 @@
  * vacuumlo.c
  *   This removes orphaned large objects from a database.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.7 2000/11/21 17:54:21 tgl Exp $
+ *   $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.8 2001/01/24 19:42:45 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
diff --git a/doc/FAQ b/doc/FAQ
index 5524503add6ffc6da1e34068f499e7c2e6cdaa14..bca9821095952cb39709d37cb1a56d5d8ef9f7c1 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
    
    PostgreSQL Data Base Management System
    
-   Portions copyright (c) 1996-2000, PostgreSQL, Inc Portions Copyright
+   Portions copyright (c) 1996-2001, PostgreSQL Global Development Group Portions Copyright
    (c) 1994-6 Regents of the University of California
    
    Permission to use, copy, modify, and distribute this software and its
index c6d3fe9809c00abd88a959a7ef00671b8d7ecd28..990fb9e085d1e4cbe7cc33d187579ec0fe954ed4 100644 (file)
@@ -2,7 +2,7 @@ From [email protected] Sun Jan 23 13:31:03 2000
 Received: from renoir.op.net ([email protected] [207.29.195.4])
    by candle.pha.pa.us (8.9.0/8.9.0) with ESMTP id NAA28482
    for ; Sun, 23 Jan 2000 13:31:01 -0500 (EST)
-Received: from hub.org (hub.org [216.126.84.1]) by renoir.op.net (o1/$Revision: 1.1 $) with ESMTP id NAA08409 for ; Sun, 23 Jan 2000 13:04:34 -0500 (EST)
+Received: from hub.org (hub.org [216.126.84.1]) by renoir.op.net (o1/$Revision: 1.2 $) with ESMTP id NAA08409 for ; Sun, 23 Jan 2000 13:04:34 -0500 (EST)
 Received: from localhost (majordom@localhost)
    by hub.org (8.9.3/8.9.3) with SMTP id MAA65651;
    Sun, 23 Jan 2000 12:57:33 -0500 (EST)
@@ -187,3 +187,67 @@ as part of Postgres unless these issues get addressed.
 
 ************
 
+From [email protected] Wed Jan 24 14:20:02 2001
+Received: from mail.postgresql.org (webmail.postgresql.org [216.126.85.28])
+   by candle.pha.pa.us (8.9.0/8.9.0) with ESMTP id OAA25380
+   for ; Wed, 24 Jan 2001 14:20:02 -0500 (EST)
+Received: from mail.postgresql.org (webmail.postgresql.org [216.126.85.28])
+   by mail.postgresql.org (8.11.1/8.11.1) with SMTP id f0OJHTq57982;
+   Wed, 24 Jan 2001 14:17:29 -0500 (EST)
+   (envelope-from [email protected])
+Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20])
+   by mail.postgresql.org (8.11.1/8.11.1) with ESMTP id f0OIXnq49509
+   for ; Wed, 24 Jan 2001 13:33:49 -0500 (EST)
+   (envelope-from [email protected])
+Received: (from bright@localhost)
+   by fw.wintelcom.net (8.10.0/8.10.0) id f0OIXgi14650;
+   Wed, 24 Jan 2001 10:33:42 -0800 (PST)
+Date: Wed, 24 Jan 2001 10:33:42 -0800
+From: Alfred Perlstein 
+To: Tom Lane 
+Cc: Bruce Momjian [email protected]
+Subject: Re: [HACKERS] Libpq async issues
+Message-ID: <[email protected]>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=us-ascii
+Content-Disposition: inline
+User-Agent: Mutt/1.2.5i
+In-Reply-To: <[email protected]>; from [email protected] on Wed, Jan 24, 2001 at 11:59:11AM -0500
+Precedence: bulk
+Status: OR
+
+* Tom Lane  [010124 10:27] wrote:
+> Alfred Perlstein  writes:
+> > * Bruce Momjian  [010124 07:58] wrote:
+> >> I have added this email to TODO.detail and a mention in the TODO list.
+> 
+> > The bug mentioned here is long gone,
+> 
+> Au contraire, the misdesign is still there.  The nonblock-mode code
+> will *never* be reliable under stress until something is done about
+> that, and that means fairly extensive code and API changes.
+
+The "bug" is the one mentioned in the first paragraph of the email
+where I broke _blocking_ connections for a short period.
+
+I still need to fix async connections for myself (and of course
+contribute it back), but I just haven't had the time.  If anyone
+else wants it fixed earlier they can wait for me to do it, do it
+themself, contract me to do it or hope someone else comes along
+to fix it.
+
+I'm thinking that I'll do what you said and have seperate paths
+for writing/reading to the socket and API's to do so that give
+the user the option of a boundry, basically:
+
+ buffer this, but don't allow me to write until it's flushed
+
+which would allow for larger than 8k COPY rows to go into the
+backend.
+
+-- 
+-Alfred Perlstein - [[email protected]|[email protected]]
+"I have the heart of a child; I keep it in a jar on my desk."
+
index cd2a78a911098d2d5afcbb59bb00a13cf783cf9a..37378492e96636ce82b91a89a55600332acc9b5f 100644 (file)
@@ -516,3 +516,131 @@ http://yi.org/peter-e/            Sweden
 
 ************
 
+From [email protected] Sat Jun  3 23:31:02 2000
+Received: from renoir.op.net ([email protected] [207.29.195.4])
+   by candle.pha.pa.us (8.9.0/8.9.0) with ESMTP id WAA28683
+   for ; Sat, 3 Jun 2000 22:31:01 -0400 (EDT)
+Received: from news.tht.net (news.hub.org [216.126.91.242]) by renoir.op.net (o1/$Revision: 1.14 $) with ESMTP id WAA20977 for ; Sat, 3 Jun 2000 22:05:07 -0400 (EDT)
+Received: from hub.org ([email protected] [216.126.84.1])
+   by news.tht.net (8.9.3/8.9.3) with ESMTP id VAD35811;
+   Sat, 3 Jun 2000 21:54:36 -0400 (EDT)
+   (envelope-from [email protected])
+Received: from merganser.its.uu.se (merganser.its.uu.se [130.238.6.236])
+   by hub.org (8.9.3/8.9.3) with ESMTP id VAA12118
+   for ; Sat, 3 Jun 2000 21:41:27 -0400 (EDT)
+   (envelope-from [email protected])
+Received: from regulus.student.UU.SE ([130.238.5.2]:61160 "EHLO
+        regulus.its.uu.se") by merganser.its.uu.se with ESMTP
+   id ; Sun, 4 Jun 2000 03:41:02 +0200
+Received: from peter (helo=localhost)
+   by regulus.its.uu.se with local-esmtp (Exim 3.02 #2)
+   id 12yPV7-0002Tp-00; Sun, 04 Jun 2000 03:46:53 +0200
+Date:   Sun, 4 Jun 2000 03:46:53 +0200 (CEST)
+From: Peter Eisentraut 
+Subject: Re: [GENERAL] child table doesn't inherit PRIMARY KEY?
+In-Reply-To: <20000603172256.A3435@styx>
+Message-ID: 
+MIME-Version: 1.0
+Content-Type: TEXT/PLAIN; charset=ISO-8859-1
+Content-Transfer-Encoding: 8BIT
+X-Mailing-List: [email protected]
+Precedence: bulk
+Status: ORr
+
+Louis-David Mitterrand writes:
+
+> When creating a child (through CREATE TABLE ... INHERIT (parent)) it
+> seems the child gets all of the parent's contraints _except_ its PRIMARY
+> KEY. Is this normal?
+
+It's kind of a bug.
+
+
+-- 
+Peter Eisentraut                  Sernanders väg 10:115
[email protected]                   75262 Uppsala
+http://yi.org/peter-e/            Sweden
+
+
+From [email protected] Fri Jan 19 12:37:34 2001
+Received: from megazone23.bigpanda.com (rfx-64-6-210-138.users.reflexcom.com [64.6.210.138])
+   by candle.pha.pa.us (8.9.0/8.9.0) with ESMTP id MAA28247
+   for ; Fri, 19 Jan 2001 12:37:33 -0500 (EST)
+Received: from localhost (sszabo@localhost)
+   by megazone23.bigpanda.com (8.11.1/8.11.1) with ESMTP id f0JHb2H05566;
+   Fri, 19 Jan 2001 09:37:03 -0800 (PST)
+Date: Fri, 19 Jan 2001 09:37:02 -0800 (PST)
+From: Stephan Szabo 
+To: Bruce Momjian 
+Subject: Re: [GENERAL] child table doesn't inherit PRIMARY KEY?
+In-Reply-To: <[email protected]>
+Message-ID: 
+MIME-Version: 1.0
+Content-Type: TEXT/PLAIN; charset=US-ASCII
+Status: OR
+
+
+Probably, since I see it in near recent sources (and it affects
+UNIQUE as well.  As I remember it, the last discussion on this couldn't
+determine what the correct behavior for unique/primary key constraints
+was in the inheritance case (is it a single unique hierarchy through
+all the tables [would be needed for fk to inheritance trees] or
+separate unique constraints for each table [which would be similar
+to how many people seem to currently use postgres inheritance as a 
+shortcut]). 
+
+On Thu, 18 Jan 2001, Bruce Momjian wrote:
+
+> Does this bug still exist?
+> 
+> [ Charset ISO-8859-1 unsupported, converting... ]
+> > Louis-David Mitterrand writes:
+> > 
+> > > When creating a child (through CREATE TABLE ... INHERIT (parent)) it
+> > > seems the child gets all of the parent's contraints _except_ its PRIMARY
+> > > KEY. Is this normal?
+
+
+From [email protected] Wed Jan 24 14:26:12 2001
+Received: from megazone23.bigpanda.com (rfx-64-6-210-138.users.reflexcom.com [64.6.210.138])
+   by candle.pha.pa.us (8.9.0/8.9.0) with ESMTP id OAA26091
+   for ; Wed, 24 Jan 2001 14:26:10 -0500 (EST)
+Received: from localhost (sszabo@localhost)
+   by megazone23.bigpanda.com (8.11.1/8.11.1) with ESMTP id f0OJPZ858086;
+   Wed, 24 Jan 2001 11:25:35 -0800 (PST)
+Date: Wed, 24 Jan 2001 11:25:35 -0800 (PST)
+From: Stephan Szabo 
+To: Bruce Momjian 
+cc: PostgreSQL-development 
+Subject: Re: [GENERAL] child table doesn't inherit PRIMARY KEY?
+In-Reply-To: <[email protected]>
+Message-ID: 
+MIME-Version: 1.0
+Content-Type: TEXT/PLAIN; charset=US-ASCII
+Status: ORr
+
+On Wed, 24 Jan 2001, Bruce Momjian wrote:
+
+> 
+> OK, what do people want to do with this item?  Add to TODO list?
+> 
+> Seems making a separat unique constraint would be easy to do and be of
+> value to most users.
+
+The problem is that doing that will pretty much guarantee that we won't
+be doing foreign keys to inheritance trees without changing that behavior
+and we've seen people asking about adding that too.  I think that this
+falls into the general category of "Make inheritance make sense" (Now 
+there's a todo item :) )  Seriously, I think the work on how inheritance
+is going to work will decide this, maybe we end up with a real inheritance
+tree system and something that works like the current stuff in which case
+I'd say it's probably one unique for the former and one per for the
+latter.
+
+
+
+
index bbcce9cfb5651858f08af74813b1ec3e20eb7279..f534e4d1a9cb05bcaa310e1369bea2e480fd432a 100644 (file)
 
     

PostgreSQL Data Base Management System

 
-    

Portions copyright (c) 1996-2000, PostgreSQL, Inc Portions

+    

Portions copyright (c) 1996-2001, PostgreSQL Global Development Group Portions

     Copyright (c) 1994-6 Regents of the University of California

 
     

Permission to use, copy, modify, and distribute this software

index f2ec6ea620c043866d1f14dacf1d5114752da7d0..3379eba1b936b3a6b19fa984e3e48e572fd6fa05 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -20,8 +20,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.29 2001/01/13 23:58:55
 
   
    
-    PostgreSQL is Copyright © 1996-2000
-    by PostgreSQL Inc.
+    PostgreSQL is Copyright © 1996-2001
+    by PostgreSQL Global Development Group
    
   
 
index 41436347ee60c078eda7c6d3628a7be8deeab5d5..917aedbe0e1ed2a81de4540543ba6f6e302f3e70 100644 (file)
@@ -1,13 +1,13 @@
 
 
 
  Copyrights and Trademarks
 
  
-  PostgreSQL is Copyright © 1996-2000
-  by PostgreSQL Inc.
+  PostgreSQL is Copyright © 1996-2001
+    by PostgreSQL Global Development Group
   and is distributed under the terms of the Berkeley license.
  
 
index 7c2190ba82f14b6eddcf17af4ffbc4fc1857fec1..f326af433e736618b84e9228254be8fa2b128f74 100644 (file)
@@ -1,5 +1,5 @@
 
@@ -20,8 +20,8 @@ PostgreSQL Programmer's Guide.
 
   
    
-    PostgreSQL is Copyright © 1996-2000
-    by PostgreSQL Inc.
+    PostgreSQL is Copyright © 1996-2001
+    by PostgreSQL Global Development Group
    
   
 
index e8bea8d6f3e0003bc3e069cd6e5b6cd48f2945f4..0683e5d825b5ed0a6a1777bb05bd2d74661d5625 100644 (file)
@@ -1,5 +1,5 @@
 
@@ -13,7 +13,7 @@ PostgreSQL Reference Manual
   
    
     PostgreSQL is © 1998-2000
-    by PostgreSQL Inc.
+    by PostgreSQL Global Development Group
    
   
  
index 29ee820327cb5eb698e6fb46e39d3ab9040a813e..ef411cb76ec041f25f0492545cce7b6749e1a55a 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -18,8 +18,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/tutorial.sgml,v 1.12 2001/01/13 23:58
 
   
    
-    PostgreSQL is Copyright © 1996-2000
-    by PostgreSQL Inc.
+    PostgreSQL is Copyright © 1996-2001
+    by PostgreSQL Global Development Group
    
   
 
index c78e3d3a7db28468dedf473077a1eba36fc2ab8f..6bc09ed78d24675579fcfb1a9f335445f59e6207 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -20,8 +20,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/user.sgml,v 1.25 2001/01/22 23:34:33
 
   
    
-    PostgreSQL is Copyright © 1996-2000
-    by PostgreSQL Inc.
+    PostgreSQL is Copyright © 1996-2001
+    by PostgreSQL Global Development Group
    
   
 
index 6405320f85d952432c67ad439fc0587eeda1d786..03d180e36fe75fc2895be38ac151db24f75202c2 100644 (file)
@@ -4,12 +4,12 @@
  *   This file contains heap tuple accessor and mutator routines, as well
  *   as various tuple utilities.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.68 2000/12/27 23:59:10 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.69 2001/01/24 19:42:46 momjian Exp $
  *
  * NOTES
  *   The old interface functions have been converted to macros
index d473ce6c94d79d5126421f2577c843a0b685dd80..16b5233eb3907b2b1ead4dde2175a00a4bf1d6b3 100644 (file)
@@ -4,12 +4,12 @@
  *    This file contains index tuple accessor and mutator routines,
  *    as well as a few various tuple utilities.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.49 2000/12/27 23:59:10 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.50 2001/01/24 19:42:47 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d2f4d5ee83f50e6cf8226f3b96a7ac2d05d1a6dd..6a7c08b45068cd51e245334d5c63a835910e3ee8 100644 (file)
@@ -3,12 +3,12 @@
  * indexvalid.c
  *   index tuple qualification validity checking code
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.25 2000/05/30 04:24:27 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.26 2001/01/24 19:42:47 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5b79cb84a4878a65463d244037f35921de24b854..4f47ef0d451003637d657e5f0ac6aba269e1ac6f 100644 (file)
@@ -4,12 +4,12 @@
  *   Routines to print out tuples to the destination (binary or non-binary
  *   portals, frontend/interactive backend, etc.).
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.56 2000/12/27 23:59:10 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.57 2001/01/24 19:42:47 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2a5fac27017bd95431b2dc0c6485643fa5a91331..dc2d36b52f47bbe57d3b7bf1c32c54bae25f2845 100644 (file)
@@ -3,12 +3,12 @@
  * scan.c
  *   scan direction and key code
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.17 2000/01/26 05:55:53 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.18 2001/01/24 19:42:47 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 83977d6a387ac12128044d8d46bef5aa4ac7f37e..86bc1a56f82dbf7f7f2188f52d593bce8aed84f4 100644 (file)
@@ -3,12 +3,12 @@
  * tupdesc.c
  *   POSTGRES tuple descriptor support code
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.70 2000/12/27 23:59:10 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.71 2001/01/24 19:42:47 momjian Exp $
  *
  * NOTES
  *   some of the executor utility code such as "ExecTypeFromTL" should be
index afd921d8225bbb75fe1d814aaf5a0f7deb6e84db..31ef31dedf77eb0201a812ca0687d02230b253a9 100644 (file)
@@ -3,7 +3,7 @@
  * giststrat.c
  *   strategy map data for GiSTs.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 428eb32f0ad6266ce645be31a8915f897a7537cb..1fcc54575de31cfedeb68185c45bb8d36448e3e3 100644 (file)
@@ -3,12 +3,12 @@
  * hash.c
  *   Implementation of Margo Seltzer's Hashing package for postgres.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.46 2000/11/30 08:46:20 vadim Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.47 2001/01/24 19:42:47 momjian Exp $
  *
  * NOTES
  *   This file contains only the public interface routines.
index d431cbafa237099216579f801824b8ee569da2b7..30defc1a57b03bc5502aea9d70fe3f7fc0c28f3b 100644 (file)
@@ -3,12 +3,12 @@
  * hashfunc.c
  *   Comparison functions for hash access method.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/hash/hashfunc.c,v 1.28 2000/12/08 23:57:02 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/hash/hashfunc.c,v 1.29 2001/01/24 19:42:47 momjian Exp $
  *
  * NOTES
  *   These functions are stored in pg_amproc.  For each operator class
index bac6c4adcdfc2ced6985480920aaf08e8bd9b1ea..e8e750739af4dc9618b9e211ce05732add80ed22 100644 (file)
@@ -3,12 +3,12 @@
  * hashinsert.c
  *   Item insertion in hash tables for Postgres.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/hash/hashinsert.c,v 1.20 2000/03/17 02:36:02 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/hash/hashinsert.c,v 1.21 2001/01/24 19:42:47 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bcba8d4846c3a3a66a972c17514fae8c727818df..cd129e6cb796aeb0082817db925093d144d732d1 100644 (file)
@@ -3,12 +3,12 @@
  * hashovfl.c
  *   Overflow page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/hash/hashovfl.c,v 1.27 2000/03/17 02:36:02 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/hash/hashovfl.c,v 1.28 2001/01/24 19:42:47 momjian Exp $
  *
  * NOTES
  *   Overflow pages look like ordinary relation pages.
index 370439f11157b5c4caed6048d4b4d4ada7c975ae..4fb2cf82b083d2fb979af49e046d6502290ec757 100644 (file)
@@ -3,12 +3,12 @@
  * hashpage.c
  *   Hash table page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/hash/hashpage.c,v 1.28 2000/11/30 01:39:06 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/hash/hashpage.c,v 1.29 2001/01/24 19:42:47 momjian Exp $
  *
  * NOTES
  *   Postgres hash pages look like ordinary relation pages.  The opaque
index 979baf8d70c72ebfab42479ee9a54ee4dbd1198e..649e42fbeb024251df432513dfcfbc3b0d537633 100644 (file)
@@ -3,12 +3,12 @@
  * hashscan.c
  *   manage scans on hash tables
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/hash/hashscan.c,v 1.23 2000/04/12 17:14:44 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/hash/hashscan.c,v 1.24 2001/01/24 19:42:47 momjian Exp $
  *
  * NOTES
  *   Because we can be doing an index scan on a relation while we
index 21f45f471370e38d8dc5ca54a554d87d0674022b..371e9ddc9c60843e7f1e2f3982617ac5655ea789 100644 (file)
@@ -3,12 +3,12 @@
  * hashsearch.c
  *   search code for postgres hash tables
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/hash/hashsearch.c,v 1.24 2000/04/12 17:14:44 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/hash/hashsearch.c,v 1.25 2001/01/24 19:42:47 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8339f9775e2d45dc368aa6298f7d01b74d9483aa..a423e720c8cfd24ac89061998af9330a4a73927a 100644 (file)
@@ -3,12 +3,12 @@
  * btstrat.c
  *   Srategy map entries for the btree indexed access method
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.16 2000/01/26 05:55:55 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.17 2001/01/24 19:42:47 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6685c6eea91103bfd7ced265a7182e1074103d4e..338ea849ca122b57ae975aafbd3894c233c6628a 100644 (file)
@@ -3,12 +3,12 @@
  * btutils.c
  *   Utility code for Postgres btree implementation.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/hash/hashutil.c,v 1.24 2000/05/30 04:24:31 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/hash/hashutil.c,v 1.25 2001/01/24 19:42:47 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9f81057d615f21754ea7ddeb431b1f6ce3e51951..9748daa194ddf308e653a44cf9e8121b64fa9e10 100644 (file)
@@ -3,12 +3,12 @@
  * heapam.c
  *   heap access method code
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.109 2001/01/23 04:32:20 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.110 2001/01/24 19:42:47 momjian Exp $
  *
  *
  * INTERFACE ROUTINES
index 43a94c4c1e31137566d99eb3f61cfede67d1346f..64e7262e86889525ad104df3194df81173ad5d0c 100644 (file)
@@ -3,12 +3,12 @@
  * hio.c
  *   POSTGRES heap access method input/output code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Id: hio.c,v 1.34 2000/11/16 05:50:58 momjian Exp $
+ *   $Id: hio.c,v 1.35 2001/01/24 19:42:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dde00c25b2d18553004b4792994eb2190c8b226a..3525833e6b98a0417b3b5140b0c65226329d7d84 100644 (file)
@@ -3,12 +3,12 @@
  * stats.c
  *   heap access method debugging statistic collection routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/heap/Attic/stats.c,v 1.22 2000/01/26 05:55:56 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/heap/Attic/stats.c,v 1.23 2001/01/24 19:42:48 momjian Exp $
  *
  * NOTES
  *   initam should be moved someplace else.
index 3530320637b016172d5817857e5cd6dfe2f575d3..13499eef0a8cfb066a1ed2ca13d5f5a52edbcdda 100644 (file)
@@ -3,12 +3,12 @@
  * genam.c
  *   general index access method routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/index/genam.c,v 1.25 2000/04/12 17:14:47 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/index/genam.c,v 1.26 2001/01/24 19:42:48 momjian Exp $
  *
  * NOTES
  *   many of the old access method routines have been turned into
index dc18b0d3b776c9f8004f2c5f96618428307cbc60..89c11aa256c182a58ee0518106fe14e80c8a541c 100644 (file)
@@ -3,12 +3,12 @@
  * indexam.c
  *   general index access method routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.46 2000/07/14 22:17:30 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.47 2001/01/24 19:42:48 momjian Exp $
  *
  * INTERFACE ROUTINES
  *     index_open      - open an index relation by relationId
index 681b80e1e86d537aa6691ed557743d4395232cf9..1cc2c42c01c38cdd464e90bafeb2387749e8b166 100644 (file)
@@ -4,12 +4,12 @@
  *   index scan strategy manipulation code and index strategy manipulation
  *   operator code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/index/Attic/istrat.c,v 1.47 2000/11/16 22:30:16 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/index/Attic/istrat.c,v 1.48 2001/01/24 19:42:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 411564fb8dbfe63831057c190dfbd93e4d22fcb8..435a7f72dde871bdf066272f9daf88d6db1ac823 100644 (file)
@@ -3,12 +3,12 @@
  * nbtcompare.c
  *   Comparison functions for btree access method.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtcompare.c,v 1.39 2000/07/12 02:36:48 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtcompare.c,v 1.40 2001/01/24 19:42:48 momjian Exp $
  *
  * NOTES
  *
index 8d8152cc0c3f4421f51aaa4e65624062354ffec4..dc17ceab11102362b0f0f54eb892a9a9e692be05 100644 (file)
@@ -3,12 +3,12 @@
  * btinsert.c
  *   Item insertion in Lehman and Yao btrees for Postgres.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.75 2001/01/23 23:29:22 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.76 2001/01/24 19:42:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 81faf71c9d42b090d1b7b05474bca0d6f676a032..ad9d69e13d336f41abf43795af65b330aa3dfd66 100644 (file)
@@ -4,12 +4,12 @@
  *   BTree-specific page management code for the Postgres btree access
  *   method.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtpage.c,v 1.46 2001/01/12 21:53:55 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtpage.c,v 1.47 2001/01/24 19:42:48 momjian Exp $
  *
  * NOTES
  *    Postgres btree pages look like ordinary relation pages.  The opaque
index daacd350db0c105d2d2c7a006bd3505bd1422e24..7b2f7fa7d981249af67120cbe510a8455fe855c7 100644 (file)
@@ -8,11 +8,11 @@
  *   This file contains only the public interface routines.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtree.c,v 1.74 2000/12/29 08:08:59 vadim Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtree.c,v 1.75 2001/01/24 19:42:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5d48895c1ad28ca3ed76ae6c6f9f49d9258581d5..e07914b3440ad8deb5a3e0c2cb71d5e38de4010e 100644 (file)
@@ -3,12 +3,12 @@
  * btscan.c
  *   manage scans on btrees.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/nbtree/Attic/nbtscan.c,v 1.32 2000/07/21 06:42:32 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/nbtree/Attic/nbtscan.c,v 1.33 2001/01/24 19:42:48 momjian Exp $
  *
  *
  * NOTES
index 8b0804d28ebbfb33ab539e41bf88cfd95d4669cc..6f41ab9c847e6ff5faa83f2ffade653b325d81bf 100644 (file)
@@ -4,11 +4,11 @@
  *   search code for postgres btrees.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsearch.c,v 1.62 2000/07/25 04:47:58 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsearch.c,v 1.63 2001/01/24 19:42:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e3e3bc04e90480b7592796ec81d9ea0e5eccefcb..e9224a485afe0937d24391c024bf8416637742e2 100644 (file)
  * incurring a lot of cascading splits during early insertions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsort.c,v 1.58 2000/11/16 05:50:58 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsort.c,v 1.59 2001/01/24 19:42:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 57f33205fdb0a50e6fb016f96519fc335c80faae..ba4850dc7805f42028ffdae4ebcea1ffa9207c6e 100644 (file)
@@ -3,12 +3,12 @@
  * btstrat.c
  *   Srategy map entries for the btree indexed access method
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/nbtree/Attic/nbtstrat.c,v 1.12 2000/02/18 06:32:39 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/nbtree/Attic/nbtstrat.c,v 1.13 2001/01/24 19:42:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 77c384e937f86513b79cd9867ec46c587b140498..507205f2be781ad0d619710051a01c4c3bf613d0 100644 (file)
@@ -3,12 +3,12 @@
  * btutils.c
  *   Utility code for Postgres btree implementation.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtutils.c,v 1.41 2000/11/21 21:15:55 petere Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtutils.c,v 1.42 2001/01/24 19:42:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6fd6691655daa974a96263dce30fe87537a6d707..df0f5e9c80e6cca2c763b112febaf4b329c27292 100644 (file)
@@ -3,12 +3,12 @@
  * rtget.c
  *   fetch tuples from an rtree scan.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtget.c,v 1.23 2000/06/15 04:09:41 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtget.c,v 1.24 2001/01/24 19:42:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6ee95fbc44543fe29193efacd113a254dee5d2e6..fd610caebe1768eb083480954608f6c85612a06b 100644 (file)
  * routines, but that's not a big problem.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtproc.c,v 1.30 2000/12/08 23:57:01 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtproc.c,v 1.31 2001/01/24 19:42:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e8abb0765c216c169e8611797d136d9f58a8e261..17f03e390c98063e0babf7a2d3afba8c2568fdbd 100644 (file)
@@ -3,12 +3,12 @@
  * rtree.c
  *   interface routines for the postgres rtree indexed access method.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtree.c,v 1.57 2000/11/30 08:46:21 vadim Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtree.c,v 1.58 2001/01/24 19:42:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3cd6d3dae3fb178ae049c3426e8431d57eda5df9..605d51b5d330a0b8a5767c5bac41bb02baf69b49 100644 (file)
@@ -3,12 +3,12 @@
  * rtscan.c
  *   routines to manage scans on index relations
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtscan.c,v 1.34 2000/06/14 05:24:43 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtscan.c,v 1.35 2001/01/24 19:42:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0d63ff4c5bf7376b98cc78ef3919bb6b91da23a0..e176b064f9afd124c45f90fe4635e9deaf7c89f9 100644 (file)
@@ -3,12 +3,12 @@
  * rtstrat.c
  *   strategy map data for rtrees.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtstrat.c,v 1.15 2000/01/26 05:56:00 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtstrat.c,v 1.16 2001/01/24 19:42:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 644d089b92c119a2315be3df04aeba05d801db7d..dcac8ac2e046312211efff23fb7d5ba541f6f7cb 100644 (file)
@@ -3,12 +3,12 @@
  * transam.c
  *   postgres transaction log/time interface routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/transam/transam.c,v 1.38 2000/11/30 08:46:22 vadim Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/transam/transam.c,v 1.39 2001/01/24 19:42:51 momjian Exp $
  *
  * NOTES
  *   This file contains the high level access-method interface to the
index 3b2a345ff3ae52dd88c1e584c445a260f470bcc0..e4ff7979cf9034abc9eadf2c48b999d88e3dc4d9 100644 (file)
@@ -3,12 +3,12 @@
  * transsup.c
  *   postgres transaction access method support code
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/transam/Attic/transsup.c,v 1.27 2000/11/30 08:46:22 vadim Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/transam/Attic/transsup.c,v 1.28 2001/01/24 19:42:51 momjian Exp $
  *
  * NOTES
  *   This file contains support functions for the high
index 3c81cb207ab9ff6fce3c86c05a5d8487d171c11b..885e8e236c1c9ea79e3fcebf391d354a23f24a77 100644 (file)
@@ -3,10 +3,10 @@
  * varsup.c
  *   postgres OID & XID variables support routines
  *
- * Copyright (c) 2000, PostgreSQL, Inc
+ * Copyright (c) 2000, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.34 2000/11/30 08:46:22 vadim Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.35 2001/01/24 19:42:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fb82e0fbc3b5deff51f5235cbbd2d69c64bf3b5a..9172f121d1a7b00c4acc55eccb3790b9724e76e9 100644 (file)
@@ -3,12 +3,12 @@
  * xact.c
  *   top level transaction system support routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.95 2001/01/19 22:08:46 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.96 2001/01/24 19:42:51 momjian Exp $
  *
  * NOTES
  *     Transaction aborts can now occur two ways:
index 28171a7f33fd8476caa0749eb4817ec765461eba..6ee28d1a2b058faa4e1890d21a68da425b698a61 100644 (file)
@@ -3,10 +3,10 @@
  * xid.c
  *   POSTGRES transaction identifier type.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: xid.c,v 1.28 2000/06/05 07:28:38 tgl Exp $
+ * $Id: xid.c,v 1.29 2001/01/24 19:42:51 momjian Exp $
  *
  * OLD COMMENTS
  * XXX WARNING
index 5777e035d4626773944ed3c0cad4b42d44535c02..0e10a6cda04c25c622ed0d5488043b4b4c5f70b2 100644 (file)
@@ -3,10 +3,10 @@
  * xlog.c
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.50 2001/01/14 05:08:15 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.51 2001/01/24 19:42:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1447fa29a5460b149bc5bb09d0983291e0dd1e2d..6ff51d01fd413dfb0dc13eea3e92e617c7357404 100644 (file)
@@ -3,7 +3,7 @@
  * xlogutils.c
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 68e122373eb886feb4f9170aff17e847dc1d0cdf..eb9ebc046be76378a7b1efe15ef92bcb35e7bf81 100644 (file)
@@ -4,12 +4,12 @@
  * backendparse.y
  *   yacc parser grammer for the "backend" initialization program.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.34 2001/01/17 17:26:44 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.35 2001/01/24 19:42:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ed68c92ac289fc40e3e17e49ec9be45cf0608b31..dc1ac46819a39d70f92ca7ae0d4e67b05fd5fa58 100644 (file)
@@ -4,12 +4,12 @@
  * bootscanner.lex
  *   a lexical scanner for the bootstrap parser
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/bootstrap/bootscanner.l,v 1.18 2000/07/14 22:17:38 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/bootstrap/bootscanner.l,v 1.19 2001/01/24 19:42:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 19b421a51d4f6d251fb6f5b2578ebab876fd10f5..836a6c87ef855ba56c1f1f934d5b38b3e3876622 100644 (file)
@@ -4,11 +4,11 @@
  *   routines to support running postgres in 'bootstrap' mode
  * bootstrap mode is used to create the initial template database
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.103 2001/01/14 05:08:15 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.104 2001/01/24 19:42:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 080eb82ef0cba9f46a6c774a3ea11bf3035d271d..b9bb36bc0ca65d532c9320332bc4e81bde6a382d 100644 (file)
@@ -3,12 +3,12 @@
  * aclchk.c
  *   Routines to check access control permissions.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/catalog/aclchk.c,v 1.45 2001/01/23 04:32:21 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/catalog/aclchk.c,v 1.46 2001/01/24 19:42:51 momjian Exp $
  *
  * NOTES
  *   See acl.h.
index a88a9ea931f96d4df17f4a451a2471934bf2a7f5..0952a079f777d1ba449c8cd3107b43f96470f718 100644 (file)
@@ -3,12 +3,12 @@
  * catalog.c
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/catalog/catalog.c,v 1.38 2000/12/27 23:59:11 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/catalog/catalog.c,v 1.39 2001/01/24 19:42:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 75307f20f20523081832c6c5a8cc358c00ff9f93..bdb32b5dccffb23c1c9e62e136170131f3dbf759 100644 (file)
@@ -3,12 +3,12 @@
  * heap.c
  *   code to create and destroy POSTGRES heap relations
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.157 2001/01/23 04:32:21 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.158 2001/01/24 19:42:51 momjian Exp $
  *
  *
  * INTERFACE ROUTINES
index f0803a89c80a6c8d9282119763ae3ea093263d06..9f1cf041495f9980e3e379d81ad1611956dfc97c 100644 (file)
@@ -3,12 +3,12 @@
  * index.c
  *   code to create and destroy POSTGRES index relations
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.138 2001/01/24 00:36:17 inoue Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.139 2001/01/24 19:42:51 momjian Exp $
  *
  *
  * INTERFACE ROUTINES
index 1e33e8b18255007788cd93d4ed307a94abed6cc4..51337004cbe6d9b3ff65a518a3732969b4ffdb79 100644 (file)
@@ -4,12 +4,12 @@
  *   This file contains routines to support indices defined on system
  *   catalogs.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/catalog/indexing.c,v 1.75 2000/12/14 07:02:42 inoue Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/catalog/indexing.c,v 1.76 2001/01/24 19:42:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9c9d54c8f3e90bae75a1c04080fd49357025b903..e9a0450a7a15673c8074b3fd5268076e3622df93 100644 (file)
@@ -3,12 +3,12 @@
  * pg_aggregate.c
  *   routines to support manipulation of the pg_aggregate relation
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/catalog/pg_aggregate.c,v 1.36 2000/11/16 22:30:17 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/catalog/pg_aggregate.c,v 1.37 2001/01/24 19:42:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 45d205bb32ed8d275b0a9e51b687133ed970743c..688b96ed84b8c50a6f33234d1f890c9c9370e4e2 100644 (file)
@@ -3,12 +3,12 @@
  * pg_largeobject.c
  *   routines to support manipulation of the pg_largeobject relation
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/catalog/pg_largeobject.c,v 1.6 2001/01/23 04:32:21 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/catalog/pg_largeobject.c,v 1.7 2001/01/24 19:42:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 76eaaad01c6ff8a5d96bd0d634acff3ec434039f..d98347834144a545356e8854948754bedd3305ed 100644 (file)
@@ -3,12 +3,12 @@
  * pg_operator.c
  *   routines to support manipulation of the pg_operator relation
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/catalog/pg_operator.c,v 1.54 2001/01/23 04:32:21 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/catalog/pg_operator.c,v 1.55 2001/01/24 19:42:52 momjian Exp $
  *
  * NOTES
  *   these routines moved here from commands/define.c and somewhat cleaned up.
index 1e594bfe25c2e1f5495bc170f0e69126eef3351f..e9918baebcdf7352da8fde73356df3ef7ac8135d 100644 (file)
@@ -3,12 +3,12 @@
  * pg_proc.c
  *   routines to support manipulation of the pg_proc relation
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/catalog/pg_proc.c,v 1.52 2000/12/07 19:40:56 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/catalog/pg_proc.c,v 1.53 2001/01/24 19:42:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 07b2987fd9161367fcf08aab1ae06f57202fcad3..f94171748553b8e28f31fa0232e5d5e2d6918764 100644 (file)
@@ -3,12 +3,12 @@
  * pg_type.c
  *   routines to support manipulation of the pg_type relation
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/catalog/pg_type.c,v 1.57 2001/01/23 04:32:21 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/catalog/pg_type.c,v 1.58 2001/01/24 19:42:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a0b87743f5b24a32a43bbff26ccce77fa413b953..8d492e3a2b5537e83a58366b053ef0205d5d8fd2 100644 (file)
@@ -3,12 +3,12 @@
  * recipe.c
  *   routines for handling execution of Tioga recipes
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/commands/_deadcode/Attic/recipe.c,v 1.11 2000/04/12 17:15:06 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/commands/_deadcode/Attic/recipe.c,v 1.12 2001/01/24 19:42:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 93b53256d22666c3adbcbc5c7e77085f96bf827c..7ac908fa7cbc5bae05287ffe812ea03b1316788e 100644 (file)
@@ -3,10 +3,10 @@
  * recipe.h
  *   recipe handling routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: recipe.h,v 1.2 2000/01/26 05:56:19 momjian Exp $
+ * $Id: recipe.h,v 1.3 2001/01/24 19:42:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 273464d99a60fb5748e47f197ef5c8a0415c2bd8..28df0d1a112a6c5162bf10665e9cd230f50faff9 100644 (file)
@@ -3,14 +3,14 @@
  * version.c
  *   This file contains all the rules that govern all version semantics.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, 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
  * doesn't work! - jolly 8/19/95
  *
  *
- * $Id: version.c,v 1.24 2000/01/26 05:56:19 momjian Exp $
+ * $Id: version.c,v 1.25 2001/01/24 19:42:53 momjian Exp $
  *
  * NOTES
  * At the point the version is defined, 2 physical relations are created
index 98df8370b9c88eb4581ce2b2ba763bf25202e081..5fd7793d7afec7ee5dcd7a9ba4ad72e062595229 100644 (file)
@@ -3,12 +3,12 @@
  * analyze.c
  *   the postgres optimizer analyzer
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/commands/analyze.c,v 1.12 2001/01/23 04:32:22 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/commands/analyze.c,v 1.13 2001/01/24 19:42:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a2bcbb5b663b5cac083f29b247d2ce7ba82f5916..134f3b7af0e811f350618a0367e60e696b0c4a7e 100644 (file)
@@ -3,11 +3,11 @@
  * async.c
  *   Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.75 2001/01/23 04:32:21 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.76 2001/01/24 19:42:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4aeae71561ecf5bb33a7ccdc9f8cb93abf740f73..76f805ca86c7c12f1b1061a280a6530c243808e2 100644 (file)
  *   my (probably bogus) assumptions about the way this works.
  *                                                     [pbrown '94]
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.63 2001/01/12 01:22:21 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.64 2001/01/24 19:42:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a7901d0884ca0a3666312be1d3bd51e736244920..618322645f3f7f4af3caffb70153b13054d5e5dd 100644 (file)
@@ -3,12 +3,12 @@
  * command.c
  *   random postgres portal and utility support code
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.118 2001/01/23 04:32:22 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.119 2001/01/24 19:42:52 momjian Exp $
  *
  * NOTES
  *   The PerformAddAttribute() code, like most of the relation
index 82577b0426dce072dacb772356958a7ec734d274..f992ac865b4a9aa3149c2895c4c0b08eb2f6f762 100644 (file)
@@ -2,12 +2,12 @@
  *
  * copy.c
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.131 2001/01/22 00:50:06 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.132 2001/01/24 19:42:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b9284604e72a19c3a1b61f30dce89fbb8409a5e5..a043cf0b8e0a0c57844e9a63f2e341f42bb92ec9 100644 (file)
@@ -3,12 +3,12 @@
  * creatinh.c
  *   POSTGRES create/destroy relation with inheritance utility code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/commands/Attic/creatinh.c,v 1.71 2001/01/23 04:32:21 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/commands/Attic/creatinh.c,v 1.72 2001/01/24 19:42:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bdbc21619d1239803cafee13e97c8bc82a7cb19d..c450f1b400a9586b8b51a11f7aab03f38f3c8b42 100644 (file)
@@ -3,12 +3,12 @@
  * dbcommands.c
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.72 2001/01/23 04:32:21 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.73 2001/01/24 19:42:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f8c49fd755232cebe412824872f4d7bd4e100527..01fd53a16a9111e3b7873ea17f4b0448634ed9f4 100644 (file)
@@ -5,12 +5,12 @@
  *   These routines execute some of the CREATE statements.  In an earlier
  *   version of Postgres, these were "define" statements.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/commands/define.c,v 1.50 2000/12/03 20:45:33 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/commands/define.c,v 1.51 2001/01/24 19:42:52 momjian Exp $
  *
  * DESCRIPTION
  *   The "DefineFoo" routines take the parse tree and pick out the
index b76d45480f2f490217d5f849e6cde526299ffe8c..5ad981c6421b94e680abdd71fb45705252a0f810 100644 (file)
@@ -2,10 +2,10 @@
  * explain.c
  *   Explain the query execution plan
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/backend/commands/explain.c,v 1.62 2000/11/12 00:36:56 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/explain.c,v 1.63 2001/01/24 19:42:52 momjian Exp $
  *
  */
 
index 07fa0cfe760deec4dc514261bb6a8dc4acb03062..173c3a3d551db4b0c8b082b8d9a216f0f80a0cda 100644 (file)
@@ -3,12 +3,12 @@
  * indexcmds.c
  *   POSTGRES define, extend and remove index code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.43 2000/12/15 04:08:15 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.44 2001/01/24 19:42:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bfb2cd8dc915b8c64a09410a9c4763570d253099..2c271758e0868e8ed2977561b3149db49105b56a 100644 (file)
@@ -3,12 +3,12 @@
  * remove.c
  *   POSTGRES remove (function | type | operator ) utilty code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.58 2001/01/23 04:32:21 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.59 2001/01/24 19:42:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8bf47473caac08e1e1708073d7d6051da4ddae7e..3630cdd0d19cdf022b53ffdf2ed8fabb3336f550 100644 (file)
@@ -3,12 +3,12 @@
  * rename.c
  *   renameatt() and renamerel() reside here.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/commands/Attic/rename.c,v 1.54 2001/01/23 04:32:21 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/commands/Attic/rename.c,v 1.55 2001/01/24 19:42:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f6e63283121d39ada5d044510b6353b8c91938e5..542aae9b90d860885c1ce343b94985f66d442e35 100644 (file)
@@ -3,12 +3,12 @@
  * sequence.c
  *   PostgreSQL sequences support code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/commands/sequence.c,v 1.48 2001/01/12 21:53:56 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/commands/sequence.c,v 1.49 2001/01/24 19:42:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2775de5e70ec4137425ab086781c7deead2d91ad..b0402effb9facad67bfd81690437624402d1ede7 100644 (file)
@@ -3,11 +3,11 @@
  * trigger.c
  *   PostgreSQL TRIGGERs support code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/commands/trigger.c,v 1.84 2001/01/23 04:32:21 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/commands/trigger.c,v 1.85 2001/01/24 19:42:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e0cadbde95a390fbd9aca611a60da2b401658906..378620cb3b704eb30c2436214845828b97e97209 100644 (file)
@@ -3,10 +3,10 @@
  * user.c
  *   Commands for manipulating users and groups.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/backend/commands/user.c,v 1.72 2001/01/23 04:32:21 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/user.c,v 1.73 2001/01/24 19:42:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9dcd6b5d98eb7fd621f80132eb2b46b8a2b264ba..e4d2fcb0ad84834fcd57c90ad195f36b7deff7a7 100644 (file)
@@ -3,12 +3,12 @@
  * vacuum.c
  *   the postgres vacuum cleaner
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.185 2001/01/23 23:32:45 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.186 2001/01/24 19:42:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4282ee2ae48043d869eebaf5def8ba2289661f01..6f07bff095dda582aee65c48e20eebcd21790008 100644 (file)
@@ -4,12 +4,12 @@
  *     Routines for handling of 'SET var TO',
  *     'SHOW var' and 'RESET var' statements.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/commands/variable.c,v 1.44 2000/12/03 20:45:33 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/commands/variable.c,v 1.45 2001/01/24 19:42:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a421119524b96b905bca6d9541a379c604d0e7c3..99481d4d54bec32f46abc636a1f4397c11d31a2f 100644 (file)
@@ -3,10 +3,10 @@
  * view.c
  *   use rewrite rules to construct views
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: view.c,v 1.52 2001/01/03 18:43:09 tgl Exp $
+ * $Id: view.c,v 1.53 2001/01/24 19:42:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6ff94550b83c1d193bd2f55ea2b3f0c15dd399c3..955a52b10706f19793613aaca2aa59dd90d3d80d 100644 (file)
@@ -3,7 +3,7 @@
  * nodeTee.c
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *  DESCRIPTION
@@ -15,7 +15,7 @@
  *     ExecInitTee
  *     ExecEndTee
  *
- * $Id: nodeTee.c,v 1.8 2000/01/26 05:56:25 momjian Exp $
+ * $Id: nodeTee.c,v 1.9 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a396ec787198b2d32e483c8252981359d816aa11..0888e2638b217a2b1b81760a13aaf1c596411b7c 100644 (file)
@@ -3,10 +3,10 @@
  * execAmi.c
  *   miscellaneous executor access method routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execAmi.c,v 1.55 2000/11/08 22:09:57 tgl Exp $
+ * $Id: execAmi.c,v 1.56 2001/01/24 19:42:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e94a43f3cf4f75067373f0f06a6b31bc4f36b05a..3be50c09bb1a88af459d36afe3dd99b281b51a23 100644 (file)
@@ -4,12 +4,12 @@
  *   This file handles the nodes associated with flattening sets in the
  *   target list of queries containing functions returning sets.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/Attic/execFlatten.c,v 1.13 2000/08/24 03:29:03 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/Attic/execFlatten.c,v 1.14 2001/01/24 19:42:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d45497d154629ee0df1b35d08057cb57678d8afd..e9556900ca4f3ee78b47c29234343ba7b5066de5 100644 (file)
@@ -3,12 +3,12 @@
  * junk.c
  *   Junk attribute support stuff....
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/execJunk.c,v 1.23 2001/01/17 17:26:44 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/execJunk.c,v 1.24 2001/01/24 19:42:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a4dbaae3026598351cde62d2096447f3c43bf858..2959234318f6a36d8a09287b3beca10ec081d722 100644 (file)
  * ExecutorRun accepts 'feature' and 'count' arguments that specify whether
  * the plan is to be executed forwards, backwards, and for how many tuples.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.135 2001/01/22 00:50:07 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.136 2001/01/24 19:42:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6cc2a1aed97e605b29851071c09ebbda9c09c38f..549f612d7eba9033eba61a07c885d0323d5d0183 100644 (file)
@@ -7,12 +7,12 @@
  *  ExecProcNode, or ExecEndNode on its subnodes and do the appropriate
  *  processing..
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/execProcnode.c,v 1.23 2001/01/14 05:08:15 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/execProcnode.c,v 1.24 2001/01/24 19:42:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index beeff0db33193c47448e3d15eea40400a0a64f90..f0721f57bd52810229bdebd7fa3c2fda325c2ebd 100644 (file)
@@ -3,12 +3,12 @@
  * execQual.c
  *   Routines to evaluate qualification and targetlist expressions
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.81 2000/11/12 00:36:57 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.82 2001/01/24 19:42:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d000a4cf50ad0f446a014604e4dd541750d04df0..3a2e79dbdd4bc11ed31847a37f3884449e6bb8da 100644 (file)
@@ -7,12 +7,12 @@
  *   stuff - checking the qualification and projecting the tuple
  *   appropriately.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/execScan.c,v 1.14 2000/08/24 03:29:03 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/execScan.c,v 1.15 2001/01/24 19:42:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e27e91071f327ead2a85f965915759d4ea95aa43..ecb8ae48b5006f3a37242228fb4d94d2052dce2a 100644 (file)
  *   This information is needed by routines manipulating tuples
  *   (getattribute, formtuple, etc.).
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.44 2000/12/27 23:59:11 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.45 2001/01/24 19:42:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a4c7143aa7799b542565ada384440c97cab0b4b5..703767cb715db59180d7da4e4786855264206d84 100644 (file)
@@ -3,12 +3,12 @@
  * execUtils.c
  *   miscellaneous executor utility routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/execUtils.c,v 1.71 2001/01/22 00:50:07 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/execUtils.c,v 1.72 2001/01/24 19:42:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 98b28c61e1058ab6c5a6e166d6957eecf6bd04fe..18a0e0cbb3b5159719a529a2acb21ccb28c05ce8 100644 (file)
@@ -3,12 +3,12 @@
  * functions.c
  *   Routines to handle functions called from the executor
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/functions.c,v 1.41 2000/11/16 22:30:20 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/functions.c,v 1.42 2001/01/24 19:42:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 827001384f6dbdcda5908bb2e4a768654092d3a4..7c2ef8646b3ce1bd40401c4bd3d9be0e84766380 100644 (file)
  *   what to return for a NULL ending transvalue.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/nodeAgg.c,v 1.72 2000/11/16 22:30:22 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/nodeAgg.c,v 1.73 2001/01/24 19:42:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e47ec5756cbfe94289f1e3b1db1088cd8d426e85..390f9fc1d917a65114e4426467e59e3c364e7a2c 100644 (file)
@@ -3,12 +3,12 @@
  * nodeAppend.c
  *   routines to handle append nodes.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/nodeAppend.c,v 1.38 2000/11/12 00:36:57 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/nodeAppend.c,v 1.39 2001/01/24 19:42:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 88b4cd273352b59fd77b285fd91a4e99e0013237..e98819a5d83970a736ca9989d9b44bbe7478515e 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGroup.c
  *   Routines to handle group nodes (used for queries with GROUP BY clause).
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
@@ -15,7 +15,7 @@
  *   locate group boundaries.
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/nodeGroup.c,v 1.39 2000/11/16 22:30:22 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/nodeGroup.c,v 1.40 2001/01/24 19:42:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1969c5f0bd6737571279426f629efd1fcfab6733..070354ace7cf181c100e6fb7dfa556b7e24bc5a7 100644 (file)
@@ -3,11 +3,11 @@
  * nodeHash.c
  *   Routines to hash relations for hashjoin
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
- * $Id: nodeHash.c,v 1.53 2000/11/16 22:30:22 tgl Exp $
+ * $Id: nodeHash.c,v 1.54 2001/01/24 19:42:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d0eef4380b7650e31f37930013c15a3e205196d2..0c6703fb70cd49c2a6876b83b0ae40f5025130d9 100644 (file)
@@ -3,12 +3,12 @@
  * nodeHashjoin.c
  *   Routines to handle hash join nodes
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/nodeHashjoin.c,v 1.34 2000/09/12 21:06:48 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/nodeHashjoin.c,v 1.35 2001/01/24 19:42:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7c389975a71e78a6c8430030b3e8d618a0347fa5..7ed93de0848f5a3c57e4f46353efd9226239a15f 100644 (file)
@@ -3,12 +3,12 @@
  * nodeIndexscan.c
  *   Routines to support indexes and indexed scans of relations
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/nodeIndexscan.c,v 1.55 2001/01/22 00:50:07 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/nodeIndexscan.c,v 1.56 2001/01/24 19:42:54 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9e0cef44ab18e7c8be32950a7c569b6aa34c12a9..c7cc76f0a70a42b7e39651c03b2474a9901c1d7d 100644 (file)
@@ -3,12 +3,12 @@
  * nodeLimit.c
  *   Routines to handle limiting of query results where appropriate
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/nodeLimit.c,v 1.2 2000/11/05 00:15:52 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/nodeLimit.c,v 1.3 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c0a94066bea877268c8b93f5c61d34e8e9ef7096..dd09c6ac1c1a861f35a11c733e2061aff5418fce 100644 (file)
@@ -3,12 +3,12 @@
  * nodeMaterial.c
  *   Routines to handle materialization nodes.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/nodeMaterial.c,v 1.32 2000/07/12 02:37:03 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/nodeMaterial.c,v 1.33 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e7e8ebb1c59d4d30e6f003174b5281b5bc504388..359d0c7bc5dae2951a25471c99311d38e75e9de2 100644 (file)
@@ -3,12 +3,12 @@
  * nodeMergejoin.c
  *   routines supporting merge joins
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/nodeMergejoin.c,v 1.40 2000/12/13 23:45:46 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/nodeMergejoin.c,v 1.41 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5abd4ffc3a18712ce7b46f5d603a04275292e86c..f514b03851f7509c60134d2934d560f3c779303a 100644 (file)
@@ -3,12 +3,12 @@
  * nodeNestloop.c
  *   routines to support nest-loop joins
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/nodeNestloop.c,v 1.21 2000/09/12 21:06:48 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/nodeNestloop.c,v 1.22 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e36037de7108f63004728135099024581b025fc2..fa401e20b24053a69974d4d023d0b6e524b83d7b 100644 (file)
  *     plan normally and pass back the results.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/nodeResult.c,v 1.16 2000/08/24 03:29:03 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/nodeResult.c,v 1.17 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 56ba1375feb53b250220bbe7a6f4e4b2c7eb3a44..a10e8d4ed969ad61ad4b6fbe514f70482e22e10a 100644 (file)
@@ -3,12 +3,12 @@
  * nodeSeqscan.c
  *   Support routines for sequential scans of relations.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/nodeSeqscan.c,v 1.25 2000/11/12 00:36:57 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/nodeSeqscan.c,v 1.26 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8c285525051a31daa27d95568c70974376bd075f..ad35a46d636e62ee158398be90763b9a923b0dfe 100644 (file)
  * identify the source relation).
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/nodeSetOp.c,v 1.1 2000/10/05 19:11:26 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/nodeSetOp.c,v 1.2 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6f2e1f7f47b191258559cefa70666eef41b5481a..99bd3b7643790825b609ec63f65ef7d21136a2ca 100644 (file)
@@ -3,12 +3,12 @@
  * nodeSort.c
  *   Routines to handle sorting of relations.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/nodeSort.c,v 1.29 2000/07/12 02:37:04 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/nodeSort.c,v 1.30 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 933dcc8342586c9164e4d7c4670ab1059a7b6578..d75d9a6f05288672d03769525d727ab5e84030f9 100644 (file)
@@ -3,11 +3,11 @@
  * nodeSubplan.c
  *   routines to support subselects
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/nodeSubplan.c,v 1.28 2000/10/05 19:11:26 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/nodeSubplan.c,v 1.29 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5593f71d0c60caf586700dd5f4d38e0e803741a4..617a41d447d71d41ca3be0cdac25645b2e3a43fe 100644 (file)
@@ -7,12 +7,12 @@
  * we need two sets of code.  Ought to look at trying to unify the cases.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/nodeSubqueryscan.c,v 1.2 2000/10/05 19:11:26 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/nodeSubqueryscan.c,v 1.3 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 055d07998b9108837c99ec3543d9b562fbb601a3..49f7594c6f7186ec7cf693ffaec3335323f8579f 100644 (file)
@@ -3,12 +3,12 @@
  * nodeTidscan.c
  *   Routines to support direct tid scans of relations
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/nodeTidscan.c,v 1.12 2000/08/24 03:29:03 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/nodeTidscan.c,v 1.13 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 29c790b2c7677e6bf88892fb5ff39dca014dd23d..5c3dedb152eb3a7827253733b6e721465a24d8f3 100644 (file)
@@ -3,12 +3,12 @@
  * nodeUnique.c
  *   Routines to handle unique'ing of queries where appropriate
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/executor/nodeUnique.c,v 1.30 2000/07/12 02:37:04 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/executor/nodeUnique.c,v 1.31 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cf5b720d960e77fc794b2962867066386205a29c..1b54292a46421e801a77898bb1d1e8756eeaccad 100644 (file)
@@ -3,12 +3,12 @@
  * bit.c
  *   Standard bit array code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/lib/Attic/bit.c,v 1.11 2000/08/26 21:53:42 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/lib/Attic/bit.c,v 1.12 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 175c02c3e7cd89325d3dd9da7d7068de161a4562..431c137d4d358cd4138563b04e830173ab7c4fd5 100644 (file)
@@ -4,12 +4,12 @@
  *   this is a simple doubly linked list implementation
  *   the elements of the lists are void*
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/lib/dllist.c,v 1.19 2000/11/16 22:30:23 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/lib/dllist.c,v 1.20 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1ac04cc92dde7c974bffa53acfaeca12b45a754d..5825a39cc5eea87a4725d75dc8cc0aafbf5eeebe 100644 (file)
@@ -4,12 +4,12 @@
  *   hash table related functions that are not directly supported
  *   by the hashing packages under utils/hash.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/lib/Attic/hasht.c,v 1.14 2001/01/02 04:33:15 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/lib/Attic/hasht.c,v 1.15 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b4d00737fb6251d5cb6759251ad7b0a4cea9ff5f..a3c89b201e20d1416e0812960b4ff754d69aa310 100644 (file)
@@ -2,12 +2,12 @@
  *
  * lispsort.c
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/lib/Attic/lispsort.c,v 1.13 2000/01/26 05:56:26 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/lib/Attic/lispsort.c,v 1.14 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 379cd79502997cc0c5a614c22d0008265522eedb..239766825f346ca714938942dc0c4da48dd0529b 100644 (file)
@@ -6,10 +6,10 @@
  * It can be used to buffer either ordinary C strings (null-terminated text)
  * or arbitrary binary data.  All storage is allocated with palloc().
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *   $Id: stringinfo.c,v 1.26 2000/06/28 03:31:34 tgl Exp $
+ *   $Id: stringinfo.c,v 1.27 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1dd98b7935f38ca2de9b1c8d2ff3bd216e71df9f..d91fa9a822044f907448088ac0447c660bb7fa1a 100644 (file)
@@ -3,12 +3,12 @@
  * auth.c
  *   Routines to handle network authentication
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/libpq/auth.c,v 1.50 2000/12/03 20:45:33 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/libpq/auth.c,v 1.51 2001/01/24 19:42:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a379bd05e8d9617e785c8147e5ad0e73921dd599..1d5870e93f405e8a5e9c68e740144bbd02da7cba 100644 (file)
@@ -3,12 +3,12 @@
  * be-fsstubs.c
  *   support for filesystem operations on large objects
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.56 2000/10/24 03:14:08 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.57 2001/01/24 19:42:56 momjian Exp $
  *
  * NOTES
  *   This should be moved to a more appropriate place.  It is here
index 1f1834b6ec18fda37272d1088f1d5de1959c9fde..856c30288009a7c3763725a2b1961f583ff04291 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: password.c,v 1.34 2000/11/27 03:46:01 tgl Exp $
+ * $Id: password.c,v 1.35 2001/01/24 19:42:56 momjian Exp $
  *
  */
 
index 0d2548c96af59d1055369c616c0655ffec676f64..7a20d66f7e1fa28f8e567f457e418753dd9cbc8c 100644 (file)
  * 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-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqcomm.c,v 1.115 2000/12/18 00:44:46 tgl Exp $
+ * $Id: pqcomm.c,v 1.116 2001/01/24 19:42:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 24bc0bda384842846f4eb742b3a33f9a68447923..a9a9114490efacc233326650447ad9c380a31240 100644 (file)
  * 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-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqformat.c,v 1.15 2000/07/12 22:58:59 petere Exp $
+ * $Id: pqformat.c,v 1.16 2001/01/24 19:42:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8e51a97f2254dc447fd652a7842f7bc9cc9ddf50..5e99b148f8e63131f78c2312c1f0f064d5bb4106 100644 (file)
@@ -4,12 +4,12 @@
  *   routines for reading and writing data packets sent/received by
  *   POSTGRES clients and servers
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/libpq/Attic/pqpacket.c,v 1.27 2000/10/03 03:11:14 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/libpq/Attic/pqpacket.c,v 1.28 2001/01/24 19:42:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 82cdf13c388d258d8932cb711c8baa5180aed523..0783811d4f72dbf4c434e199a21bdb300b14f06c 100644 (file)
@@ -4,12 +4,12 @@
  *   reliable BSD-style signal(2) routine stolen from RWW who stole it
  *   from Stevens...
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/libpq/pqsignal.c,v 1.17 2000/06/29 02:17:42 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/libpq/pqsignal.c,v 1.18 2001/01/24 19:42:56 momjian Exp $
  *
  * NOTES
  *     This shouldn't be in libpq, but the monitor and some other
index 4d593b294311409313f2a0ddbbdbc1a2c9a0a877..a80dc8781fa202f7bab9c0da3f21c11ca7a93169 100644 (file)
@@ -3,10 +3,10 @@
  * util.c
  *   general routines for backend libpq modules
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/backend/libpq/Attic/util.c,v 1.16 2000/07/08 03:04:41 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/libpq/Attic/util.c,v 1.17 2001/01/24 19:42:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5942a1f25191d36ceb29969aaaf3ad4b66e3ff89..71b83c7496be306390dd0359ccc5325b1d44342e 100644 (file)
@@ -8,12 +8,12 @@
  * dispatches to the proper FooMain() routine for the incarnation.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.39 2001/01/24 05:24:43 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.40 2001/01/24 19:42:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 025d11e9607ee6a4b6557b813946c5c3af1de44a..f7127443082115ac7ca699d3a20a888ad5f6f949 100644 (file)
  * different executor state node types.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.137 2001/01/17 17:26:44 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.138 2001/01/24 19:42:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1047bcc4416bea6cd2a83a08bf50d160a8885e1d..9e16b79c6ccc583468e235d886c7b22a88e73431 100644 (file)
  * plan trees.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/nodes/equalfuncs.c,v 1.86 2001/01/05 06:34:17 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/nodes/equalfuncs.c,v 1.87 2001/01/24 19:42:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a3668ed0dc4d2d42abbbc19c1e08035cfe0742cc..aa83006c8407424b67f807e044a90dcacf825870 100644 (file)
@@ -3,12 +3,12 @@
  * list.c
  *   various list handling routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/nodes/list.c,v 1.37 2001/01/17 17:26:44 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/nodes/list.c,v 1.38 2001/01/24 19:42:56 momjian Exp $
  *
  * NOTES
  *   XXX a few of the following functions are duplicated to handle
index 05376a3510c669b34d73d9430871d1601416178c..f8bbb117291e2ceab133d58c87e72ef4adc9bfe9 100644 (file)
@@ -3,12 +3,12 @@
  *   creator functions for primitive nodes. The functions here are for
  *   the most frequently created nodes.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/nodes/makefuncs.c,v 1.24 2001/01/17 17:26:44 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/nodes/makefuncs.c,v 1.25 2001/01/24 19:42:56 momjian Exp $
  *
  * NOTES
  *   Creator functions in POSTGRES 4.2 are generated automatically. Most of
index 1fcb40c929e50ff8c3d2d080e7976ce73d117208..c8baef5fbfa9a2fb63a056e2ed3c9f4c9083dccd 100644 (file)
@@ -3,12 +3,12 @@
  * nodeFuncs.c
  *   All node routines more complicated than simple access/modification
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/nodes/nodeFuncs.c,v 1.12 2000/06/08 22:37:07 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/nodes/nodeFuncs.c,v 1.13 2001/01/24 19:42:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0f0c417f68ce2cedcf747712dd8db3ee4d0354d7..2c4c0c7893c266814f037f445df92f36285faae1 100644 (file)
@@ -4,12 +4,12 @@
  *   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-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/nodes/nodes.c,v 1.13 2000/04/12 17:15:16 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/nodes/nodes.c,v 1.14 2001/01/24 19:42:57 momjian Exp $
  *
  * HISTORY
  *   Andrew Yu         Oct 20, 1994    file creation
index 5d476355e8a783a3cbe2c4a105dd611e616ec118..97f931f5cc66e40b1518abfc78e38df7724fbb5d 100644 (file)
@@ -2,10 +2,10 @@
  * outfuncs.c
  *   routines to convert a node to ascii representation
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/backend/nodes/outfuncs.c,v 1.138 2001/01/20 00:15:58 petere Exp $
+ * $Header: /cvsroot/pgsql/src/backend/nodes/outfuncs.c,v 1.139 2001/01/24 19:42:57 momjian Exp $
  *
  * NOTES
  *   Every (plan) node in POSTGRES has an associated "out" routine which
index 6a50709541bf235bca58054551aef8043a1953b3..4f57a365c45dd3719f4857273e3567bee961ac2e 100644 (file)
@@ -3,12 +3,12 @@
  * print.c
  *   various print routines (used mostly for debugging)
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/nodes/print.c,v 1.45 2000/10/26 21:35:48 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/nodes/print.c,v 1.46 2001/01/24 19:42:57 momjian Exp $
  *
  * HISTORY
  *   AUTHOR            DATE            MAJOR EVENT
index 1bfc6f7c5345953c123049910d5a932ddc507eec..beebe262f9f5b45511097ca2de53bc30449bfdd0 100644 (file)
@@ -4,12 +4,12 @@
  *   routines to convert a string (legal ascii representation of node) back
  *   to nodes
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/nodes/read.c,v 1.27 2001/01/07 01:08:47 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/nodes/read.c,v 1.28 2001/01/24 19:42:57 momjian Exp $
  *
  * HISTORY
  *   AUTHOR            DATE            MAJOR EVENT
index 685fbd7eb2091ee0e3d97001097d5de61cb07061..67f935e4f2354d713773769894032aec915b9d33 100644 (file)
@@ -3,12 +3,12 @@
  * readfuncs.c
  *   Reader functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/nodes/readfuncs.c,v 1.104 2001/01/08 00:31:43 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/nodes/readfuncs.c,v 1.105 2001/01/24 19:42:57 momjian Exp $
  *
  * NOTES
  *   Most of the read functions for plan nodes are tested. (In fact, they
index 03007350b8043b8dcc64b9ec4b261797375db3ea..880547cdaf9c8f2c0a14ecfa9ea033bce5dac423 100644 (file)
@@ -2,10 +2,10 @@
  *
  * geqo_copy.c
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_copy.c,v 1.9 2000/01/26 05:56:32 momjian Exp $
+ * $Id: geqo_copy.c,v 1.10 2001/01/24 19:42:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bd6fa801a43ea27ab32c4fe5d03419ce6d9d55ca..4422e03cb401e3ff6c82e8a0f0d8e67c9923f047 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_eval.c
  *   Routines to evaluate query trees
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_eval.c,v 1.56 2001/01/17 17:26:44 momjian Exp $
+ * $Id: geqo_eval.c,v 1.57 2001/01/24 19:42:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3428015f497b3a19851ff840de82799a176985d1..2300f8677c1d3603ce2567fb813f62c4318029ba 100644 (file)
@@ -4,10 +4,10 @@
  *   solution of the query optimization problem
  *   by means of a Genetic Algorithm (GA)
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_main.c,v 1.25 2000/09/29 18:21:31 tgl Exp $
+ * $Id: geqo_main.c,v 1.26 2001/01/24 19:42:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 54f7e8a0431ed9c4e108876835b548d16753110e..7ad5c38037539468c75b53217b3ba08f8fbfa7f4 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_misc.c
  *    misc. printout and debug stuff
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_misc.c,v 1.29 2000/11/21 21:16:00 petere Exp $
+ * $Id: geqo_misc.c,v 1.30 2001/01/24 19:42:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a149632dfa5dc8039edc2e1a603e36e8a00dc50d..8fedd8f02cfb5e3df23e09b11fc7fcbd4340e43f 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_pool.c
  *   Genetic Algorithm (GA) pool stuff
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_pool.c,v 1.18 2000/09/19 18:42:33 tgl Exp $
+ * $Id: geqo_pool.c,v 1.19 2001/01/24 19:42:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6523916360b9928ceaec121462344ee7d46a9137..f956759e7e664221009f37701c17b3ccfccfd026 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_selection.c
  *   linear selection scheme for the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_selection.c,v 1.11 2000/01/26 05:56:33 momjian Exp $
+ * $Id: geqo_selection.c,v 1.12 2001/01/24 19:42:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 434780d664cf4540c7cac1fe4b8535fb0c28318a..bb73132240a08bf2babc622710ff3af16fb3c4de 100644 (file)
@@ -3,12 +3,12 @@
  * predmig.c
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/_deadcode/Attic/predmig.c,v 1.7 2000/04/12 17:15:21 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/_deadcode/Attic/predmig.c,v 1.8 2001/01/24 19:42:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2de9d39b9c469cb3d99ad7c9bc1449717cec6732..4f5c30d52efcd19c86b4949138d8ff5f3560d0cf 100644 (file)
@@ -5,12 +5,12 @@
  *   Includes xfunc_trypullup(), which attempts early pullup of predicates
  *   to allow for maximal pruning.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/_deadcode/Attic/xfunc.c,v 1.14 2001/01/17 17:26:45 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/_deadcode/Attic/xfunc.c,v 1.15 2001/01/24 19:42:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5e461cb3c15e2748347e5327e48c56984ebad1f5..fa4e1dfd90ad81e329dd5d15b925066524168a7e 100644 (file)
@@ -3,12 +3,12 @@
  * allpaths.c
  *   Routines to find possible search paths for processing a query
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/allpaths.c,v 1.69 2001/01/18 07:12:37 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/allpaths.c,v 1.70 2001/01/24 19:42:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dc2448e15a880bb1f3c6b2a11620d3c9ededbd2d..b404eabccdb578ccb430a86d48a82690029c06a6 100644 (file)
@@ -3,12 +3,12 @@
  * clausesel.c
  *   Routines to compute clause selectivities
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/clausesel.c,v 1.40 2000/10/25 21:48:12 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/clausesel.c,v 1.41 2001/01/24 19:42:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c19ae3883d9e4f0496fca78ec91cba6ae1d1bb1d..fdf77bba573d1d22833d81157bcf5d6d0d440083 100644 (file)
  * account for LIMIT.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/costsize.c,v 1.65 2000/12/12 23:33:33 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/costsize.c,v 1.66 2001/01/24 19:42:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 28437e6c56dcc6583b3c14e955f3078eb579e659..cc408ce282071027cf3a611bc52e34f9ab597422 100644 (file)
@@ -4,12 +4,12 @@
  *   Routines to determine which indices are usable for scanning a
  *   given relation, and create IndexPaths accordingly.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.100 2000/12/14 22:30:43 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.101 2001/01/24 19:42:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 81a5431db9781d71307b007b4073b356eadce679..cfbfb56c90227ae38bcfc6bf000311bfcc3a9a22 100644 (file)
@@ -3,12 +3,12 @@
  * joinpath.c
  *   Routines to find all possible paths for processing a set of joins
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/joinpath.c,v 1.60 2000/12/14 22:30:43 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/joinpath.c,v 1.61 2001/01/24 19:42:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 17a6288b920a7870efd2ece126d48d22fcde06f6..2a59ed43e48f360b0abb5ffb80a88f25b3c1e13a 100644 (file)
@@ -3,12 +3,12 @@
  * joinrels.c
  *   Routines to determine which relations should be joined
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/joinrels.c,v 1.49 2000/12/18 06:50:51 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/joinrels.c,v 1.50 2001/01/24 19:42:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2a76f63eb7c3aa18037a62b4f1093d0f371a7410..d4e467c3e04207c1daa84c60f6dfb59eeaaa125b 100644 (file)
@@ -3,12 +3,12 @@
  * orindxpath.c
  *   Routines to find index paths that match a set of 'or' clauses
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/orindxpath.c,v 1.41 2000/09/12 21:06:53 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/orindxpath.c,v 1.42 2001/01/24 19:42:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2b1bf60d07b9d486f54472839fcc72a2af215912..e96a96f6deb97f36499f32d9b1ba5656715c0652 100644 (file)
@@ -7,11 +7,11 @@
  * the nature and use of path keys.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/pathkeys.c,v 1.29 2001/01/17 17:26:45 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/pathkeys.c,v 1.30 2001/01/24 19:42:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 34c02f33ae812481e60b85292e0b6c3f7a573800..7106fa75d48cf7b38c953eb9e5a76137ace6ee0e 100644 (file)
@@ -4,12 +4,12 @@
  *   Routines to determine which tids are usable for scanning a
  *   given relation, and create TidPaths accordingly.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/tidpath.c,v 1.7 2000/05/30 00:49:47 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/path/tidpath.c,v 1.8 2001/01/24 19:42:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f872ca3fddae2631293aa05b70e9c549a5590fbf..738b696306af29612a07c5a3798e207e5ed90fda 100644 (file)
@@ -5,12 +5,12 @@
  *   Planning is complete, we just need to convert the selected
  *   Path into a Plan.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/plan/createplan.c,v 1.102 2000/12/23 18:49:41 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/plan/createplan.c,v 1.103 2001/01/24 19:42:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1deae5ac485ec275e28f3b8b337619e962d8f463..b8639b441013f52d56a028848db4422249b4711d 100644 (file)
@@ -3,12 +3,12 @@
  * initsplan.c
  *   Target list, qualification, joininfo initialization routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/plan/initsplan.c,v 1.55 2000/12/14 22:30:43 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/plan/initsplan.c,v 1.56 2001/01/24 19:42:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1a923a506ff752c02a64ab17b702fde5f584a833..d196e755d660f6a862be503a728da7c7e42a4294 100644 (file)
@@ -9,12 +9,12 @@
  * shorn of features like subselects, inheritance, aggregates, grouping,
  * and so on.  (Those are the things planner.c deals with.)
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planmain.c,v 1.62 2000/11/12 00:36:58 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planmain.c,v 1.63 2001/01/24 19:42:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d2ec1b8a750ff6d0618d226cab9471e207381ff8..fbbb5aeac9640bea27426090f35db4310ea0cac7 100644 (file)
@@ -3,12 +3,12 @@
  * planner.c
  *   The query optimizer external interface.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planner.c,v 1.99 2001/01/18 07:12:37 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planner.c,v 1.100 2001/01/24 19:42:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5a54c95691274cd21342ff987377288801296076..1f2ae69561b1632ba321a7dbb6c1a149d4b60944 100644 (file)
@@ -4,12 +4,12 @@
  *   Post-processing of a completed plan tree: fix references to subplan
  *   vars, and compute regproc values for operators
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/plan/setrefs.c,v 1.69 2001/01/09 03:48:51 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/plan/setrefs.c,v 1.70 2001/01/24 19:42:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 61dd2baa7fd6436bd2c7f1bc16366a5ae7447242..0a7d4926b7659e0a1df9d11e0780e2d566480523 100644 (file)
@@ -3,11 +3,11 @@
  * subselect.c
  *   Planning routines for subselects and parameters.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/plan/subselect.c,v 1.47 2001/01/09 03:48:51 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/plan/subselect.c,v 1.48 2001/01/24 19:42:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 764697636c7f5eb7f45312e76e4d3763e85ee37a..64d1d818108d23acd675ee76049da7478df04f17 100644 (file)
@@ -3,7 +3,7 @@
  * prepkeyset.c
  *   Special preperation for keyset queries.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index d77e138f193a279efd744bd64954e168fca1f813..6fa9c4db29e4d06dae43ae7d5e3609ec8047219a 100644 (file)
@@ -3,12 +3,12 @@
  * prepqual.c
  *   Routines for preprocessing qualification expressions
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepqual.c,v 1.27 2000/08/08 15:41:48 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepqual.c,v 1.28 2001/01/24 19:42:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 658c6c5e31236d45174eadc8b41fe289cada57fb..f8a5afbbc45a24d05ca0bf9f76f62ef4bd0ffd3d 100644 (file)
  * executor relies on this to find the tuple to be replaced/deleted.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/prep/preptlist.c,v 1.40 2000/11/16 22:30:26 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/prep/preptlist.c,v 1.41 2001/01/24 19:42:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3ba756f6a8e0fcefbcda2caa997ede54226b9d16..85058757e5ef2089f9e9f71e50cf3186fade37ce 100644 (file)
@@ -9,12 +9,12 @@
  * to the processing of UNION queries, but it's still here.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepunion.c,v 1.59 2001/01/17 17:26:45 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepunion.c,v 1.60 2001/01/24 19:42:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c8df8b26fe4bbf74717f6a5bd4a1608b587fce26..f130e257523e887a5566b9add0066399e5354695 100644 (file)
@@ -3,12 +3,12 @@
  * clauses.c
  *   routines to manipulate qualification clauses
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/util/clauses.c,v 1.78 2000/11/16 22:30:26 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/util/clauses.c,v 1.79 2001/01/24 19:42:59 momjian Exp $
  *
  * HISTORY
  *   AUTHOR            DATE            MAJOR EVENT
index b4b4304a424fa345edce889f2542a1050dcc1677..81bb3bb9e8818bc9cdb187945121d697673910d4 100644 (file)
@@ -3,12 +3,12 @@
  * joininfo.c
  *   JoinInfo node manipulation routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/util/joininfo.c,v 1.27 2000/06/08 22:37:16 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/util/joininfo.c,v 1.28 2001/01/24 19:43:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 17ecca0ff6bd6b00f0eb979e3d2329622cb95de9..1a0dfc67df7b8f420eb804793c8606c3db2e5102 100644 (file)
@@ -3,12 +3,12 @@
  * pathnode.c
  *   Routines to manipulate pathlists and create path nodes
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/util/pathnode.c,v 1.69 2000/12/14 22:30:44 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/util/pathnode.c,v 1.70 2001/01/24 19:43:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 055cd3788b903e4356c6ba7ff720132a1e8f2819..e4c3a077a3036c468c7c2aa46f1f0a58f7860a34 100644 (file)
@@ -4,12 +4,12 @@
  *    routines for accessing the system catalogs
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/util/plancat.c,v 1.62 2000/11/16 22:30:26 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/util/plancat.c,v 1.63 2001/01/24 19:43:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 64720944ce3b19cc39c577b34d665b5943d51d13..57827c813f38d43c2d76135b00b618635314591f 100644 (file)
@@ -3,12 +3,12 @@
  * relnode.c
  *   Relation-node lookup/construction routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/util/relnode.c,v 1.30 2000/11/12 00:36:59 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/util/relnode.c,v 1.31 2001/01/24 19:43:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 318c789c4af47166f214797d351df230ae1e01e6..176c37013678f06a868fab8bd19ea833c5d08476 100644 (file)
@@ -3,12 +3,12 @@
  * restrictinfo.c
  *   RestrictInfo node manipulation routines.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/util/restrictinfo.c,v 1.12 2000/09/29 18:21:23 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/util/restrictinfo.c,v 1.13 2001/01/24 19:43:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fa542a8828a906d80b17cb97e3b8aa7d29c8ec4e..b9296fdfa0053fc2adc5ffb6f7f3279034b5b572 100644 (file)
@@ -3,12 +3,12 @@
  * tlist.c
  *   Target list manipulation routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/util/tlist.c,v 1.48 2001/01/09 03:48:50 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/util/tlist.c,v 1.49 2001/01/24 19:43:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a18db71ec556353f380e5fe78257bd8b4aed5681..1347bd9a5223f77cd7c0591b6fcf1d803e6474af 100644 (file)
@@ -3,12 +3,12 @@
  * var.c
  *   Var node manipulation routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/optimizer/util/var.c,v 1.28 2000/10/05 19:11:32 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/optimizer/util/var.c,v 1.29 2001/01/24 19:43:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c1f9d7be1d03be718c7a4c8fba83eda933eee248..30a4c373ebe12e7da8e6d3b8799fe2b45a905fdf 100644 (file)
@@ -3,10 +3,10 @@
  * analyze.c
  *   transform the parse tree into a query tree
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: analyze.c,v 1.176 2001/01/19 06:50:23 tgl Exp $
+ * $Id: analyze.c,v 1.177 2001/01/24 19:43:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dfa97e797319b975379e6c87b16b8afea18c0d46..de0a7ace2fc92b75b639927a9ec88559c3b4826f 100644 (file)
@@ -6,12 +6,12 @@
  * gram.y
  *   POSTGRES SQL YACC rules/actions
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.218 2001/01/23 22:39:08 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.219 2001/01/24 19:43:01 momjian Exp $
  *
  * HISTORY
  *   AUTHOR            DATE            MAJOR EVENT
index 2b7170881e80d3d7f305dff066834926fe164fa1..7936f3a580f9da80fe037ff5d32be127fdc628a3 100644 (file)
@@ -3,12 +3,12 @@
  * keywords.c
  *   lexical token lookup for reserved words in postgres SQL
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.87 2001/01/05 06:34:19 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.88 2001/01/24 19:43:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1dc31dc1f075b97ac804ef4b15bdde5a095c82a6..f1dd56f0bca90165953a39e40a5a47c0aebbcad3 100644 (file)
@@ -3,12 +3,12 @@
  * parse_agg.c
  *   handle aggregates in parser
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/parser/parse_agg.c,v 1.43 2000/11/16 22:30:27 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/parser/parse_agg.c,v 1.44 2001/01/24 19:43:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fb6b4e123cf7e2a1934b3c8796709642f7b05076..0f3f9d23028aafa7df49e42a416976cad188ff4c 100644 (file)
@@ -3,12 +3,12 @@
  * parse_clause.c
  *   handle clauses in parser
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/parser/parse_clause.c,v 1.74 2001/01/05 06:34:18 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/parser/parse_clause.c,v 1.75 2001/01/24 19:43:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index de004ee52cbf40a97e7d527b1414a4514feaea9b..b91094216cb9e98b94a6a439591c6987e537b282 100644 (file)
@@ -3,12 +3,12 @@
  * parse_coerce.c
  *     handle type coercions/conversions for parser
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/parser/parse_coerce.c,v 2.53 2001/01/17 17:26:45 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/parser/parse_coerce.c,v 2.54 2001/01/24 19:43:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 97ed8123f673ee41e66aaa962cb7fcfcf36563cc..d39f06006aa5cddb8dbd22e5db8b1ba334b5dc56 100644 (file)
@@ -3,12 +3,12 @@
  * parse_expr.c
  *   handle expressions in parser
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/parser/parse_expr.c,v 1.88 2000/11/16 22:30:28 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/parser/parse_expr.c,v 1.89 2001/01/24 19:43:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a7be856c1e7697de431a7be0f04ed5e4a287fc8c..cb4914849b44c39e31ac7353b8e367bca902880a 100644 (file)
@@ -3,12 +3,12 @@
  * parse_func.c
  *     handle function calls in parser
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/parser/parse_func.c,v 1.97 2001/01/23 02:32:26 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/parser/parse_func.c,v 1.98 2001/01/24 19:43:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 206f850cb1473ee579c11856bc01ef94fd8032e4..afe8ae1b801fad662d00d2363053643715cd0a33 100644 (file)
@@ -3,12 +3,12 @@
  * parse_node.c
  *   various routines that make nodes for query plans
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/parser/parse_node.c,v 1.50 2000/12/03 20:45:34 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/parser/parse_node.c,v 1.51 2001/01/24 19:43:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dc1c267366e0a95745b5e33eb639bb9177ec3981..e55f638765bd9db1cfa04b9bb585a3038a2a740c 100644 (file)
@@ -3,12 +3,12 @@
  * parse_oper.c
  *     handle operator things for parser
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/parser/parse_oper.c,v 1.45 2000/12/15 19:22:03 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/parser/parse_oper.c,v 1.46 2001/01/24 19:43:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 984485f9b4522b0ac93a3e64c435b633087b3092..1b5d0afc71960828a49ee4a5a47b992080caecbf 100644 (file)
@@ -3,12 +3,12 @@
  * parse_relation.c
  *   parser support routines dealing with relations
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/parser/parse_relation.c,v 1.50 2000/11/08 22:09:58 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/parser/parse_relation.c,v 1.51 2001/01/24 19:43:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c353c064fd474ba46f78a13a02e6e070e73aed5f..647b176f059548534440d918fe52968be739b1ac 100644 (file)
@@ -3,12 +3,12 @@
  * parse_target.c
  *   handle target lists
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/parser/parse_target.c,v 1.63 2000/09/29 18:21:36 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/parser/parse_target.c,v 1.64 2001/01/24 19:43:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5a699624097bc477322952caaefa30903455dcc4..5935b565b6217c0035abfe8c64faef68aac497ba 100644 (file)
@@ -3,12 +3,12 @@
  * parse_type.c
  *     handle type operations for parser
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/parser/parse_type.c,v 1.33 2000/11/16 22:30:28 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/parser/parse_type.c,v 1.34 2001/01/24 19:43:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 84b27549d3602a27266f5153c3392f8fb61f969a..63eff93edf51eda021c478c1bfdbb8877603efe7 100644 (file)
  * parse_analyze.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.47 2000/10/07 00:58:17 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.48 2001/01/24 19:43:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2c68f0976aa6826953ffd4eace68a14b5e4f5f6c..7e6a5bb1b1c23caf82efe671e021ffe1d92214ab 100644 (file)
@@ -4,12 +4,12 @@
  * scan.l
  *   lexical scanner for POSTGRES
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.84 2000/12/03 20:45:34 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.85 2001/01/24 19:43:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3a82ee51b77358e0e1a4352802578ef8e95f00ae..66baed8840667213f780a645593a349581e71d50 100644 (file)
@@ -4,12 +4,12 @@
  *   support routines for the lex/flex scanner, used by both the normal
  * backend as well as the bootstrap backend
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/parser/scansup.c,v 1.19 2000/04/12 17:15:27 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/parser/scansup.c,v 1.20 2001/01/24 19:43:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2a516e66c61f7e602f3c40c6e5d3b29baa463d88..23b6d273b424fb040f0f9ede246e585fbdfc2f28 100644 (file)
@@ -3,12 +3,12 @@
  * dynloader.c
  *   Dynamic Loader for Postgres for BeOS
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/port/dynloader/Attic/beos.c,v 1.4 2000/12/18 18:45:04 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/port/dynloader/Attic/beos.c,v 1.5 2001/01/24 19:43:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7ef1677e5e94102524cf51f2b6b41e469cfba4db..bec6743dcac10f18ff77c42faf2f019a44a8b935 100644 (file)
@@ -4,10 +4,10 @@
  *   port-specific prototypes for BeOS
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: beos.h,v 1.3 2000/10/07 14:39:11 momjian Exp $
+ * $Id: beos.h,v 1.4 2001/01/24 19:43:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5ab9c1005a11ad9dd0714ba54f7796ef76616d94..bbedee3d0c4aee856c583d3abe3f3ff5df97d214 100644 (file)
@@ -6,7 +6,7 @@
  *
  *   You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b85bf1b6f387dcd945c9574ed0d0a320e8573ab9..a7925a23e7f5bab4a4a4bcbfdc3d4681486a202e 100644 (file)
@@ -4,7 +4,7 @@
  *   port-specific prototypes for SunOS 4
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * port_protos.h,v 1.2 1995/05/25 22:51:03 andrew Exp
index e635263d4866527b9e6152c76931cb8011043d9a..944bbfe382648f178761eaa8f9ad3be40e368355 100644 (file)
@@ -2,10 +2,10 @@
  *
  * dgux.h
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dgux.h,v 1.7 2000/01/26 05:56:44 momjian Exp $
+ * $Id: dgux.h,v 1.8 2001/01/24 19:43:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9f7f7110f85c149fec00490b9116ef0bcd88af91..d21e27a6c15e303b346989410305069ea177205f 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index e9a7dbd1cb8074f5ff6b69625130e54efe0fa18e..3e43cb174f5133274e2e094cb5e14e60752c8d51 100644 (file)
@@ -4,10 +4,10 @@
  *   port-specific prototypes for NetBSD 1.0
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: freebsd.h,v 1.6 2000/01/26 05:56:44 momjian Exp $
+ * $Id: freebsd.h,v 1.7 2001/01/24 19:43:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ba904fd2bcf32678fe6f9f76185f22b29a3fd7ab..7625d7330b9c89777fe7478426d78939b36957df 100644 (file)
@@ -3,12 +3,12 @@
  * dynloader.c
  *   dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.14 2000/05/28 17:56:02 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.15 2001/01/24 19:43:04 momjian Exp $
  *
  * NOTES
  *     all functions are defined here -- it's impossible to trace the
index e5f39baee8aa634e058231568c1ba02210f3c9ed..22dd55775036f9972309e9c80f0fe9ebcd62087f 100644 (file)
@@ -3,12 +3,12 @@
  * dynloader.h
  *   dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.h,v 1.4 2000/05/28 17:56:02 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.h,v 1.5 2001/01/24 19:43:04 momjian Exp $
  *
  * NOTES
  *     all functions are defined here -- it's impossible to trace the
index 53dc6eb4301672e933b8b736ddad9cd55d5aa6cb..5a66240066032900eb1398cfd37e6174434e74e6 100644 (file)
@@ -4,7 +4,7 @@
  *   port-specific prototypes for Irix 5
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * port_protos.h,v 1.2 1995/03/17 06:40:18 andrew Exp
index dd69a4fed6d94337077ea61f29a843769a7da2fb..7de38938cf7b710bb413926d38978bc0cfa5bb26 100644 (file)
@@ -6,12 +6,12 @@
  *
  *   You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.17 2000/01/26 05:56:44 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.18 2001/01/24 19:43:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ad50aa821d3425001194895236384cb3319541ad..1f325359f89aacd54a9ec33d431524f1826d731d 100644 (file)
@@ -4,10 +4,10 @@
  *   port-specific prototypes for Linux
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: linux.h,v 1.9 2000/05/28 17:56:02 tgl Exp $
+ * $Id: linux.h,v 1.10 2001/01/24 19:43:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b77dea182f7a7439fee190a2512d971b3f41e704..adcc555b2f89dac50d6ba31f0e181dc03d48117b 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index ad5832428359493bd1ee9cbfdd24dd869bbe8c78..a3586b0242e198afa93abeab921d69bb419f383b 100644 (file)
@@ -4,10 +4,10 @@
  *   port-specific prototypes for NetBSD 1.0
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: netbsd.h,v 1.1 2000/03/08 01:58:17 momjian Exp $
+ * $Id: netbsd.h,v 1.2 2001/01/24 19:43:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b77dea182f7a7439fee190a2512d971b3f41e704..adcc555b2f89dac50d6ba31f0e181dc03d48117b 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index b24857c550a530480ee29ad4479b7ffcbd4dee8a..c8c26559358d673627219561eb90c6590a7d1cef 100644 (file)
@@ -4,10 +4,10 @@
  *   port-specific prototypes for NetBSD 1.0
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: openbsd.h,v 1.1 2000/10/10 21:08:04 petere Exp $
+ * $Id: openbsd.h,v 1.2 2001/01/24 19:43:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f00f8992fcf18467bad304c9eb99941caf138b58..9f5cdd5c588d455d31a590193020b0968ae5f561 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for OSF/1-specific routines
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: osf.h,v 1.1 2000/10/10 21:08:04 petere Exp $
+ * $Id: osf.h,v 1.2 2001/01/24 19:43:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e23e92656521285bd5455aa0cc73522f973936c1..957f7f561d63add906b148b54d68458c62e36a8a 100644 (file)
@@ -4,10 +4,10 @@
  *   port-specific prototypes for SCO 3.2v5.2
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sco.h,v 1.5 2000/01/26 05:56:44 momjian Exp $
+ * $Id: sco.h,v 1.6 2001/01/24 19:43:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 353f3975d33d70ca79d97332c155fad9ddc2d48c..636dc85863225114676e30e5faa15dff7f282aa4 100644 (file)
@@ -4,10 +4,10 @@
  *   port-specific prototypes for SunOS 4
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sunos4.h,v 1.5 2000/01/26 05:56:44 momjian Exp $
+ * $Id: sunos4.h,v 1.6 2001/01/24 19:43:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2b3f23ed62933ed47095f05aabc0b5d1ba7f934a..fb9a8e51ed21c83da5ade37bc72d1e09e9fef29f 100644 (file)
@@ -4,10 +4,10 @@
  *   port-specific prototypes for Intel x86/Intel SVR4
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: svr4.h,v 1.5 2000/01/26 05:56:44 momjian Exp $
+ * $Id: svr4.h,v 1.6 2001/01/24 19:43:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d6c2dfdeec4f87bae84f55cc4a0f0dae16048489..130d1aeb2dd47e1209910f9b47d04332ea5af703 100644 (file)
@@ -5,12 +5,12 @@
  *   (Note that pg_dlsym and pg_dlclose are actually macros defined in
  *   "port-protos.h".)
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/port/dynloader/ultrix4.c,v 1.11 2000/01/26 05:56:44 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/port/dynloader/ultrix4.c,v 1.12 2001/01/24 19:43:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b16f3f2ef5dfe65c7e96964dc78fe7456299b760..817398d7f4a7032f365b3a7c9a0be3c7a75c1231 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: ultrix4.h,v 1.6 2000/01/26 05:56:44 momjian Exp $
+ * $Id: ultrix4.h,v 1.7 2001/01/24 19:43:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a69c2c75a0c6ec49295ae32f0fb7389500310e18..e236fa253f0777ee71958fccc23d23360e9d6db3 100644 (file)
@@ -4,7 +4,7 @@
  *   port-specific prototypes for Intel x86/UNIXWARE
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, 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 9b7780831a8592f5ef0b4e0e7baaa2bdbaa577e3..84eaeaf31607b0109092af7f845cf222cc06a9f5 100644 (file)
@@ -4,7 +4,7 @@
  *   port-specific prototypes for Intel x86/UNIXWARE 7
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, 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 603d1b52dd12e04cd89236ee24a3da226bf6e620..434beeff86e14fd80fefd9e86a44774c4fe092fe 100644 (file)
@@ -4,7 +4,7 @@
  *   port-specific prototypes for Intel x86/Window NT
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, 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 12cc587ce031c022f27146e9739436d2694bc3a6..458844974834f1a972b68cbba3f9b5e9ab038295 100644 (file)
@@ -4,10 +4,10 @@
  *   port-specific prototypes for HP-UX
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: port-protos.h,v 1.9 2000/01/26 05:56:46 momjian Exp $
+ * $Id: port-protos.h,v 1.10 2001/01/24 19:43:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 858f5539cb9e99338c5888baadbf665f8a8f0b7e..32c21cb7c8008d4fde407328d07f2ab0f020d2e2 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: strcasecmp.c,v 1.6 2000/01/26 05:56:43 momjian Exp $ */
+/* $Id: strcasecmp.c,v 1.7 2001/01/24 19:43:03 momjian Exp $ */
 
 /*
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.
  *
index ccf89ad0a8414dac06be305d76596a740ac4caf4..d70f95901021d977c2b37d5cdc544e519a425c33 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 96556912ea306227b5331fddad6c47f941ee7095..5c138211c90205419cc27bdd5f228f40d6aefa37 100644 (file)
@@ -4,10 +4,10 @@
  *   definitions for ANSI floating point
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: float.h,v 1.5 2000/01/26 05:56:47 momjian Exp $
+ * $Id: float.h,v 1.6 2001/01/24 19:43:04 momjian Exp $
  *
  * NOTES
  *   These come straight out of ANSI X3.159-1989 (p.18) and
index 85bedcb24a24444e57721cc38fee4692e707268d..3d7c1cb9f5788b690774a7c05c2da5cf0cebe5c2 100644 (file)
@@ -6,12 +6,12 @@
  *   to the Postmaster and the postmaster uses the info in the
  *   message to setup a backend process.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.202 2000/12/28 13:00:20 vadim Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.203 2001/01/24 19:43:04 momjian Exp $
  *
  * NOTES
  *
index b0d959c5c2412c3d18237ced7934d3b567d2df12..d470cb9fe77e693d937933ff357556bc723df9a0 100644 (file)
@@ -3,12 +3,12 @@
  * rewriteDefine.c
  *   routines for defining a rewrite rule
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteDefine.c,v 1.57 2001/01/13 03:58:28 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteDefine.c,v 1.58 2001/01/24 19:43:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9b54fcd33fef6c285a4441665d7328fb189ac276..e23d7005c94d28ee72c25c9590b66a901885547d 100644 (file)
@@ -2,12 +2,12 @@
  *
  * rewriteHandler.c
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteHandler.c,v 1.87 2001/01/03 22:01:05 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteHandler.c,v 1.88 2001/01/24 19:43:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0e84c5fa0409ec8b094d9fdf76357df3f49b2377..072204167f864ac3243507299bd141d036fafeb3 100644 (file)
@@ -2,12 +2,12 @@
  *
  * rewriteManip.c
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteManip.c,v 1.53 2000/12/06 23:55:18 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteManip.c,v 1.54 2001/01/24 19:43:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 19334d7975e605a3a2aa085264878fe58fc1578e..7063b505b9f649263dd3b504e19733adc60e4cf3 100644 (file)
@@ -3,12 +3,12 @@
  * rewriteRemove.c
  *   routines for removing rewrite rules
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteRemove.c,v 1.42 2001/01/23 04:32:22 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteRemove.c,v 1.43 2001/01/24 19:43:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b4d94023cb383ae10f0ec3457e4d3c211fcb9859..0a171bb897cfe919eb60780865d502834a6e3626 100644 (file)
@@ -3,12 +3,12 @@
  * rewriteSupport.c
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteSupport.c,v 1.46 2001/01/23 04:32:23 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteSupport.c,v 1.47 2001/01/24 19:43:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 54b9d02e1600e50563db093623ae1ca2fa32286b..ff3d43fe8c0a955ccee2eff85a84ddb4c7261484 100644 (file)
@@ -3,12 +3,12 @@
  * buf_init.c
  *   buffer manager initialization routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_init.c,v 1.40 2000/12/18 00:44:46 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_init.c,v 1.41 2001/01/24 19:43:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cd4d61224b074e3cd8d8b027b1863e382f3311bf..f1512e0563ec740c0270f3bdb70a9220bb4943a5 100644 (file)
@@ -3,12 +3,12 @@
  * buf_table.c
  *   routines for finding buffers in the buffer pool.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_table.c,v 1.19 2000/11/30 01:39:07 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_table.c,v 1.20 2001/01/24 19:43:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 730b7a10e3b44df0d433e617a1d11006ce5c16d4..6af9b4065d39f314d6ef9f8f8aa9d68f0f0e497c 100644 (file)
@@ -3,12 +3,12 @@
  * bufmgr.c
  *   buffer manager interface routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.105 2001/01/19 22:08:46 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.106 2001/01/24 19:43:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c310a37951dc4246871b53e16a9963d34903b857..b88e1bbf7158fa989e41cb93185604b0758543ed 100644 (file)
@@ -4,12 +4,12 @@
  *   routines for manipulating the buffer pool's replacement strategy
  *   freelist.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/buffer/freelist.c,v 1.22 2000/11/30 01:39:07 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/buffer/freelist.c,v 1.23 2001/01/24 19:43:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a34c6842e7617ea3705990a0ecfaaff813354375..a6d1b95f4fa24ea751eda194c6fb823b12cd4337 100644 (file)
  *   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-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/buffer/localbuf.c,v 1.38 2000/11/30 19:06:37 vadim Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/buffer/localbuf.c,v 1.39 2001/01/24 19:43:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d910d2b3d9d0dbce320a166953622fea8bb75715..3918bf0076701434e682384431b3850800ab3d18 100644 (file)
@@ -3,12 +3,12 @@
  * s_lock.c
  *   Spinlock support routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.31 2001/01/19 21:09:57 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.32 2001/01/24 19:43:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 069dc44c4dfe73e2aa17eb3391ad94055170882d..7944ee8e3aff02b2a003b67e343d277ded614266 100644 (file)
@@ -3,11 +3,11 @@
  * buffile.c
  *   Management of large buffered files, primarily temporary files.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/file/buffile.c,v 1.8 2000/06/18 03:11:40 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/file/buffile.c,v 1.9 2001/01/24 19:43:06 momjian Exp $
  *
  * NOTES:
  *
index 9ad40849eb3d28397369c8a47cb2163f552c895e..aec8b593b33af84e34d897ba40a31af3a1a7972b 100644 (file)
@@ -3,11 +3,11 @@
  * fd.c
  *   Virtual file descriptor code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.70 2001/01/12 21:53:58 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.71 2001/01/24 19:43:06 momjian Exp $
  *
  * NOTES:
  *
index aa065cbe9a8fee1daca9129d6d1062c45e7ae34d..c529547fcfed750cf304f24736e0591bcba2b288 100644 (file)
@@ -3,12 +3,12 @@
  * ipc.c
  *   POSTGRES inter-process communication definitions.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.61 2001/01/19 22:08:46 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.62 2001/01/24 19:43:07 momjian Exp $
  *
  * NOTES
  *
index cd01a49b94a7e9b7adf0711491b33ab80ef8a803..471e4298c4dcccd8129e855a902377f32470b9d2 100644 (file)
@@ -3,12 +3,12 @@
  * ipci.c
  *   POSTGRES inter-process communication initialization code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.38 2000/12/22 00:51:54 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.39 2001/01/24 19:43:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1592294708752bf92e8822eea4b4bda217d9de89..cc41a36888cf6e4ff7380526469e0cb426f454eb 100644 (file)
@@ -3,12 +3,12 @@
  * shmem.c
  *   create shared memory and initialize shared memory data structures.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmem.c,v 1.55 2000/11/28 23:27:56 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmem.c,v 1.56 2001/01/24 19:43:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ae6950ca6f0779441767172df3ab2b27cb8ffd97..7fa6ac84b921b13347343be62ab4f999a1ff25d8 100644 (file)
@@ -3,12 +3,12 @@
  * shmqueue.c
  *   shared memory linked lists
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmqueue.c,v 1.14 2001/01/22 22:30:06 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmqueue.c,v 1.15 2001/01/24 19:43:07 momjian Exp $
  *
  * NOTES
  *
index c87fcd3660292bfb876fdbda63f37cdfcfc0ab85..2907fca1a1e7534ced6279cc5e540ec40139cf08 100644 (file)
@@ -3,12 +3,12 @@
  * sinval.c
  *   POSTGRES shared cache invalidation communication code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/ipc/sinval.c,v 1.24 2000/11/28 23:27:56 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/ipc/sinval.c,v 1.25 2001/01/24 19:43:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c7612759793fcd6831bcad9440b98d761853426d..959b70de5f11b02352408ff90fe5af3ef3be8490 100644 (file)
@@ -3,12 +3,12 @@
  * sinvaladt.c
  *   POSTGRES shared cache invalidation segment definitions.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/ipc/sinvaladt.c,v 1.36 2000/11/28 23:27:56 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/ipc/sinvaladt.c,v 1.37 2001/01/24 19:43:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 182ab97699617fbc95a3b4bb45eb6ee2b2e1f8d5..479e0b276629b9b10b267bada173721789f9eccd 100644 (file)
@@ -9,12 +9,12 @@
  * instructions if possible, else via semaphores.  The semaphore method
  * is too slow to be useful :-(
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/spin.c,v 1.30 2001/01/19 22:08:47 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/spin.c,v 1.31 2001/01/24 19:43:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1c8ef0dd40d3198bea0a93eb676d39dfedd9644b..c380d96c323ca9b4325972a74e45e0c69e9a4f98 100644 (file)
@@ -4,12 +4,12 @@
  *   routines for manipulating inversion fs large objects. This file
  *   contains the user-level large object application interface routines.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/large_object/inv_api.c,v 1.83 2001/01/23 04:32:23 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/large_object/inv_api.c,v 1.84 2001/01/24 19:43:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1d0a4937df9ef080ed74fdab913eb5080736230c..a042bbe3ee636221096371641263ddf2db884c11 100644 (file)
@@ -3,12 +3,12 @@
  * lmgr.c
  *   POSTGRES lock manager code
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lmgr.c,v 1.43 2000/12/22 00:51:54 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lmgr.c,v 1.44 2001/01/24 19:43:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 35e960e800857cbf43042ad28dad22d8e852fd5d..3d77ab2b4d133011e10192355de3b93275487148 100644 (file)
@@ -3,12 +3,12 @@
  * lock.c
  *   POSTGRES low-level lock mechanism
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.79 2001/01/22 22:30:06 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.80 2001/01/24 19:43:08 momjian Exp $
  *
  * NOTES
  *   Outside modules can create a lock table and acquire/release
index af345e6e825b56441824d65d7c8f5ebaede29ea5..377e9dbeb58261fd5cf8b8b48eb96c14989fd96b 100644 (file)
@@ -3,12 +3,12 @@
  * proc.c
  *   routines to manage per-process shared memory data structure
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.95 2001/01/22 22:30:06 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.96 2001/01/24 19:43:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -48,7 +48,7 @@
  *     This is so that we can support more backends. (system-wide semaphore
  *     sets run out pretty fast.)                -ay 4/95
  *
- * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.95 2001/01/22 22:30:06 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.96 2001/01/24 19:43:08 momjian Exp $
  */
 #include "postgres.h"
 
index 4ff4a23c75c1a65c5764083d7dbc0110b2bad7aa..02022f9333b42cb8358600b718898a725bd30d0d 100644 (file)
@@ -3,12 +3,12 @@
  * bufpage.c
  *   POSTGRES standard buffer page code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/page/bufpage.c,v 1.34 2000/12/30 15:19:55 vadim Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/page/bufpage.c,v 1.35 2001/01/24 19:43:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 91015984298a9e4d1135796461dd1b7a0780835d..17ea6ca2791a7509b979734c0f2b36951ca72cb8 100644 (file)
@@ -3,12 +3,12 @@
  * itemptr.c
  *   POSTGRES disk item pointer code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/page/itemptr.c,v 1.8 2000/01/26 05:57:04 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/page/itemptr.c,v 1.9 2001/01/24 19:43:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 41fac94e07fc2c7facbab475817e10f57488ee97..179be5ab0e968c8b5a3d8ae3ea3f43c25d6e1f22 100644 (file)
@@ -3,12 +3,12 @@
  * md.c
  *   This code manages relations that reside on magnetic disk.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.80 2000/11/30 08:46:24 vadim Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.81 2001/01/24 19:43:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4d676bd193754bad892f1d26a7979905f62309cf..265f2fb2dc7b5e5b66297153bece7ce2154b2e9a 100644 (file)
@@ -6,12 +6,12 @@
  *   This code manages relations that reside in (presumably stable)
  *   main memory.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/smgr/Attic/mm.c,v 1.21 2000/11/21 21:16:01 petere Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/smgr/Attic/mm.c,v 1.22 2001/01/24 19:43:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 48b56b17b2d54f332e4657e1696f55a33b4a238a..10d6d6fc480391e5cb6d579f1ee7ab74226c22d7 100644 (file)
@@ -6,12 +6,12 @@
  *   All file system operations in POSTGRES dispatch through these
  *   routines.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgr.c,v 1.46 2000/11/30 08:46:24 vadim Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgr.c,v 1.47 2001/01/24 19:43:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 49d08e1a7ade99e90cc1a893d27f64a6df27238e..4a4f8d6d3aed2c65f44b15435c3f65956ef6cb32 100644 (file)
@@ -3,12 +3,12 @@
  * smgrtype.c
  *   storage manager type
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgrtype.c,v 1.17 2000/06/05 07:28:47 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgrtype.c,v 1.18 2001/01/24 19:43:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 994c71c5a7d6a0a08c92e94376ec9100f54ae9e8..6b266a244f7bd4ac8e46b7e70b4762f2c58b8220 100644 (file)
@@ -3,12 +3,12 @@
  * dest.c
  *   support for various communication destinations - see include/tcop/dest.h
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/tcop/dest.c,v 1.41 2000/12/01 22:10:30 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/tcop/dest.c,v 1.42 2001/01/24 19:43:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c888ea012ac32c3cf2b69cc55af555322c5c1bf1..364cef07144654b6ce028008e1637913e96dd1e8 100644 (file)
@@ -3,12 +3,12 @@
  * fastpath.c
  *   routines to handle function requests from the frontend
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.45 2000/11/16 22:30:30 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.46 2001/01/24 19:43:09 momjian Exp $
  *
  * NOTES
  *   This cruft is the server side of PQfn.
index 82e132f07dbd764ccf1b3d3c047a5c65401c98d9..8ffa33f539ec683248014541dfca6eecd720093a 100644 (file)
@@ -3,12 +3,12 @@
  * postgres.c
  *   POSTGRES C Backend Interface
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.205 2001/01/24 15:53:59 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.206 2001/01/24 19:43:09 momjian Exp $
  *
  * NOTES
  *   this is the "main" module of the postgres backend and
@@ -1680,7 +1680,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[], const cha
    if (!IsUnderPostmaster)
    {
        puts("\nPOSTGRES backend interactive interface ");
-       puts("$Revision: 1.205 $ $Date: 2001/01/24 15:53:59 $\n");
+       puts("$Revision: 1.206 $ $Date: 2001/01/24 19:43:09 $\n");
    }
 
    /*
index 248baa3f894711c5bcc69d9ed5125be5236d8f25..3481bc675ec3545a825fd32af38c40a687114ff4 100644 (file)
@@ -3,12 +3,12 @@
  * pquery.c
  *   POSTGRES process query command code
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.40 2000/11/12 00:37:00 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.41 2001/01/24 19:43:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5e588dd72c9a61c5b193560a21725b4118974e59..c886140c4530c200c10d8c75ab329be11d34bdb3 100644 (file)
@@ -5,12 +5,12 @@
  *   commands.  At one time acted as an interface between the Lisp and C
  *   systems.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.105 2001/01/05 06:34:20 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.106 2001/01/24 19:43:11 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4304b4a1eaa349f3853f9415622ddb80f5db5e47..d9100c5f10a0a3c1fea19335d8fe50b46b417a70 100644 (file)
@@ -7,12 +7,12 @@
  *
  *     this file must be kept current with recipe-schema.sql
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/tioga/Attic/tgRecipe.c,v 1.17 2000/10/10 21:22:24 petere Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/tioga/Attic/tgRecipe.c,v 1.18 2001/01/24 19:43:12 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 94bd57d86c40a6bace26b33eaae968d3cc71bac6..c52265d6051bdc8922f62ecb1fbf4d58d851f2bf 100644 (file)
@@ -9,10 +9,10 @@
  *         "utils/geo-decls.h"
  *     and "libpq/libpq.h"
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tgRecipe.h,v 1.14 2000/04/12 17:15:45 momjian Exp $
+ * $Id: tgRecipe.h,v 1.15 2001/01/24 19:43:12 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 00f12e3e1f1cae4962125661dd2631f0295d6a1c..14e131553878cafb4cb6b9f585fe0e3295c2a9fa 100644 (file)
@@ -4,12 +4,12 @@
 # Gen_fmgrtab.sh
 #    shell script to generate fmgroids.h and fmgrtab.c from pg_proc.h
 #
-# Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.18 2000/11/20 20:36:48 tgl Exp $
+#    $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.19 2001/01/24 19:43:12 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -132,7 +132,7 @@ cat > "$$-$OIDSFILE" <
  * These macros can be used to avoid a catalog lookup when a specific
  * fmgr-callable function needs to be referenced.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
@@ -188,7 +188,7 @@ cat > "$$-$TABLEFILE" <
  * $TABLEFILE
  *    The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index 889fb5b224bbad2138df121d77984c0310caf51b..5a3b99f64a4f56bbe9d2396a453d3426ecb2d48d 100644 (file)
@@ -3,12 +3,12 @@
  * acl.c
  *   Basic access control list data structures manipulation routines.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.56 2001/01/14 19:23:27 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.57 2001/01/24 19:43:12 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 23dc57ce8a54e9522f844646ea7fceaefdc1e34d..d76fe6d64feffd1c8b30972ba3264b3554a3130b 100644 (file)
@@ -3,12 +3,12 @@
  * arrayfuncs.c
  *   Support functions for arrays.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayfuncs.c,v 1.68 2000/12/27 23:59:12 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayfuncs.c,v 1.69 2001/01/24 19:43:12 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d103d8b885bbe89cb672b8f397ba527970071b2a..170dae70c211ebbcf48439ffae2d806b071026b2 100644 (file)
@@ -3,12 +3,12 @@
  * arrayutils.c
  *   This file contains some support routines required for array functions.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayutils.c,v 1.11 2000/07/22 03:34:43 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayutils.c,v 1.12 2001/01/24 19:43:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c25cd155f5a1eabad4f6292e7a667d0df792a3a8..ddc365f2004233366f0797ecc64131788d2f6078 100644 (file)
@@ -1,9 +1,9 @@
 /* -----------------------------------------------------------------------
  * ascii.c
  *
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/ascii.c,v 1.5 2000/10/25 19:36:03 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/ascii.c,v 1.6 2001/01/24 19:43:13 momjian Exp $
  *
- *  Portions Copyright (c) 1999-2000, PostgreSQL, Inc
+ *  Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group
  *
  *
  *  TO_ASCII()
index bdf695aa522a3691d62aaa0aceedb93548b62229..4f702b24595dcc25b9abd5ddb392a7f3437a765c 100644 (file)
@@ -3,12 +3,12 @@
  * bool.c
  *   Functions for the built-in type "bool".
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/bool.c,v 1.23 2000/06/05 07:28:51 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/bool.c,v 1.24 2001/01/24 19:43:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b2c3080ca3c833f71655b5ea05b043dc7e2b93ff..3237566fc5f4d1be2c80bebb875c2ee77ad3f951 100644 (file)
@@ -4,12 +4,12 @@
  *   Functions for the built-in type "char".
  *   Functions for the built-in type "cid" (what's that doing here?)
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/char.c,v 1.29 2000/07/03 23:09:50 wieck Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/char.c,v 1.30 2001/01/24 19:43:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2203357aa018ecb3626f6ef2b2535192391735e2..35031e8187353d1855465665ddb52ab51f497acb 100644 (file)
@@ -3,12 +3,12 @@
  * date.c
  *   implements DATE and TIME data types specified in SQL-92 standard
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/date.c,v 1.54 2000/12/07 18:38:59 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/date.c,v 1.55 2001/01/24 19:43:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4dbd05eb8fd4753342433b09049f9f57697e541a..3a9178da5b67547deb27321623edfea8b1e14f49 100644 (file)
@@ -3,12 +3,12 @@
  * datetime.c
  *   Support functions for date/time types.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.59 2001/01/18 07:22:35 thomas Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.60 2001/01/24 19:43:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7f590e06e46436a1b1a37e974df98ed23cbc458b..9a1bffb81e4d21f6bba72173bf22dbb32538a4e8 100644 (file)
@@ -3,12 +3,12 @@
  * datum.c
  *   POSTGRES Datum (abstract data type) manipulation routines.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/datum.c,v 1.18 2000/07/12 02:37:19 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/datum.c,v 1.19 2001/01/24 19:43:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7c06e31ed8452b512adf046124b5f65786a93fbe..b02117d3a78836f61ebfe173c8a072a404353588 100644 (file)
@@ -3,12 +3,12 @@
  * float.c
  *   Functions for the built-in floating-point types.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.68 2000/08/07 00:51:14 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.69 2001/01/24 19:43:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 62107cb01971879aa54c70f300508b71ab19c080..3494b6e266028f5c44cccb041ae3069f8ccb2c08 100644 (file)
@@ -4,11 +4,11 @@
  *   Display type names "nicely".
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/format_type.c,v 1.7 2000/12/03 20:45:35 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/format_type.c,v 1.8 2001/01/24 19:43:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 79699839c33f1e7d2630b98317f83fd2967cbae2..7eb8efe68bad891b554793e6513c2333d8a85d61 100644 (file)
@@ -1,10 +1,10 @@
 /* -----------------------------------------------------------------------
  * formatting.c
  *
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.30 2001/01/18 07:22:36 thomas Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.31 2001/01/24 19:43:13 momjian Exp $
  *
  *
- *  Portions Copyright (c) 1999-2000, PostgreSQL, Inc
+ *  Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group
  *
  *
  *  TO_CHAR(); TO_TIMESTAMP(); TO_DATE(); TO_NUMBER();
index d120442cc5a10e138e3b798e06e6a42ac1dce013..ef3e28fc61d681b789482a38bb23c0fc838ecf98 100644 (file)
@@ -3,12 +3,12 @@
  * geo_ops.c
  *   2D geometric operations
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.56 2000/12/08 23:57:03 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.57 2001/01/24 19:43:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d4122e89b191ea5c9ccd1184135c96f9a447e369..087b72aa6538a0a9219db376daa440939b5e2674 100644 (file)
@@ -4,12 +4,12 @@
  *   Selectivity routines registered in the operator catalog in the
  *   "oprrest" and "oprjoin" attributes.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_selfuncs.c,v 1.17 2000/07/29 18:45:53 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_selfuncs.c,v 1.18 2001/01/24 19:43:14 momjian Exp $
  *
  * XXX These are totally bogus.  Perhaps someone will make them do
  * something reasonable, someday.
index c4677a8934f6d6f4c431204fcdd8ce89fab4b3f9..189cd384162996947e2cbc0033a6d2b732de7a10 100644 (file)
@@ -3,12 +3,12 @@
  * int.c
  *   Functions for the built-in integer types (except int8).
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/int.c,v 1.44 2000/12/03 20:45:36 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/int.c,v 1.45 2001/01/24 19:43:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index eb49363fae45214ad127e85b16665172aa6065ca..c02ada56ba4233ae3300a6fbaf3cc4169a135923 100644 (file)
@@ -3,11 +3,11 @@
  * int8.c
  *   Internal 64-bit integer operations
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/int8.c,v 1.26 2000/12/03 20:45:36 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/int8.c,v 1.27 2001/01/24 19:43:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5df0680a0c4e74cac21511531e7c86a53ed34bfa..7bac7793fbafa8e6d417040261e5b0d159972286 100644 (file)
@@ -7,11 +7,11 @@
  *     A big hack of the regexp.c code!! Contributed by
  *     Keith Parks  (7/95).
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/like.c,v 1.43 2000/12/11 05:00:18 ishii Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/like.c,v 1.44 2001/01/24 19:43:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7711cf7cddb6c266f7704b05fe701cae36556137..d3a82eaf8a13c253c0b32656140cae59f98e1905 100644 (file)
@@ -3,12 +3,12 @@
  * misc.c
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/misc.c,v 1.20 2000/08/07 00:51:14 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/misc.c,v 1.21 2001/01/24 19:43:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 972f5e98a6b5a26089a34760f5342ec7038f159f..434b5c95a83932c846d5afffbfc423b977093787 100644 (file)
@@ -4,12 +4,12 @@
  *   Functions for the built-in type "RelativeTime".
  *   Functions for the built-in type "TimeInterval".
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.79 2001/01/18 07:22:36 thomas Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.80 2001/01/24 19:43:14 momjian Exp $
  *
  * NOTES
  *
index edc14303d42b9fd2619b76cd7d01a9a65adb2685..532a9d863a87e9f5c94d847dc664e02f0dc51cf1 100644 (file)
@@ -7,12 +7,12 @@
  * always use NAMEDATALEN as the symbolic constant!   - jolly 8/21/95
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/name.c,v 1.30 2000/09/19 18:17:56 petere Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/name.c,v 1.31 2001/01/24 19:43:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 55182f1bf94436886020d02fabb112a61bc18bc9..450cfb2484ad8c7016020032c022d3ca893c872f 100644 (file)
@@ -3,12 +3,12 @@
  * not_in.c
  *   Executes the "not_in" operator for any data type
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/not_in.c,v 1.24 2000/07/07 21:12:50 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/not_in.c,v 1.25 2001/01/24 19:43:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9291439cfa6b77c71276ba9cfb7a042716c837ca..11e779d45d6b4b6a1e2096718a97ed8c8a8e250f 100644 (file)
@@ -6,12 +6,12 @@
  *     integer:                pg_itoa, pg_ltoa
  *     floating point:         ftoa, atof1
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/numutils.c,v 1.43 2000/10/22 22:14:56 petere Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/numutils.c,v 1.44 2001/01/24 19:43:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f7ed19f69b9ecd632afb3ed9275f993490f4bb8f..0cb4ea1a0a2f67130b98bdce5ef964f5e2d9277a 100644 (file)
@@ -3,12 +3,12 @@
  * oid.c
  *   Functions for the built-in type Oid ... also oidvector.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/oid.c,v 1.43 2000/12/28 01:51:15 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/oid.c,v 1.44 2001/01/24 19:43:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5762a0847442470dd2d55face574c07069d21e91..6d30a53edcb4fcb9347cfef211a3e3213f1c64ab 100644 (file)
@@ -4,9 +4,9 @@
  *  The PostgreSQL locale utils.
  *
  *
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/pg_locale.c,v 1.7 2000/11/25 22:43:08 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/pg_locale.c,v 1.8 2001/01/24 19:43:14 momjian Exp $
  *
- *  Portions Copyright (c) 1999-2000, PostgreSQL, Inc
+ *  Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group
  *
  * Karel Zak - Zakkr
  *
index 573291d3273d45761449a504e510bd80fac5d9ec..02aaac74134dbbecf2d7edc055cf5cff72bc5768 100644 (file)
@@ -3,11 +3,11 @@
  * quote.c
  *   Functions for quoting identifiers and literals
  *
- * Portions Copyright (c) 2000, PostgreSQL, Inc
+ * Portions Copyright (c) 2000, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/quote.c,v 1.2 2000/09/12 19:39:42 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/quote.c,v 1.3 2001/01/24 19:43:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5e9a91dbf48a4abd20ff1ef3988cfbf34d756afa..09e1e358dec8640e534abfbe8aef7fd9255be4fd 100644 (file)
@@ -3,12 +3,12 @@
  * regexp.c
  *   regular expression handling code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/regexp.c,v 1.33 2000/07/07 21:12:50 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/regexp.c,v 1.34 2001/01/24 19:43:14 momjian Exp $
  *
  *     Alistair Crooks added the code for the regex caching
  *     agc - cached the regular expressions used - there's a good chance
index 4a2bb3c4fd6d3bcf2c4501fbe245bfe5d11102a5..6a772ee1b716338640a7235db9e8f107675ef4e8 100644 (file)
@@ -3,12 +3,12 @@
  * regproc.c
  *   Functions for the built-in type "RegProcedure".
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/regproc.c,v 1.59 2000/11/16 22:30:31 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/regproc.c,v 1.60 2001/01/24 19:43:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 078f5bcdb63666aad6d52b4ce9188340e99054e0..72be0f04722396c727fed8ee00ccc4f24c34cb7f 100644 (file)
  *   Index cost functions are registered in the pg_am catalog
  *   in the "amcostestimate" attribute.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/selfuncs.c,v 1.84 2000/12/03 20:45:36 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/selfuncs.c,v 1.85 2001/01/24 19:43:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5c107eaf68711dd4f4c5ccae4626eb1b1c4fa35b..11c5579fc209e9463515b9c00a8aa29d94329918 100644 (file)
@@ -5,12 +5,12 @@
  *   Example:   a set is defined as being the result of the query
  *         retrieve (X.all)
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/sets.c,v 1.35 2001/01/23 04:32:23 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/sets.c,v 1.36 2001/01/24 19:43:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0f7bd5f9159f7c416d7368219255ad2d4248cca0..18bad89c48b3b351a8a05f428b37683709c51b52 100644 (file)
@@ -3,12 +3,12 @@
  * tid.c
  *   Functions for the built-in type tuple id
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/tid.c,v 1.22 2000/08/03 16:34:23 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/tid.c,v 1.23 2001/01/24 19:43:14 momjian Exp $
  *
  * NOTES
  *   input routine largely stolen from boxin().
index dd3a5f47e15954f1d26b70409a0f371956a62c8f..e3facb7f1e48ca9d43dc29a4ac3899b3489c2ce6 100644 (file)
@@ -3,12 +3,12 @@
  * timestamp.c
  *   Functions for the built-in SQL92 type "timestamp" and "interval".
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/timestamp.c,v 1.43 2001/01/18 07:22:36 thomas Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/timestamp.c,v 1.44 2001/01/24 19:43:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b33820c83fb85955047ce3e11d5c963e11749f02..adbdf4f8ca734859156f8d9936969c0a542ba864 100644 (file)
@@ -5,11 +5,11 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/varbit.c,v 1.14 2000/11/22 13:35:35 petere Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/varbit.c,v 1.15 2001/01/24 19:43:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 750d3dd665eda5f65d8fb78585db4bf30ad79bbb..e27a12dffe4ba80517f16510706c6a7b7c33e1b3 100644 (file)
@@ -3,12 +3,12 @@
  * varchar.c
  *   Functions for the built-in types char(n) and varchar(n).
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/varchar.c,v 1.72 2000/12/08 23:57:03 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/varchar.c,v 1.73 2001/01/24 19:43:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 89ca5c4ecd7f332da2d914cfc7668858d6d71ea9..ff600152666c0c8198f2b44afe6093aee0ef7c6f 100644 (file)
@@ -3,12 +3,12 @@
  * varlena.c
  *   Functions for the variable-length built-in types.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/varlena.c,v 1.66 2000/12/03 20:45:36 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/varlena.c,v 1.67 2001/01/24 19:43:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d8e31f3967b13877070cbe55c6caad94daacac88..370714cc2a1232870cb648371c6b63341e818cd7 100644 (file)
@@ -3,12 +3,12 @@
  * catcache.c
  *   System catalog cache for tuples matching a key.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/cache/catcache.c,v 1.74 2001/01/05 22:54:37 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/cache/catcache.c,v 1.75 2001/01/24 19:43:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9186f34d104737af5144649f8eb71b7f42ef4ca2..8c246a1a9fd05e08167ceb0f3a4c0f55ba3398cd 100644 (file)
@@ -4,11 +4,11 @@
  *   Code for the 'function cache' used in Oper and Func nodes.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/fcache.c,v 1.37 2000/08/24 03:29:07 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/fcache.c,v 1.38 2001/01/24 19:43:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 37f2c8416c473f5507859acb79b9946b058b742a..197925c599532185061961eaa20ecdff880e9d09 100644 (file)
  * a relcache flush operation for the relation described by that tuple.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/cache/inval.c,v 1.39 2001/01/05 22:54:37 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/cache/inval.c,v 1.40 2001/01/24 19:43:14 momjian Exp $
  *
  * Note - this code is real crufty... badly needs a rewrite to improve
  * readability and portability.  (Shouldn't assume Oid == Index, for example)
index 905c9e1633b6b20fb7afc7726c611137e5c55766..4e04cfea7c4e51e964705adb1ae6d7b02c32dabf 100644 (file)
@@ -3,11 +3,11 @@
  * lsyscache.c
  *   Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/cache/lsyscache.c,v 1.49 2000/12/27 23:59:12 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/cache/lsyscache.c,v 1.50 2001/01/24 19:43:15 momjian Exp $
  *
  * NOTES
  *   Eventually, the index information should go through here, too.
index 50edb4224684db452848232b3e7ac86a41bf56e5..588566afc402835d9c552ff44e536e8fcffba530 100644 (file)
@@ -3,12 +3,12 @@
  * rel.c
  *   POSTGRES relation descriptor code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/rel.c,v 1.8 2000/01/31 04:35:52 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/rel.c,v 1.9 2001/01/24 19:43:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a14c10f76e8a3650e2df0cdebd174362e677a26b..3750ad21a4c6d4d09413fc97aed5889a9cc23a8d 100644 (file)
@@ -3,12 +3,12 @@
  * relcache.c
  *   POSTGRES relation descriptor cache code
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.126 2001/01/08 18:34:44 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.127 2001/01/24 19:43:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bb9a55b869a4ca52aa770444034c682f1c7edceb..ca2b9746335027eb00eaf61e0e0874c0a43a1c28 100644 (file)
@@ -3,12 +3,12 @@
  * syscache.c
  *   System cache management routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.57 2000/11/16 22:30:33 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.58 2001/01/24 19:43:15 momjian Exp $
  *
  * NOTES
  *   These routines allow the parser/planner/executor to perform
index b1580d65b4903f48395af183990779cca2b4ce70..b4ca06bbce63eca012548737a1dba97ec826b171 100644 (file)
@@ -3,12 +3,12 @@
  * temprel.c
  *   POSTGRES temporary relation handling
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/temprel.c,v 1.33 2001/01/12 21:54:00 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/temprel.c,v 1.34 2001/01/24 19:43:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1696dd9573af5cc18ba84572980c7a3bbbf37c84..da84e2ac5f9fd90e03ecbd7952aeb346894a9981 100644 (file)
@@ -3,12 +3,12 @@
  * assert.c
  *   Assert code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/error/assert.c,v 1.19 2000/11/21 21:16:03 petere Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/error/assert.c,v 1.20 2001/01/24 19:43:15 momjian Exp $
  *
  * NOTE
  *   This should eventually work with elog(), dlog(), etc.
index 1b70912a1623bb1436b70f44bbac26a65c9df71a..2434f4d21970110455e9dddbebd33de621c499b0 100644 (file)
@@ -3,12 +3,12 @@
  * elog.c
  *   error logger
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.79 2001/01/22 23:28:52 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.80 2001/01/24 19:43:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 86cd070f0c5b593a12b076e0502d6d00382bf2f3..f25e01254f5c683acf74a0c40a32d67c47cb8f51 100644 (file)
@@ -3,12 +3,12 @@
  * exc.c
  *   POSTGRES exception handling code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/exc.c,v 1.35 2001/01/22 23:28:52 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/exc.c,v 1.36 2001/01/24 19:43:15 momjian Exp $
  *
  * NOTE
  *   XXX this code needs improvement--check for state violations and
index cb63e69b7159df5d05f81184ea7a6f6c75fa3ce4..8a2b88f9853bf4f525d971456db49ff09f5cc784 100644 (file)
@@ -3,12 +3,12 @@
  * excabort.c
  *   Default exception abort code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/excabort.c,v 1.8 2000/01/26 05:57:20 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/excabort.c,v 1.9 2001/01/24 19:43:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bc9af90dd6c3c37fa2275bd8bce8c6e0e2bab960..bef1c00856b2827db1dcd8ef8969b4c5d98d899b 100644 (file)
@@ -3,12 +3,12 @@
  * excid.c
  *   POSTGRES known exception identifier code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/excid.c,v 1.8 2000/01/26 05:57:20 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/excid.c,v 1.9 2001/01/24 19:43:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index adb28aef80a7a5081ae5ced57ddc141364dd3900..7ba017c344eb963202b5d8d3c4fc3cb0422ad374 100644 (file)
@@ -3,12 +3,12 @@
  * format.c
  *   a wrapper around code that does what vsprintf does.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/format.c,v 1.15 2000/01/26 05:57:20 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/format.c,v 1.16 2001/01/24 19:43:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ae8eb6785e58b58a3f338e8fc7e91fd5a6de1417..c2d25325c7da34242a47b25b78f1ce070e92dd35 100644 (file)
@@ -3,12 +3,12 @@
  * dfmgr.c
  *   Dynamic function manager code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.46 2000/11/20 20:36:49 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.47 2001/01/24 19:43:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d4353a482460946b71f5a83f9532ec94aa244f21..6f503b6d2ddfc51484fe4959e5aa4fe4db3d4262 100644 (file)
@@ -3,12 +3,12 @@
  * fmgr.c
  *   The Postgres function manager.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/fmgr/fmgr.c,v 1.48 2000/11/20 20:36:49 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/fmgr/fmgr.c,v 1.49 2001/01/24 19:43:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2174b82b467bd29488160eb1aece532e7215233d..b13bd014490951a7c35f3e4325a64c655a0d7577 100644 (file)
@@ -3,12 +3,12 @@
  * dynahash.c
  *   dynamic hashing
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/hash/dynahash.c,v 1.33 2001/01/02 04:33:20 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/hash/dynahash.c,v 1.34 2001/01/24 19:43:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index eeb2bfee6ac0731bf2231b5f12ce84d9402b4ee7..889837b528d7610b9e4ee1e2c29473bc10eee285 100644 (file)
@@ -3,12 +3,12 @@
  * hashfn.c
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/hash/hashfn.c,v 1.12 2000/03/17 02:36:28 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/hash/hashfn.c,v 1.13 2001/01/24 19:43:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4568e76de54dea3a8bfeced5007bb1b8048cd467..d59b3bfa07517df20a0797636b19bf7bf47f9735 100644 (file)
@@ -2,12 +2,12 @@
  *
  * findbe.c
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.19 2000/07/09 13:14:08 petere Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.20 2001/01/24 19:43:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f90c7f29c290a8f0914fbbc90492aa05a21dd281..7e072a88b2a9c7cb6a1eb0eb3ff7c8c7aa05703d 100644 (file)
@@ -3,12 +3,12 @@
  * globals.c
  *   global variable declarations
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.52 2001/01/23 20:33:29 petere Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.53 2001/01/24 19:43:16 momjian Exp $
  *
  * NOTES
  *   Globals used all over the place should be declared here and not
index 98af889946f95b9be608e05a04c5107b9f240cfe..d16dca6ceb9e75eb2ce0fe972029289ce35f0f12 100644 (file)
@@ -3,12 +3,12 @@
  * miscinit.c
  *   miscellaneous initialization support stuff
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/init/miscinit.c,v 1.59 2000/11/29 20:59:53 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/init/miscinit.c,v 1.60 2001/01/24 19:43:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9694990e8e6e3770cbee14de290233b08f2dd079..91a92f2423ea0e2e8773c92907c31162de786171 100644 (file)
@@ -3,12 +3,12 @@
  * postinit.c
  *   postgres initialization utilities
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.79 2001/01/19 06:57:25 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.80 2001/01/24 19:43:16 momjian Exp $
  *
  *
  *-------------------------------------------------------------------------
index 28ff5bdb2856f05a8a5304348d9fff736210b20f..85f16fec3471a0a4b5d09593258c68df2f245947 100644 (file)
@@ -3,12 +3,12 @@
  * database.c
  *   miscellaneous initialization support stuff
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/misc/Attic/database.c,v 1.42 2001/01/14 22:21:05 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/misc/Attic/database.c,v 1.43 2001/01/24 19:43:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 223360693b4d65db4d0a983c3c7d4d928ef038ef..0ce419431a99b8d157bd4a91e6de6bf7e240d830 100644 (file)
 #hostname_lookup = false
 #show_source_port = false
 
-#unix_socket_directory = ""
-#unix_socket_group = ""
+#unix_socket_directory = ''
+#unix_socket_group = ''
 #unix_socket_permissions = 0777
 
-#virtual_host = ""
+#virtual_host = ''
 
-#krb_server_keyfile = ""
+#krb_server_keyfile = ''
 
 
 #
 #
 #ifdef ENABLE_SYSLOG
 #syslog = 0 # range 0-2
-#syslog_facility = "LOCAL0"
-#syslog_ident = "postgres"
+#syslog_facility = 'LOCAL0'
+#syslog_ident = 'postgres'
 #endif
 
 
index 5139247291d58cabf5c7ed35557add9a7555fe5b..e539d57347bc647377f05adbaf81a1406a89dc16 100644 (file)
@@ -4,12 +4,12 @@
  *
  *   The superuser() function.  Determines if user has superuser privilege.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/misc/superuser.c,v 1.16 2000/11/16 22:30:40 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/misc/superuser.c,v 1.17 2001/01/24 19:43:16 momjian Exp $
  *
  * DESCRIPTION
  *   See superuser().
index c78008824b5271f672b1559238aae6ecfbd7612d..d440db6046fb300bf4900a78e6f1ef05c4f387b7 100644 (file)
@@ -7,11 +7,11 @@
  * type.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/mmgr/aset.c,v 1.38 2001/01/23 01:01:36 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/mmgr/aset.c,v 1.39 2001/01/24 19:43:16 momjian Exp $
  *
  * NOTE:
  * This is a new (Feb. 05, 1999) implementation of the allocation set
index 97590924825dd3cb996620e14f5b10342e771c24..0520cb6d0a67bb295b4bd1281a1bfd50dc8a9deb 100644 (file)
@@ -9,12 +9,12 @@
  * context's MemoryContextMethods struct.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/mmgr/mcxt.c,v 1.25 2001/01/11 23:27:05 petere Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/mmgr/mcxt.c,v 1.26 2001/01/24 19:43:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fe68d5adc648448b30cf2cb2232fac4f4cb119e1..08db60a492c26e6adb7aecd6fb59643703a4f404 100644 (file)
@@ -3,12 +3,12 @@
  * portalmem.c
  *   backend portal memory context management stuff
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/mmgr/portalmem.c,v 1.38 2001/01/02 04:33:24 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/mmgr/portalmem.c,v 1.39 2001/01/24 19:43:17 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 654bae71be4c4585d59b986bc980f64b86fad2ba..30d1f0f186389b4a3e2e38527cba4bcca16b8be3 100644 (file)
  * care that all calls for a single LogicalTapeSet are made in the same
  * palloc context.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/sort/logtape.c,v 1.5 2000/04/12 17:16:11 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/sort/logtape.c,v 1.6 2001/01/24 19:43:17 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a3c0784786d1ef15b3dc4901163e489583c97b1a..7808f297649b52446172287cd58c2f2c23a8f41b 100644 (file)
  * saves one cycle of writing all the data out to disk and reading it in.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/sort/tuplesort.c,v 1.11 2000/11/16 22:30:42 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/sort/tuplesort.c,v 1.12 2001/01/24 19:43:18 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b1eb56cc2a05d2ec5374efc8c75a7e661cd3d537..48a8fbb0716f85873bbdb01fad233cadabd4bd5f 100644 (file)
  * in a format that allows either forward or backward scan.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/sort/tuplestore.c,v 1.1 2000/06/18 22:44:20 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/sort/tuplestore.c,v 1.2 2001/01/24 19:43:18 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 670a4039f3e969d1588f543937a18479754f6806..a8ed65afceea126601376e3c85dd8f6e86f0192d 100644 (file)
@@ -3,12 +3,12 @@
  * tqual.c
  *   POSTGRES "time" qualification code.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/time/tqual.c,v 1.36 2000/07/03 04:45:09 inoue Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/time/tqual.c,v 1.37 2001/01/24 19:43:18 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a466dafc5da59b50a36a07d47cbbd36c3d3e2ec8..67a7bc382be62ef505d5a9c57a6b1d8099c6299a 100644 (file)
@@ -3,12 +3,12 @@
  * common.c
  *   common routines between pg_dump and pg4_dump
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.49 2001/01/12 15:41:29 pjw Exp $
+ *   $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.50 2001/01/24 19:43:18 momjian Exp $
  *
  * Modifications - 6/12/96 - [email protected] - version 1.13.dhb.2
  *
index a383ec7dd6ec538bf2ae275b3177880c50299b75..033f84d44f33e0370f097a611aa82331abbd4bff 100644 (file)
  *
  * the output script is SQL that is understood by PostgreSQL
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.187 2001/01/12 15:41:29 pjw Exp $
+ *   $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.188 2001/01/24 19:43:18 momjian Exp $
  *
  * Modifications - 6/10/96 - [email protected] - version 1.13.dhb
  *
@@ -264,7 +264,7 @@ static void
 version(void)
 {
    puts("pg_dump (PostgreSQL) " PG_VERSION);
-   puts("Portions Copyright (c) 1996-2000, PostgreSQL, Inc");
+   puts("Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group");
    puts("Portions Copyright (c) 1996 Regents of the University of California");
    puts("Read the file COPYRIGHT to see the usage and distribution terms.");
 }
index c734cf2c77f00bdc6066baac25ea83e955bdbd47..db5de3b2e2b8efca2e273e5b23c31773a06262f8 100644 (file)
@@ -3,10 +3,10 @@
  * pg_dump.h
  *   header file for the pg_dump utility
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_dump.h,v 1.56 2001/01/12 15:41:29 pjw Exp $
+ * $Id: pg_dump.h,v 1.57 2001/01/24 19:43:18 momjian Exp $
  *
  * Modifications - 6/12/96 - [email protected] - version 1.13.dhb.2
  *
index f5fdfeec4609e475a9f449a711917a03c82c8be4..8967a4a5c21583456bcdab433a9e3ff898fcd522 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-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1993 The Regents of the University of California.
  * Copyright (c) 1994 Sun Microsystems, Inc.
  *
index 798bc67b4e0683050df4541e9555086e1528046b..3f3b43bf3061fd00d7e817f59d31653c938f7f43 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-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1993 The Regents of the University of California.
  * Copyright (c) 1994 Sun Microsystems, Inc.
  *
index 21bcdcafa7810c955aa42e0fdc6a97fdd7c333d5..0251e31cd9775fd2d3d6bde1e3d2b824bd2fe667 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright 2000 by PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.34 2000/11/13 23:37:53 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.35 2001/01/24 19:43:18 momjian Exp $
  */
 #include "postgres.h"
 #include "help.h"
@@ -313,7 +313,7 @@ print_copyright(void)
 {
    puts(
         "PostgreSQL Data Base Management System\n\n"
-        "Portions Copyright (c) 1996-2000, PostgreSQL, Inc\n\n"
+        "Portions Copyright (c) 1996-2001, 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 4bf9c2279eab9f7aae57cd1578f23d96dff89d04..44acce4a025050abe8fbbb15b1629a6be5a09858 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright 2000 by PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.42 2001/01/23 22:46:14 petere Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.43 2001/01/24 19:43:18 momjian Exp $
  */
 #include "postgres.h"
 
@@ -659,7 +659,7 @@ showVersion(void)
    puts(" support");
 #endif
 
-   puts("Portions Copyright (c) 1996-2000, PostgreSQL, Inc");
+   puts("Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group");
    puts("Portions Copyright (c) 1996 Regents of the University of California");
    puts("Read the file COPYRIGHT or use the command \\copyright to see the");
    puts("usage and distribution terms.");
index 7fc65f3faa3b02f42abb01ef41024f651e58fa79..babfa0b20e10e2a90b4c6b311d842d5641f09266 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES attribute number definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: attnum.h,v 1.11 2000/01/26 05:57:49 momjian Exp $
+ * $Id: attnum.h,v 1.12 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b62a979f051fe18fad6ba2b9c4492b770883b5d4..0102d8c7e43b9437fe548a1efccdbcbf60e4174c 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES general access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: genam.h,v 1.24 2000/07/14 22:17:53 tgl Exp $
+ * $Id: genam.h,v 1.25 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index de74ca4f92be6e3906558f26c59a07901f10e024..5cab47fa0bf8d424b96914d28b074bcac675ca42 100644 (file)
@@ -4,10 +4,10 @@
  *   header file for postgres hash access method implementation
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hash.h,v 1.36 2000/11/21 21:16:05 petere Exp $
+ * $Id: hash.h,v 1.37 2001/01/24 19:43:19 momjian Exp $
  *
  * NOTES
  *     modeled after Margo Seltzer's hash implementation for unix.
index 461599cee126494a0af3dfcffb82f404ee6227f7..5ab8a694743ccfa6a6fcc0c2355aa367ae4a610f 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES heap access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: heapam.h,v 1.61 2001/01/23 04:32:23 tgl Exp $
+ * $Id: heapam.h,v 1.62 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index df39aed6cba25f16b6b85ad6f5ca6b8637653ae4..4147645134a399f9588561482f459a6ccea7b6e0 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES heap access method input/output definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hio.h,v 1.16 2000/09/07 09:58:35 vadim Exp $
+ * $Id: hio.h,v 1.17 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c01d680659e674bb3babb7f811df800efaaab75e..ce7b4a2d87458e570169155ff01e5b332477305e 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES heap tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: htup.h,v 1.44 2000/12/30 15:19:56 vadim Exp $
+ * $Id: htup.h,v 1.45 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3a8099e77818455a680c86876d0aa011aa93a0a0..15b45a8b126029403d5084ef3e0155fdafbfe114 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES index valid attribute bit map definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: ibit.h,v 1.14 2000/06/15 03:32:31 momjian Exp $
+ * $Id: ibit.h,v 1.15 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e46bc5aff040a72e998cb244d82960205d7253fd..4a3768a7d3ae067d7b9dabd5d70a444a8d87da37 100644 (file)
@@ -4,10 +4,10 @@
  *   Index scan key qualification definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: iqual.h,v 1.14 2000/01/26 05:57:50 momjian Exp $
+ * $Id: iqual.h,v 1.15 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9178f8c410e49a7b92de9a287279eb24355f2c48..f525f41922c67dbb52b79bbc6b97ae8d9216dcfb 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES index strategy definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: istrat.h,v 1.18 2000/07/14 22:17:53 tgl Exp $
+ * $Id: istrat.h,v 1.19 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f840ead4cb7158e35cc3fb241e2ec4db9dd0db68..717bcd68ae31dd13b0e8cac2ee3778d400f8d9bf 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES index tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: itup.h,v 1.27 2000/12/27 23:59:13 tgl Exp $
+ * $Id: itup.h,v 1.28 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 08d8daaea4d9f26560bf49687cb380f6ceae88e5..ed35f7b1f0a64733865efadfd794ef6e72e5ec5f 100644 (file)
@@ -4,10 +4,10 @@
  *   header file for postgres btree access method implementation.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nbtree.h,v 1.49 2000/12/28 13:00:25 vadim Exp $
+ * $Id: nbtree.h,v 1.50 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a70a9c35e93f7b0b4a704bf11ab1253164dff6f0..f6a4f237c31a46c5a34d13d77b37537237f7a3cd 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: printtup.h,v 1.13 2000/12/01 22:10:30 tgl Exp $
+ * $Id: printtup.h,v 1.14 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 19e4e28631d60328427407bf81429ca95d258f9f..b97b52979e467a022880d9ce0366b84f923f830a 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES internal relation scan descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: relscan.h,v 1.19 2000/03/14 23:52:00 tgl Exp $
+ * $Id: relscan.h,v 1.20 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 50879ce841e63d9a7fad6f661f3bfede70f84fbb..0226e6327ecb28c192214b72e8b765e0f4bd0c8f 100644 (file)
@@ -4,10 +4,10 @@
  *   common declarations for the rtree access method code.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rtree.h,v 1.20 2000/11/21 21:16:05 petere Exp $
+ * $Id: rtree.h,v 1.21 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e9c4c21e7940ce79eec40063ef695ee1ecb45382..efdf44f07234e4ba45377cd68e56224cd14b4dba 100644 (file)
@@ -4,10 +4,10 @@
  *   routines defined in access/rtree/rtscan.c
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rtscan.h,v 1.9 2000/01/26 05:57:51 momjian Exp $
+ * $Id: rtscan.h,v 1.10 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c253c4aa65988fe3cde2591c6816cb17b5ec25e8..a840eacc5dd5e739dbd76be253f74f54fd8556b1 100644 (file)
@@ -4,10 +4,10 @@
  *   routines defined in access/rtree/rtstrat.c
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rtstrat.h,v 1.12 2000/01/26 05:57:51 momjian Exp $
+ * $Id: rtstrat.h,v 1.13 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 87f00685f016b9dd1521725b4a5f18b9859ca84f..a9229c89c368f0c7b44db681698e414f378aad60 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES scan direction definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sdir.h,v 1.8 2000/11/02 23:11:03 tgl Exp $
+ * $Id: sdir.h,v 1.9 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d88bc0c6bdd7ad20e393f13bf5e91152e65339d8..0cb9dc5d68b3de0dda8acdcd93565d517f36d5ae 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES scan key definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: skey.h,v 1.13 2000/01/26 05:57:51 momjian Exp $
+ * $Id: skey.h,v 1.14 2001/01/24 19:43:19 momjian Exp $
  *
  *
  * Note:
index 9406b88ac3d9ee1396f33d8b16f767f395736bea..445e1e871ef35a6a7562d6c293571165c0139cc6 100644 (file)
@@ -5,10 +5,10 @@
  *   (separated out from original istrat.h to avoid circular refs)
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: strat.h,v 1.18 2000/04/12 17:16:26 momjian Exp $
+ * $Id: strat.h,v 1.19 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0e6212eed70402a374f51383ba3611b0412b02ff..620f6e5910560a749a1e96b1168b330e1c43a2ac 100644 (file)
@@ -4,10 +4,10 @@
  *   postgres transaction access method support code header
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: transam.h,v 1.28 2000/11/30 08:46:25 vadim Exp $
+ * $Id: transam.h,v 1.29 2001/01/24 19:43:19 momjian Exp $
  *
  *  NOTES
  *     Transaction System Version 101 now support proper oid
index 662842cf45dae7fef474a690b96997228baa9669..644fe201f92da4a00a32990aab79df64665d1ee3 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES tuple descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tupdesc.h,v 1.29 2000/05/22 02:34:23 momjian Exp $
+ * $Id: tupdesc.h,v 1.30 2001/01/24 19:43:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index eb977189e14908d23b310f5e925fc9e3c4b06e11..9b12407e395b5807a6c5131abcd49ee4b812d621 100644 (file)
@@ -4,10 +4,10 @@
  *   Tuple macros used by both index tuples and heap tuples.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tupmacs.h,v 1.15 2000/12/27 23:59:13 tgl Exp $
+ * $Id: tupmacs.h,v 1.16 2001/01/24 19:43:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d89b3fce1873380a48941d1752cbb5f0bb770d6e..d1e7f14173ad87abf3f0817da8ef555585601385 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES tuple qualification validity definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: valid.h,v 1.22 2000/05/30 04:24:55 tgl Exp $
+ * $Id: valid.h,v 1.23 2001/01/24 19:43:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6736942e05ca99abba15b93f39d58ccfe675e505..2196aa84b2e484c639ade1030f0e6f72fbeb7ddb 100644 (file)
@@ -4,10 +4,10 @@
  *   postgres transaction system definitions
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: xact.h,v 1.31 2000/11/30 08:46:25 vadim Exp $
+ * $Id: xact.h,v 1.32 2001/01/24 19:43:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d19231ce419b9a4eb03de8baa06db4c537d24b96..16faa4f405032d0822bb3357dd9b3196dee31deb 100644 (file)
@@ -4,10 +4,10 @@
  *   include file for the bootstrapping code
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bootstrap.h,v 1.20 2000/11/09 11:26:00 vadim Exp $
+ * $Id: bootstrap.h,v 1.21 2001/01/24 19:43:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 73b5c5d579fb94c9fa84645f0d7c4ab1dc64db21..dc791d0d545183e7a6ef84149dfcda2f4482c80a 100644 (file)
@@ -5,10 +5,10 @@
  *   postgres.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: c.h,v 1.88 2001/01/21 00:59:24 tgl Exp $
+ * $Id: c.h,v 1.89 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4ebe9499ad89490a14a7e7ad3c6e2e3ac232b1a5..d3d815c3364596ac22590759a3e875498ee09af1 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for functions in lib/catalog/catalog.c
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catalog.h,v 1.14 2000/12/27 23:59:13 tgl Exp $
+ * $Id: catalog.h,v 1.15 2001/01/24 19:43:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 54b964e215295685fffacbe972141dc28d7bdcba..29f58a76971e2b6a7397eb493ca0ead7c83fcdcd 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES system catalog relation name definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catname.h,v 1.17 2000/10/24 01:38:41 tgl Exp $
+ * $Id: catname.h,v 1.18 2001/01/24 19:43:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2941ef5ec4bdd4d74dcf06f267b1080e884319e1..b91c4341840b58ccd4b3ff8966404a77a9dbeab5 100644 (file)
  * database contents or layout, such as altering tuple headers.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catversion.h,v 1.68 2001/01/07 01:08:48 tgl Exp $
+ * $Id: catversion.h,v 1.69 2001/01/24 19:43:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4cc317492f9799453053c5ded7f693db33ddce79..d67fd6b3913ff9f04461fb1d0c1757afcaa11db3 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for functions in lib/catalog/heap.c
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: heap.h,v 1.32 2000/11/08 22:10:01 tgl Exp $
+ * $Id: heap.h,v 1.33 2001/01/24 19:43:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4a7672350a3e9b729d3369a8071ccbbc6bb700b5..eae6e433b3584fd327c7df00b348b9d00be5742c 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for index.c.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: index.h,v 1.31 2000/12/08 06:17:56 inoue Exp $
+ * $Id: index.h,v 1.32 2001/01/24 19:43:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 725586efdfde1adec9e8dcb81144f1871c905c8f..12e213228f7615b56d82603180aa096759325267 100644 (file)
@@ -5,10 +5,10 @@
  *   on system catalogs
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: indexing.h,v 1.46 2000/11/10 00:33:11 tgl Exp $
+ * $Id: indexing.h,v 1.47 2001/01/24 19:43:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1c061cd6687f3801cad33e6dfa51167a4a20604c..ef2d6ea7a29661f370f060a72877c73ce713d5b9 100644 (file)
@@ -5,10 +5,10 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_aggregate.h,v 1.27 2000/07/17 03:05:23 tgl Exp $
+ * $Id: pg_aggregate.h,v 1.28 2001/01/24 19:43:20 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index 6e4366b37f9b3e72ff1afd42e17605d5176e988a..e60e40f7d9980cf63d28012572718168a97b1bc4 100644 (file)
@@ -5,10 +5,10 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_am.h,v 1.15 2000/04/12 17:16:27 momjian Exp $
+ * $Id: pg_am.h,v 1.16 2001/01/24 19:43:20 momjian Exp $
  *
  * NOTES
  *     the genbki.sh script reads this file and generates .bki
index a8d0700b6b1a41926da3df3d028710069131453d..98854fa21bf3591627080940eb5dd1fe9e7b6d5c 100644 (file)
@@ -5,10 +5,10 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_amop.h,v 1.36 2000/08/21 04:48:51 tgl Exp $
+ * $Id: pg_amop.h,v 1.37 2001/01/24 19:43:20 momjian Exp $
  *
  * NOTES
  *  the genbki.sh script reads this file and generates .bki
index 02b891cda4cffa6cc954a3b18ef2782d3060e4a9..abfc4857e4525517e16e73ec852f8b2ab696509e 100644 (file)
@@ -7,10 +7,10 @@
  *   methods that aren't associated with operators.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_amproc.h,v 1.26 2000/12/08 23:57:02 tgl Exp $
+ * $Id: pg_amproc.h,v 1.27 2001/01/24 19:43:20 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index 6f84bdb30f73f315e015e381e2a00a402c348591..35c9c2c07b434912fd744ea14fe3a6c3e3f6a4d0 100644 (file)
@@ -3,7 +3,7 @@
  * pg_attrdef.h
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index adbaf1d7ba792055d802002f60d5e60f66caf271..3ee6fa273f40de6fb04efcccf215b2384feb4884 100644 (file)
@@ -5,10 +5,10 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_attribute.h,v 1.68 2001/01/14 22:17:22 tgl Exp $
+ * $Id: pg_attribute.h,v 1.69 2001/01/24 19:43:20 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index bf9a482f8afe7c300ad96ce3e044ccd87bc6c971..14ab578ceddc24bfbaea7b7a21b513a4e6f5ba5a 100644 (file)
@@ -5,10 +5,10 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_class.h,v 1.45 2000/11/14 18:37:46 tgl Exp $
+ * $Id: pg_class.h,v 1.46 2001/01/24 19:43:21 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index 4f8b4329ae93eeef7406d48ea9b21239332f3057..d2604a4cd4b43bbec674fa8e4e2474b7a5698e61 100644 (file)
@@ -5,10 +5,10 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_database.h,v 1.15 2000/11/14 18:37:46 tgl Exp $
+ * $Id: pg_database.h,v 1.16 2001/01/24 19:43:21 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index 391f88fb5c3c1a9b1d25381de91ea541316146fb..0b5d342c0d8ee88643e41968e7f314ae4fb76eed 100644 (file)
@@ -4,10 +4,10 @@
  *   definition of the system "description" relation (pg_description)
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_description.h,v 1.11 2000/04/12 17:16:28 momjian Exp $
+ * $Id: pg_description.h,v 1.12 2001/01/24 19:43:21 momjian Exp $
  *
  * NOTES
  *     the genbki.sh script reads this file and generates .bki
index 8a235c6f1d2f0543e29cef3b49b5680c6b647dcc..7fdc533ee1d87517c3061913f64b155d320d5c3d 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_group.h,v 1.8 2000/01/26 05:57:57 momjian Exp $
+ * $Id: pg_group.h,v 1.9 2001/01/24 19:43:21 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index 50355a82bdc9b23a18be2c2dd0b3dcdaebed0871..d0de9252ba3c46bd06577ca01f5026feb0eb8466 100644 (file)
@@ -5,10 +5,10 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_index.h,v 1.15 2000/01/26 05:57:57 momjian Exp $
+ * $Id: pg_index.h,v 1.16 2001/01/24 19:43:21 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index 90d182ec1813889797ba01e9f2407aeb3472fba5..6d250d53a8d4545428620cbf37750abaf3477618 100644 (file)
@@ -5,10 +5,10 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_inheritproc.h,v 1.9 2000/04/12 17:16:28 momjian Exp $
+ * $Id: pg_inheritproc.h,v 1.10 2001/01/24 19:43:21 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index 02322b1fe8760836c8c4c203ddcbcc82731a5c5a..33b8b244e63fb1e7591ebb5248975a181a9b5c73 100644 (file)
@@ -5,10 +5,10 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_inherits.h,v 1.9 2000/01/26 05:57:57 momjian Exp $
+ * $Id: pg_inherits.h,v 1.10 2001/01/24 19:43:21 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index 84bac1a8c508c7f463ec6a3c745879531901dd6e..eb4b78c8a516d1acd3a8c7677e19532efe490d95 100644 (file)
@@ -5,10 +5,10 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_ipl.h,v 1.8 2000/01/26 05:57:57 momjian Exp $
+ * $Id: pg_ipl.h,v 1.9 2001/01/24 19:43:21 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index 423f2e9470043e333e08d2421f034d102ee7f273..0d3f14fc7a06c965af4993c7a56438fdbfcd2756 100644 (file)
@@ -5,10 +5,10 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_language.h,v 1.12 2000/11/20 20:36:50 tgl Exp $
+ * $Id: pg_language.h,v 1.13 2001/01/24 19:43:21 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index 7777604e27e905d9c43864a13997c25adaac6a4a..5bef87f3de5c3ffafe173194030a66705210c481 100644 (file)
@@ -5,10 +5,10 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_largeobject.h,v 1.5 2000/10/24 01:38:41 tgl Exp $
+ * $Id: pg_largeobject.h,v 1.6 2001/01/24 19:43:21 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index 9547beb10db722f9073e9d073edf256567ccfc1e..c5eddbad34ded4339dda5f8e371326398f833020 100644 (file)
@@ -4,10 +4,10 @@
  *   Asynchronous notification
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_listener.h,v 1.7 2000/01/26 05:57:57 momjian Exp $
+ * $Id: pg_listener.h,v 1.8 2001/01/24 19:43:21 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index 49433c69d21ab55f9b948cd4549d011f9ee21683..9368f2bdce9c9fa434f59c3e4ed644183339db3d 100644 (file)
@@ -7,10 +7,10 @@
  *   relcache code happy.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_log.h,v 1.7 2000/01/26 05:57:57 momjian Exp $
+ * $Id: pg_log.h,v 1.8 2001/01/24 19:43:21 momjian Exp $
  *
  * NOTES
  *   The structures and macros used by the transam/ code
index 47c07f1ce6e512e9785de1a9cbac3505f78401f8..eca88f5068cf4c9743eaeef757efb81d10b0ed44 100644 (file)
@@ -5,10 +5,10 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_opclass.h,v 1.36 2000/08/21 04:48:51 tgl Exp $
+ * $Id: pg_opclass.h,v 1.37 2001/01/24 19:43:21 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index 891ddd469a040b3dd013121d6781716584ff2e79..d858a1a52c871915772aa73a4947077a46f64395 100644 (file)
@@ -5,10 +5,10 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_operator.h,v 1.86 2000/12/31 22:34:04 tgl Exp $
+ * $Id: pg_operator.h,v 1.87 2001/01/24 19:43:21 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index 5c43faf1b013f441a296a397ad7ebd99b0082377..5584cb6ac20a2664418409bdfd7d5e350b30610e 100644 (file)
@@ -4,10 +4,10 @@
  *   definition of the system "procedure" relation (pg_proc)
  *   along with the relation's initial contents.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_proc.h,v 1.181 2000/12/22 18:00:17 tgl Exp $
+ * $Id: pg_proc.h,v 1.182 2001/01/24 19:43:21 momjian Exp $
  *
  * NOTES
  *   The script catalog/genbki.sh reads this file and generates .bki
index 43dcbe8f3f6d6d467863db389b45da4963004042..cfe072f32fd4faca1d69e3132486348ac134ecf9 100644 (file)
@@ -3,7 +3,7 @@
  * pg_relcheck.h
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index 3de2c82b0984c05ad883454bdbe6f90553ab87aa..5b3ade6146917c9d1655c4a0d3a7d3ab60d8910d 100644 (file)
@@ -5,10 +5,10 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_rewrite.h,v 1.12 2000/07/30 22:14:02 tgl Exp $
+ * $Id: pg_rewrite.h,v 1.13 2001/01/24 19:43:22 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index 5803a305e1e0d3f4583576027f3a20fd758ab2b4..253880486c6daef09c0db43b43e840f55059ffb6 100644 (file)
@@ -6,10 +6,10 @@
  *       pg_user is now a public accessible view on pg_shadow.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_shadow.h,v 1.9 2000/06/12 03:40:54 momjian Exp $
+ * $Id: pg_shadow.h,v 1.10 2001/01/24 19:43:22 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index 77c89e6b144ccce3033f977db974dac8767b5040..2f39bea3245e1772984b1b3b4fca0dbb36f41c1d 100644 (file)
@@ -5,10 +5,10 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_statistic.h,v 1.9 2000/04/12 17:16:29 momjian Exp $
+ * $Id: pg_statistic.h,v 1.10 2001/01/24 19:43:22 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index cb1af718bed1cb941abdc96ca87c2ceaab8345a2..1df6f3b95345b4ed05d6e6d4e3bdbd55f80f1714 100644 (file)
@@ -3,7 +3,7 @@
  * pg_trigger.h
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index d5e0c58dd19339a54d0232fcbb62e9387e4bc46d..83af133d1bbf2759968b880ad74deef2bfcf268c 100644 (file)
@@ -5,10 +5,10 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_type.h,v 1.99 2000/12/27 23:59:13 tgl Exp $
+ * $Id: pg_type.h,v 1.100 2001/01/24 19:43:22 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index f5b1c2fe4d3b791988a37207d1371f0f43fa7d3b..5010633d2be6ff75f9c457ed5b2f793a92a934c0 100644 (file)
@@ -7,10 +7,10 @@
  *   relcache code happy.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_variable.h,v 1.7 2000/01/26 05:57:59 momjian Exp $
+ * $Id: pg_variable.h,v 1.8 2001/01/24 19:43:23 momjian Exp $
  *
  * NOTES
  *   The structures and macros used by the transam/ code
index 85b5d0f4ac9af01d23664a4418849768ce3b8f96..3acbebbc85e2d220a0ec40ebb1084e9dde791fd7 100644 (file)
  * isn't even created at present.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_version.h,v 1.11 2000/04/12 17:16:30 momjian Exp $
+ * $Id: pg_version.h,v 1.12 2001/01/24 19:43:23 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index de9b9dc3c7c3039e8d13fd8e71e0a09d5fd72224..35dcf0bfe08a43f9b47b2e42386b604565426b30 100644 (file)
@@ -3,10 +3,10 @@
  * async.h
  *   Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: async.h,v 1.16 2000/08/29 09:36:50 petere Exp $
+ * $Id: async.h,v 1.17 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7fdc6b1823c58b6ab22ff5d9cb1bed3b5c8dbb5c..cf6ca225e194b6941b1bb62119b2cbc6f9bc32da 100644 (file)
@@ -3,10 +3,10 @@
  * cluster.h
  *   header file for postgres cluster command stuff
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
- * $Id: cluster.h,v 1.8 2000/01/26 05:58:00 momjian Exp $
+ * $Id: cluster.h,v 1.9 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9ab7a53f44aee295fdccc20fc3116f7281cda67d..3e3f675c0f7e485c87bf934772f7014b412f6659 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for command.c.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: command.h,v 1.24 2000/12/15 04:08:15 tgl Exp $
+ * $Id: command.h,v 1.25 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bbd465586c9716be1bed5d841ab24aff4c5ad868..e949e4cd33072ec1bf5ac2a47e5919c000f56292 100644 (file)
@@ -4,10 +4,10 @@
  *   Definitions for using the POSTGRES copy command.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: copy.h,v 1.11 2000/04/12 17:16:32 momjian Exp $
+ * $Id: copy.h,v 1.12 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ef0c0701ed19ae08c7c10b3407c7a92d5f6a4696..7860c102cd52d81d79302f3cd7f07663ecb9d120 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for creatinh.c.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: creatinh.h,v 1.13 2000/01/26 05:58:00 momjian Exp $
+ * $Id: creatinh.h,v 1.14 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 903368e3f9c1847a9627af638f1d324c5aacf1ae..1e8302a1ec4873a2b79cd4d993052f9977762d24 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dbcommands.h,v 1.14 2000/11/14 18:37:47 tgl Exp $
+ * $Id: dbcommands.h,v 1.15 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dce401d7d9beb725c6b801e9250f80afcf54c665..98ba76613a1809d5380d190eb29aeb88eaed3d90 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES define and remove utility definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: defrem.h,v 1.21 2000/10/07 00:58:20 tgl Exp $
+ * $Id: defrem.h,v 1.22 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a627730b69b43bf0c45922e44090c48abea2cf5e..25bb0ecc490575c890bd40faa2e67d52e605f2c1 100644 (file)
@@ -3,10 +3,10 @@
  * explain.h
  *   prototypes for explain.c
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
- * $Id: explain.h,v 1.10 2000/01/26 05:58:00 momjian Exp $
+ * $Id: explain.h,v 1.11 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e5ee7db66c611b980d4c38259029781ce7b520c3..569cbb921c34060162fb1f1a7aead8b165d4c572 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rename.h,v 1.9 2000/09/06 14:15:25 petere Exp $
+ * $Id: rename.h,v 1.10 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a9b689ba171f0f8dbd410253687d0fe00dfeb62e..613a155cd6c54522d7f9a73c782575d84ed03ba3 100644 (file)
@@ -3,10 +3,10 @@
  * trigger.h
  *   Declarations for trigger handling.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: trigger.h,v 1.23 2001/01/22 00:50:07 tgl Exp $
+ * $Id: trigger.h,v 1.24 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b42a8e6a17f8cec9fb9ff61b122a452b7258962f..139b03c2d83ed8c9d010b3f5c354e6826054ced2 100644 (file)
@@ -4,10 +4,10 @@
  *   header file for postgres vacuum cleaner
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: vacuum.h,v 1.32 2000/07/14 22:17:57 tgl Exp $
+ * $Id: vacuum.h,v 1.33 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7da7be2176b08c0b8e2d7cef2e73737f2b7bf422..0198659b49c33941f47488aa249325699b43caa6 100644 (file)
@@ -4,10 +4,10 @@
  *   Header file for versions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: version.h,v 1.8 2000/01/26 05:58:00 momjian Exp $
+ * $Id: version.h,v 1.9 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fcfda39a1b5cfa3c96472a9f6e3beb3585bc9b5a..7066cbc329f2480d20d0b535d87d733bab7b9db8 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: view.h,v 1.8 2000/01/26 05:58:00 momjian Exp $
+ * $Id: view.h,v 1.9 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3fa3673b201de37bd695a2d53c60d3ed9dcc54c8..ede31af1df13f8a8a01e27c96f098a42bc720648 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for execFlatten.c.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execFlatten.h,v 1.12 2000/08/24 03:29:10 tgl Exp $
+ * $Id: execFlatten.h,v 1.13 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c4ba3d1f5b6e8be8743d730f6d90e362d2980570..67f6ca7b4cc6afea54d5d39df3602955a3d4c6ac 100644 (file)
@@ -4,10 +4,10 @@
  *   #defines governing debugging behaviour in the executor
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execdebug.h,v 1.14 2000/09/12 21:07:09 tgl Exp $
+ * $Id: execdebug.h,v 1.15 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6b9457969b1a054fd13006490063e9285d3a192c..5254102457ac82e3b42607d6176f27d3ed9f9e6e 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execdefs.h,v 1.7 2000/09/12 21:07:09 tgl Exp $
+ * $Id: execdefs.h,v 1.8 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e75292370abfa240937ef1c949ce9626b75903fc..4ee4299a89194c15cbf16778118808141f1f7eb7 100644 (file)
@@ -5,10 +5,10 @@
  *   and related modules.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execdesc.h,v 1.13 2000/01/26 05:58:05 momjian Exp $
+ * $Id: execdesc.h,v 1.14 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8e7f4a4863007d725761f18aed8890cd04d10904..0282e7e7140dd79542fbbf67421671244afd46c9 100644 (file)
@@ -4,10 +4,10 @@
  *   support for the POSTGRES executor module
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: executor.h,v 1.54 2001/01/22 00:50:07 tgl Exp $
+ * $Id: executor.h,v 1.55 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 649e38e142f2360251012b3566d53549e9eb89ad..676a63e94f931bcd5f6a3d0fb0bc896dc59a4bf2 100644 (file)
@@ -4,10 +4,10 @@
  *     Declarations for execution of SQL-language functions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: functions.h,v 1.14 2000/08/24 03:29:10 tgl Exp $
+ * $Id: functions.h,v 1.15 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 28581ad425a2ef936d990cf799d8418d8df5f26d..0c09516b7434b78ebd5c53ba129e39c97b6eed94 100644 (file)
@@ -4,10 +4,10 @@
  *   internal structures for hash joins
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hashjoin.h,v 1.20 2000/11/16 22:30:43 tgl Exp $
+ * $Id: hashjoin.h,v 1.21 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 57b10aafb53d9ee40f52980b48643cfd59910dda..e6762642993a31648edc412b475aa0c09b3e340e 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeAgg.h,v 1.11 2000/01/26 05:58:05 momjian Exp $
+ * $Id: nodeAgg.h,v 1.12 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2064c614269e1b874c66d7721673b6dec8958724..bb5fea8c1a264b7729944cd53f24d5d87bf04557 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeAppend.h,v 1.12 2000/01/26 05:58:05 momjian Exp $
+ * $Id: nodeAppend.h,v 1.13 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 71bd3b52ff563d5c2bfb977d7f5b382c5726a4ae..2fadbf6dcbb8822ebec88859b38b7fb09e541a20 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for nodeGroup.c
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeGroup.h,v 1.17 2000/07/12 02:37:30 tgl Exp $
+ * $Id: nodeGroup.h,v 1.18 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5fabe7d253af2f4fc61d6fc5054f93240f49d776..71c97470227242e3e541228a6838acd64bf93a8a 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeHash.h,v 1.17 2000/07/12 02:37:30 tgl Exp $
+ * $Id: nodeHash.h,v 1.18 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 33936b2d41c87334c0583adfff460fecb70fa1c9..893e9d014ed5e95f277db1026fbbeff2f138d88b 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeHashjoin.h,v 1.18 2000/06/15 03:32:36 momjian Exp $
+ * $Id: nodeHashjoin.h,v 1.19 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0e33ba8be9716a69422b89ad064cb5837eb69237..91f8abd6fcc75c366875c8b42abaa054f6e51a51 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeIndexscan.h,v 1.10 2000/01/26 05:58:05 momjian Exp $
+ * $Id: nodeIndexscan.h,v 1.11 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4ed16545fcfb28f45054f5fff083948c117642d3..3bfcd76d77e23125e0cf0457b83954fe3ce9ce57 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeLimit.h,v 1.1 2000/10/26 21:38:03 tgl Exp $
+ * $Id: nodeLimit.h,v 1.2 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b99d54b78d85af484b40dc0c080ddc93291f1cf0..ce5a8b172f5eb7b4e0e09d22de2152507fb68b77 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeMaterial.h,v 1.13 2000/06/18 22:44:28 tgl Exp $
+ * $Id: nodeMaterial.h,v 1.14 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4c378b7a59725edb927685816e2c5aa203f53172..7850bbc67315149d9345ef88341622cb1fd6aeeb 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeMergejoin.h,v 1.12 2000/01/26 05:58:05 momjian Exp $
+ * $Id: nodeMergejoin.h,v 1.13 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 42e3fae8335e0bba2171888ef9e71aea3c84292b..cd27030e992ac8d902bb3233178d91a09abe1837 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeNestloop.h,v 1.13 2000/08/13 02:50:20 tgl Exp $
+ * $Id: nodeNestloop.h,v 1.14 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f944137b60a9dcf913d30708cf9aedc0ec5fe968..39f15a385a23e1dc46f48540220a4a0dbac2ba2b 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeResult.h,v 1.10 2000/01/26 05:58:05 momjian Exp $
+ * $Id: nodeResult.h,v 1.11 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 503c597eb9231c8694aa45f5e3f1d62f0f2fc5e5..8f4257409998220a72b42a318a8c73c32ba6e456 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeSeqscan.h,v 1.10 2000/01/26 05:58:05 momjian Exp $
+ * $Id: nodeSeqscan.h,v 1.11 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0414cc46ef0530be5a0eba58965db4862023413b..81805afe1342e43d25d5ae1aa223fa8b099a1e60 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeSetOp.h,v 1.1 2000/10/05 19:11:36 tgl Exp $
+ * $Id: nodeSetOp.h,v 1.2 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 28ec0c2042949bd24ed90676d9f5ccd8a1a5d94b..2b3a26398a5560f9f7c6559ecd06765022be6653 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeSort.h,v 1.10 2000/01/26 05:58:05 momjian Exp $
+ * $Id: nodeSort.h,v 1.11 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c582384b8c3560b4002768eada5627dba6970fb9..d58e80c458694e4f9c9cfccf11d48ea987d18d85 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeSubqueryscan.h,v 1.1 2000/09/29 18:21:38 tgl Exp $
+ * $Id: nodeSubqueryscan.h,v 1.2 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5cefac6666f0b477597f4f4f1ad637d10288e4aa..f49255c7cdb9b1906d5513f6b68845c42056ff8b 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeTidscan.h,v 1.4 2000/06/08 22:37:44 momjian Exp $
+ * $Id: nodeTidscan.h,v 1.5 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f8fca52331f7257cc82cfe258f6cb3b9510e7733..d3fc08dcec2a74ee42e511a428c8cc0da38e2e7c 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeUnique.h,v 1.10 2000/01/26 05:58:06 momjian Exp $
+ * $Id: nodeUnique.h,v 1.11 2001/01/24 19:43:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8aa0ba39ecde0982b6dee1e420e8a4114a6fbbb3..47018666a78fe2b46a3b47874144a6d4178d837f 100644 (file)
@@ -4,10 +4,10 @@
  *   tuple table support stuff
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tuptable.h,v 1.16 2000/11/12 00:37:01 tgl Exp $
+ * $Id: tuptable.h,v 1.17 2001/01/24 19:43:23 momjian Exp $
  *
  * NOTES
  *   The tuple table interface is getting pretty ugly.
index 08faf956299220e7f8f9bbc5f733bde600defe9b..63c370cecc9ea8bf083061f89cdad8a5dbec78e8 100644 (file)
@@ -8,10 +8,10 @@
  * or call fmgr-callable functions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fmgr.h,v 1.11 2000/11/20 20:36:50 tgl Exp $
+ * $Id: fmgr.h,v 1.12 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9306d4e6b676bc0e8abc9b2adaad706d37e2b333..646976222f9ca5ca25f55470245f6ef6201509a8 100644 (file)
  * freeing the larger object!
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dllist.h,v 1.14 2000/11/16 22:30:43 tgl Exp $
+ * $Id: dllist.h,v 1.15 2001/01/24 19:43:24 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 04700e648cd31b6a8ac37cd2cfb59ad07615e916..34aa89c61731c883a2e48cfa944a48c154cd25d8 100644 (file)
@@ -5,10 +5,10 @@
  *   under utils/hash.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hasht.h,v 1.11 2001/01/02 04:33:24 tgl Exp $
+ * $Id: hasht.h,v 1.12 2001/01/24 19:43:24 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3bfffc426f28a8d1b5df13b413eadfc40ac6e5f5..9d72131314300247963b12628cdc9378e7a5621d 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lispsort.h,v 1.6 2000/01/26 05:58:09 momjian Exp $
+ * $Id: lispsort.h,v 1.7 2001/01/24 19:43:24 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index de8ac4a07e3c0ceab969cb3975e04495687f9fa9..2ddff7053c25a6975a780847d30ff22bd5a3a71c 100644 (file)
@@ -7,10 +7,10 @@
  * It can be used to buffer either ordinary C strings (null-terminated text)
  * or arbitrary binary data.  All storage is allocated with palloc().
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: stringinfo.h,v 1.18 2000/04/12 17:16:34 momjian Exp $
+ * $Id: stringinfo.h,v 1.19 2001/01/24 19:43:24 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8a8f39fa78f15a80da65a5e0b503c3942dc76cae..76aecba6d54b60bbe493d4e94d570ab2514c0482 100644 (file)
@@ -4,10 +4,10 @@
  *   Definitions for network authentication routines
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: auth.h,v 1.14 2000/08/25 10:00:33 petere Exp $
+ * $Id: auth.h,v 1.15 2001/01/24 19:43:24 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 50599e54e8c7fc4d733f02aad456f6ecfce0f4a7..9ba694fbb2be4e76c2a0962eb2ed7b614b753fd3 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: be-fsstubs.h,v 1.11 2000/06/09 01:11:12 tgl Exp $
+ * $Id: be-fsstubs.h,v 1.12 2001/01/24 19:43:24 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3d5b2b0885af26e843ff71f80802d579398c5e86..1d4f9d06b0b6b31017d416c7ded051eb340f1edc 100644 (file)
@@ -5,10 +5,10 @@
  *   externs for functions used by the POSTGRES backend.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-be.h,v 1.20 2000/06/15 03:32:42 momjian Exp $
+ * $Id: libpq-be.h,v 1.21 2001/01/24 19:43:24 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a7e1ed7974d9f949948233ed9b22d5671c0b9b6e..79aa4be80bd59bd869bba3bcf7dfcb051184271c 100644 (file)
@@ -4,10 +4,10 @@
  *   definitions for using Inversion file system routines
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-fs.h,v 1.10 2000/10/28 22:53:15 petere Exp $
+ * $Id: libpq-fs.h,v 1.11 2001/01/24 19:43:25 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a8deb15eee20c15e7702021640546147c92024cf..ec1ebdc1f7ac1fbd9a98e96dccb95587c274a7e2 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES LIBPQ buffer structure definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq.h,v 1.42 2000/12/18 00:44:49 tgl Exp $
+ * $Id: libpq.h,v 1.43 2001/01/24 19:43:25 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c4f607234e66d01f10d002f1ff4203b81c6ca9cc..d7c6fb9fe4cf457f84c65bd1108bd4fea5db7a38 100644 (file)
@@ -6,10 +6,10 @@
  * NOTE: for historical reasons, this does not correspond to pqcomm.c.
  * pqcomm.c's routines are declared in libpq.h.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqcomm.h,v 1.52 2000/11/30 23:19:04 tgl Exp $
+ * $Id: pqcomm.h,v 1.53 2001/01/24 19:43:25 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b1e5f1c327155e4177c56e13e82ab36f28f7726d..6d4ca50332ffa3d88ee579b5eccecf0f0b07b73f 100644 (file)
@@ -3,10 +3,10 @@
  * pqformat.h
  *     Definitions for formatting and parsing frontend/backend messages
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqformat.h,v 1.7 2000/01/26 05:58:12 momjian Exp $
+ * $Id: pqformat.h,v 1.8 2001/01/24 19:43:25 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4a81af04eb80094361b44fd071b0bdd9a5c0d714..ec22aa4b990cf72a4ade641d93e40020aab121de 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for the reliable BSD-style signal(2) routine.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqsignal.h,v 1.14 2000/06/28 03:33:14 tgl Exp $
+ * $Id: pqsignal.h,v 1.15 2001/01/24 19:43:25 momjian Exp $
  *
  * NOTES
  *   This shouldn't be in libpq, but the monitor and some other
index a414247256f827091eefb068a28c3bcbdb323632..93b153c4a167619d0432d6d18a911d617b1dfdca 100644 (file)
@@ -9,10 +9,10 @@
  *     pmod.h                          processing modes
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: miscadmin.h,v 1.78 2001/01/19 22:08:47 tgl Exp $
+ * $Id: miscadmin.h,v 1.79 2001/01/24 19:43:19 momjian Exp $
  *
  * NOTES
  *   some of the information in this file should be moved to
index e4d29178c4cbe856e08778644c4bd3b343c7a14e..5552210de81da9dee419c05a734bb17c0d256a3c 100644 (file)
@@ -4,10 +4,10 @@
  *   definitions for executor state nodes
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execnodes.h,v 1.54 2001/01/22 00:50:07 tgl Exp $
+ * $Id: execnodes.h,v 1.55 2001/01/24 19:43:25 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 08b0007fcaf7f5887892d94136169daa8d4bce19..93f2296f980dc7655b51507bdc009d4689afd8d7 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for the creator functions (for primitive nodes)
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: makefuncs.h,v 1.26 2000/11/16 22:30:45 tgl Exp $
+ * $Id: makefuncs.h,v 1.27 2001/01/24 19:43:25 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ed8f0152dde7398fbf4a7776210d6db19919eab2..aae5c72821087f25f38e9957b5dfb37a3dfa1947 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES memory context node definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: memnodes.h,v 1.19 2000/12/01 18:14:29 tgl Exp $
+ * $Id: memnodes.h,v 1.20 2001/01/24 19:43:25 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 24ffaeb425ce07293af6cb999953096bf0014e25..dc396f1612cd185d90542659585ea5267a639bcb 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeFuncs.h,v 1.12 2000/06/08 22:37:48 momjian Exp $
+ * $Id: nodeFuncs.h,v 1.13 2001/01/24 19:43:25 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6c6573d6b2f7ce41226cf51c014be0731c23c9f9..1cd2aee397c55543ae04e0e49b5fd36a637006fa 100644 (file)
@@ -4,10 +4,10 @@
  *   Definitions for tagged nodes.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodes.h,v 1.85 2001/01/20 00:15:59 petere Exp $
+ * $Id: nodes.h,v 1.86 2001/01/24 19:43:25 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a9c9bb474c7b1443abd9995b5a682c8ef4ebbc9d..6fb2a4e1575be84e2ae2659a538bff7d26a68124 100644 (file)
@@ -4,10 +4,10 @@
  *   Declarations/definitions of stuff needed to handle parameterized plans.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: params.h,v 1.12 2000/01/26 05:58:16 momjian Exp $
+ * $Id: params.h,v 1.13 2001/01/24 19:43:25 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e832ab52c59c436d839367a04f02c84a4d2500a0..94264d0b4c89099ba059e4f9c670200b5fe425af 100644 (file)
@@ -4,10 +4,10 @@
  *   definitions for parse tree nodes
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parsenodes.h,v 1.123 2001/01/05 06:34:21 tgl Exp $
+ * $Id: parsenodes.h,v 1.124 2001/01/24 19:43:25 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1e11e4504f29bdea517487c57bd1ff492a02fef3..3986f239713c6524b6ffb5e5b9abf92d4420bc9b 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES generic list package
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_list.h,v 1.22 2000/10/31 10:22:12 petere Exp $
+ * $Id: pg_list.h,v 1.23 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index eecb74caf2f03de9ed2b9ecd1916ba9dfc819f19..f71452fd2b2cbac937862e7abbb3d842db3ed3f3 100644 (file)
@@ -4,10 +4,10 @@
  *   definitions for query plan nodes
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: plannodes.h,v 1.46 2000/11/12 00:37:01 tgl Exp $
+ * $Id: plannodes.h,v 1.47 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4cfda0d2ffdaa479f37493d3bbd2c6f1e7b5c1f4..2ca40e8ceca6965b8ffa1c77ff4e59f6d3c9f850 100644 (file)
@@ -7,10 +7,10 @@
  *   and join trees.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: primnodes.h,v 1.50 2001/01/17 06:41:31 momjian Exp $
+ * $Id: primnodes.h,v 1.51 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8108ad03912fe3bbf3595d8cc103b845c9e78c89..780788581aa6ea34f5b52af91b19e9fab3a2386e 100644 (file)
@@ -4,10 +4,10 @@
  *   definitions for executor state nodes
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: print.h,v 1.12 2000/01/26 05:58:17 momjian Exp $
+ * $Id: print.h,v 1.13 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 116d5150fc6117522c935d6267513baff24bb138..b73aef5379dd8fc897db43e96b885a06941f6971 100644 (file)
@@ -4,10 +4,10 @@
  *   header file for read.c and readfuncs.c. These functions are internal
  *   to the stringToNode interface and should not be used by anyone else.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: readfuncs.h,v 1.10 2001/01/07 01:08:48 tgl Exp $
+ * $Id: readfuncs.h,v 1.11 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d325f049ef2b64710ad0f9fd061e21b1ddb3365b..4761d4ba7f28a7ffaa906b09679c396b0e2d7dc8 100644 (file)
@@ -4,10 +4,10 @@
  *   Definitions for internal planner nodes.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: relation.h,v 1.52 2000/12/14 22:30:44 tgl Exp $
+ * $Id: relation.h,v 1.53 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e77f8aec693c08f3332a253cc30d3120ab3dc481..0fcba3f60cdcb77c324b84af1dad38cd44f40509 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for xfunc.c and predmig.c.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: xfunc.h,v 1.4 2000/01/26 05:58:23 momjian Exp $
+ * $Id: xfunc.h,v 1.5 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 612750dfaf3c169ae64b2c3e2a03aa2080cf7a1c..f6aca6b7ef73b4d9a229fbcd6cd594106012b6e9 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for clauses.c.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: clauses.h,v 1.41 2000/10/05 19:11:37 tgl Exp $
+ * $Id: clauses.h,v 1.42 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1a78abdb10715a16fcb15a680d4838ad918ea389..c6dfcac39c983028f6392f4c2eb4630310ff5b3c 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for costsize.c and clausesel.c.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: cost.h,v 1.36 2001/01/24 18:37:31 momjian Exp $
+ * $Id: cost.h,v 1.37 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 69e5469d9d71720f4856b145a47b55d1af8c8bd4..e1229c3e1a9ff53e999ddbcd9e146972e470d80d 100644 (file)
@@ -3,10 +3,10 @@
  * geqo.h
  *   prototypes for various files in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo.h,v 1.22 2001/01/24 18:37:31 momjian Exp $
+ * $Id: geqo.h,v 1.23 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ac3f49f14b6a6f6a5761369f7b7709212605e2bb..80298618782f4e1339f488e7ac59ebd2cdb6f37c 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_copy.h
  *   prototypes for copy functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_copy.h,v 1.8 2000/01/26 05:58:20 momjian Exp $
+ * $Id: geqo_copy.h,v 1.9 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5ed3a14c5319d23057d27d028093b1a3cf5140cf..3ade00bf4a68d1d421bfe58c53b217c9c88da5e2 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_gene.h
  *   genome representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_gene.h,v 1.9 2000/01/26 05:58:20 momjian Exp $
+ * $Id: geqo_gene.h,v 1.10 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ee5e0f27d0f706cc7f2e15633be173aa29e86ae9..a1a893afd8340c1ea20a39510d9f2f9a67986002 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_misc.h
  *   prototypes for printout routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_misc.h,v 1.14 2000/01/26 05:58:20 momjian Exp $
+ * $Id: geqo_misc.h,v 1.15 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index be645416ddd2e9a7b42d1ad6475c2b0a430ea39d..63a2295979d5f8fbe1302b4d747c0b11c3d5cc54 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_mutation.h
  *   prototypes for mutation functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_mutation.h,v 1.8 2000/01/26 05:58:20 momjian Exp $
+ * $Id: geqo_mutation.h,v 1.9 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d96e67139b1e1174faae32c6922ed55154fe7ea0..5c7e24c9e75e17740bcec18b0c2ab18f85f0f4fc 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_pool.h
  *   pool representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_pool.h,v 1.10 2000/09/19 18:42:32 tgl Exp $
+ * $Id: geqo_pool.h,v 1.11 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a2203367e78c1e0789a32cb4b6fcd2e86d79c10e..df66fbf984977b020427824274ea8bfbf689bc4d 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_random.h
  *   random number generator
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_random.h,v 1.7 2000/08/07 00:51:42 tgl Exp $
+ * $Id: geqo_random.h,v 1.8 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 40f3568a24d43b7640fa713338171739798f9150..5dd2362403e7dddfcabe1e967a34388264174005 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_recombination.h
  *   prototypes for recombination in the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_recombination.h,v 1.8 2000/01/26 05:58:20 momjian Exp $
+ * $Id: geqo_recombination.h,v 1.9 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a4e118d2eb7b62b8b1b314370cc19ba64fdf608f..44bee7a56f4518a2ad5f236674e6ea24e8ab04c5 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_selection.h
  *   prototypes for selection routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_selection.h,v 1.8 2000/01/26 05:58:20 momjian Exp $
+ * $Id: geqo_selection.h,v 1.9 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f3b0c57384a4a39ac0fd292bd3d1071b49a1f0e9..be55d97b0318e6ece235fc1347cb73a953fbc856 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for joininfo.c.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: joininfo.h,v 1.16 2000/06/08 22:37:51 momjian Exp $
+ * $Id: joininfo.h,v 1.17 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 11a6b184ebcfc513a3ddb86c97bf9266f41d1734..b4e239aa8f712e79ca7786735dbba385fa9a91f9 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for pathnode.c, relnode.c.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pathnode.h,v 1.32 2000/12/14 22:30:45 tgl Exp $
+ * $Id: pathnode.h,v 1.33 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f57697f2c0c936e0766650e08ed4e63493f49dda..5f0acdd472950c07c506333b9f870b601c34c987 100644 (file)
@@ -5,10 +5,10 @@
  *   header files)
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: paths.h,v 1.50 2001/01/24 18:37:31 momjian Exp $
+ * $Id: paths.h,v 1.51 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c599114f4a9d8b01c44e0f954400205f1b094dd8..d4854039efbb9778b04b395aaf1197c1fda2afe5 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for plancat.c.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: plancat.h,v 1.20 2000/09/29 18:21:40 tgl Exp $
+ * $Id: plancat.h,v 1.21 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f50c1113f0699af5895d057dd1a3575118e0755e..79112f6fb4e42ec9a7e97510a0582d346c3bd091 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for various files in optimizer/plan
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: planmain.h,v 1.48 2000/11/12 00:37:01 tgl Exp $
+ * $Id: planmain.h,v 1.49 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9467b6485bb8ec76b32601eba74f803b53a7b9f2..8d79ec16cd94e8f1fe2958203a65e29c9c107a58 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for planner.c.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: planner.h,v 1.18 2000/11/12 00:37:01 tgl Exp $
+ * $Id: planner.h,v 1.19 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index be1811d58712f1ee1e5d8387aadfec1d75d51ded..9caf584975e228ade6522e5de35c15afd0ea630b 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for files in optimizer/prep/
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: prep.h,v 1.25 2000/11/12 00:37:01 tgl Exp $
+ * $Id: prep.h,v 1.26 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2e1d4d66f999424a8742f53d6ab02c857f5ad8c1..672e9206dfb9e33d09918733e371d87242d8483c 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for restrictinfo.c.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: restrictinfo.h,v 1.9 2000/09/12 21:07:11 tgl Exp $
+ * $Id: restrictinfo.h,v 1.10 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2159cbe2b8bb2a42b41730460ae12255cb6a8dab..5d4e6a02d84d79e2906fcaa04363417bb189fa52 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for tlist.c.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tlist.h,v 1.27 2001/01/09 03:48:50 tgl Exp $
+ * $Id: tlist.h,v 1.28 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b945a2f0f96e1bc6ff7eae5ab9af0866ecfe3d90..d0840596f1bf98cc3fd94e1efaba2db39736931f 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for var.c.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: var.h,v 1.11 2000/01/26 05:58:21 momjian Exp $
+ * $Id: var.h,v 1.12 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index baf5b570529a0295e136a11c2a1494890f5b363a..02c583f270b30f543a153f02c080485c1f8dd9fe 100644 (file)
@@ -3,10 +3,10 @@
  * analyze.h
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: analyze.h,v 1.13 2000/12/06 23:55:18 tgl Exp $
+ * $Id: analyze.h,v 1.14 2001/01/24 19:43:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 54d6e869ad9a57eee4f7ac3bdd80113293b73835..bd9a4574183fca547480e4bdfbb454092efcdfb5 100644 (file)
@@ -4,10 +4,10 @@
  *   Declarations for routines exported from lexer and parser files.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: gramparse.h,v 1.13 2000/09/12 21:07:12 tgl Exp $
+ * $Id: gramparse.h,v 1.14 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9e40085f3fced578788a33ab38d085e94891ef26..f111f7b882a2c9d6eda2e16878e03882eee23295 100644 (file)
@@ -4,10 +4,10 @@
  *   lexical token lookup for reserved words in postgres SQL
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: keywords.h,v 1.8 2000/08/29 02:00:38 tgl Exp $
+ * $Id: keywords.h,v 1.9 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cf85ec45850d9aa159d11c315fdabe57ebdec3b8..6102cf4eae54d1ab75c099c5f9194e4f1f62fa22 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_agg.h,v 1.16 2000/09/29 18:21:40 tgl Exp $
+ * $Id: parse_agg.h,v 1.17 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f6cb59581f0c813441708d4c09ce77cd020af45e..8f760ca38b33ad7a515e96814810e9ef3aa57d92 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_clause.h,v 1.21 2001/01/05 06:34:21 tgl Exp $
+ * $Id: parse_clause.h,v 1.22 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index eb35cdec7ade6ce3d390cc8890df718cfbf11fc0..09cb81544748b3ba51afb1607d9cc9113ed367e5 100644 (file)
@@ -4,10 +4,10 @@
  *
  * Routines for type coercion.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_coerce.h,v 1.25 2000/11/17 19:57:48 petere Exp $
+ * $Id: parse_coerce.h,v 1.26 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 410a24bc45503a6effa5c74a5635f3beb0fffeca..4dfc2367fd501727511b1c3c2196e0a7a2c5c560 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_expr.h,v 1.20 2000/10/07 00:58:21 tgl Exp $
+ * $Id: parse_expr.h,v 1.21 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d221c600c8ee555897cfcf4d12338ca9ea2aa264..205d993e8a4a27803fd1fa5806c61bb526d2763e 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_func.h,v 1.27 2000/09/12 21:07:12 tgl Exp $
+ * $Id: parse_func.h,v 1.28 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a0a41c3289a08c8f6338ca0882b433d89a44a97e..d8fcd6ee9072f0e46416092c67302414da764735 100644 (file)
@@ -3,10 +3,10 @@
  * parse_node.h
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_node.h,v 1.23 2000/11/08 22:10:02 tgl Exp $
+ * $Id: parse_node.h,v 1.24 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4e3c784c0dcbaa6a236125d74575becf45a75d63..6867addea518e5ae9561e636a4a3da4756d2b03d 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_oper.h,v 1.12 2000/11/16 22:30:45 tgl Exp $
+ * $Id: parse_oper.h,v 1.13 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 981d428693036b87aaabd6a3d3b1c6527d8e2ed7..bfdf7e8c2afb2e8948a8a5c36480208c7cc233fe 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for parse_relation.c.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_relation.h,v 1.20 2000/09/29 18:21:40 tgl Exp $
+ * $Id: parse_relation.h,v 1.21 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 55c4d9f88300ad9e1393b5d3d40febfff1605fef..7e2dcecd0d6901f78f98572645d8c3c17721f14e 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_target.h,v 1.19 2000/04/12 17:16:45 momjian Exp $
+ * $Id: parse_target.h,v 1.20 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0d8ba2f1bce7bc0b49bf50e6c00c1b20bbd0c55f..dee44cfe10a08f94c161c700ef7b2511d8b8f657 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_type.h,v 1.15 2000/11/16 22:30:45 tgl Exp $
+ * $Id: parse_type.h,v 1.16 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c5597b1d6fa7399876e3a790bb1ab03ff36521e1..5f25467a95ed67fad05d8190ec531a65504e1e49 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parser.h,v 1.7 2000/01/26 05:58:27 momjian Exp $
+ * $Id: parser.h,v 1.8 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4936bbdb47c9ba5e2db81e9b662c3d69468e9e75..63ae46d6741dafe9fe8a292d5ec90e150f22c1eb 100644 (file)
@@ -5,10 +5,10 @@
  *   parse trees.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parsetree.h,v 1.12 2000/09/25 18:14:53 tgl Exp $
+ * $Id: parsetree.h,v 1.13 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 44c1e5d914fa2768738441ad12ca12866200290d..3574b6506e3a020649c76e0d4e15a7daefa375a0 100644 (file)
@@ -4,10 +4,10 @@
  *   scanner support routines.  used by both the bootstrap lexer
  * as well as the normal lexer
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: scansup.h,v 1.7 2000/01/26 05:58:27 momjian Exp $
+ * $Id: scansup.h,v 1.8 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1011d04cbbdd37d3406398276a922426e96cba37..5ff6446e6f014c14955efb524e7bdfbfb20b5749 100644 (file)
@@ -4,10 +4,10 @@
  *   definition of (and support for) postgres system types.
  * this file is included by almost every .c in the system
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
- * $Id: postgres.h,v 1.44 2000/07/31 22:39:03 tgl Exp $
+ * $Id: postgres.h,v 1.45 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8fe8eb63130b65ccc2ecfdd375c1188712b253a1..7d642a72514c2a68e5419d58cd56da2b59d9f46c 100644 (file)
@@ -3,10 +3,10 @@
  * prs2lock.h
  *   data structures for POSTGRES Rule System II (rewrite rules only)
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: prs2lock.h,v 1.11 2000/01/26 05:58:30 momjian Exp $
+ * $Id: prs2lock.h,v 1.12 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e001ed9a0639f910925696739083c46229599fa1..c0957109469a083cb54eec5f0f32ab13723d53ea 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteDefine.h,v 1.8 2000/01/26 05:58:30 momjian Exp $
+ * $Id: rewriteDefine.h,v 1.9 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5271d78717c6b153ed59c5892087683c109ba79f..0e38e9d719212554f4f1fbbc9faea71de2b0f5b4 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteHandler.h,v 1.13 2000/09/12 21:07:15 tgl Exp $
+ * $Id: rewriteHandler.h,v 1.14 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 85b3a774cab170f7ec9ecec93aed2333cc68f67a..aa4e5c8d0db281ec9b1a8cd57178a6b85c975b6c 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteManip.h,v 1.24 2000/12/05 19:15:10 tgl Exp $
+ * $Id: rewriteManip.h,v 1.25 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a40cdae72fe7d23f4d2356898e28895dd76e3171..7e64aff594c6fd8abc64afe305e63eac8852026a 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteRemove.h,v 1.6 2000/01/26 05:58:30 momjian Exp $
+ * $Id: rewriteRemove.h,v 1.7 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 20cf82cbd91f3598f182610162f882886ba1b47d..b5ae3c1ccdf56d2a07d355eacc8c22da3c7a7918 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteSupport.h,v 1.14 2000/11/16 22:30:46 tgl Exp $
+ * $Id: rewriteSupport.h,v 1.15 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 58a4ab8eef2c6f41ab6565c071bcc8d67ac95aa2..83d477c720a5a5ac2a60cae2187d02aafdb1432e 100644 (file)
@@ -4,10 +4,10 @@
  *   Stubs for getrusage(3).
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rusagestub.h,v 1.5 2000/01/26 05:57:46 momjian Exp $
+ * $Id: rusagestub.h,v 1.6 2001/01/24 19:43:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 22c52012f07769366af66e1fb7966702bf21531d..1377803f7c52fa9fdf70c32540ec1157dedf6a36 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES backend id communication definitions
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: backendid.h,v 1.8 2000/11/12 20:51:52 tgl Exp $
+ * $Id: backendid.h,v 1.9 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ca85ba7a3fc533116e67ed907e65ee1ac92022d2..870954dd39e0d670fb123185c8bd0b46eab2c59d 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES disk block definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: block.h,v 1.11 2000/03/17 02:36:41 tgl Exp $
+ * $Id: block.h,v 1.12 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cc709eb6e3cac86ac6efb2b4eaa9a7eb08f6417c..c65e4cc9975ae04179a55ebe93c417827bd8f3ff 100644 (file)
@@ -4,10 +4,10 @@
  *   Basic buffer manager data types.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: buf.h,v 1.7 2000/01/26 05:58:32 momjian Exp $
+ * $Id: buf.h,v 1.8 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e7ac9f548cac657b2cce79604ddcb81fd30fbaff..051381bec68189afd6b113ca9f0d5a421cbf75e8 100644 (file)
@@ -4,10 +4,10 @@
  *   Internal definitions for buffer manager.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: buf_internals.h,v 1.46 2000/11/30 08:46:26 vadim Exp $
+ * $Id: buf_internals.h,v 1.47 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2c9e0870eb9c552512e676ca3beb985fc43427b4..217f1d81fed7fc1b5bb875b28d2c376ce2bc4fcf 100644 (file)
  * but currently we have no need for oversize temp files without buffered
  * access.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: buffile.h,v 1.7 2000/06/18 03:11:39 tgl Exp $
+ * $Id: buffile.h,v 1.8 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cc995dd48471ae2f48e6f2d6a9915614586557eb..70f648931d7dc207e08788024b55d34f0b14d642 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES buffer manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bufmgr.h,v 1.48 2000/12/28 13:00:29 vadim Exp $
+ * $Id: bufmgr.h,v 1.49 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a58fbe7c7512c75b2e4c2f9caf212eeac706b505..7eb84e392d28eb70da90e5b52a8a201620b3eb32 100644 (file)
@@ -4,10 +4,10 @@
  *   Standard POSTGRES buffer page definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bufpage.h,v 1.38 2000/12/30 15:19:57 vadim Exp $
+ * $Id: bufpage.h,v 1.39 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d3905df41ed24faae439c25df7f9edb2ae86a2ee..fb8486b0758a6b31097ab7070a169785aac80bcc 100644 (file)
@@ -4,10 +4,10 @@
  *   Virtual file descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fd.h,v 1.25 2000/12/08 22:21:32 tgl Exp $
+ * $Id: fd.h,v 1.26 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ca8f827d4f91b70bc61be015f206a34439779573..49ca90ad85707dcebf1c8d9521dab2124e0f064c 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES inter-process communication definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: ipc.h,v 1.45 2001/01/14 05:08:16 tgl Exp $
+ * $Id: ipc.h,v 1.46 2001/01/24 19:43:27 momjian Exp $
  *
  * Some files that would normally need to include only sys/ipc.h must
  * instead include this file because on Ultrix, sys/ipc.h is not designed
index 2e98502f85ca8c7e199036aacac1e4868170bacb..61e62b7c68f9472ac17c6882ee8dba9b996acf9b 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES disk item definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: item.h,v 1.6 2000/01/26 05:58:33 momjian Exp $
+ * $Id: item.h,v 1.7 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2e4ab58809aff024685db5edb269c029b85b50d7..e50cf6e0ba522816b704a14b98faa4a7efe5046e 100644 (file)
@@ -4,10 +4,10 @@
  *   Standard POSTGRES buffer page item identifier definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: itemid.h,v 1.14 2000/10/21 15:43:36 vadim Exp $
+ * $Id: itemid.h,v 1.15 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 83ff7a63626e28f0b1de30f43e156e5b71a451ca..70aa5579c200813088be0bfd42580d9462499be7 100644 (file)
@@ -4,10 +4,10 @@
  *   Standard POSTGRES buffer page long item subposition definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: itempos.h,v 1.11 2000/04/12 17:16:51 momjian Exp $
+ * $Id: itempos.h,v 1.12 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0d210875339b22880dc9e6e8a761251b9e4c975d..710db49af8c66ee746911b8c2fb9594ff66d6b6c 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES disk item pointer definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: itemptr.h,v 1.15 2000/07/04 01:49:44 vadim Exp $
+ * $Id: itemptr.h,v 1.16 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c763012481128e066e0fda1f7926ad22a799fc01..146d6333f47fa4966fcb9ba507f21b24eb928f29 100644 (file)
@@ -5,10 +5,10 @@
  *   zillions of large objects (internal, external, jaquith, inversion).
  *   Now we only support inversion.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: large_object.h,v 1.19 2000/10/24 03:34:53 tgl Exp $
+ * $Id: large_object.h,v 1.20 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6f7a16311fd331a61e6e0206a47f30de9657da37..30ef783cd6915b71d036396c47a238cfa797b96c 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES lock manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lmgr.h,v 1.27 2000/12/22 00:51:54 tgl Exp $
+ * $Id: lmgr.h,v 1.28 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6d84fea806a877227f1df21ecc5c53acfa05f56d..39eefac0ca6f827437a4550e8e9c842a5be0591a 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES low-level lock mechanism
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lock.h,v 1.42 2001/01/22 22:30:06 tgl Exp $
+ * $Id: lock.h,v 1.43 2001/01/24 19:43:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 72ade2357a07cb923cde131d72140966bba18a48..c66e4f82ccf3143e8b0053371f4ea5b980b7f20d 100644 (file)
@@ -5,10 +5,10 @@
  *   clients
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: multilev.h,v 1.17 2000/01/26 05:58:33 momjian Exp $
+ * $Id: multilev.h,v 1.18 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 028a9c933b1118556bd6ec5a1c473b11453e92d1..e1f0b7418ef9a3aa2ade70aa8381f9b4d886eef9 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES disk "offset" definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: off.h,v 1.9 2000/01/26 05:58:33 momjian Exp $
+ * $Id: off.h,v 1.10 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8012c332c737ea65ed56b62afd2c92b24759bf53..bbde73eca38c418aa036e97e532a09b2e5e02a95 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES buffer page abstraction definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: page.h,v 1.7 2000/01/26 05:58:33 momjian Exp $
+ * $Id: page.h,v 1.8 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 072d4459341e9c9d0fb062a6fa229763394a4a8a..0d3d8d214d6ec28b6fe29fb3c975da10b038c578 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES page number definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pagenum.h,v 1.9 2000/01/26 05:58:33 momjian Exp $
+ * $Id: pagenum.h,v 1.10 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8ad939762e967e3914389af4ea84307c067421c6..18d4a80924abb061c55622e7e17ed4e39bceb4d4 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES "position" definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pos.h,v 1.9 2000/01/26 05:58:33 momjian Exp $
+ * $Id: pos.h,v 1.10 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5fcd7c60ac7b6cc18a554e332d3858625fb26740..3f8902e7d373850032b2cddfadab005bb246aae4 100644 (file)
@@ -4,10 +4,10 @@
  *   per-process shared memory data structures
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: proc.h,v 1.37 2001/01/22 22:30:06 tgl Exp $
+ * $Id: proc.h,v 1.38 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 253d927a80da0360cfa1d48340b37db054517932..947e16352bab95c0e182628ffbb509253e8d5f5d 100644 (file)
@@ -4,12 +4,12 @@
  *    This file contains the in-line portion of the implementation
  *    of spinlocks.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.85 2001/01/20 00:03:54 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.86 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fb76297a89802e3c45dd1110aaa7b2a08f39e18b..58207783336dadb0c5d496a4ad2e363802b6aef4 100644 (file)
@@ -4,10 +4,10 @@
  *   shared memory management structures
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: shmem.h,v 1.25 2001/01/22 22:30:06 tgl Exp $
+ * $Id: shmem.h,v 1.26 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1cadb54fd246f4201d96c1f83e7197674ee15eae..1b04bcec900d64f3dff1f8c8cb972bb565c70b3c 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES shared cache invalidation communication definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sinval.h,v 1.16 2000/11/28 23:27:57 tgl Exp $
+ * $Id: sinval.h,v 1.17 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c31caf53bf5e7e641233a9afcd851f41fe77e97f..074e37eb17a2370e7f68bf53fe1e9eacb307ee81 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES shared cache invalidation segment definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sinvaladt.h,v 1.24 2000/11/28 23:27:57 tgl Exp $
+ * $Id: sinvaladt.h,v 1.25 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4e4531dd65b5af288f9a216f4b368467fd585ff9..58f11719991e147578b482311a139b6947460a4c 100644 (file)
@@ -4,10 +4,10 @@
  *   storage manager switch public interface declarations.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: smgr.h,v 1.26 2000/11/30 08:46:26 vadim Exp $
+ * $Id: smgr.h,v 1.27 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 53efabcadb1edab4da5505b17f69fc8f496d9294..7faa19b64a50af8ffd3a6555c0dfa5dfe93aa0e1 100644 (file)
@@ -4,10 +4,10 @@
  *   synchronization routines
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: spin.h,v 1.13 2000/11/28 23:27:57 tgl Exp $
+ * $Id: spin.h,v 1.14 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1cff3a78bb1db7d08a89cd1d1baf6dc31f8e8c00..c72f256afe832cae03bf9930361591d5e757be41 100644 (file)
  * in-line in BeginCommand and EndCommand probably should be moved out
  * to routines associated with each destination receiver type.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dest.h,v 1.24 2000/07/08 03:04:33 tgl Exp $
+ * $Id: dest.h,v 1.25 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ef7da84d0a3caa83a8914007a001f4a0e3426472..854e78b738e77398985c685efa116461aae48dbf 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fastpath.h,v 1.7 2000/01/26 05:58:35 momjian Exp $
+ * $Id: fastpath.h,v 1.8 2001/01/24 19:43:28 momjian Exp $
  *
  * NOTES
  *   This information pulled out of tcop/fastpath.c and put
index 1bc5da9a3344d7f600eec030728a5558b9a4abc8..a41cb1be1c6f353a8ee4c2070e0bc2316b488a87 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for pquery.c.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pquery.h,v 1.15 2000/06/28 03:33:28 tgl Exp $
+ * $Id: pquery.h,v 1.16 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1a64dcc66b73f6fd70f75b89dfd438b00b89a46a..661c839c73f6076d552a6c85c0955daa7f2b4a97 100644 (file)
@@ -4,10 +4,10 @@
  *   #defines governing debugging behaviour in the traffic cop
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tcopdebug.h,v 1.5 2000/01/26 05:58:35 momjian Exp $
+ * $Id: tcopdebug.h,v 1.6 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d7b7ff768506e634c113cd75cbce4f1adf154e92..52d719c6c5f6907c1a220f97af3517178512c4e6 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for postgres.c.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tcopprot.h,v 1.37 2001/01/14 05:08:16 tgl Exp $
+ * $Id: tcopprot.h,v 1.38 2001/01/24 19:43:28 momjian Exp $
  *
  * OLD COMMENTS
  *   This file was created so that other c files could get the two
index bba5aa0aa57b6b3523f10619000fa3f9161e200e..8cb89cbd9098e6438387b186917860047d51ba4f 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for utility.c.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: utility.h,v 1.9 2000/01/26 05:58:35 momjian Exp $
+ * $Id: utility.h,v 1.10 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8836bd1733e01ff90241c00ca933b500c654e234..12747f80d7178aef0687a08cd55db7874c6dc32c 100644 (file)
@@ -4,10 +4,10 @@
  *   Definition of (and support for) access control list data structures.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: acl.h,v 1.29 2000/10/07 00:58:23 tgl Exp $
+ * $Id: acl.h,v 1.30 2001/01/24 19:43:28 momjian Exp $
  *
  * NOTES
  *   For backward-compatibility purposes we have to allow there
index 590e79f06d4e419454544624ee9c8e73e4b3c39c..a4306c0e908b8d66db8873c65ff58147898e933c 100644 (file)
@@ -7,10 +7,10 @@
  *             utils/adt/arrayutils.c
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: array.h,v 1.27 2000/07/22 03:34:35 tgl Exp $
+ * $Id: array.h,v 1.28 2001/01/24 19:43:28 momjian Exp $
  *
  * NOTES
  *   XXX the data array should be MAXALIGN'd -- currently we only INTALIGN
index c29d2dc904cfc93c015bc11470a2394a2e9cc737..f95d61320298e5fb68783ac42af0041dd992c244 100644 (file)
@@ -2,9 +2,9 @@
 /* -----------------------------------------------------------------------
  * ascii.h
  *
- * $Id: ascii.h,v 1.3 2000/08/05 14:59:29 momjian Exp $
+ * $Id: ascii.h,v 1.4 2001/01/24 19:43:28 momjian Exp $
  *
- *  Portions Copyright (c) 1999-2000, PostgreSQL, Inc
+ *  Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group
  *
  * -----------------------------------------------------------------------
  */
index 1c4443cdd0785244c14f2764e27393fd07f6e2ed..3b58e6b2f77017896e633ca95b2f9247be8aac64 100644 (file)
@@ -4,10 +4,10 @@
  *   Standard bit array definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bit.h,v 1.8 2000/08/20 19:31:37 tgl Exp $
+ * $Id: bit.h,v 1.9 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c23e2f331248856b84d65d5c5f0c6ee421c4ef9e..28cb478189a0026b984ab573586b10fc83c31e10 100644 (file)
@@ -4,10 +4,10 @@
  *   Declarations for operations on built-in types.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: builtins.h,v 1.145 2000/12/22 18:00:18 tgl Exp $
+ * $Id: builtins.h,v 1.146 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a24307bd90f91ddac5a32d42058edbb59da9b211..14767c1279d57788b2982107b5bfce6380811389 100644 (file)
  * guarantee that there can only be one matching row for a key combination.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catcache.h,v 1.30 2001/01/05 22:54:37 tgl Exp $
+ * $Id: catcache.h,v 1.31 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bd2e9d01bf368ee4c888962d400be25d780e5e61..0aa37327c9318b478dc5008489b28c1925d7c6d3 100644 (file)
@@ -4,10 +4,10 @@
  *   Definitions for the SQL92 "date" and "time" types.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: date.h,v 1.9 2001/01/23 03:10:25 momjian Exp $
+ * $Id: date.h,v 1.10 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9e28436a31bc7e4cfee8d3fa0819f0dded80d85b..af9b7f6ac7e93990749077df8914b48b5bdcfd06 100644 (file)
@@ -6,10 +6,10 @@
  *    including abstime, reltime, date, and time.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: datetime.h,v 1.16 2001/01/18 07:22:42 thomas Exp $
+ * $Id: datetime.h,v 1.17 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 199cf3109e11eaa6d9cdaca10c52d7726cf089d5..9cb6c7eb45a3a3bb9a50ed1b86101db943c6db31 100644 (file)
@@ -8,10 +8,10 @@
  * of the Datum.  (We do it this way because in most situations the caller
  * can look up the info just once and use it for many per-datum operations.)
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: datum.h,v 1.11 2000/07/12 02:37:35 tgl Exp $
+ * $Id: datum.h,v 1.12 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1a8414369f3507b894d916a509a0cf9f5b843557..d324722383f2bdf2e19a37d671a3d5dbd65eac4d 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES dynahash.h file definitions
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dynahash.h,v 1.7 2000/01/26 05:58:37 momjian Exp $
+ * $Id: dynahash.h,v 1.8 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 535d5c6d3acbb0c8f53b5c6031406031341797f7..953495251b8f8d60527e301c8a8e9ccdcdd1ebce 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dynamic_loader.h,v 1.15 2000/05/28 17:56:20 tgl Exp $
+ * $Id: dynamic_loader.h,v 1.16 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8468118177fd6ce79168d78d1b09e2dcb32e4746..46f85d07e12fbf4899e9ab402908039ade45600c 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES error logging definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: elog.h,v 1.24 2001/01/14 05:08:16 tgl Exp $
+ * $Id: elog.h,v 1.25 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8b2fc4723a9fdec7aed1d7e8e760e3abfe54971d..e44f9b46d9d935662beb5a9348a687c61a394bc7 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES exception handling definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: exc.h,v 1.17 2000/10/28 23:53:01 petere Exp $
+ * $Id: exc.h,v 1.18 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 96d8807ca3a917e7b496590a3173fa3798e8b702..88ba06dc2a8e2c8633f654b2b37a420554abc081 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES known exception identifier definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: excid.h,v 1.7 2000/01/26 05:58:38 momjian Exp $
+ * $Id: excid.h,v 1.8 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a30c72836085085e0fb90c2a1fa86331d93f9fcd..a99b804d19c3d346d2344cd4b1fdc9b6825535cc 100644 (file)
@@ -8,10 +8,10 @@
  * record in the Oper or Func node.  This saves repeated lookup of info
  * about the function.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fcache.h,v 1.14 2000/08/24 03:29:14 tgl Exp $
+ * $Id: fcache.h,v 1.15 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9d46aeae694f0d66d390fe5b3423e55a24c8c3e4..33cecce3196404a4be40ecb0fc73bac34aa72340 100644 (file)
@@ -3,10 +3,10 @@
  * fmgrtab.h
  *    The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fmgrtab.h,v 1.14 2000/11/20 20:36:51 tgl Exp $
+ * $Id: fmgrtab.h,v 1.15 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e296484e1fe1df84355ec4f01592cd9e74b09183..4b713e59850dfc9518b3b46f8f7d51df7894eea9 100644 (file)
@@ -2,10 +2,10 @@
 /* -----------------------------------------------------------------------
  * formatting.h
  *
- * $Id: formatting.h,v 1.6 2000/06/13 07:35:30 tgl Exp $
+ * $Id: formatting.h,v 1.7 2001/01/24 19:43:28 momjian Exp $
  *
  *
- *  Portions Copyright (c) 1999-2000, PostgreSQL, Inc
+ *  Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group
  *
  *  The PostgreSQL routines for a DateTime/int/float/numeric formatting,
  *  inspire with Oracle TO_CHAR() / TO_DATE() / TO_NUMBER() routines.
index 84193ca0ef80b72b84fc2cdf04bd0e4291c5d4f5..67ab1cd4fb2e3a2e673c2dcdb70cff280b656ea7 100644 (file)
@@ -3,10 +3,10 @@
  * geo_decls.h - Declarations for various 2D constructs.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geo_decls.h,v 1.31 2000/07/30 20:43:49 tgl Exp $
+ * $Id: geo_decls.h,v 1.32 2001/01/24 19:43:28 momjian Exp $
  *
  * NOTE
  *   These routines do *not* use the float types from adt/.
index c58ccb1a16b9ff8f4af90210214d4c0bf76940cb..93742aef063d1dbf6cb11c01aefdc9669727f878 100644 (file)
@@ -4,10 +4,10 @@
  *   for hash tables, particularly hash tables in shared memory
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hsearch.h,v 1.17 2001/01/02 04:33:24 tgl Exp $
+ * $Id: hsearch.h,v 1.18 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5b39801f9c1544828688535857eb3ae8e2f6402b..9503fed8beaa0bd50de4a3a00fdf6e00292aa7ff 100644 (file)
@@ -4,10 +4,10 @@
  *   Declarations for operations on INET datatypes.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: inet.h,v 1.8 2000/08/03 23:07:51 tgl Exp $
+ * $Id: inet.h,v 1.9 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9ebe8efc6dd41a83380fa472e2c2add814be63e4..4130bec64f057dce64c9413dc0882dd4315291dd 100644 (file)
@@ -4,10 +4,10 @@
  *   Declarations for operations on 64-bit integers.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: int8.h,v 1.24 2000/10/24 20:16:48 petere Exp $
+ * $Id: int8.h,v 1.25 2001/01/24 19:43:28 momjian Exp $
  *
  * NOTES
  * These data types are supported on all 64-bit architectures, and may
index b2ccee3adffe348e670f6eb3ad8bfbe07a8c34c3..7da14e517222013c201ef7b68d073903d81c4263 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES cache invalidation dispatcher definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: inval.h,v 1.18 2000/11/08 22:10:02 tgl Exp $
+ * $Id: inval.h,v 1.19 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1ce02fc64b4405656e30435881d799d507f2915e..afc8dc0b6f46fd353bad8e67c6a8b9651cd461aa 100644 (file)
@@ -5,10 +5,10 @@
  *
  * See logtape.c for explanations.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: logtape.h,v 1.3 2000/04/12 17:16:55 momjian Exp $
+ * $Id: logtape.h,v 1.4 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 903e09aaf9cfc6a22cbb18b0a334fbe8c7432336..5f9a960589ea7b6c4ef1040bfd7da854c374cbff 100644 (file)
@@ -3,10 +3,10 @@
  * lsyscache.h
  *   Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lsyscache.h,v 1.28 2000/11/20 20:36:51 tgl Exp $
+ * $Id: lsyscache.h,v 1.29 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7e5b3700f018ca871454e798bffbfc3cf6ae46c5..28cf6b3354990e6065f71582047e6bda8851b779 100644 (file)
@@ -7,10 +7,10 @@
  *   of the API of the memory management subsystem.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: memutils.h,v 1.40 2001/01/22 00:18:13 tgl Exp $
+ * $Id: memutils.h,v 1.41 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f6719dbeb9b731417ab0b626d91bc7469c2acd1a..fde50d224c9ca965165e5aa6caa93f772e7f7b6c 100644 (file)
@@ -4,10 +4,10 @@
  *   Definitions for the "new" abstime code.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nabstime.h,v 1.27 2000/11/18 05:41:45 tgl Exp $
+ * $Id: nabstime.h,v 1.28 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4bfdedff7e393d561759802ebc2ad3fdc5baf158..c1613c05091e3365cfbb0ce06a77bd19c83c7da0 100644 (file)
  * everything that should be freed.  See utils/mmgr/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: palloc.h,v 1.13 2000/06/28 03:33:33 tgl Exp $
+ * $Id: palloc.h,v 1.14 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a106fa77cb1af49886bc0df65f95fc5ad533bb8c..a8040cc5442647eaf86c970430aaef4c24cc4470 100644 (file)
@@ -4,9 +4,9 @@
  *  The PostgreSQL locale utils.
  *
  *
- * $Id: pg_locale.h,v 1.5 2000/11/25 22:43:07 tgl Exp $
+ * $Id: pg_locale.h,v 1.6 2001/01/24 19:43:28 momjian Exp $
  *
- *  Portions Copyright (c) 1999-2000, PostgreSQL, Inc
+ *  Portions Copyright (c) 1999-2000, PostgreSQL Global Development Group
  *
  * Karel Zak - Zakkr
  *
index bb240fe599dac377a400458fc51c25e0898cc5cb..9c09e8eaefee79ccb28f1857b986965796d5cbcc 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES portal definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: portal.h,v 1.24 2000/06/28 03:33:33 tgl Exp $
+ * $Id: portal.h,v 1.25 2001/01/24 19:43:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index adde4a28e31c99976311a674b581e4a2f7ba5c06..1a7cf32c8744087253c73d277e3c0fd12eb68d4a 100644 (file)
@@ -4,10 +4,10 @@
  *   POSTGRES relation descriptor (a/k/a relcache entry) definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rel.h,v 1.43 2000/12/23 19:55:16 tgl Exp $
+ * $Id: rel.h,v 1.44 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 181f70819a5c2e4653725031556015e927bfaa02..a9178b8604de42e380ed0b964ca03abb2346a966 100644 (file)
@@ -4,10 +4,10 @@
  *   Relation descriptor cache definitions.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: relcache.h,v 1.23 2000/11/21 21:16:06 petere Exp $
+ * $Id: relcache.h,v 1.24 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7f284ac3467d3f13bbf2cf07291f86dd7e9dd1e3..8ecf2389a0d09bd1a5f7b3c25bde10bfbf87376d 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sets.h,v 1.8 2000/08/24 03:29:14 tgl Exp $
+ * $Id: sets.h,v 1.9 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 73abd53e134e11f6d5ba444f76081179b73bca2a..7cb3c26606bc0077e2e80d5d37aa7488ad84a714 100644 (file)
@@ -6,10 +6,10 @@
  * See also lsyscache.h, which provides convenience routines for
  * common cache-lookup operations.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: syscache.h,v 1.27 2000/11/16 22:30:49 tgl Exp $
+ * $Id: syscache.h,v 1.28 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8c19c8e127dfd296d08063d4fa4bb2569acb0474..e7b38f30f8318e4d670bc7a2cae2306c64ee1361 100644 (file)
@@ -4,10 +4,10 @@
  *   Temporary relation functions
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: temprel.h,v 1.13 2000/12/22 23:12:07 tgl Exp $
+ * $Id: temprel.h,v 1.14 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index eec3357ff11c70e00592bdc01a6d72b84d059dd1..7a5422327cbf5a4b81a462f584b3fc06f9abf5c9 100644 (file)
@@ -3,10 +3,10 @@
  * timestamp.h
  *   Definitions for the SQL92 "timestamp" and "interval" types.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: timestamp.h,v 1.13 2001/01/23 03:10:25 momjian Exp $
+ * $Id: timestamp.h,v 1.14 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 01a3b9c80c7b6bbdce0d3a37a390af1334413b1f..a2bcddf862f1c56d5b79b0d8fea829f34c568a0b 100644 (file)
@@ -5,10 +5,10 @@
  *
  *   Should be moved/renamed...    - vadim 07/28/98
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tqual.h,v 1.29 2000/04/12 17:16:56 momjian Exp $
+ * $Id: tqual.h,v 1.30 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ffffe15f1b66960556e54f8c0fe3b02113708471..7f273776c36a26cc1e6b688b4a530f74a7c108f2 100644 (file)
  * amounts are sorted using temporary files and a standard external sort
  * algorithm.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tuplesort.h,v 1.5 2000/06/15 03:33:11 momjian Exp $
+ * $Id: tuplesort.h,v 1.6 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 702d3b73c917e2e795bbb21b52d8a81533d9b977..5dc56fd788f5d72eda4d8d7401cb66d9ceb5764f 100644 (file)
  * A temporary file is used to handle the data if it exceeds the
  * space limit specified by the caller.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tuplestore.h,v 1.1 2000/06/18 22:44:35 tgl Exp $
+ * $Id: tuplestore.h,v 1.2 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 50ab4556ad7dd1d33bdd74afa90bf9c631202f45..b64b7d974670de03c9881b52d20a8092eb0c9067 100644 (file)
@@ -5,10 +5,10 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: varbit.h,v 1.8 2000/10/31 10:22:13 petere Exp $
+ * $Id: varbit.h,v 1.9 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e265de3b0c4c2dbd54d1df870ad34c2861568777..a9ffbfb6277970867e63ccdfc9dc95f9eb105f78 100644 (file)
@@ -5,10 +5,10 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_type.h,v 1.1 2000/09/20 13:25:51 meskes Exp $
+ * $Id: pg_type.h,v 1.2 2001/01/24 19:43:29 momjian Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
index 6f76bf646026b003c9895d8153ed8e033d691a1b..402ca4e30c3ad8a17e3748a2078b9c86b6a6da96 100644 (file)
@@ -3,12 +3,12 @@
  * keywords.c
  *   lexical token lookup for reserved words in postgres SQL
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.35 2001/01/05 06:34:22 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.36 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8b21af1fb9b1e6cacaaba8652045d928eb2b013a..d33c71bdec5b11b76153d65c1597702ad37055b1 100644 (file)
@@ -7,12 +7,12 @@
  * This is a modified version of src/backend/parser/scan.l
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.72 2001/01/22 17:05:50 meskes Exp $
+ *   $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.73 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c1a7bd96c65da1150ead571c108dde528ecef642..2f9b49086fecdaf54d22665ca7e6d6cfd13858fa 100644 (file)
@@ -5,10 +5,10 @@
  * libpgtcl is a tcl package for front-ends to interface with PostgreSQL.
  * It's a Tcl wrapper for libpq.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpgtcl.h,v 1.10 2000/05/29 21:25:03 momjian Exp $
+ * $Id: libpgtcl.h,v 1.11 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a7e3d852d4191ee3c2abcb0efa94d06550212c73..1590c60ed00aef0272d8a3270ab9e246eb344ae8 100644 (file)
@@ -5,12 +5,12 @@
  * libpgtcl is a tcl package for front-ends to interface with PostgreSQL.
  * It's a Tcl wrapper for libpq.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtcl.c,v 1.18 2000/11/27 13:29:32 wieck Exp $
+ *   $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtcl.c,v 1.19 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4ffccdfe9a52149e9b9364237dc619d10b7b46c1..ec8a27eaa64294b629002650825cf6bcd5fb4fd6 100644 (file)
@@ -3,12 +3,12 @@
  * pgtclCmds.c
  *   C functions which implement pg_* tcl commands
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclCmds.c,v 1.52 2000/12/29 22:46:37 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclCmds.c,v 1.53 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e5183838d3cab42d4a4795ca7f101330483e16b4..cf306e8c2d353d3a480c55a26f6cbf279ec7f449 100644 (file)
@@ -3,10 +3,10 @@
  * pgtclCmds.h
  *   declarations for the C functions which implement pg_* tcl commands
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pgtclCmds.h,v 1.19 2000/11/27 13:29:32 wieck Exp $
+ * $Id: pgtclCmds.h,v 1.20 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2cb0cb9de41c3170ccde1214a13d8c1e373dd7da..9f1354390a314f5d8b5fb8c3d4cfa0af45b36e72 100644 (file)
@@ -9,11 +9,11 @@
  *
  * ASSUMPTION:  sizeof(long) >= sizeof(void*)
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclId.c,v 1.23 2000/04/12 17:17:11 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclId.c,v 1.24 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1cbb262dd59d67b1e9e817a042baa2cad92108eb..fd12ee4a48aa00b54383f388141d20504e95f199 100644 (file)
@@ -7,10 +7,10 @@
  * everything in Tcl is a string, but in C, pointers to data structures
  * are needed.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pgtclId.h,v 1.15 2000/04/12 17:17:12 momjian Exp $
+ * $Id: pgtclId.h,v 1.16 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c82d6744f3a844c2f1be1110c2830b67ce16156e..10afb38d90f122fff572e1d049de3d05d1764ed7 100644 (file)
  *  in the build environment the individual include files are not
  *   yet installed in a subdirectory.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq++.h,v 1.9 2000/04/22 22:39:15 tgl Exp $
+ * $Id: libpq++.h,v 1.10 2001/01/24 19:43:32 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1e7ccbad61d9bf6bddb491e30b98aba3ff415a00..5ca7afca9cc0f6bb81298a5ee659f2eca0e0e29e 100644 (file)
  *   NOTES
  *      Currently under construction.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  * 
- * $Id: pgconnection.h,v 1.8 2000/07/27 19:44:01 momjian Exp $
+ * $Id: pgconnection.h,v 1.9 2001/01/24 19:43:32 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3c20ff7dbed8bc44388566616cd38e5dbe27a7e8..4f8ad4e1db94ec439db401e554c472fff2b1b699 100644 (file)
  *   NOTES
  *      Currently under construction.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
- *  $Id: pgcursordb.h,v 1.5 2000/04/22 22:39:15 tgl Exp $
+ *  $Id: pgcursordb.h,v 1.6 2001/01/24 19:43:32 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 37e019a880dcba5dc300ca5b2a87ce598bf61428..76ed2159300e4d354d1935b10cc23e10668a0268 100644 (file)
  *   NOTES
  *      Currently under construction.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
- *  $Id: pgdatabase.h,v 1.8 2000/04/22 22:39:15 tgl Exp $
+ *  $Id: pgdatabase.h,v 1.9 2001/01/24 19:43:32 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 15d1dd48081ae976553613ccbc58157529aaf7f6..3e3664a1dde9b31759dedf672ffdf15975160b30 100644 (file)
@@ -7,11 +7,11 @@
  *      declaration of the PGlobj class.
  *   PGlobj encapsulates a large object interface to Postgres backend 
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
- *  $Id: pglobject.h,v 1.5 2000/04/22 22:39:15 tgl Exp $
+ *  $Id: pglobject.h,v 1.6 2001/01/24 19:43:32 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9a941f84125d94ec253728021e5a1e6ed79f39fa..d8e616772f1c7b91dab12087c7400ebaa856f331 100644 (file)
  *   NOTES
  *      Currently under construction.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
- *  $Id: pgtransdb.h,v 1.5 2000/04/22 22:39:15 tgl Exp $
+ *  $Id: pgtransdb.h,v 1.6 2001/01/24 19:43:32 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8af4c193ae165b52814b63546bcdd325b30d14d8..6439827360510bb9978f9ccfea73adb7a4946214 100644 (file)
@@ -3,14 +3,14 @@
  * fe-auth.c
  *    The front-end (client) authorization routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTE: the error message strings returned by this module must not
  * exceed INITIAL_EXPBUFFER_SIZE (currently 256 bytes).
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.44 2000/08/25 10:00:35 petere Exp $
+ *   $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.45 2001/01/24 19:43:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1e02345150477577fd3bd912ca9aaa4611d8ce91..ed8d5b77748514bbdf7d9fbb9aac769047f1688a 100644 (file)
@@ -4,10 +4,10 @@
  *
  *   Definitions for network authentication routines
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fe-auth.h,v 1.11 2000/01/26 05:58:45 momjian Exp $
+ * $Id: fe-auth.h,v 1.12 2001/01/24 19:43:30 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2d5eac6816388a26aaff4f3efc7a0f525face330..3d7733b2fa5860da81b2f6e51728ca1ce91597be 100644 (file)
@@ -3,12 +3,12 @@
  * fe-connect.c
  *   functions related to setting up a connection to the backend
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.158 2000/12/31 18:23:21 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.159 2001/01/24 19:43:30 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c5c9aa0660d02244335c1c088dd818b42ff13ec4..e25e3a1574480b53f6ee5a2eb29b14b3bc12551f 100644 (file)
@@ -3,12 +3,12 @@
  * fe-exec.c
  *   functions related to sending a query down to the backend
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.97 2000/12/03 20:45:39 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.98 2001/01/24 19:43:30 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e7aa08a9fe3b601bc8144d310b3670cbc098400d..e8d0794693540f3d50e8c27108c4d28fa52ad859 100644 (file)
@@ -3,12 +3,12 @@
  * fe-lobj.c
  *   Front-end large object interface
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.31 2000/10/24 03:15:14 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.32 2001/01/24 19:43:30 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fff8ee6da97afdba2bf9e4a0a0acb358476bede3..cf3867896036a768a647f171db314c201ae8b805 100644 (file)
  * for transmitted ints, whereas the backend modules (as of this writing)
  * still handle either network or little-endian byte order.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.42 2000/11/16 05:51:05 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.43 2001/01/24 19:43:30 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 192e89b56f6c266291a1f4802393cd2e61898223..574ca0602274da90cfe4c666fc17cdb1dfdcfaf2 100644 (file)
@@ -3,14 +3,14 @@
  * fe-print.c
  *   functions for pretty-printing query results
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * These functions were formerly part of fe-exec.c, but they
  * didn't really belong there.
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-print.c,v 1.39 2001/01/06 17:43:01 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-print.c,v 1.40 2001/01/24 19:43:31 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f44b034979834dd1ccbb8e6170968ce8fb47eb28..1f201857e3eeed9dd1f67bf9e7725109b147c5bc 100644 (file)
@@ -4,10 +4,10 @@
  *   This file contains definitions for structures and
  *   externs for functions used by frontend postgres applications.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-fe.h,v 1.69 2000/11/28 07:25:08 momjian Exp $
+ * $Id: libpq-fe.h,v 1.70 2001/01/24 19:43:31 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1614ecf00c8fec0f32a2dc5d490388d22387cf49..023f0d6fd0ba7e5de0aeaec7fdbe7b22ba731986 100644 (file)
@@ -9,10 +9,10 @@
  *   more likely to break across PostgreSQL releases than code that uses
  *   only the official API.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-int.h,v 1.30 2001/01/20 23:07:27 tgl Exp $
+ * $Id: libpq-int.h,v 1.31 2001/01/24 19:43:31 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 523c78fcea93323d37cc5d34b2240611f3935c26..b510eab2be03d51c2231e0d05e4c4d6b8ee62d01 100644 (file)
  * a usable vsnprintf(), then a copy of our own implementation of it will
  * be linked into libpq.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/pqexpbuffer.c,v 1.7 2001/01/19 19:39:23 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/pqexpbuffer.c,v 1.8 2001/01/24 19:43:31 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ac50f8ea9a666499d97138d5f2c818270d17288d..7d5b07f7302480ee3825de00eaa14a3fdc809601 100644 (file)
  * a usable vsnprintf(), then a copy of our own implementation of it will
  * be linked into libpq.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqexpbuffer.h,v 1.5 2000/04/12 17:17:15 momjian Exp $
+ * $Id: pqexpbuffer.h,v 1.6 2001/01/24 19:43:31 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 651a9140296fe17a2649c2d6f863cb2b04022ff0..526601fd2887c7a06c3007875fd969b44a943972 100644 (file)
@@ -4,12 +4,12 @@
  *   reliable BSD-style signal(2) routine stolen from RWW who stole it
  *   from Stevens...
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/interfaces/libpq/pqsignal.c,v 1.12 2000/06/11 11:40:07 petere Exp $
+ *   $Header: /cvsroot/pgsql/src/interfaces/libpq/pqsignal.c,v 1.13 2001/01/24 19:43:31 momjian Exp $
  *
  * NOTES
  *     This shouldn't be in libpq, but the monitor and some other
index d2c9fa8b7356da5ff1f075f5fbc5f7aa567e087b..58f343ec8a2cc42d78e5d806908929354fe66071 100644 (file)
@@ -4,10 +4,10 @@
  *   prototypes for the reliable BSD-style signal(2) routine.
  *
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqsignal.h,v 1.8 2000/01/26 05:58:46 momjian Exp $
+ * $Id: pqsignal.h,v 1.9 2001/01/24 19:43:31 momjian Exp $
  *
  * NOTES
  *   This shouldn't be in libpq, but the monitor and some other
index 181216bf7830b1d89346299187343ae399f59737..706f408047c02a008e868647a312f6780acaa6b9 100644 (file)
@@ -3,12 +3,12 @@
  * testlo.c
  *   test using large objects with libpq
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/test/examples/testlo.c,v 1.16 2000/10/24 00:08:02 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/test/examples/testlo.c,v 1.17 2001/01/24 19:43:32 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cc64e4d8ee7f3275a240c7aa04adcee7963fba0b..8a7680efb33617e293ea55e2e271a32d2440f2e1 100755 (executable)
@@ -1,5 +1,5 @@
 rgrepc -l 'Copyright.*Regents' | while read FILE
 do
-   pipe sed 's/^\(.*\)\(Copyright.*Regents.*\)$/ * Portions Copyright (c) 1996-1999, PostgreSQL, Inc\
+   pipe sed 's/^\(.*\)\(Copyright.*Regents.*\)$/ * Portions Copyright (c) 1996-1999, PostgreSQL Global Development Group\
 \1Portions \2/g' $FILE
 done
index bdbcc746597d44030e1a8bedc0f6e5de2b5cfef2..af0ec28128d1c2f174153b42db7e7dab3c53c0be 100644 (file)
@@ -3,12 +3,12 @@
  * beard.c
  *   sample routines to use large objects
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/tutorial/Attic/beard.c,v 1.4 2000/06/09 01:11:16 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/tutorial/Attic/beard.c,v 1.5 2001/01/24 19:43:32 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3a00bc6d21cea1d22344b2a9571378c7d7967932..0fca7a763ba8d60b070ed6c643cc794133058f82 100644 (file)
@@ -3,12 +3,12 @@
  * strdup.c
  *   copies a null-terminated string.
  *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/utils/Attic/strdup.c,v 1.7 2000/01/26 05:58:53 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/utils/Attic/strdup.c,v 1.8 2001/01/24 19:43:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */