]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Wed, 26 Jan 2000 05:58:53 +0000 (05:58 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 26 Jan 2000 05:58:53 +0000 (05:58 +0000)
  * Portions Copyright (c) 1996-2000, PostgreSQL, Inc

to all files copyright Regents of Berkeley.  Man, that's a lot of files.

596 files changed:
contrib/os2client/c.h
contrib/vacuumlo/vacuumlo.c
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/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_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/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/user.c
src/backend/commands/vacuum.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/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/nodeSort.c
src/backend/executor/nodeSubplan.c
src/backend/executor/nodeTidscan.c
src/backend/executor/nodeUnique.c
src/backend/lib/bit.c
src/backend/lib/dllist.c
src/backend/lib/fstack.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-dumpdata.c
src/backend/libpq/be-fsstubs.c
src/backend/libpq/be-pqexec.c
src/backend/libpq/password.c
src/backend/libpq/portal.c
src/backend/libpq/portalbuf.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/freefuncs.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_params.c
src/backend/optimizer/geqo/geqo_pool.c
src/backend/optimizer/geqo/geqo_selection.c
src/backend/optimizer/geqo/minspantree.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/prune.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/indexnode.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/alpha.h
src/backend/port/dynloader/bsd.c
src/backend/port/dynloader/bsd.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/sco.h
src/backend/port/dynloader/solaris_i386.h
src/backend/port/dynloader/solaris_sparc.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/fixade.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/locks.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/multi.c
src/backend/storage/lmgr/proc.c
src/backend/storage/lmgr/single.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/adt/acl.c
src/backend/utils/adt/arrayfuncs.c
src/backend/utils/adt/arrayutils.c
src/backend/utils/adt/bool.c
src/backend/utils/adt/char.c
src/backend/utils/adt/chunk.c
src/backend/utils/adt/date.c
src/backend/utils/adt/datetime.c
src/backend/utils/adt/datum.c
src/backend/utils/adt/dt.c
src/backend/utils/adt/filename.c
src/backend/utils/adt/float.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/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/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/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/enbl.c
src/backend/utils/init/findbe.c
src/backend/utils/init/globals.c
src/backend/utils/init/miscinit.c
src/backend/utils/init/postinit.c
src/backend/utils/misc/database.c
src/backend/utils/misc/superuser.c
src/backend/utils/mmgr/aset.c
src/backend/utils/mmgr/mcxt.c
src/backend/utils/mmgr/oset.c
src/backend/utils/mmgr/palloc.c
src/backend/utils/mmgr/portalmem.c
src/backend/utils/sort/logtape.c
src/backend/utils/sort/tuplesort.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/pg_version/pg_version.c
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/funcindex.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_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/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/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/nodeSort.h
src/include/executor/nodeTidscan.h
src/include/executor/nodeUnique.h
src/include/executor/tuptable.h
src/include/lib/dllist.h
src/include/lib/fstack.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/internal.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/locks.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/bit.h
src/include/utils/builtins.h
src/include/utils/catcache.h
src/include/utils/datetime.h
src/include/utils/datum.h
src/include/utils/dt.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/fcache2.h
src/include/utils/fmgrtab.h
src/include/utils/geo_decls.h
src/include/utils/hsearch.h
src/include/utils/inet.h
src/include/utils/int8.h
src/include/utils/inval.h
src/include/utils/logtape.h
src/include/utils/lsyscache.h
src/include/utils/mcxt.h
src/include/utils/memutils.h
src/include/utils/module.h
src/include/utils/nabstime.h
src/include/utils/palloc.h
src/include/utils/portal.h
src/include/utils/rel.h
src/include/utils/rel2.h
src/include/utils/relcache.h
src/include/utils/sets.h
src/include/utils/syscache.h
src/include/utils/temprel.h
src/include/utils/tqual.h
src/include/utils/tuplesort.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/test/examples/testlo2.c
src/tutorial/beard.c
src/utils/strdup.c
src/utils/version.c

index 8c7ed3fe2a562ebddef8200643f689b518f68c88..210e42dfc090069a79a7c9ab64c412d4041c6d08 100644 (file)
@@ -7,9 +7,10 @@
  *       postgres.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: c.h,v 1.2 1999/05/25 16:06:01 momjian Exp $
+ * $Id: c.h,v 1.3 2000/01/26 05:55:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b954c4d9b575b05d28a46a73c3e46a11ef2de312..7a0d6d626433ef65f0d9176fa3e3101bbff96184 100644 (file)
@@ -3,11 +3,12 @@
  * vacuumlo.c
  *       This removes orphaned large objects from a database.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.2 1999/05/25 16:06:31 momjian Exp $
+ *       $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.3 2000/01/26 05:55:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 998ce5a457c6def98e73466976e3f30f7d0a59aa..4eec6ed6d077438bd3d637a17536b2f948d7620a 100644 (file)
@@ -4,11 +4,12 @@
  *       This file contains heap tuple accessor and mutator routines, as well
  *       as a few various tuple utilities.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.60 2000/01/15 02:59:17 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.61 2000/01/26 05:55:53 momjian Exp $
  *
  * NOTES
  *       The old interface functions have been converted to macros
index 694aeca33fe83c4de3ef2eb34c9a6833449af37d..438318747d24cd75b895fde89728fac6b9180019 100644 (file)
@@ -4,11 +4,12 @@
  *        This file contains index tuple accessor and mutator routines,
  *        as well as a few various tuple utilities.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.41 2000/01/15 02:59:17 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.42 2000/01/26 05:55:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 20de0ec2827d874db5171b87d17e151b4ff944ea..91d873e446b47ab39b986ec39a6c3d4f90199184 100644 (file)
@@ -3,11 +3,12 @@
  * indexvalid.c
  *       index tuple qualification validity checking code
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.23 1999/07/15 23:02:51 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.24 2000/01/26 05:55:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 42a55767dcdf136e87478ab1648996c6a36d8ddf..6e71b084ef1cbace6257df230900f890b9b95a59 100644 (file)
@@ -4,11 +4,12 @@
  *       Routines to print out tuples to the destination (binary or non-binary
  *       portals, frontend/interactive backend, etc.).
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.51 1999/11/22 17:55:52 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.52 2000/01/26 05:55:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 672ab6dbd3bc067230be0632d74cca728f75c0b5..2a5fac27017bd95431b2dc0c6485643fa5a91331 100644 (file)
@@ -3,11 +3,12 @@
  * scan.c
  *       scan direction and key code
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.16 1999/07/15 23:02:51 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.17 2000/01/26 05:55:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e71532b220e8acdda77d4be7088b8556a9b04d7e..567fcab1cd8e7c128714972c75036293bb6e8343 100644 (file)
@@ -3,11 +3,12 @@
  * tupdesc.c
  *       POSTGRES tuple descriptor support code
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.59 1999/12/21 00:06:39 wieck Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.60 2000/01/26 05:55:53 momjian Exp $
  *
  * NOTES
  *       some of the executor utility code such as "ExecTypeFromTL" should be
index e1a5e497a7d0d43faa5a3ab883b2473fce0d8e4c..afd921d8225bbb75fe1d814aaf5a0f7deb6e84db 100644 (file)
@@ -3,7 +3,8 @@
  * giststrat.c
  *       strategy map data for GiSTs.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
index 1d88bfc8bc49eaf65032cc7a40c148915d9984d0..a35cd86845e8750d1b602c091ad16503d02cd309 100644 (file)
@@ -3,11 +3,12 @@
  * hash.c
  *       Implementation of Margo Seltzer's Hashing package for postgres.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.34 2000/01/19 23:54:47 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.35 2000/01/26 05:55:55 momjian Exp $
  *
  * NOTES
  *       This file contains only the public interface routines.
index 3b64450707c2124d13304271545919ec41075517..8709dd7b1953498394f6dc4dedddd4142b8f8f5f 100644 (file)
@@ -3,11 +3,12 @@
  * hashfunc.c
  *       Comparison functions for hash access method.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashfunc.c,v 1.22 2000/01/10 17:14:28 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashfunc.c,v 1.23 2000/01/26 05:55:55 momjian Exp $
  *
  * NOTES
  *       These functions are stored in pg_amproc.      For each operator class
index a1c5b14879308ad960407748cc15ac103c7079ac..fead20133e51ca5e114abb763239a84c549174cd 100644 (file)
@@ -3,11 +3,12 @@
  * hashinsert.c
  *       Item insertion in hash tables for Postgres.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashinsert.c,v 1.18 1999/07/19 07:07:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashinsert.c,v 1.19 2000/01/26 05:55:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 49186932e25b98afea541ccfef92e75ab31fc15b..4c465e4d725a8ee2e70b192df5ea52a3f8c199d1 100644 (file)
@@ -3,11 +3,12 @@
  * hashovfl.c
  *       Overflow page management code for the Postgres hash access method
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashovfl.c,v 1.25 1999/07/19 07:07:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashovfl.c,v 1.26 2000/01/26 05:55:55 momjian Exp $
  *
  * NOTES
  *       Overflow pages look like ordinary relation pages.
index a43b56c5d1d5c80127785ecec362bf0fb3c307ca..b5077b6c4063b6753d815b034da13e2e2a7c90d6 100644 (file)
@@ -3,11 +3,12 @@
  * hashpage.c
  *       Hash table page management code for the Postgres hash access method
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashpage.c,v 1.25 1999/07/19 07:07:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashpage.c,v 1.26 2000/01/26 05:55:55 momjian Exp $
  *
  * NOTES
  *       Postgres hash pages look like ordinary relation pages.  The opaque
index 7e7b38c90c94693ce9d5dcbd9c9b6fefffc7e876..d44ba69b9bd97d9ad39919d77c0224d67e08ad17 100644 (file)
@@ -3,11 +3,12 @@
  * hashscan.c
  *       manage scans on hash tables
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashscan.c,v 1.21 2000/01/15 02:59:19 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashscan.c,v 1.22 2000/01/26 05:55:55 momjian Exp $
  *
  * NOTES
  *       Because we can be doing an index scan on a relation while we
index 5056e3897fd3f594b84eca0662b6c297945467ad..b448cff6eeb50a24314c8f6a540b7ce4c26a4629 100644 (file)
@@ -3,11 +3,12 @@
  * hashsearch.c
  *       search code for postgres hash tables
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashsearch.c,v 1.21 1999/07/17 20:16:39 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashsearch.c,v 1.22 2000/01/26 05:55:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3901431ddf0351ea1ce1601234d0cc41d07b3d34..8339f9775e2d45dc368aa6298f7d01b74d9483aa 100644 (file)
@@ -3,11 +3,12 @@
  * btstrat.c
  *       Srategy map entries for the btree indexed access method
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.15 1999/07/15 23:02:56 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.16 2000/01/26 05:55:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index eeff50a375eaa5976925c82ff74df8462e0bdb35..9a89427521b269570a92c80c04d02dd2ce4e12bb 100644 (file)
@@ -3,11 +3,12 @@
  * btutils.c
  *       Utility code for Postgres btree implementation.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashutil.c,v 1.22 1999/07/19 07:07:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashutil.c,v 1.23 2000/01/26 05:55:55 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6383a49dac5ce4261d1c31c04f7ba24afbf3dced..cc503c32511efaea43d3dcb9d837276a4fa0ea0d 100644 (file)
@@ -3,11 +3,12 @@
  * heapam.c
  *       heap access method code
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.64 2000/01/22 14:20:43 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.65 2000/01/26 05:55:56 momjian Exp $
  *
  *
  * INTERFACE ROUTINES
index 9edd35e72d0dc0498bf1da9d22bf2c298b8eaf7b..3bc21f7b4d6a24212f3738efbe0d8c98fe9b9410 100644 (file)
@@ -3,11 +3,12 @@
  * hio.c
  *       POSTGRES heap access method input/output code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Id: hio.c,v 1.28 2000/01/15 02:59:20 petere Exp $
+ *       $Id: hio.c,v 1.29 2000/01/26 05:55:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 349ab4a6220657d10fdb6af7d9f57f81e1f75fcf..dde00c25b2d18553004b4792994eb2190c8b226a 100644 (file)
@@ -3,11 +3,12 @@
  * stats.c
  *       heap access method debugging statistic collection routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/heap/Attic/stats.c,v 1.21 1999/07/17 20:16:40 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/heap/Attic/stats.c,v 1.22 2000/01/26 05:55:56 momjian Exp $
  *
  * NOTES
  *       initam should be moved someplace else.
index 5eb0d78faccbdd852b4e6d5ea65214d485e63ba9..103f02ecc0c9e32b7ef99084059354ed61621a8a 100644 (file)
@@ -3,11 +3,12 @@
  * genam.c
  *       general index access method routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/index/genam.c,v 1.22 1999/12/30 05:04:50 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/index/genam.c,v 1.23 2000/01/26 05:55:57 momjian Exp $
  *
  * NOTES
  *       many of the old access method routines have been turned into
index 3c286f6ec741570305acd5ff652f171614a9ca18..f4f0d25768b3633ab88077a4eec943c7fcc7f820 100644 (file)
@@ -3,11 +3,12 @@
  * indexam.c
  *       general index access method routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.39 2000/01/22 23:50:09 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.40 2000/01/26 05:55:57 momjian Exp $
  *
  * INTERFACE ROUTINES
  *             index_open              - open an index relation by relationId
index 7169e2ec66a64e4454f95bd3be8bd3a5f617c832..ef188d0e41257997264bceb9eb19718cdae1ee8c 100644 (file)
@@ -4,11 +4,12 @@
  *       index scan strategy manipulation code and index strategy manipulation
  *       operator code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/index/Attic/istrat.c,v 1.39 2000/01/15 02:59:21 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/index/Attic/istrat.c,v 1.40 2000/01/26 05:55:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fd84db3e5cb44fe7129e5dece32e1ecc7780e757..5d4841ebaaa73e5cac8ccbf5130a371062b4d7ed 100644 (file)
@@ -3,11 +3,12 @@
  * nbtcompare.c
  *       Comparison functions for btree access method.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtcompare.c,v 1.30 2000/01/10 17:14:29 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtcompare.c,v 1.31 2000/01/26 05:55:58 momjian Exp $
  *
  *     NOTES
  *             These functions are stored in pg_amproc.  For each operator class
index dcbac83cf78e64e9fd70ff537198d21df779274f..a4153288dd7b5eb79c688b0bc96b74ecd6a02364 100644 (file)
@@ -3,11 +3,12 @@
  * btinsert.c
  *       Item insertion in Lehman and Yao btrees for Postgres.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.53 2000/01/15 02:59:23 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.54 2000/01/26 05:55:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c2d52f03b10f5ec58639208ce1abfb17d61c9fa5..60eaf3a9d23f84277f2a2ca2b14b86061dfd42fe 100644 (file)
@@ -4,11 +4,12 @@
  *       BTree-specific page management code for the Postgres btree access
  *       method.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtpage.c,v 1.34 1999/12/01 00:29:53 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtpage.c,v 1.35 2000/01/26 05:55:58 momjian Exp $
  *
  *     NOTES
  *        Postgres btree pages look like ordinary relation pages.      The opaque
index 1be5c08f973aeb7f8726013079e1265b260258d8..fa8decce1300fb89596d44413ee9e88e35dcf12e 100644 (file)
@@ -8,10 +8,11 @@
  *       This file contains only the public interface routines.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtree.c,v 1.51 2000/01/19 23:54:48 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtree.c,v 1.52 2000/01/26 05:55:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1b791db633a381521e47911f25ea6f8463b69acd..95b1bf53ecbf8d332345927fdf7fd1592122c8fe 100644 (file)
@@ -3,11 +3,12 @@
  * btscan.c
  *       manage scans on btrees.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/Attic/nbtscan.c,v 1.29 2000/01/15 02:59:23 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/Attic/nbtscan.c,v 1.30 2000/01/26 05:55:58 momjian Exp $
  *
  *
  * NOTES
index 5b268ed2ccd4d7e8a82afeadd0ba10fe6b5602cc..a22e042c1cf51fafeb36510a8dd9fa392ec11653 100644 (file)
@@ -3,11 +3,12 @@
  * btsearch.c
  *       search code for postgres btrees.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsearch.c,v 1.55 1999/11/07 23:07:57 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsearch.c,v 1.56 2000/01/26 05:55:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c1f9e5403de4914b3f4ff3fcc93996c6a55c2f5a..f92a626e1784d86059d486564aff8f535128412a 100644 (file)
  * would probably be better.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsort.c,v 1.49 2000/01/15 02:59:23 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsort.c,v 1.50 2000/01/26 05:55:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 16ca39007d22b13c3ac5c26d61fd5558814dd473..7fbf80dd4451ec61fa4d470d50a9b55ac27939c0 100644 (file)
@@ -3,11 +3,12 @@
  * btstrat.c
  *       Srategy map entries for the btree indexed access method
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/Attic/nbtstrat.c,v 1.10 1999/07/15 23:03:01 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/Attic/nbtstrat.c,v 1.11 2000/01/26 05:55:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ee0cd1483b4279670ee082b2dc1b0e747a51e775..3d79384abdc2e3d95680bea8ab33e62e571f6d43 100644 (file)
@@ -3,11 +3,12 @@
  * btutils.c
  *       Utility code for Postgres btree implementation.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtutils.c,v 1.33 1999/09/27 18:20:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtutils.c,v 1.34 2000/01/26 05:55:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6d1c61212e9113f09a4203e3b10e0abf25131fd2..5b99e807f6fec02c87987de8e6b65b0826539e50 100644 (file)
@@ -3,11 +3,12 @@
  * rtget.c
  *       fetch tuples from an rtree scan.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtget.c,v 1.19 1999/07/17 20:16:44 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtget.c,v 1.20 2000/01/26 05:56:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bb666627acf47c2448ab9e111d48da21ae2db68a..6b571c7d4af4c353a5a23ed909a148cb98036372 100644 (file)
@@ -3,11 +3,12 @@
  * rtproc.c
  *       pg_amproc entries for rtrees.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtproc.c,v 1.24 1999/07/17 20:16:44 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtproc.c,v 1.25 2000/01/26 05:56:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fd2a8e545a4e696d41b16faac3225ddf49f37f38..53c9d7946bfbd02fd933f44bfd9b21bbc59ef6c8 100644 (file)
@@ -3,11 +3,12 @@
  * rtree.c
  *       interface routines for the postgres rtree indexed access method.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtree.c,v 1.42 2000/01/19 23:54:50 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtree.c,v 1.43 2000/01/26 05:56:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f34bf50ba575a64b755fd1ddc05e206171009d02..ada386127788ed34e07403737d34b440c93f5f20 100644 (file)
@@ -3,11 +3,12 @@
  * rtscan.c
  *       routines to manage scans on index relations
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtscan.c,v 1.30 2000/01/15 02:59:25 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtscan.c,v 1.31 2000/01/26 05:56:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7e5ab2e1c1a588868fddb69ce3fde9d32785c637..0d63ff4c5bf7376b98cc78ef3919bb6b91da23a0 100644 (file)
@@ -3,11 +3,12 @@
  * rtstrat.c
  *       strategy map data for rtrees.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtstrat.c,v 1.14 1999/07/16 04:58:32 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtstrat.c,v 1.15 2000/01/26 05:56:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b26243b4257f8f4536766f07cdf556fc502fd2fe..a5af2bdc533a43810bd4c5f081c4f59ed805c859 100644 (file)
@@ -3,11 +3,12 @@
  * transam.c
  *       postgres transaction log/time interface routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/transam/transam.c,v 1.32 1999/09/18 19:06:21 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/transam/transam.c,v 1.33 2000/01/26 05:56:03 momjian Exp $
  *
  * NOTES
  *       This file contains the high level access-method interface to the
index e5e4ca819808966ae9b05fb110c3eba5312df208..d219f8b6841f75bd4d320b901e3a3fcdb9e29914 100644 (file)
@@ -3,11 +3,12 @@
  * transsup.c
  *       postgres transaction access method support code
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/transam/Attic/transsup.c,v 1.24 1999/07/16 04:58:33 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/transam/Attic/transsup.c,v 1.25 2000/01/26 05:56:04 momjian Exp $
  *
  * NOTES
  *       This file contains support functions for the high
index 989b506bb7ffac8c6927f3567b487b228740c535..614027c245ca94ec52bd8a903441e8c5d6aeaf9a 100644 (file)
@@ -3,11 +3,12 @@
  * varsup.c
  *       postgres variable relation support routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.25 1999/09/18 19:06:21 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.26 2000/01/26 05:56:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 483a52d441ec8325b2f3d790c34006accba89f84..83be1643899bdbc1077263ca53e9e02959325e80 100644 (file)
@@ -3,11 +3,12 @@
  * xact.c
  *       top level transaction system support routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.58 2000/01/10 06:30:50 inoue Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.59 2000/01/26 05:56:04 momjian Exp $
  *
  * NOTES
  *             Transaction aborts can now occur two ways:
index 1bf3d405069699848f574edeabd53dfdb52f7dd7..df5c59543c7cbb52fef07556bea2d244f857f4b1 100644 (file)
@@ -3,9 +3,10 @@
  * xid.c
  *       POSTGRES transaction identifier code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $Id: xid.c,v 1.26 1999/07/17 20:16:45 momjian Exp $
+ *     $Id: xid.c,v 1.27 2000/01/26 05:56:04 momjian Exp $
  *
  * OLD COMMENTS
  * XXX WARNING
index 002dc4c3758e229f9f64c2fe4c51f724446959b0..4eee159fd522ff674779273e8e366a51662d122b 100644 (file)
@@ -3,9 +3,10 @@
  * xlog.c
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.8 1999/11/19 18:51:47 wieck Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.9 2000/01/26 05:56:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2ad7a7cfc739cc3506b1b7ea1004af83246710e0..d7a1d9de899e48eee21c07c1dccfecafd65a6b18 100644 (file)
@@ -4,11 +4,12 @@
  * backendparse.y
  *       yacc parser grammer for the "backend" initialization program.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.28 1999/11/04 08:00:58 inoue Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.29 2000/01/26 05:56:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0c1e0fb7d88476ef2d313c718f73b9aff3fbd381..125ea516f17b5f0ead02cd2c1e706c70c93c2034 100644 (file)
@@ -4,11 +4,12 @@
  * bootscanner.lex
  *       a lexical scanner for the bootstrap parser
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/bootstrap/bootscanner.l,v 1.16 1999/11/04 08:00:58 inoue Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/bootstrap/bootscanner.l,v 1.17 2000/01/26 05:56:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 306b983370bd835267fb59df6a7ca43087965d3f..e8afa33de2cf7afd5447c0bc1804115034480b6b 100644 (file)
@@ -4,10 +4,11 @@
  *       routines to support running postgres in 'bootstrap' mode
  *     bootstrap mode is used to create the initial template database
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.78 2000/01/15 22:43:20 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.79 2000/01/26 05:56:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0e1a98d07cd7fb7ab18f7d6c7575aa7796378be4..e3fec88e97e469b351ce4465ab62e89cdc1ba215 100644 (file)
@@ -3,11 +3,12 @@
  * aclchk.c
  *       Routines to check access control permissions.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/aclchk.c,v 1.36 2000/01/17 23:57:43 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/aclchk.c,v 1.37 2000/01/26 05:56:09 momjian Exp $
  *
  * NOTES
  *       See acl.h.
index d4d167739a9b30264fa1785eb63aabf5eae4ca6f..1072877713e13e56cebef52c9e4569fe02625177 100644 (file)
@@ -3,11 +3,12 @@
  * catalog.c
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/catalog.c,v 1.29 2000/01/22 14:20:44 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/catalog.c,v 1.30 2000/01/26 05:56:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dc578bd8c2bd3d1d5320b3506494c51a0dc6fe72..79957e7e8c2eeb15227c304940cae208dd382457 100644 (file)
@@ -3,11 +3,12 @@
  * heap.c
  *       code to create and destroy POSTGRES heap relations
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.118 2000/01/22 14:20:44 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.119 2000/01/26 05:56:10 momjian Exp $
  *
  *
  * INTERFACE ROUTINES
index 375aed9a00658aa1106cbdcb0e161b6656288150..6040d09f24a09c89b98f69440c1b5f5b06ebb0af 100644 (file)
@@ -3,11 +3,12 @@
  * index.c
  *       code to create and destroy POSTGRES index relations
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.103 2000/01/19 23:54:51 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.104 2000/01/26 05:56:10 momjian Exp $
  *
  *
  * INTERFACE ROUTINES
index 83f51eba54083823f572316f8cd3c314cafc67a8..2afd6b69097d44a80f13515ac4d6331c974689a1 100644 (file)
@@ -4,11 +4,12 @@
  *       This file contains routines to support indices defined on system
  *       catalogs.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/indexing.c,v 1.57 2000/01/24 02:12:54 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/indexing.c,v 1.58 2000/01/26 05:56:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cf338742c9c21df98addd3753f3f682569f302b4..bfecb9f1fe0130b61157ce2d0cee4d586e4d55d2 100644 (file)
@@ -3,11 +3,12 @@
  * pg_aggregate.c
  *       routines to support manipulation of the pg_aggregate relation
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_aggregate.c,v 1.28 2000/01/15 22:43:21 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_aggregate.c,v 1.29 2000/01/26 05:56:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 45c284cd9d073cca764dc8ed987565317ad7b635..b0508d259a1523f6f622dcffa02be2b26bb4c989 100644 (file)
@@ -3,11 +3,12 @@
  * pg_operator.c
  *       routines to support manipulation of the pg_operator relation
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_operator.c,v 1.48 2000/01/17 23:57:43 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_operator.c,v 1.49 2000/01/26 05:56:10 momjian Exp $
  *
  * NOTES
  *       these routines moved here from commands/define.c and somewhat cleaned up.
index 90232daa092699f08a71b7d07c3bfacc2a6a65ac..c1633ecd8346db393988a6d8eb7c14e4719dbfd2 100644 (file)
@@ -3,11 +3,12 @@
  * pg_proc.c
  *       routines to support manipulation of the pg_proc relation
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_proc.c,v 1.39 2000/01/11 05:22:25 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_proc.c,v 1.40 2000/01/26 05:56:11 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2be9fd68363083ac864e08684be61dc919dd2023..a4e970fbfc48bf16315e3a7258e69a19425857c4 100644 (file)
@@ -3,11 +3,12 @@
  * pg_type.c
  *       routines to support manipulation of the pg_type relation
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_type.c,v 1.48 2000/01/22 14:20:44 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_type.c,v 1.49 2000/01/26 05:56:11 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9a5eda6906fa124a2f703b07d4cb65788644ae37..6fd21c9e57d2e8b84df77a321a032df06ac16a3c 100644 (file)
@@ -3,11 +3,12 @@
  * recipe.c
  *       routines for handling execution of Tioga recipes
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/_deadcode/Attic/recipe.c,v 1.9 2000/01/17 23:57:44 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/_deadcode/Attic/recipe.c,v 1.10 2000/01/26 05:56:17 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b0c6f9faee3e3c70da99a896c16364051f29b6c5..93b53256d22666c3adbcbc5c7e77085f96bf827c 100644 (file)
@@ -3,9 +3,10 @@
  * recipe.h
  *       recipe handling routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: recipe.h,v 1.1 1999/02/24 17:29:00 momjian Exp $
+ * $Id: recipe.h,v 1.2 2000/01/26 05:56:19 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3d3683135f88695ff16748058ea2be74df210584..273464d99a60fb5748e47f197ef5c8a0415c2bd8 100644 (file)
@@ -3,13 +3,14 @@
  * version.c
  *       This file contains all the rules that govern all version semantics.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * 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.23 1999/11/07 23:08:03 momjian Exp $
+ *     $Id: version.c,v 1.24 2000/01/26 05:56:19 momjian Exp $
  *
  * NOTES
  *     At the point the version is defined, 2 physical relations are created
index 627ef19d286c78b487b314fcbe4db846019ab71b..e7cf7ac6748d8cb186bff18f0378250f35f894e7 100644 (file)
@@ -3,10 +3,11 @@
  * async.c
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.57 1999/12/16 22:19:41 wieck Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.58 2000/01/26 05:56:12 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0184d738dc91a156927305344cc125309df54c04..299101337f1cc274c6b928b7be54d5049e401384 100644 (file)
  *       my (probably bogus) assumptions about the way this works.
  *                                                                                                             [pbrown '94]
  *
- * Copyright (c) 1994-5, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.49 1999/12/16 22:19:41 wieck Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.50 2000/01/26 05:56:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ac7226c959ac55cd1d5ae40ea321a94d9dc2839f..745eae08322264bf75f81cbdbed1965e6b552084 100644 (file)
@@ -3,11 +3,12 @@
  * command.c
  *       random postgres portal and utility support code
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.65 2000/01/24 23:40:35 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.66 2000/01/26 05:56:13 momjian Exp $
  *
  * NOTES
  *       The PortalExecutorHeapMemory crap needs to be eliminated
index 613a7c2f3c1101883edb35fe4e21d50990bfed3b..7c43b84bd36cffcf329c1fa91882d2b1db1362ab 100644 (file)
@@ -2,11 +2,12 @@
  *
  * copy.c
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.98 2000/01/22 03:52:04 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.99 2000/01/26 05:56:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8cf8918fa3631e84f32134556bd36165aea16c49..a90019974efb7c44361416ebaa1a7ee79633cc17 100644 (file)
@@ -3,11 +3,12 @@
  * creatinh.c
  *       POSTGRES create/destroy relation with inheritance utility code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/Attic/creatinh.c,v 1.54 1999/12/16 22:19:41 wieck Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/Attic/creatinh.c,v 1.55 2000/01/26 05:56:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ce2058fcb430432543c3c11a71da1d5e735bec0b..25a4e18ce4f871fc89caae58b29c7d00152a0146 100644 (file)
@@ -3,11 +3,12 @@
  * dbcommands.c
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.49 2000/01/13 18:26:05 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.50 2000/01/26 05:56:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 85c7094abc8373dc29d97b3c06fe741ae2de1f56..cd69f079113b33e595b7eb49879c8f4820c02e1f 100644 (file)
@@ -5,11 +5,12 @@
  *       These routines execute some of the CREATE statements.  In an earlier
  *       version of Postgres, these were "define" statements.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/define.c,v 1.37 1999/11/22 17:56:01 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/define.c,v 1.38 2000/01/26 05:56:13 momjian Exp $
  *
  * DESCRIPTION
  *       The "DefineFoo" routines take the parse tree and pick out the
index e940655cc1059338c359db12310d241ee8047088..8406416b76516a9266a2db1a2cc5d886b10bcb7d 100644 (file)
@@ -2,9 +2,10 @@
  * explain.c
  *       Explain the query execution plan
  *
- * Copyright (c) 1994-5, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994-5, Regents of the University of California
  *
- *       $Id: explain.c,v 1.51 2000/01/09 00:26:18 tgl Exp $
+ *       $Id: explain.c,v 1.52 2000/01/26 05:56:13 momjian Exp $
  *
  */
 
index de7030a74fc5beedf10e7e08b90d37a7155d77d2..f5de425b2bb95b97237933a468228a7c34157e47 100644 (file)
@@ -3,11 +3,12 @@
  * indexcmds.c
  *       POSTGRES define, extend and remove index code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.19 2000/01/12 05:04:42 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.20 2000/01/26 05:56:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e238aab384db6d31926f02289f8b56641e224dca..dfcad83c3a8f8850b6a27d23367f56025b833db0 100644 (file)
@@ -3,11 +3,12 @@
  * remove.c
  *       POSTGRES remove (function | type | operator ) utilty code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.44 2000/01/12 05:25:09 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.45 2000/01/26 05:56:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b6bd229a5695fc71760623016c75bf025a1ccf6d..454b2d0d93da4d151d353be16ea8396b0d596451 100644 (file)
@@ -3,11 +3,12 @@
  * rename.c
  *       renameatt() and renamerel() reside here.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/Attic/rename.c,v 1.40 2000/01/22 14:20:45 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/Attic/rename.c,v 1.41 2000/01/26 05:56:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f53d34cb0f386383c21c66ba1402b3cac72d1902..8ac8372693a8f4ace28599b47e9a7ffa86ee15a5 100644 (file)
@@ -3,9 +3,10 @@
  * user.c
  *       use pg_exec_query to create a new user in the catalog
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: user.c,v 1.48 2000/01/14 22:11:33 petere Exp $
+ * $Id: user.c,v 1.49 2000/01/26 05:56:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5151bcf3de019645f0ff8e54c4642fa945f0811e..5274be3bdf3536f1ccd87c238e38534e4c1db15c 100644 (file)
@@ -3,11 +3,12 @@
  * vacuum.c
  *       the postgres vacuum cleaner
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.137 2000/01/20 20:01:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.138 2000/01/26 05:56:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4729566721db3465e2bbf5b240e0f83e4becd27e..8742b895dfd9091eea17305143ed44f3fc93b370 100644 (file)
@@ -3,9 +3,10 @@
  * view.c
  *       use rewrite rules to construct views
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $Id: view.c,v 1.40 1999/12/10 03:55:50 momjian Exp $
+ *     $Id: view.c,v 1.41 2000/01/26 05:56:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 983904bd237c563c5241c676b6298fc3135ad80f..6ff94550b83c1d193bd2f55ea2b3f0c15dd399c3 100644 (file)
@@ -3,7 +3,8 @@
  * nodeTee.c
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *      DESCRIPTION
  *             This code provides support for a tee node, which allows
@@ -14,7 +15,7 @@
  *             ExecInitTee
  *             ExecEndTee
  *
- *     $Id: nodeTee.c,v 1.7 1999/12/16 22:19:45 wieck Exp $
+ *     $Id: nodeTee.c,v 1.8 2000/01/26 05:56:25 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0d7801bcd8a4a4e25d3273b80b7e85d174266943..cdde7c198015fed2b1e18005d2ee76d19b80c892 100644 (file)
@@ -3,9 +3,10 @@
  * execAmi.c
  *       miscellaneous executor access method routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $Id: execAmi.c,v 1.44 1999/11/23 20:06:50 momjian Exp $
+ *     $Id: execAmi.c,v 1.45 2000/01/26 05:56:21 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1c377542b69313541c0d2b9ba9861d4ff509ff9c..bb45e63a8a59d28a205cfab2cee08127c9667929 100644 (file)
@@ -4,11 +4,12 @@
  *       This file handles the nodes associated with flattening sets in the
  *       target list of queries containing functions returning sets.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/Attic/execFlatten.c,v 1.11 1999/07/16 04:58:45 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/Attic/execFlatten.c,v 1.12 2000/01/26 05:56:21 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2d3fdd92280f2198802b32bedd57bacfaf9b4b88..f035f0c09d6317228a8833a1d4325a5fe4313bb1 100644 (file)
@@ -3,11 +3,12 @@
  * junk.c
  *       Junk attribute support stuff....
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/execJunk.c,v 1.21 1999/10/30 23:13:30 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/execJunk.c,v 1.22 2000/01/26 05:56:21 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 863c13b64ece802a7242adf0a96bc07c1459f8a6..2f118069c1a29473a9cda59430a7363bc2cda1f7 100644 (file)
  *     ExecutorRun accepts 'feature' and 'count' arguments that specify whether
  *     the plan is to be executed forwards, backwards, and for how many tuples.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.106 2000/01/19 23:54:53 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.107 2000/01/26 05:56:21 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 72f3e19fc42dbfb195ec3c36a35c97c8b317f13b..07b894843dac76d7f3ab5a7fc81c8c0e0a9a0d59 100644 (file)
@@ -7,11 +7,12 @@
  *      ExecProcNode, or ExecEndNode on its subnodes and do the appropriate
  *      processing..
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/execProcnode.c,v 1.17 2000/01/05 18:23:46 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/execProcnode.c,v 1.18 2000/01/26 05:56:21 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9e9cbde83bfeffc84cc427e0ae2e322e2399d5a5..91dbde63419e59c9af574fad32bc5336113740c1 100644 (file)
@@ -3,11 +3,12 @@
  * execQual.c
  *       Routines to evaluate qualification and targetlist expressions
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.66 2000/01/19 23:54:54 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.67 2000/01/26 05:56:21 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4803653e14cd508fba8a832f02f8d507e06f1e8b..98345b408a3c7a795b45c8b9c869e31723fe5608 100644 (file)
@@ -7,11 +7,12 @@
  *       stuff - checking the qualification and projecting the tuple
  *       appropriately.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/execScan.c,v 1.10 2000/01/19 23:54:54 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/execScan.c,v 1.11 2000/01/26 05:56:21 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 66b8909d559f9345e38e5252cd30d7bf586bc1c3..f600a78fd24496828cc0215a14f2678022b8d4dd 100644 (file)
  *       This information is needed by routines manipulating tuples
  *       (getattribute, formtuple, etc.).
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.34 1999/12/16 22:19:44 wieck Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.35 2000/01/26 05:56:22 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4d5079ae6947eb7a869e1c2828fdd1ac028f5c47..11cde461b417fed9087fd0997e57b60b6a10dcc9 100644 (file)
@@ -3,11 +3,12 @@
  * execUtils.c
  *       miscellanious executor utility routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/execUtils.c,v 1.52 2000/01/19 23:54:54 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/execUtils.c,v 1.53 2000/01/26 05:56:22 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f6b716c44caa88ffe4cdb7ddfa43c399e5bbf786..5a7f4c0889fb72aae4ff3b8b1781e594c9f73c80 100644 (file)
@@ -4,11 +4,12 @@
  *       Routines to handle functions called from the executor
  *       Putting this stuff in fmgr makes the postmaster a mess....
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/functions.c,v 1.30 1999/07/17 20:16:58 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/functions.c,v 1.31 2000/01/26 05:56:22 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a40fd015af35ba43253c7d8d3ec64bcaaad7dc61..961440cc66d99a893a99501cbe578862a2d136c8 100644 (file)
  *       flag column to pg_aggregate and a parameter to CREATE AGGREGATE...)
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeAgg.c,v 1.61 2000/01/19 23:54:54 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeAgg.c,v 1.62 2000/01/26 05:56:22 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index eb0c57885212b9dd6a9cdfda02c94b042a537193..f5c5701fd25c8e1e62f715cecc434628f7f259a9 100644 (file)
@@ -3,11 +3,12 @@
  * nodeAppend.c
  *       routines to handle append nodes.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeAppend.c,v 1.28 1999/11/01 05:09:18 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeAppend.c,v 1.29 2000/01/26 05:56:22 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 79edf78a274d4ec9edf862154cac481af6ca719e..017929424bcf865fd212d63f1873c336991a7d6f 100644 (file)
@@ -3,7 +3,8 @@
  * nodeGroup.c
  *       Routines to handle group nodes (used for queries with GROUP BY clause).
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * DESCRIPTION
@@ -13,7 +14,7 @@
  *       columns. (ie. tuples from the same group are consecutive)
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeGroup.c,v 1.31 1999/12/16 22:19:44 wieck Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeGroup.c,v 1.32 2000/01/26 05:56:22 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 46307a2aa963788f3deeac83c3d49805934e9882..bee4a10f35d4ce24ec39e239aef956ac8e094709 100644 (file)
@@ -3,10 +3,11 @@
  * nodeHash.c
  *       Routines to hash relations for hashjoin
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
- *     $Id: nodeHash.c,v 1.43 2000/01/19 23:54:55 tgl Exp $
+ *     $Id: nodeHash.c,v 1.44 2000/01/26 05:56:22 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6f5d2cae1949777a8bcbba252284b6d3afd3ceb0..d1cb1fe242060d9b8f0263f358a9122a2c22499f 100644 (file)
@@ -3,11 +3,12 @@
  * nodeHashjoin.c
  *       Routines to handle hash join nodes
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeHashjoin.c,v 1.29 2000/01/19 23:54:55 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeHashjoin.c,v 1.30 2000/01/26 05:56:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6ed14e0ad9adf00bc978da1af43178772fbf927e..b9a54cb938acc73c73cbe8c19dd48723f9b13de1 100644 (file)
@@ -3,11 +3,12 @@
  * nodeIndexscan.c
  *       Routines to support indexes and indexed scans of relations
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeIndexscan.c,v 1.44 2000/01/19 23:54:55 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeIndexscan.c,v 1.45 2000/01/26 05:56:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f6417698d65abff9dd8df51b762b04d6576a7a5b..ecf33f4c201ba9eccf3ee8d864870f3b5d988aa5 100644 (file)
@@ -3,11 +3,12 @@
  * nodeMaterial.c
  *       Routines to handle materialization nodes.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeMaterial.c,v 1.28 2000/01/05 18:23:46 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeMaterial.c,v 1.29 2000/01/26 05:56:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 59287c0f509d815f5663d16ccf1020e99aba8b08..b2c8bdd9a57a8be0dba5e49d2a588ce9f9e9559a 100644 (file)
@@ -3,11 +3,12 @@
  * nodeMergejoin.c
  *       routines supporting merge joins
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeMergejoin.c,v 1.33 2000/01/19 23:54:55 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeMergejoin.c,v 1.34 2000/01/26 05:56:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 861df1d6e0fba7e46891acfd7cfabe5f7b041e4b..363209fd834b908364cf62ff0c2ac29a0ea9110d 100644 (file)
@@ -3,11 +3,12 @@
  * nodeNestloop.c
  *       routines to support nest-loop joins
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeNestloop.c,v 1.14 2000/01/19 23:54:55 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeNestloop.c,v 1.15 2000/01/26 05:56:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ac63d2af425fd6b3440ab551468012e80114e7f8..5bf132520cbae33fb1df1f54ccb1afa49dfb8f5b 100644 (file)
@@ -3,7 +3,8 @@
  * nodeResult.c
  *       support for constant nodes needing special code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * DESCRIPTION
@@ -27,7 +28,7 @@
  *                                SeqScan (emp.all)
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeResult.c,v 1.12 2000/01/19 23:54:55 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeResult.c,v 1.13 2000/01/26 05:56:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index eb73733b58fe63a0b22e720180cc26671fc7fe86..fb030a1295be352931a328191a61fb2a7ec9423a 100644 (file)
@@ -3,11 +3,12 @@
  * nodeSeqscan.c
  *       Support routines for sequential scans of relations.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeSeqscan.c,v 1.21 1999/09/24 00:24:24 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeSeqscan.c,v 1.22 2000/01/26 05:56:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 14e8b46aa86cfb69516775f740f328de19e4150a..9a70851e9f713a4c39619d21b0dbb23b3c09af67 100644 (file)
@@ -3,11 +3,12 @@
  * nodeSort.c
  *       Routines to handle sorting of relations.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeSort.c,v 1.24 1999/10/17 22:15:02 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeSort.c,v 1.25 2000/01/26 05:56:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 319cd01d1a7d2f7bf227deb7075e6c892128d523..394ba108736d9286913f16b4715794e5d38e3853 100644 (file)
@@ -3,10 +3,11 @@
  * nodeSubplan.c
  *       routines to support subselects
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeSubplan.c,v 1.20 2000/01/17 04:43:56 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeSubplan.c,v 1.21 2000/01/26 05:56:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5113502fffec0116360d8308a54d58d07b70af6c..36159ad4abec037ec5db6cec254d85fd5b37dce0 100644 (file)
@@ -3,11 +3,12 @@
  * nodeTidscan.c
  *       Routines to support direct tid scans of relations
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeTidscan.c,v 1.3 1999/12/20 01:14:33 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeTidscan.c,v 1.4 2000/01/26 05:56:24 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c1b1131d97c0358ebf2b1b09ceaca5b8ec5bf2cf..6078e0f68a98c1b0009d8fee9a79828de77100fa 100644 (file)
@@ -3,11 +3,12 @@
  * nodeUnique.c
  *       Routines to handle unique'ing of queries where appropriate
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeUnique.c,v 1.25 1999/11/07 23:08:06 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeUnique.c,v 1.26 2000/01/26 05:56:24 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 46742b14e808e5d225fc0be274560166ee24d0a5..dbfa89e7ccde8a49cf922ce120aa79a3935ae652 100644 (file)
@@ -3,11 +3,12 @@
  * bit.c
  *       Standard bit array code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/lib/Attic/bit.c,v 1.8 1999/07/15 23:03:10 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/lib/Attic/bit.c,v 1.9 2000/01/26 05:56:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a149eac75d7db4ff2275d5bd2ea29704d6f9f204..41663b40c1d4d6e720ea795d9c83ebb2ab138215 100644 (file)
@@ -5,11 +5,12 @@
  *       replaces the old simplelists stuff
  *       the elements of the lists are void*
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/lib/dllist.c,v 1.15 1999/07/15 23:03:11 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/lib/dllist.c,v 1.16 2000/01/26 05:56:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a26ce752118b1fba7a4fec7cd44735102813e935..9552909bc0119d8dc9f3af2f3b51342db5ecc366 100644 (file)
@@ -3,11 +3,12 @@
  * fstack.c
  *       Fixed format stack definitions.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/lib/Attic/fstack.c,v 1.13 1999/07/16 04:58:55 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/lib/Attic/fstack.c,v 1.14 2000/01/26 05:56:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 51547d8a0cd99b12a816b9591fa9330ebecde2ab..ad3aa660e27445bc0be9c191aa436d8f2ed4b3ef 100644 (file)
@@ -4,11 +4,12 @@
  *       hash table related functions that are not directly supported
  *       by the hashing packages under utils/hash.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/lib/Attic/hasht.c,v 1.11 1999/07/16 04:58:56 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/lib/Attic/hasht.c,v 1.12 2000/01/26 05:56:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d928c33a685797f4a1c40cd90b34ebd6b98f5501..b4d00737fb6251d5cb6759251ad7b0a4cea9ff5f 100644 (file)
@@ -2,11 +2,12 @@
  *
  * lispsort.c
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/lib/Attic/lispsort.c,v 1.12 1999/07/15 23:03:12 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/lib/Attic/lispsort.c,v 1.13 2000/01/26 05:56:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 63852b4cd6b118465c462d322a7a35ced1a390a4..9bfa42554ae53099777fbe7ee46f66b65d5a8b4c 100644 (file)
@@ -6,9 +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().
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- *       $Id: stringinfo.c,v 1.23 1999/11/01 05:10:32 tgl Exp $
+ *       $Id: stringinfo.c,v 1.24 2000/01/26 05:56:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8c45e6231f80b3d00d9b68510b7cd5f836ca36b6..0b62b29c797c456b68045630d94f185fe157a155 100644 (file)
@@ -3,11 +3,12 @@
  * auth.c
  *       Routines to handle network authentication
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/libpq/auth.c,v 1.42 1999/10/23 03:13:21 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/libpq/auth.c,v 1.43 2000/01/26 05:56:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 95d2ce6394c95d29db983bb435b60c3c6865ad93..296527337b49d03ce465fefd5c7a04ccff396a96 100644 (file)
@@ -4,9 +4,10 @@
  *       support for collection of returned tuples from an internal
  *       PQ call into a backend buffer.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $Id: be-dumpdata.c,v 1.31 1999/11/07 23:08:07 momjian Exp $
+ *     $Id: be-dumpdata.c,v 1.32 2000/01/26 05:56:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b11392904872d1f2e79e9550a57f458d7b39f341..c97bf0d0647202420cbe188a7ea9a15142b74c52 100644 (file)
@@ -3,11 +3,12 @@
  * be-fsstubs.c
  *       support for filesystem operations on large objects
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.42 1999/12/10 03:55:53 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.43 2000/01/26 05:56:28 momjian Exp $
  *
  * NOTES
  *       This should be moved to a more appropriate place.  It is here
index e32b30906f683ee719f21d938e43f95b217077ef..b9a4a4dc69f8dabba9c274cba8d63927435da047 100644 (file)
@@ -4,11 +4,12 @@
  *       support for executing POSTGRES commands and functions from a
  *       user-defined function in a backend.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/libpq/Attic/be-pqexec.c,v 1.29 2000/01/12 05:27:20 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/libpq/Attic/be-pqexec.c,v 1.30 2000/01/26 05:56:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d18fcca475b14b9244a3424498f365bb88b2fa52..9fc715a9a28b48562ecf87180a1eda791ccb9227 100644 (file)
@@ -1,7 +1,8 @@
 /*
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: password.c,v 1.27 1999/11/23 01:04:38 tgl Exp $
+ * $Id: password.c,v 1.28 2000/01/26 05:56:29 momjian Exp $
  *
  */
 
index 754e283fabe5d15e8f18654920d6ad0d4961ede7..1d7077b72542987802dd3c424e32fc3b8520ca26 100644 (file)
@@ -3,9 +3,10 @@
  * portal.c
  *       generalized portal support routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $Id: portal.c,v 1.28 1999/10/23 03:13:22 tgl Exp $
+ *     $Id: portal.c,v 1.29 2000/01/26 05:56:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b61c7a7b73137fbe72b141e57d718f0860903f3a..a6eb52e01b6c0bbd33cb18071091aac5ff397981 100644 (file)
@@ -3,11 +3,12 @@
  * portalbuf.c
  *       portal buffer support routines for src/libpq/portal.c
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/libpq/Attic/portalbuf.c,v 1.21 1999/07/17 20:17:02 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/libpq/Attic/portalbuf.c,v 1.22 2000/01/26 05:56:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 44cdbd8984dff4179f160a36b7eac068f56cf3bf..3895ae546f070b187808614cfd1322dd05b96ba4 100644 (file)
  * the backend's "backend/libpq" is quite separate from "interfaces/libpq".
  * All that remains is similarities of names to trap the unwary...
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $Id: pqcomm.c,v 1.86 1999/10/25 03:07:44 tgl Exp $
+ *     $Id: pqcomm.c,v 1.87 2000/01/26 05:56:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 28f6d48db35934f84a2f0d948a159ed0b7e2ce64..9147039a008aa3b9f8622ccfc9c9898368605f91 100644 (file)
  * Incoming messages are read directly off the wire, as it were, but there
  * are still data-conversion tasks to be performed.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $Id: pqformat.c,v 1.11 1999/10/23 03:13:22 tgl Exp $
+ *     $Id: pqformat.c,v 1.12 2000/01/26 05:56:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 591867e0a9a0f21a0f47a6f91390e1bef19685a7..c8098f93daa63d2443a958bf2ce6266f75e24c71 100644 (file)
@@ -4,11 +4,12 @@
  *       routines for reading and writing data packets sent/received by
  *       POSTGRES clients and servers
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/libpq/Attic/pqpacket.c,v 1.23 1999/09/27 03:12:59 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/libpq/Attic/pqpacket.c,v 1.24 2000/01/26 05:56:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f5d9e0807d606fb5a6a04224a8f5cc9f5dfd955f..457463c30fb8ce0ff8e131d5ee2bfbed1b5576fe 100644 (file)
@@ -4,11 +4,12 @@
  *       reliable BSD-style signal(2) routine stolen from RWW who stole it
  *       from Stevens...
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/libpq/pqsignal.c,v 1.13 1999/07/16 04:59:04 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/libpq/pqsignal.c,v 1.14 2000/01/26 05:56:29 momjian Exp $
  *
  * NOTES
  *             This shouldn't be in libpq, but the monitor and some other
index 755554fb0d99793debec8a3e022705132368701a..44103a5d3a3949c34e8fd297cb4fe3bfa3dbc426 100644 (file)
@@ -3,9 +3,10 @@
  * util.c
  *       general routines for libpq backend
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $Id: util.c,v 1.14 1999/10/23 03:13:22 tgl Exp $
+ *     $Id: util.c,v 1.15 2000/01/26 05:56:29 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3dec0b368aa056bd74de10a0edfb7a352bb67962..ec36b602f4524301333d0eff211bb07aa76fbd47 100644 (file)
@@ -3,11 +3,12 @@
  * main.c
  *       Stub main() routine for the postgres backend.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.28 2000/01/05 18:23:48 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.29 2000/01/26 05:56:30 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5cbea5516593e1ff8e80df8a6df3cac7e12ef30f..6c8d92355a03098322d69d07b3af14adbc79bb3d 100644 (file)
@@ -3,11 +3,12 @@
  * copyfuncs.c
  *       Copy functions for Postgres tree nodes.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.101 2000/01/22 23:50:11 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.102 2000/01/26 05:56:31 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8d4193e1ed5d1dfe4fcf9bda667c381e01c3b4fc..888f21543cc483e63de571d8e138a01688484989 100644 (file)
@@ -3,11 +3,12 @@
  * equalfuncs.c
  *       equality functions to compare node trees
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/equalfuncs.c,v 1.55 2000/01/09 00:26:23 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/equalfuncs.c,v 1.56 2000/01/26 05:56:31 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 83b05821ccc2095c9a660044e4ef07d16e7a6f65..cfaa119937e2fe48390b30855202cd31046bd5cc 100644 (file)
@@ -3,11 +3,12 @@
  * freefuncs.c
  *       Free functions for Postgres tree nodes.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/Attic/freefuncs.c,v 1.31 2000/01/17 00:14:47 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/Attic/freefuncs.c,v 1.32 2000/01/26 05:56:31 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f814047af43d08265506f76f57954d8c01ab950e..3a8ecf358678e87c15406cc203bc153181b62178 100644 (file)
@@ -3,11 +3,12 @@
  * list.c
  *       various list handling routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/list.c,v 1.27 1999/08/16 02:17:42 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/list.c,v 1.28 2000/01/26 05:56:31 momjian Exp $
  *
  * NOTES
  *       XXX a few of the following functions are duplicated to handle
index ddfef9d5eb4508e7a16e553fb374e181e1047826..221a83d713e3319c69aac03089d14608bd2ef9d8 100644 (file)
@@ -3,11 +3,12 @@
  *       creator functions for primitive nodes. The functions here are for
  *       the most frequently created nodes.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/makefuncs.c,v 1.18 1999/08/22 20:14:59 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/makefuncs.c,v 1.19 2000/01/26 05:56:31 momjian Exp $
  *
  * NOTES
  *       Creator functions in POSTGRES 4.2 are generated automatically. Most of
index 4c7d25a52fcc470cb8e4f5d60c367b64e015bbef..870dcc04a135ca236ed38a9a72687100c39de011 100644 (file)
@@ -3,11 +3,12 @@
  * nodeFuncs.c
  *       All node routines more complicated than simple access/modification
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/nodeFuncs.c,v 1.10 1999/07/15 22:39:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/nodeFuncs.c,v 1.11 2000/01/26 05:56:31 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b1ebcf53ff28b93ed54f4750a61300d802ac7fee..3615a762a8ab38b1846fb7e27ec047a9fba96520 100644 (file)
@@ -4,11 +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)
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/nodes.c,v 1.11 1999/08/16 02:17:42 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/nodes.c,v 1.12 2000/01/26 05:56:31 momjian Exp $
  *
  * HISTORY
  *       Andrew Yu                     Oct 20, 1994    file creation
index 08db66e3c6b21af3871560ea96c65dbe6605f403..7c7b7760a11fb536ba2a27eab66062ff3d0227f6 100644 (file)
@@ -3,9 +3,10 @@
  * outfuncs.c
  *       routines to convert a node to ascii representation
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $Header: /cvsroot/pgsql/src/backend/nodes/outfuncs.c,v 1.103 2000/01/17 00:14:47 tgl Exp $
+ *     $Header: /cvsroot/pgsql/src/backend/nodes/outfuncs.c,v 1.104 2000/01/26 05:56:31 momjian Exp $
  *
  * NOTES
  *       Every (plan) node in POSTGRES has an associated "out" routine which
index bfd30ff8a7f29e0c5c8c16408b96f0862e413dfa..ffba95949ad8ffd2b3eb0abfd98d21596c1e1dc6 100644 (file)
@@ -3,11 +3,12 @@
  * print.c
  *       various print routines (used mostly for debugging)
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/print.c,v 1.34 2000/01/09 00:26:24 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/print.c,v 1.35 2000/01/26 05:56:32 momjian Exp $
  *
  * HISTORY
  *       AUTHOR                        DATE                    MAJOR EVENT
index 93fedf3caa1c24e13165403be3a02653d78541fb..75e10576d5b5fa30b3726d9a133b0656b2a6a852 100644 (file)
@@ -4,11 +4,12 @@
  *       routines to convert a string (legal ascii representation of node) back
  *       to nodes
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/read.c,v 1.19 2000/01/14 00:53:21 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/read.c,v 1.20 2000/01/26 05:56:32 momjian Exp $
  *
  * HISTORY
  *       AUTHOR                        DATE                    MAJOR EVENT
index 8e6f68bdfd7d5ec383f036793fa52202b45b0dff..cf63506a05fa712ccc4e2f8fca4f21217183c3d3 100644 (file)
@@ -3,11 +3,12 @@
  * readfuncs.c
  *       Reader functions for Postgres tree nodes.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/readfuncs.c,v 1.79 2000/01/22 23:50:12 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/readfuncs.c,v 1.80 2000/01/26 05:56:32 momjian Exp $
  *
  * NOTES
  *       Most of the read functions for plan nodes are tested. (In fact, they
index d343591a5ccef1c0a2bc01a4ed58e7de08695b94..03007350b8043b8dcc64b9ec4b261797375db3ea 100644 (file)
@@ -2,9 +2,10 @@
  *
  * geqo_copy.c
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_copy.c,v 1.8 1999/07/16 04:59:06 momjian Exp $
+ * $Id: geqo_copy.c,v 1.9 2000/01/26 05:56:32 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 35238bbed49bfc89bb8b7ee38751c482f818fda2..382a4feb10838e99c23a18db40ec944cb89beb5d 100644 (file)
@@ -3,9 +3,10 @@
  * geqo_eval.c
  *       Routines to evaluate query trees
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_eval.c,v 1.45 2000/01/09 00:26:27 tgl Exp $
+ * $Id: geqo_eval.c,v 1.46 2000/01/26 05:56:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 260f2d73efef5eb557d42d8bc534ba59155c460d..4ea22b6bab4ef7a4d54f9a897e333f0a72b8404c 100644 (file)
@@ -4,9 +4,10 @@
  *       solution of the query optimization problem
  *       by means of a Genetic Algorithm (GA)
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_main.c,v 1.19 1999/07/16 04:59:08 momjian Exp $
+ * $Id: geqo_main.c,v 1.20 2000/01/26 05:56:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 19cdda31a5e89ece1d65483f8aa9d1d79a760984..e9f7876678340f6dc6a04dd005e4fd7e4896ae27 100644 (file)
@@ -3,9 +3,10 @@
  * geqo_misc.c
  *        misc. printout and debug stuff
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_misc.c,v 1.25 2000/01/09 00:26:27 tgl Exp $
+ * $Id: geqo_misc.c,v 1.26 2000/01/26 05:56:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index da2e5178ac4eee85183ad21026afadf25fb60ca6..f95012dea581ed7cf6d10da84f641cd331ad5cd3 100644 (file)
@@ -3,9 +3,10 @@
 * geqo_params.c
 *       routines for determining necessary genetic optimization parameters
 *
-* Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+* Portions Copyright (c) 1994, Regents of the University of California
 *
-* $Id: geqo_params.c,v 1.21 1999/07/17 20:17:10 momjian Exp $
+* $Id: geqo_params.c,v 1.22 2000/01/26 05:56:33 momjian Exp $
 *
 *-------------------------------------------------------------------------
 */
index d1d413c695fdfe0cb22b59b6bf7a50024166ee40..c8a970373ab8654250fc2350bcdda1fd339fac75 100644 (file)
@@ -3,9 +3,10 @@
  * geqo_pool.c
  *       Genetic Algorithm (GA) pool stuff
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_pool.c,v 1.16 1999/07/16 04:59:12 momjian Exp $
+ * $Id: geqo_pool.c,v 1.17 2000/01/26 05:56:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f4ea2739c4ff46bf66ae102e66ab3597cf4f75fd..6523916360b9928ceaec121462344ee7d46a9137 100644 (file)
@@ -3,9 +3,10 @@
  * geqo_selection.c
  *       linear selection scheme for the genetic query optimizer
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_selection.c,v 1.10 1999/07/16 04:59:13 momjian Exp $
+ * $Id: geqo_selection.c,v 1.11 2000/01/26 05:56:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3fa6e50b1a4d4009a399611e770595b5dd214887..a582681737c2d9b5705fbda38da9ac2deb524137 100644 (file)
@@ -3,11 +3,12 @@
 * minspantree.c
 *       routine to sort a join graph which is including cycles
 *
-* Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+* Portions Copyright (c) 1994, Regents of the University of California
 *
 *
 * IDENTIFICATION
-*       $Header: /cvsroot/pgsql/src/backend/optimizer/geqo/Attic/minspantree.c,v 1.15 1999/09/21 20:58:08 momjian Exp $
+*       $Header: /cvsroot/pgsql/src/backend/optimizer/geqo/Attic/minspantree.c,v 1.16 2000/01/26 05:56:33 momjian Exp $
 *
 *-------------------------------------------------------------------------
 */
index c47df87102b6aa32400ab1d5fc9a2ef669bfadf7..377a836d9a1346ad3a02f279039a62ca2e1d4305 100644 (file)
@@ -3,11 +3,12 @@
  * predmig.c
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/_deadcode/Attic/predmig.c,v 1.5 1999/07/15 15:19:19 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/_deadcode/Attic/predmig.c,v 1.6 2000/01/26 05:56:36 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 82c26cee5f91b36c4fd07af0eec816dd847e90c2..fecd4444ae9b2460ef6ce2ea341e5073dedf1fde 100644 (file)
@@ -5,11 +5,12 @@
  *       Includes xfunc_trypullup(), which attempts early pullup of predicates
  *       to allow for maximal pruning.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/_deadcode/Attic/xfunc.c,v 1.12 2000/01/22 23:50:13 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/_deadcode/Attic/xfunc.c,v 1.13 2000/01/26 05:56:36 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5cae7651eeca4a8854c5dcac3f2b82ffee129037..c4d36a064b508944607a45ffea9c476601617b68 100644 (file)
@@ -3,11 +3,12 @@
  * allpaths.c
  *       Routines to find possible search paths for processing a query
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/allpaths.c,v 1.56 2000/01/22 23:50:14 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/allpaths.c,v 1.57 2000/01/26 05:56:34 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index edce3d21291d107a54a14252fef6e3f0419e64d2..ea1582f1d2cdc5a6f1950241c6fa15f6ea669c4d 100644 (file)
@@ -3,11 +3,12 @@
  * clausesel.c
  *       Routines to compute clause selectivities
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/clausesel.c,v 1.29 2000/01/24 07:16:46 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/clausesel.c,v 1.30 2000/01/26 05:56:34 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ca2d5867578f52c054ae3f269325babb180b6840..1246f87830d2a781f5dfe49781d87b7ba7266181 100644 (file)
  * the cost to process a tuple of an index during an index scan.
  *
  * 
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/costsize.c,v 1.49 2000/01/23 02:06:59 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/costsize.c,v 1.50 2000/01/26 05:56:34 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7bb4a8eaeb1d83066413fb1e9c34c8b496e2d08b..8dd911794226f01f1abeef55712065024937ba19 100644 (file)
@@ -4,11 +4,12 @@
  *       Routines to determine which indices are usable for scanning a
  *       given relation, and create IndexPaths accordingly.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.77 2000/01/22 23:50:14 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.78 2000/01/26 05:56:34 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f29a5cc81631d9135f0041b8d0d8a0c6bf6f80fa..1d63d9a564269517f392e5dcaafa7ac7910bf2b9 100644 (file)
@@ -3,11 +3,12 @@
  * joinpath.c
  *       Routines to find all possible paths for processing a set of joins
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/joinpath.c,v 1.48 2000/01/22 23:50:15 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/joinpath.c,v 1.49 2000/01/26 05:56:34 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9441999afb5654af6feb9460f2a79e837fe9a45c..801127434a3c3ba6c9caa51a38c20f32491d6c91 100644 (file)
@@ -3,11 +3,12 @@
  * joinrels.c
  *       Routines to determine which relations should be joined
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/joinrels.c,v 1.40 2000/01/09 00:26:33 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/joinrels.c,v 1.41 2000/01/26 05:56:34 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2831342fd886b6f7b42e8d6a0b0e280255e720d0..2cc1c2467f33a25bce969a00157cf31629732891 100644 (file)
@@ -3,11 +3,12 @@
  * orindxpath.c
  *       Routines to find index paths that match a set of 'or' clauses
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/orindxpath.c,v 1.34 2000/01/22 23:50:15 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/orindxpath.c,v 1.35 2000/01/26 05:56:34 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1e508f76f0db7278dc79d13570d5afca03638466..5aeda1e154e157df2e5d291b0a29b8865d850420 100644 (file)
@@ -3,11 +3,12 @@
  * pathkeys.c
  *       Utilities for matching and building path keys
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/pathkeys.c,v 1.17 2000/01/09 00:26:33 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/pathkeys.c,v 1.18 2000/01/26 05:56:34 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 96e8051a74923d1584ef50a140d44deb508c5f89..2554f8af1e5b3505404189fda50b6186ddbe99d3 100644 (file)
@@ -3,11 +3,12 @@
  * prune.c
  *       Routines to prune redundant paths and relations
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/Attic/prune.c,v 1.44 2000/01/09 00:26:33 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/Attic/prune.c,v 1.45 2000/01/26 05:56:34 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 39504bb1e07385b92c0124159cc8f886c52ca56d..35bcbc7e5616554b51bc3ab4d00e0c48889e5a66 100644 (file)
@@ -4,11 +4,12 @@
  *       Routines to determine which tids are usable for scanning a
  *       given relation, and create TidPaths accordingly.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/tidpath.c,v 1.2 2000/01/09 00:26:33 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/tidpath.c,v 1.3 2000/01/26 05:56:34 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index da3e74af7109c76293e3ebb90ca9f4da601b957e..ab69742482a9c88d92fd7ca398d56befbba7e083 100644 (file)
@@ -5,11 +5,12 @@
  *       Planning is complete, we just need to convert the selected
  *       Path into a Plan.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/createplan.c,v 1.80 2000/01/23 02:07:00 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/createplan.c,v 1.81 2000/01/26 05:56:37 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 87d321feff7d637bd0d6e786ff21f8f075303a93..7ae5f3caf9b9fb81656908a5ed7319859d026d3a 100644 (file)
@@ -3,11 +3,12 @@
  * initsplan.c
  *       Target list, qualification, joininfo initialization routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/initsplan.c,v 1.42 2000/01/22 23:50:16 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/initsplan.c,v 1.43 2000/01/26 05:56:37 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fa1744ebb9eb521a8dc1aadb7d754847036723ce..4c7225b0d9937e712083464938c0bc177a6c1799 100644 (file)
@@ -3,11 +3,12 @@
  * planmain.c
  *       Routines to plan a single query
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planmain.c,v 1.49 2000/01/09 00:26:36 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planmain.c,v 1.50 2000/01/26 05:56:37 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 278ef356f127a2a16fdd926684dadb4942dd939c..0b711f32099353cb49a914f6111c99702b856644 100644 (file)
@@ -3,11 +3,12 @@
  * planner.c
  *       The query optimizer external interface.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planner.c,v 1.72 1999/12/09 05:58:52 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planner.c,v 1.73 2000/01/26 05:56:37 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ec8c67b7a7a08417a3038baea68242095ea80359..b44aa6408b808692469e6e47aadde2723c271096 100644 (file)
@@ -4,11 +4,12 @@
  *       Post-processing of a completed plan tree: fix references to subplan
  *       vars, and compute regproc values for operators
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/setrefs.c,v 1.59 1999/11/23 20:06:57 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/setrefs.c,v 1.60 2000/01/26 05:56:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d04839afc2969f68a1388143d756f48e48321fcc..da95a2df41f6796f739848cbccf60a5e858b3d05 100644 (file)
@@ -3,10 +3,11 @@
  * subselect.c
  *       Planning routines for subselects and parameters.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/subselect.c,v 1.26 1999/11/23 20:06:57 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/subselect.c,v 1.27 2000/01/26 05:56:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9a8ef5da4f55a5de386a3489eff553d9a22c3887..127505597a4159369f2888ad6d9d6157abeb8de9 100644 (file)
@@ -3,7 +3,8 @@
  * prepkeyset.c
  *       Special preperation for keyset queries.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
  */
index 41288bd3687fb294e6180d2912976116a8a038a3..4113ae6bd6ae3820cbe6024c2adcecefbf7416c4 100644 (file)
@@ -3,11 +3,12 @@
  * prepqual.c
  *       Routines for preprocessing qualification expressions
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepqual.c,v 1.20 1999/09/13 00:17:13 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepqual.c,v 1.21 2000/01/26 05:56:39 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 17049b09e8fefeec4c965380959226998df5250d..8c6c2ceb8d98c4bed6910f72fd81909d112971f3 100644 (file)
  * executor relies on this to find the tuple to be replaced/deleted.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/prep/preptlist.c,v 1.33 1999/11/07 23:08:08 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/prep/preptlist.c,v 1.34 2000/01/26 05:56:39 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7c03e6f3d617356fc3f4556ae5323fa8d1c513c4..a27305ef3e8794d1daddca833624f0f0dd4c26ec 100644 (file)
@@ -3,11 +3,12 @@
  * prepunion.c
  *       Routines to plan inheritance, union, and version queries
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepunion.c,v 1.40 1999/12/14 03:35:24 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepunion.c,v 1.41 2000/01/26 05:56:39 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 63eebae06033e53281d3fc23a846b6e27dbc0182..53b4eec2cb6197f4cc2cc4ab8745e15481a519eb 100644 (file)
@@ -3,11 +3,12 @@
  * clauses.c
  *       routines to manipulate qualification clauses
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/clauses.c,v 1.57 1999/12/13 01:26:55 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/clauses.c,v 1.58 2000/01/26 05:56:40 momjian Exp $
  *
  * HISTORY
  *       AUTHOR                        DATE                    MAJOR EVENT
index 350209690b706dd4ae7fde4b7d4cb75b138293bb..e8d97aae7cff4859565c16e9d805eeb38265964d 100644 (file)
@@ -3,11 +3,12 @@
  * indexnode.c
  *       Routines to find all indices on a relation
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/Attic/indexnode.c,v 1.21 1999/11/21 23:25:47 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/Attic/indexnode.c,v 1.22 2000/01/26 05:56:40 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 13d1f6b9fb29f941259e95f686bc76e10174df4e..86837ebf403911cca14a2b14d6fba8a2ff5eec3c 100644 (file)
@@ -3,11 +3,12 @@
  * joininfo.c
  *       JoinInfo node manipulation routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/joininfo.c,v 1.24 1999/08/16 02:17:57 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/joininfo.c,v 1.25 2000/01/26 05:56:40 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5c093acc9f5c12fe49c5965f7649f665c80b06ac..98737a48025572b5ace24206551ee959946520ca 100644 (file)
@@ -3,11 +3,12 @@
  * pathnode.c
  *       Routines to manipulate pathlists and create path nodes
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/pathnode.c,v 1.57 2000/01/22 23:50:17 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/pathnode.c,v 1.58 2000/01/26 05:56:40 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4c191f02b555f2cef55ca1c37974c599f8b9e32e..d81eebfbb1317113fd58dc293302a47e4ae4be76 100644 (file)
@@ -4,11 +4,12 @@
  *        routines for accessing the system catalogs
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/plancat.c,v 1.45 2000/01/22 23:50:17 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/plancat.c,v 1.46 2000/01/26 05:56:40 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bb6773dfe1bc4f35ed1bec7c0e5f21cedf950e9c..4d62f7b45aa49c39bb747cb6b57160fca6897748 100644 (file)
@@ -3,11 +3,12 @@
  * relnode.c
  *       Relation manipulation routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/relnode.c,v 1.20 2000/01/09 00:26:41 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/relnode.c,v 1.21 2000/01/26 05:56:40 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a77656e974bca26ddea7d3ccdee8c8aebd9e4411..e5aa932915f1efe43350ca021eecc1600f15d1eb 100644 (file)
@@ -3,11 +3,12 @@
  * restrictinfo.c
  *       RestrictInfo node manipulation routines.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/restrictinfo.c,v 1.8 1999/07/25 23:07:26 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/restrictinfo.c,v 1.9 2000/01/26 05:56:40 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 43007f33fff8685b490928d7f060efd1730e1bec..8edf44190a409757b581ae1e0e84a9007c28bfe9 100644 (file)
@@ -3,11 +3,12 @@
  * tlist.c
  *       Target list manipulation routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/tlist.c,v 1.41 1999/08/26 05:09:06 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/tlist.c,v 1.42 2000/01/26 05:56:40 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index af58b2556d6011eac6dc463ed5075dab18e56ee8..f438845cff96b2ffd108c27ccf8fd0f99b8865c7 100644 (file)
@@ -3,11 +3,12 @@
  * var.c
  *       Var node manipulation routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/var.c,v 1.24 1999/08/26 05:09:06 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/var.c,v 1.25 2000/01/26 05:56:40 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 56da67c4540d55e7a7855b997ab1e60ab2aea552..48178bcb2156586ccc469692c834b78970dd584c 100644 (file)
@@ -3,9 +3,10 @@
  * analyze.c
  *       transform the parse tree into a query tree
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $Id: analyze.c,v 1.132 2000/01/22 01:22:48 tgl Exp $
+ *     $Id: analyze.c,v 1.133 2000/01/26 05:56:41 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 022c3649cb7555160b1780ff86652408040ad8aa..924d26d26fb5c245f12e25d5fdcd081aef1077b1 100644 (file)
@@ -6,11 +6,12 @@
  * gram.y
  *       POSTGRES SQL YACC rules/actions
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.134 2000/01/23 08:16:37 ishii Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.135 2000/01/26 05:56:41 momjian Exp $
  *
  * HISTORY
  *       AUTHOR                        DATE                    MAJOR EVENT
index 3cb4e2787d52357c01d4615ba55633296f3a3e18..05035f2344f0a9113965f628ba27c8ee25f7b240 100644 (file)
@@ -3,11 +3,12 @@
  * keywords.c
  *       lexical token lookup for reserved words in postgres SQL
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.64 1999/11/30 03:57:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.65 2000/01/26 05:56:42 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 21f8efe7f67a4cfc4edc716a1a94c9de6d4356ad..3c23a29246d71e749c57f0ed7b2c4a88fc876a3e 100644 (file)
@@ -3,11 +3,12 @@
  * parse_agg.c
  *       handle aggregates in parser
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_agg.c,v 1.32 1999/12/13 01:26:58 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_agg.c,v 1.33 2000/01/26 05:56:42 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0890ef7a630c7f09ef99090a84d2270dc911919d..ba2b5f8499b5d1a06ca16c1e1ae752283e7b341f 100644 (file)
@@ -3,11 +3,12 @@
  * parse_clause.c
  *       handle clauses in parser
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_clause.c,v 1.49 2000/01/17 02:04:16 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_clause.c,v 1.50 2000/01/26 05:56:42 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2d0c4b1d2af653f0686acb1d23d5673456879de5..67a34132388bf18df979b5ecb148ff7db5a302fd 100644 (file)
@@ -3,11 +3,12 @@
  * parse_coerce.c
  *             handle type coersions/conversions for parser
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_coerce.c,v 2.28 2000/01/17 00:14:48 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_coerce.c,v 2.29 2000/01/26 05:56:42 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d1e4460b6c08fb06d91e1d60362d01203e06776b..76e28fbfec9d4cabc7b0dfc805ffb51e31046417 100644 (file)
@@ -3,11 +3,12 @@
  * parse_expr.c
  *       handle expressions in parser
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_expr.c,v 1.66 2000/01/17 02:04:16 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_expr.c,v 1.67 2000/01/26 05:56:42 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 610fceac639141b0bb9eb661aa4b43fdbfd63ccc..96863179447dc66037c945865c3f86d73f571d15 100644 (file)
@@ -3,11 +3,12 @@
  * parse_func.c
  *             handle function calls in parser
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_func.c,v 1.67 2000/01/24 19:34:14 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_func.c,v 1.68 2000/01/26 05:56:42 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0b48beb049155984e0aa4093f05887e0526b35fe..19d2d11e5cd2b53502964e4adfd01f8f224244ae 100644 (file)
@@ -3,11 +3,12 @@
  * parse_node.c
  *       various routines that make nodes for query plans
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_node.c,v 1.36 2000/01/17 02:04:16 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_node.c,v 1.37 2000/01/26 05:56:42 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e3a6b66eca48a3835f3297bd4b6a4496581e307f..21fdb2203245e4361f7e5b53639c4e8a1304e28b 100644 (file)
@@ -3,11 +3,12 @@
  * parse_oper.h
  *             handle operator things for parser
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_oper.c,v 1.34 1999/12/12 20:51:29 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_oper.c,v 1.35 2000/01/26 05:56:42 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9d859fd0849fd5f3e60fbef2fb36a8b96e4e72ff..4e72a7c029b3917e14af72303d997904058ffe32 100644 (file)
@@ -3,11 +3,12 @@
  * parse_relation.c
  *       parser support routines dealing with relations
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_relation.c,v 1.33 1999/11/07 23:08:11 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_relation.c,v 1.34 2000/01/26 05:56:42 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b6eb7e0b547413087f8e9a92957cc0c8c6393f8c..653afe7058999e0d55166ccf70613cf259f25e20 100644 (file)
@@ -3,11 +3,12 @@
  * parse_target.c
  *       handle target lists
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_target.c,v 1.53 2000/01/17 02:04:16 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_target.c,v 1.54 2000/01/26 05:56:42 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1a2693d69f2527bb8c444f6b75d8a9ab317d28fb..3fc2c623fd5b903a7aa5aada732bf4484d71276f 100644 (file)
@@ -3,11 +3,12 @@
  * parse_type.c
  *             handle type operations for parser
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_type.c,v 1.28 2000/01/15 02:59:32 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_type.c,v 1.29 2000/01/26 05:56:42 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1f6b99f759d50a2502a60979f1e337fc5daca041..a4be685e208b6d49554a52e95befb033ca07206d 100644 (file)
@@ -2,11 +2,12 @@
  *
  * parser.c
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.42 1999/07/17 20:17:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.43 2000/01/26 05:56:43 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 090f5911db3327b1df60705ec2cbf20cd4c77a11..e90a6ac79b483e0dbc3f517abcac72ada36727b5 100644 (file)
@@ -4,11 +4,12 @@
  * scan.l
  *       lexical scanner for POSTGRES
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.62 2000/01/23 01:27:35 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.63 2000/01/26 05:56:43 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4e15bd240952d11942cd21358c078dfd36a63191..ae05569071d39edce26c9321ec00e5d74783eaf2 100644 (file)
@@ -4,11 +4,12 @@
  *       support routines for the lex/flex scanner, used by both the normal
  * backend as well as the bootstrap backend
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/scansup.c,v 1.17 1999/09/11 22:26:35 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/scansup.c,v 1.18 2000/01/26 05:56:43 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a06ef4cd0a8085230e0ed1bb43d905b17168047f..bc1046a24eca0df93f4801f0c106ea3d40074ff0 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for OSF/1-specific routines
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: alpha.h,v 1.3 1999/02/13 23:17:15 momjian Exp $
+ * $Id: alpha.h,v 1.4 2000/01/26 05:56:44 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f9f8d3e8d352a691a1ae0da3139e214a675f3d9c..b77dea182f7a7439fee190a2512d971b3f41e704 100644 (file)
@@ -1,5 +1,6 @@
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index d947242e3a51aaecf69e110c0f963887e625800a..1367382f976b193687d2f3c704a29ee4cdce3009 100644 (file)
@@ -4,9 +4,10 @@
  *       port-specific prototypes for NetBSD 1.0
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bsd.h,v 1.5 1999/07/16 03:13:09 momjian Exp $
+ * $Id: bsd.h,v 1.6 2000/01/26 05:56:44 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7c99fb8e0790bf70d93aa6f91e18da7a245f4fe0..5ab9c1005a11ad9dd0714ba54f7796ef76616d94 100644 (file)
@@ -6,7 +6,8 @@
  *
  *       You need to install the dld library on your Linux system!
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
index a9b01fce22dec38f89cc6c1e4b0da159b3f57634..5c8b3058aa1c8b5d85f9b36f69657f40d90f24f3 100644 (file)
@@ -4,7 +4,8 @@
  *       port-specific prototypes for SunOS 4
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * 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 c483007fbce3bdf26feb7f807bc7033ff314887f..e635263d4866527b9e6152c76931cb8011043d9a 100644 (file)
@@ -2,9 +2,10 @@
  *
  * dgux.h
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dgux.h,v 1.6 1999/07/16 03:13:10 momjian Exp $
+ * $Id: dgux.h,v 1.7 2000/01/26 05:56:44 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0d121cb4845063cbded2bb5b1553ea2f5203db04..9f7f7110f85c149fec00490b9116ef0bcd88af91 100644 (file)
@@ -1,5 +1,6 @@
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index bea475689c338de50093d426d62dc691dc7f8cd2..e9a7dbd1cb8074f5ff6b69625130e54efe0fa18e 100644 (file)
@@ -4,9 +4,10 @@
  *       port-specific prototypes for NetBSD 1.0
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: freebsd.h,v 1.5 1999/07/16 04:59:36 momjian Exp $
+ * $Id: freebsd.h,v 1.6 2000/01/26 05:56:44 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 76f7b970bd44c90633cf4f6b96a01dd01d48dc96..43832779b8f35cab41c01e92919871212e4273ea 100644 (file)
@@ -3,11 +3,12 @@
  * dynloader.c
  *       dynamic loader for HP-UX using the shared library mechanism
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.11 1999/07/17 20:17:30 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.12 2000/01/26 05:56:44 momjian Exp $
  *
  *     NOTES
  *             all functions are defined here -- it's impossible to trace the
index 1543ce201b2864d64aa2b0280add0df77f4b4212..470e43f951a9bf335acedfb41d9088bad448eb87 100644 (file)
@@ -3,11 +3,12 @@
  * dynloader.h
  *       dynamic loader for HP-UX using the shared library mechanism
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.h,v 1.2 1999/02/13 23:17:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.h,v 1.3 2000/01/26 05:56:44 momjian Exp $
  *
  *     NOTES
  *             all functions are defined here -- it's impossible to trace the
index 654f8d8e914b90026f227a125dfaeca5382ca2d5..53dc6eb4301672e933b8b736ddad9cd55d5aa6cb 100644 (file)
@@ -4,7 +4,8 @@
  *       port-specific prototypes for Irix 5
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * 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 969e1c4e262e6cc0d9549302dc078c8a8eee594e..dd69a4fed6d94337077ea61f29a843769a7da2fb 100644 (file)
@@ -6,11 +6,12 @@
  *
  *       You need to install the dld library on your Linux system!
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.16 1999/10/25 02:31:47 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.17 2000/01/26 05:56:44 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dd6112f1a72cf5d2b18860befa1b0bab35cc9201..029143aa1f6bd153c3b105a972b6a131f001e080 100644 (file)
@@ -4,9 +4,10 @@
  *       port-specific prototypes for Linux
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: linux.h,v 1.7 1999/07/16 03:13:12 momjian Exp $
+ * $Id: linux.h,v 1.8 2000/01/26 05:56:44 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index efe89d35c201f337fae5313e1fddf80d306e7934..e23e92656521285bd5455aa0cc73522f973936c1 100644 (file)
@@ -4,9 +4,10 @@
  *       port-specific prototypes for SCO 3.2v5.2
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sco.h,v 1.4 1999/07/16 03:13:13 momjian Exp $
+ * $Id: sco.h,v 1.5 2000/01/26 05:56:44 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 20b0909698f58ee6544a2bb2bc921d7a915da0cc..ed1cebaf2cecda795977e7c6a61f7e3bf708d022 100755 (executable)
@@ -4,9 +4,10 @@
  *       port-specific prototypes for SunOS 4
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: solaris_i386.h,v 1.4 1999/07/16 03:13:13 momjian Exp $
+ * $Id: solaris_i386.h,v 1.5 2000/01/26 05:56:44 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3a896866b1aa25e934ab133942a5dd586588e0d6..61b6b998b667cb90cbca23d80746d4f0d6e3ce23 100755 (executable)
@@ -4,9 +4,10 @@
  *       port-specific prototypes for SunOS 4
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: solaris_sparc.h,v 1.4 1999/07/16 03:13:14 momjian Exp $
+ * $Id: solaris_sparc.h,v 1.5 2000/01/26 05:56:44 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8fa8b8a6644804c44004329f1f49e2fb57ee9cf7..353f3975d33d70ca79d97332c155fad9ddc2d48c 100644 (file)
@@ -4,9 +4,10 @@
  *       port-specific prototypes for SunOS 4
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sunos4.h,v 1.4 1999/07/16 03:13:14 momjian Exp $
+ * $Id: sunos4.h,v 1.5 2000/01/26 05:56:44 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e374fc53b1edc35c1186cfbb9a65d2ec80987be0..2b3f23ed62933ed47095f05aabc0b5d1ba7f934a 100644 (file)
@@ -4,9 +4,10 @@
  *       port-specific prototypes for Intel x86/Intel SVR4
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: svr4.h,v 1.4 1999/07/16 03:13:15 momjian Exp $
+ * $Id: svr4.h,v 1.5 2000/01/26 05:56:44 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6755c7fb1292c696c662eceadab75e0fe7fa8b37..d6c2dfdeec4f87bae84f55cc4a0f0dae16048489 100644 (file)
@@ -5,11 +5,12 @@
  *       (Note that pg_dlsym and pg_dlclose are actually macros defined in
  *       "port-protos.h".)
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/ultrix4.c,v 1.10 1999/10/25 02:31:47 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/ultrix4.c,v 1.11 2000/01/26 05:56:44 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e7f719e63d46e966dd8dede46cf55d0f1107f6d4..b16f3f2ef5dfe65c7e96964dc78fe7456299b760 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: ultrix4.h,v 1.5 1999/07/16 03:13:15 momjian Exp $
+ * $Id: ultrix4.h,v 1.6 2000/01/26 05:56:44 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e85c6a4c08dbf2f98815546428d723b6c87f7c95..a69c2c75a0c6ec49295ae32f0fb7389500310e18 100644 (file)
@@ -4,7 +4,8 @@
  *       port-specific prototypes for Intel x86/UNIXWARE
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * univel.h,v 1.2 1995/03/17 06:40:18 andrew Exp
  *
index 5e00a5c4a17e0ed338c9401b1c15db684dd832a7..9b7780831a8592f5ef0b4e0e7baaa2bdbaa577e3 100644 (file)
@@ -4,7 +4,8 @@
  *       port-specific prototypes for Intel x86/UNIXWARE 7
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * unixware.h,v 1.2 1995/03/17 06:40:18 andrew Exp
  *
index c736935454460535e4ba146c65b7e1801d367383..603d1b52dd12e04cd89236ee24a3da226bf6e620 100644 (file)
@@ -4,7 +4,8 @@
  *       port-specific prototypes for Intel x86/Window NT
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * win.h,v 1.2 1995/03/17 06:40:18 andrew Exp
  *
index a85fa8b1a5cefe37d26e6fada99e37ce534dba84..727abe908a1826bfa91486e46e9e38d2991146c1 100644 (file)
@@ -5,9 +5,10 @@
  *       dereferences on PA-RISC.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fixade.h,v 1.7 1999/05/25 16:10:36 momjian Exp $
+ * $Id: fixade.h,v 1.8 2000/01/26 05:56:46 momjian Exp $
  *
  *      NOTES
  *             This must be included in EVERY source file.
index 3d1193810dba2d697887c27f7f008186ab6c4c9c..12cc587ce031c022f27146e9739436d2694bc3a6 100644 (file)
@@ -4,9 +4,10 @@
  *       port-specific prototypes for HP-UX
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: port-protos.h,v 1.8 1999/07/16 03:13:18 momjian Exp $
+ * $Id: port-protos.h,v 1.9 2000/01/26 05:56:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1c4fbd12b42f9016eec6775b8e8223675decae32..858f5539cb9e99338c5888baadbf665f8a8f0b7e 100644 (file)
@@ -1,7 +1,8 @@
-/* $Id: strcasecmp.c,v 1.5 1998/09/01 04:30:46 momjian Exp $ */
+/* $Id: strcasecmp.c,v 1.6 2000/01/26 05:56:43 momjian Exp $ */
 
 /*
- * Copyright (c) 1987 Regents of the University of California.
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted
index 215bf616f9bfd1627ebecd564a5d29f673e83897..16ae290d291f1dfb7fbbccfb7ff7875c747f5d24 100644 (file)
@@ -1,5 +1,6 @@
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index eabdc54e5bcd36265adaacfa56234f871534df75..96556912ea306227b5331fddad6c47f941ee7095 100644 (file)
@@ -4,9 +4,10 @@
  *       definitions for ANSI floating point
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: float.h,v 1.4 1999/02/13 23:17:37 momjian Exp $
+ * $Id: float.h,v 1.5 2000/01/26 05:56:47 momjian Exp $
  *
  * NOTES
  *       These come straight out of ANSI X3.159-1989 (p.18) and
index ea69af4eb1973e6d8f270e3932c8c9d3efea8f5a..3059e8b8289c4335a2eaf9e60aa091472bec9e64 100644 (file)
@@ -6,11 +6,12 @@
  *       to the Postmaster and the postmaster uses the info in the
  *       message to setup a backend process.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.134 2000/01/20 04:11:52 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.135 2000/01/26 05:56:48 momjian Exp $
  *
  * NOTES
  *
index 4f6434d9245a107aeb42268cd271f5ba15e713f0..fbdcc2c4f64f2da230d1fdd45d3bce475b74457a 100644 (file)
@@ -2,11 +2,12 @@
  *
  * locks.c
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/rewrite/Attic/locks.c,v 1.26 1999/11/24 16:52:33 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/rewrite/Attic/locks.c,v 1.27 2000/01/26 05:56:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 49ca4526c3c3a0254b37f4f52020993a60d76cec..b0ca5f522e03967792ab9b18f865ada1326a47c7 100644 (file)
@@ -3,11 +3,12 @@
  * rewriteDefine.c
  *       routines for defining a rewrite rule
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteDefine.c,v 1.40 1999/11/18 13:56:27 wieck Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteDefine.c,v 1.41 2000/01/26 05:56:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dc8f2b832e7800c7632981020b6b2dce332e2697..358dba0a3ec672b643ae7a9ea056774590f865d8 100644 (file)
@@ -2,11 +2,12 @@
  *
  * rewriteHandler.c
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteHandler.c,v 1.65 2000/01/17 02:04:13 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteHandler.c,v 1.66 2000/01/26 05:56:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0e3791740475b0538656dbcfbcf3882f20ceb939..4d2960433e89b65501a159f7e67997d10b2d1189 100644 (file)
@@ -2,11 +2,12 @@
  *
  * rewriteManip.c
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteManip.c,v 1.42 1999/11/07 23:08:13 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteManip.c,v 1.43 2000/01/26 05:56:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a3f8eda940e997c288ac6f51a4c51563b2c89a22..d3fda73d48e497d3fbdb0f320d8a5a71f6f0c1c8 100644 (file)
@@ -3,11 +3,12 @@
  * rewriteRemove.c
  *       routines for removing rewrite rules
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteRemove.c,v 1.34 1999/12/16 22:19:49 wieck Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteRemove.c,v 1.35 2000/01/26 05:56:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 02ae94b7747d9ddef8f4c549c54e0ddcca707b7e..9a5f4862410446ea80356d6ae7ea3e124dd30a26 100644 (file)
@@ -3,11 +3,12 @@
  * rewriteSupport.c
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteSupport.c,v 1.40 1999/12/16 22:19:50 wieck Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteSupport.c,v 1.41 2000/01/26 05:56:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3fe2ec8be6e89511e44a3999f353493949c204b8..0a58033c97f28ee5c006d0d040e23658e5ac49a6 100644 (file)
@@ -3,11 +3,12 @@
  * buf_init.c
  *       buffer manager initialization routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_init.c,v 1.31 1999/10/06 21:58:04 vadim Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_init.c,v 1.32 2000/01/26 05:56:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5cab2e4e24d6d1aa1e29140d6676d748c337fbab..4c9b8e7cea9d7d9847cd7eababacacb89c92d869 100644 (file)
@@ -3,11 +3,12 @@
  * buf_table.c
  *       routines for finding buffers in the buffer pool.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_table.c,v 1.15 1999/07/15 22:39:46 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_table.c,v 1.16 2000/01/26 05:56:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dc7749522db3bc65a3759d30d991d1257890dece..5338f0de083103aa01241f4495896fe4b5b64236 100644 (file)
@@ -3,11 +3,12 @@
  * bufmgr.c
  *       buffer manager interface routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.71 2000/01/17 01:15:17 inoue Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.72 2000/01/26 05:56:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f59a2cc81e3d0d83df7ef95bdc2e7b59f05065c5..7b927886f55fc27bfa7bf69876d96be9335871fe 100644 (file)
@@ -4,11 +4,12 @@
  *       routines for manipulating the buffer pool's replacement strategy
  *       freelist.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/freelist.c,v 1.19 1999/09/24 00:24:29 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/freelist.c,v 1.20 2000/01/26 05:56:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6c0d1431e53bf49565c5f95d0b8907a4fefe79b7..84d24e553b4c52f0a05f0c44ef0799e58e6cf04f 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.
  *
- * Copyright (c) 1994-5, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/localbuf.c,v 1.28 1999/09/24 00:24:29 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/localbuf.c,v 1.29 2000/01/26 05:56:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 34a049026e6daedd697f9fd20b6bebbbedf0d854..fae4ab3c934407f332649433ac4c8575bc4e9946 100644 (file)
@@ -3,11 +3,12 @@
  * s_lock.c
  *       buffer manager interface routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.23 1999/07/17 20:17:42 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.24 2000/01/26 05:56:52 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2dafe08c5d99515216818cf416d2ba6119e38373..2af57b56380935543875af40c914e2c1ab185c24 100644 (file)
@@ -3,10 +3,11 @@
  * buffile.c
  *       Management of large buffered files, primarily temporary files.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/file/buffile.c,v 1.3 1999/10/19 02:34:45 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/file/buffile.c,v 1.4 2000/01/26 05:56:55 momjian Exp $
  *
  * NOTES:
  *
index 58612be9e0870a56183385a0e8b01b823bfe10f6..efc8950cd10896e83bb9bd4be252c1e9c8b89aac 100644 (file)
@@ -3,10 +3,11 @@
  * fd.c
  *       Virtual file descriptor code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.51 1999/11/23 01:08:36 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.52 2000/01/26 05:56:55 momjian Exp $
  *
  * NOTES:
  *
index 7676fd20e3d5f0d7852593edc4d98bee66a3b56f..4d217b36f24a1e8dbb7802f29683d7d8bc6997e2 100644 (file)
@@ -3,11 +3,12 @@
  * ipc.c
  *       POSTGRES inter-process communication definitions.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.44 2000/01/15 02:59:34 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.45 2000/01/26 05:56:57 momjian Exp $
  *
  * NOTES
  *
index 259a1f532c940dae14eb54769969923fa946aa00..14d7d0302bdc7afc405f6802edef471c4cf15271 100644 (file)
@@ -3,11 +3,12 @@
  * ipci.c
  *       POSTGRES inter-process communication initialization code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.31 1999/10/06 21:58:06 vadim Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.32 2000/01/26 05:56:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e76829ec7c943d26a94191958e60811ada56af34..28298dda742c8c457bd69f35ece8a8b969755e38 100644 (file)
@@ -3,11 +3,12 @@
  * shmem.c
  *       create shared memory and initialize shared memory data structures.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmem.c,v 1.47 1999/10/06 21:58:06 vadim Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmem.c,v 1.48 2000/01/26 05:56:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bf57b27652ab7c4bd1f0237e8503e7422e7d7766..2cdccd0a55027601da932284238ee7d895b51bf8 100644 (file)
@@ -3,11 +3,12 @@
  * shmqueue.c
  *       shared memory linked lists
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmqueue.c,v 1.12 1999/07/17 20:17:44 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmqueue.c,v 1.13 2000/01/26 05:56:58 momjian Exp $
  *
  * NOTES
  *
index 42c22faa2f5474892b2889dda598dd3f4f6cbc04..d19fb4a40cc41ee0bb041278261576b89539c98e 100644 (file)
@@ -3,11 +3,12 @@
  * sinval.c
  *       POSTGRES shared cache invalidation communication code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/sinval.c,v 1.19 1999/09/24 00:24:35 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/sinval.c,v 1.20 2000/01/26 05:56:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f2e531be444a9b4401c4074cfd36a5ef6e06427b..983552e16dd3c92ccac30db289d7c613a50c1022 100644 (file)
@@ -3,11 +3,12 @@
  * sinvaladt.c
  *       POSTGRES shared cache invalidation segment definitions.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/sinvaladt.c,v 1.27 1999/09/24 00:24:35 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/sinvaladt.c,v 1.28 2000/01/26 05:56:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 700f5bfaf6d24346b2542f7a12db4ae7f1c5e2a6..a4d50c666ae6c9d310eb4aafed29cc6a426c5406 100644 (file)
@@ -3,11 +3,12 @@
  * spin.c
  *       routines for managing spin locks
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/spin.c,v 1.21 1999/10/06 21:58:06 vadim Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/spin.c,v 1.22 2000/01/26 05:56:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5a2862946dc0885f38b4872d50396cfd797de1d8..ac57aaef6b2c5b931e06998068d88933fb28dccc 100644 (file)
@@ -4,11 +4,12 @@
  *       routines for manipulating inversion fs large objects. This file
  *       contains the user-level large object application interface routines.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/large_object/inv_api.c,v 1.64 1999/12/30 05:05:03 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/large_object/inv_api.c,v 1.65 2000/01/26 05:56:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6d07595ad192561f1550438394f7ca1939956f9b..7152db297ea10d122f93f39f01d99fb15f2d8973 100644 (file)
@@ -3,11 +3,12 @@
  * lmgr.c
  *       POSTGRES lock manager code
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lmgr.c,v 1.37 1999/11/28 01:58:08 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lmgr.c,v 1.38 2000/01/26 05:57:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0b898697e482d83b4889fe3e448f8b547680a50a..63896a9500618a5f8825e0c89a86f1ecce25e7a7 100644 (file)
@@ -3,11 +3,12 @@
  * lock.c
  *       simple lock acquisition
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.64 2000/01/15 02:59:35 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.65 2000/01/26 05:57:01 momjian Exp $
  *
  * NOTES
  *       Outside modules can create a lock table and acquire/release
index 6f138f5784ab3c68d0bcaa05e872d626b6f0ebc4..a1738e4ca8e7da3f7860e304fa52dd3eaf6c32bc 100644 (file)
@@ -8,11 +8,12 @@
  *       three levels -- RELN, PAGE, TUPLE.  Tuple is actually TID
  *       a physical record pointer.  It isn't an object id.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/Attic/multi.c,v 1.33 1999/07/17 20:17:47 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/Attic/multi.c,v 1.34 2000/01/26 05:57:02 momjian Exp $
  *
  * NOTES:
  *      (1) The lock.c module assumes that the caller here is doing
index 2a41bdc317a91e50657eea37bff9f0c732e2a958..01097fcd2fe642ebada361535a2b3b6cd020fce8 100644 (file)
@@ -3,11 +3,12 @@
  * proc.c
  *       routines to manage per-process shared memory data structure
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.66 2000/01/17 01:15:18 inoue Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.67 2000/01/26 05:57:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -46,7 +47,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.66 2000/01/17 01:15:18 inoue Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.67 2000/01/26 05:57:02 momjian Exp $
  */
 #include <sys/time.h>
 #include <unistd.h>
index 47e19bd09da4899afcd2129723368e8b7d865cf0..44c0875de62d7c9288af1098f2d5628eba65d05d 100644 (file)
@@ -9,11 +9,12 @@
  *             you can set an intent lock at the beginning and thereafter
  *             only set page locks.  Tends to speed things up.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/Attic/single.c,v 1.12 1999/07/17 20:17:47 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/Attic/single.c,v 1.13 2000/01/26 05:57:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index be53bc295557d053dee82d882344faeba8aed61e..c5f03f9e9ff386c892b16e253d2b79904a6a86c4 100644 (file)
@@ -3,11 +3,12 @@
  * bufpage.c
  *       POSTGRES standard buffer page code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/page/bufpage.c,v 1.27 1999/07/19 07:07:24 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/page/bufpage.c,v 1.28 2000/01/26 05:57:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e8bee1026fa0978add9b59bd3f00a6652b192ec2..91015984298a9e4d1135796461dd1b7a0780835d 100644 (file)
@@ -3,11 +3,12 @@
  * itemptr.c
  *       POSTGRES disk item pointer code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/page/itemptr.c,v 1.7 1999/07/15 22:39:53 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/page/itemptr.c,v 1.8 2000/01/26 05:57:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a7bcd1b6ec85873d034c7616bbc7f08d737f6ee2..888ef8868403d3b6d04cb1a1768ad1cd4a1fb271 100644 (file)
@@ -3,11 +3,12 @@
  * md.c
  *       This code manages relations that reside on magnetic disk.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.62 2000/01/13 18:26:09 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.63 2000/01/26 05:57:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6b8cc7f14cab01d7aeb7ed6946f135add2fb81ea..fc3acead661545150b549b9423795fa7b2797393 100644 (file)
@@ -6,11 +6,12 @@
  *       This code manages relations that reside in (presumably stable)
  *       main memory.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/smgr/Attic/mm.c,v 1.17 1999/07/15 22:39:54 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/smgr/Attic/mm.c,v 1.18 2000/01/26 05:57:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7efa724eaf95a057948df3f986b82aaf33217019..f0c20f8219b2fa4c6b8e5dc6a38a80d5119f438d 100644 (file)
@@ -6,11 +6,12 @@
  *       All file system operations in POSTGRES dispatch through these
  *       routines.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgr.c,v 1.31 1999/11/07 23:08:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgr.c,v 1.32 2000/01/26 05:57:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5035c8e38bda5fc2785f3ff18b74fc366880f813..e6cd6c3bf4815b127a07d8c77138a340c4131337 100644 (file)
@@ -3,11 +3,12 @@
  * smgrtype.c
  *       storage manager type
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgrtype.c,v 1.15 1999/07/17 20:17:49 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgrtype.c,v 1.16 2000/01/26 05:57:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2cf7996b68eb26b0376db50aa8e1def9aec5a458..ce60aaadb4f7c1136a48a0b8a175fbeb61852a9e 100644 (file)
@@ -3,11 +3,12 @@
  * dest.c
  *       support for various communication destinations - see include/tcop/dest.h
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/tcop/dest.c,v 1.37 1999/11/07 23:08:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/tcop/dest.c,v 1.38 2000/01/26 05:57:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c3cfd6ce74e055bffca99e9452763cf784532f55..213e54af68415703dab57a4b5c62b639997818c4 100644 (file)
@@ -3,11 +3,12 @@
  * fastpath.c
  *       routines to handle function requests from the frontend
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.36 2000/01/12 05:28:47 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.37 2000/01/26 05:57:07 momjian Exp $
  *
  * NOTES
  *       This cruft is the server side of PQfn.
index fb226fa41af69ee7bb64d12003fee212f6d1235c..123d70af9b439305e3f54faa667b596fa5b712a3 100644 (file)
@@ -3,11 +3,12 @@
  * postgres.c
  *       POSTGRES C Backend Interface
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.140 2000/01/22 23:50:18 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.141 2000/01/26 05:57:07 momjian Exp $
  *
  * NOTES
  *       this is the "main" module of the postgres backend and
@@ -1515,7 +1516,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[])
        if (!IsUnderPostmaster)
        {
                puts("\nPOSTGRES backend interactive interface ");
-               puts("$Revision: 1.140 $ $Date: 2000/01/22 23:50:18 $\n");
+               puts("$Revision: 1.141 $ $Date: 2000/01/26 05:57:07 $\n");
        }
 
        /*
index df20e6538b795c34d9242c1e6d10867e683e6d57..0758a9532ad8368ff026db734ebabd3bd7efba73 100644 (file)
@@ -3,11 +3,12 @@
  * pquery.c
  *       POSTGRES process query command code
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.29 1999/12/20 01:19:11 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.30 2000/01/26 05:57:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ead435b09cda818cc4086e6e002106d31e5d14cd..59497b96a0d442f6bb3578dd8422702620fefd29 100644 (file)
@@ -5,11 +5,12 @@
  *       commands.  At one time acted as an interface between the Lisp and C
  *       systems.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.80 2000/01/16 20:04:56 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.81 2000/01/26 05:57:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d64b874873dac436c03aad2ce39e23982f7e711b..938f893d8be619dd3981b95b9b4091bee9c591f3 100644 (file)
@@ -7,11 +7,12 @@
  *
  *             this file must be kept current with recipe-schema.sql
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/tioga/Attic/tgRecipe.c,v 1.15 1999/07/17 20:17:51 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/tioga/Attic/tgRecipe.c,v 1.16 2000/01/26 05:57:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 515d488e9fd69b9d423b3729844fdb72f2779459..a64bb1d0580b4e1a7c3f9200893f0670811b27cc 100644 (file)
@@ -9,9 +9,10 @@
  *                     "utils/geo-decls.h"
  *             and "libpq/libpq.h"
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tgRecipe.h,v 1.12 1999/07/15 15:20:03 momjian Exp $
+ * $Id: tgRecipe.h,v 1.13 2000/01/26 05:57:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ee3c41ace6cc08d4d3e698043461c6514dc4b231..1533b5f18dfebaa0058279358bd6a172af073c9e 100644 (file)
@@ -3,11 +3,12 @@
  * acl.c
  *       Basic access control list data structures manipulation routines.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.43 1999/11/24 16:52:37 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.44 2000/01/26 05:57:12 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ebf54e8b6237f8944ac4fcab31dcfc96bbd2a00c..acb4e8f48a2df3ca8673aeab22f87197c4c76b5b 100644 (file)
@@ -3,11 +3,12 @@
  * arrayfuncs.c
  *       Special functions for arrays.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayfuncs.c,v 1.51 2000/01/15 22:43:24 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayfuncs.c,v 1.52 2000/01/26 05:57:12 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fb1619edf410cdfd8104fe4df97937d20ac15503..3293cecc96060a9b4c0191b325d3b4bdf670bab9 100644 (file)
@@ -3,11 +3,12 @@
  * arrayutils.c
  *       This file contains some support routines required for array functions.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayutils.c,v 1.9 1999/07/15 19:21:42 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayutils.c,v 1.10 2000/01/26 05:57:12 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5ed0d4b02705abc40644f33355efeda094e8cdcc..e781cf59478729e5744056449606fafb014c7295 100644 (file)
@@ -3,11 +3,12 @@
  * bool.c
  *       Functions for the built-in type "bool".
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/bool.c,v 1.20 1999/07/17 20:17:53 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/bool.c,v 1.21 2000/01/26 05:57:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c3a4746978d21e217a8debcf207f398e033e5c40..6675e4cb996cde4f259a50c938a9c5692a86cd43 100644 (file)
@@ -4,11 +4,12 @@
  *       Functions for the built-in type "char".
  *       Functions for the built-in type "cid".
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/char.c,v 1.26 1999/07/17 20:17:54 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/char.c,v 1.27 2000/01/26 05:57:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 78262d0652356ae34864ed1cdf42f57694c767b5..de8c6de9f1fb0e552d0d6515a3f9d4c35a90dbd9 100644 (file)
@@ -2,11 +2,12 @@
  *
  * chunk.c
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/chunk.c,v 1.24 1999/12/09 15:56:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/chunk.c,v 1.25 2000/01/26 05:57:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c2144e85430c4e17b59043aa64e9770e5d03fb32..4ca3850f790b6ef684eca40b2638f7546d6315f7 100644 (file)
@@ -5,11 +5,12 @@
  *       Functions for the built-in type "RelativeTime".
  *       Functions for the built-in type "TimeInterval".
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/date.c,v 1.40 2000/01/15 02:59:36 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/date.c,v 1.41 2000/01/26 05:57:13 momjian Exp $
  *
  * NOTES
  *      This code is actually (almost) unused.
index 2d733ccec560e6a2f95d0b075563c390d5c3c2ab..7a9df275fa7d866bfb84d83db618415b1ee4f50f 100644 (file)
@@ -3,11 +3,12 @@
  * datetime.c
  *       implements DATE and TIME data types specified in SQL-92 standard
  *
- * Copyright (c) 1994-5, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.40 2000/01/15 02:59:36 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.41 2000/01/26 05:57:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3c0d4a53000d46baf87e1202f798b4fc885a8ac4..a86ec87067bb004509108fec6b0e51f227ccb184 100644 (file)
@@ -2,11 +2,12 @@
  *
  * datum.c
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/datum.c,v 1.16 1999/07/17 20:17:55 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/datum.c,v 1.17 2000/01/26 05:57:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e633613eca4eb4aa5479b3c7f0506eb3532a9e28..790313f4992fd4be3fb80e2d1f21259c5f498fa0 100644 (file)
@@ -3,11 +3,12 @@
  * dt.c
  *       Functions for the built-in type "dt".
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.81 2000/01/15 02:59:36 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.82 2000/01/26 05:57:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0a3871280dc64160a41b095b45b60c887dc6326f..60034d5fd2ed7a0874f187b739aec8d3cce2e820 100644 (file)
@@ -3,11 +3,12 @@
  * filename.c
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/filename.c,v 1.23 1999/10/25 03:07:49 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/filename.c,v 1.24 2000/01/26 05:57:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1a3eddb9ab2d094b2f8c010388f43443579d8ebf..0a0df27b808b421735fabc1350f683b28d4b5507 100644 (file)
@@ -3,11 +3,12 @@
  * float.c
  *       Functions for the built-in floating-point types.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.52 2000/01/15 02:59:37 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.53 2000/01/26 05:57:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5fc86c6a62e651455bf66b3374ba92475a649eb4..7b56fba275b44fe7eb87cd449d3e7a4468a79fa2 100644 (file)
@@ -3,11 +3,12 @@
  * geo_ops.c
  *       2D geometric operations
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.47 2000/01/15 02:59:37 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.48 2000/01/26 05:57:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ea81ebb23a7bc263bec6fde32b21d4587056d635..9dd0de0e424557ab40cdb8f39c2436c9e3688742 100644 (file)
@@ -4,11 +4,12 @@
  *       Selectivity routines registered in the operator catalog in the
  *       "oprrest" and "oprjoin" attributes.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_selfuncs.c,v 1.11 1999/07/15 22:39:59 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_selfuncs.c,v 1.12 2000/01/26 05:57:14 momjian Exp $
  *
  *             XXX These are totally bogus.
  *
index be791f49be407cc500912131303c8eecff8926a5..6b69624cb07b94f28d5e53b0fa3b063b037af8a3 100644 (file)
@@ -3,11 +3,12 @@
  * int.c
  *       Functions for the built-in integer types.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/int.c,v 1.31 2000/01/10 16:13:14 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/int.c,v 1.32 2000/01/26 05:57:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ad5c5453e7d334ea7a8f8360b9168dbe3ac6fadf..2522a7471b440ea466d4f0e81bebb9eb54fbd5b8 100644 (file)
@@ -7,10 +7,11 @@
  *             A big hack of the regexp.c code!! Contributed by
  *             Keith Parks <emkxp01@mtcc.demon.co.uk> (7/95).
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *     $Header: /cvsroot/pgsql/src/backend/utils/adt/like.c,v 1.32 1999/11/07 23:08:23 momjian Exp $
+ *     $Header: /cvsroot/pgsql/src/backend/utils/adt/like.c,v 1.33 2000/01/26 05:57:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dd26023b356e633c80c7619cb004a8add0e07145..00af6350de517aeaf06e57b1ba8cb41eca813b7b 100644 (file)
@@ -3,11 +3,12 @@
  * misc.c
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/misc.c,v 1.17 1999/07/15 22:39:59 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/misc.c,v 1.18 2000/01/26 05:57:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e2ad623a470b913851a801f2d4ad197180f7cb1a..71a636feeb3583f6b25105ea25ea094806c463ec 100644 (file)
@@ -2,9 +2,10 @@
  * nabstime.c
  *       parse almost any absolute date getdate(3) can (& some it can't)
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- *       $Id: nabstime.c,v 1.64 2000/01/15 02:59:38 petere Exp $
+ *       $Id: nabstime.c,v 1.65 2000/01/26 05:57:14 momjian Exp $
  *
  */
 #include <ctype.h>
index da47dd1b343801769fa96bfc90034b7322ca9897..48223b25977eed4fed09daa9a6caa401e1a70616 100644 (file)
@@ -7,11 +7,12 @@
  * always use NAMEDATALEN as the symbolic constant!   - jolly 8/21/95
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/name.c,v 1.26 2000/01/22 14:20:49 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/name.c,v 1.27 2000/01/26 05:57:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1a851cf7e5f7c4e52cf45d38722b2eb2d2313393..2a05e9b323b9913d4ec6ea53f2f7f5c3a7d81cd7 100644 (file)
@@ -3,11 +3,12 @@
  * not_in.c
  *       Executes the "not_in" operator for any data type
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/not_in.c,v 1.21 1999/09/18 19:07:49 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/not_in.c,v 1.22 2000/01/26 05:57:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c28e2d367be6afbd8843d91f58217e8b25fae47c..4e6d9a6ac4a8c123ae54b25ea66a8fad59bb89ee 100644 (file)
@@ -6,11 +6,12 @@
  *             integer:                                itoa, ltoa
  *             floating point:                 ftoa, atof1
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/numutils.c,v 1.38 1999/07/17 20:17:58 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/numutils.c,v 1.39 2000/01/26 05:57:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c8759db886e5e22168b6a2b967ef69565a87da98..b7d1e2c03d3482ff06657dc68104eb699393c3ba 100644 (file)
@@ -3,11 +3,12 @@
  * oid.c
  *       Functions for the built-in type Oid.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/oid.c,v 1.32 2000/01/10 16:13:14 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/oid.c,v 1.33 2000/01/26 05:57:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bf0a598c16f65b2d43c96265a2a7b9be0fc11ad1..052b68137f8843eaa38ce677b3a8ac24f64e8d8b 100644 (file)
@@ -3,11 +3,12 @@
  * regexp.c
  *       regular expression handling code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/regexp.c,v 1.29 1999/11/07 23:08:24 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/regexp.c,v 1.30 2000/01/26 05:57:14 momjian Exp $
  *
  *             Alistair Crooks added the code for the regex caching
  *             agc - cached the regular expressions used - there's a good chance
index 29d649a221a472e4d58995d11aa9974de2ef9e54..732569fa8f5c7232ac81704b0c60b642982f976f 100644 (file)
@@ -3,11 +3,12 @@
  * regproc.c
  *       Functions for the built-in type "RegProcedure".
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/regproc.c,v 1.50 2000/01/11 02:46:48 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/regproc.c,v 1.51 2000/01/26 05:57:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 346bda3bc7dd1ec61f4770a43d3e26fe3afb1eff..ab41413432c5d6d5481cf0799ee60fc0ccc3d7fa 100644 (file)
  *       Index cost functions are registered in the pg_am catalog
  *       in the "amcostestimate" attribute.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/selfuncs.c,v 1.53 2000/01/24 07:16:46 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/selfuncs.c,v 1.54 2000/01/26 05:57:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index baa4e67b33d30b4292590e7dddf24396aae0f0da..dbc5ea4b8fadd6b6324e0b75fb4c00b111f5790e 100644 (file)
@@ -5,11 +5,12 @@
  *       Example:       a set is defined as being the result of the query
  *                     retrieve (X.all)
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/sets.c,v 1.29 2000/01/17 23:57:46 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/sets.c,v 1.30 2000/01/26 05:57:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 25c22cfb8c3505d21a65ea58823ba8b80854c266..06ab6d7a3c593110470a5f78caf7ad5e46c845ca 100644 (file)
@@ -3,11 +3,12 @@
  * tid.c
  *       Functions for the built-in type tuple id
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/tid.c,v 1.14 2000/01/15 02:59:38 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/tid.c,v 1.15 2000/01/26 05:57:14 momjian Exp $
  *
  * NOTES
  *       input routine largely stolen from boxin().
index e8cd0875502ae9008c04f77a9a70aaa270a642b5..eb3f165288dd1e6199a964b9500316cfa5d32699 100644 (file)
@@ -3,11 +3,12 @@
  * varchar.c
  *       Functions for the built-in type char() and varchar().
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/varchar.c,v 1.57 2000/01/23 08:13:34 ishii Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/varchar.c,v 1.58 2000/01/26 05:57:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index aaa0ffd45041a19520193ee96247a4aa61f3a751..bdd486825d0c3aacf53765b83be574461ac22838 100644 (file)
@@ -3,11 +3,12 @@
  * varlena.c
  *       Functions for the variable-length built-in types.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/varlena.c,v 1.55 2000/01/15 02:59:38 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/varlena.c,v 1.56 2000/01/26 05:57:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index aa76d46862f3e7fa059a23c0404bde64d53359b3..e5e22a7ab31ad857f2d1f5cdd187c738c6792fdd 100644 (file)
@@ -3,11 +3,12 @@
  * catcache.c
  *       System catalog cache for tuples matching a key.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/cache/catcache.c,v 1.57 2000/01/17 23:57:46 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/cache/catcache.c,v 1.58 2000/01/26 05:57:17 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 49a2642e8676406c0c1ba1bb552aacbc875c786a..6660dc0ac4061ef272adb745ee34d6303f604101 100644 (file)
@@ -3,11 +3,12 @@
  * fcache.c
  *       Code for the 'function cache' used in Oper and Func nodes....
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/fcache.c,v 1.28 2000/01/23 03:43:24 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/fcache.c,v 1.29 2000/01/26 05:57:17 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a0224f516782cb4d84c244957e17710c3661365e..ce4230da4f1fca1dc3d28440aa5912df0e1bd17a 100644 (file)
@@ -3,11 +3,12 @@
  * inval.c
  *       POSTGRES cache invalidation dispatcher code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/cache/inval.c,v 1.31 2000/01/10 06:30:53 inoue Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/cache/inval.c,v 1.32 2000/01/26 05:57:17 momjian Exp $
  *
  * Note - this code is real crufty...
  *
index 406c476182be476d7245ad3e5b1834e92c007daa..90969744c9d92b75808a8f7ed5d2cd16717e8df1 100644 (file)
@@ -3,10 +3,11 @@
  * lsyscache.c
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/cache/lsyscache.c,v 1.38 2000/01/23 03:43:24 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/cache/lsyscache.c,v 1.39 2000/01/26 05:57:17 momjian Exp $
  *
  * NOTES
  *       Eventually, the index information should go through here, too.
index 340562f05d43d4dfb0f754dcf02b23c106a8657e..d24c1ca0c9cfa1c0b2cd8d9a74d005aaff941e87 100644 (file)
@@ -3,11 +3,12 @@
  * rel.c
  *       POSTGRES relation descriptor code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/rel.c,v 1.6 1999/07/15 22:40:04 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/rel.c,v 1.7 2000/01/26 05:57:17 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a6b0f6ca9beb11dc0171b86eddbe420f09d4248c..ea11b02688419bd2d43604bbfd09cb30481c1017 100644 (file)
@@ -3,11 +3,12 @@
  * relcache.c
  *       POSTGRES relation descriptor cache code
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.86 2000/01/22 14:20:50 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.87 2000/01/26 05:57:17 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c58a9a22e40624ae520fbe210d86887d92f58b24..3cc75198994bc9f8ff1ac5f1d1a1f92f4b39bb2f 100644 (file)
@@ -3,11 +3,12 @@
  * syscache.c
  *       System cache management routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.47 2000/01/24 03:08:27 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.48 2000/01/26 05:57:18 momjian Exp $
  *
  * NOTES
  *       These routines allow the parser/planner/executor to perform
index 88894a806e67a1b98cb743e730dfd521244ebef4..0da4f3bd5e4757e286114680f39fdc8b3e2b9890 100644 (file)
@@ -3,11 +3,12 @@
  * temprel.c
  *       POSTGRES temporary relation handling
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/temprel.c,v 1.19 2000/01/22 14:20:50 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/temprel.c,v 1.20 2000/01/26 05:57:18 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a642203e0ca2dd6a502f01797b3a76d94c201c7c..3e990bda355b11f5e1d1cea0a45b490301155bef 100644 (file)
@@ -3,11 +3,12 @@
  * assert.c
  *       Assert code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/error/assert.c,v 1.16 1999/07/17 20:18:03 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/error/assert.c,v 1.17 2000/01/26 05:57:20 momjian Exp $
  *
  * NOTE
  *       This should eventually work with elog(), dlog(), etc.
index bd51f40adf0a171c351037b27cdee75d0ba0b4c9..71fd9c8354f2c7b5b9d2da3cb68be7116947f148 100644 (file)
@@ -3,11 +3,12 @@
  * elog.c
  *       error logger
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.53 1999/12/30 23:03:40 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.54 2000/01/26 05:57:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d15715a8e67866174c390c31bcdcb5dfb2f2d4a8..374aa57216f99c244545c469216e71691365dc4f 100644 (file)
@@ -3,11 +3,12 @@
  * exc.c
  *       POSTGRES exception handling code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/exc.c,v 1.28 1999/07/17 20:18:04 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/exc.c,v 1.29 2000/01/26 05:57:20 momjian Exp $
  *
  * NOTE
  *       XXX this code needs improvement--check for state violations and
index 486b16a0a41d9603cc46a8f9e6887a5664e7b42b..cb63e69b7159df5d05f81184ea7a6f6c75fa3ce4 100644 (file)
@@ -3,11 +3,12 @@
  * excabort.c
  *       Default exception abort code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/excabort.c,v 1.7 1999/07/16 03:14:22 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/excabort.c,v 1.8 2000/01/26 05:57:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c22b8e696c69c00eacc2c8f5e91b243229c0db13..bc9af90dd6c3c37fa2275bd8bce8c6e0e2bab960 100644 (file)
@@ -3,11 +3,12 @@
  * excid.c
  *       POSTGRES known exception identifier code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/excid.c,v 1.7 1999/07/15 15:20:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/excid.c,v 1.8 2000/01/26 05:57:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 99a9c0004d57231b2f9ff56adc2edc30e3bd8045..adb28aef80a7a5081ae5ced57ddc141364dd3900 100644 (file)
@@ -3,11 +3,12 @@
  * format.c
  *       a wrapper around code that does what vsprintf does.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/format.c,v 1.14 1999/07/17 20:18:04 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/format.c,v 1.15 2000/01/26 05:57:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8182e9edd5406c1eae080ba0afe01f4229dfca50..2e3750a712677ad7fc9495396cfc58cc2daf9447 100644 (file)
@@ -3,11 +3,12 @@
  * dfmgr.c
  *       Dynamic function manager code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.37 1999/11/22 17:56:33 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.38 2000/01/26 05:57:22 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7b1b7c4675fc652bbc8480c5876cba3f97a8ed3b..c830b536e128c6e3e4ab8168b06b6b469994ca9c 100644 (file)
@@ -3,11 +3,12 @@
  * fmgr.c
  *       Interface routines for the table-driven function manager.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/fmgr/fmgr.c,v 1.36 2000/01/10 18:27:41 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/fmgr/fmgr.c,v 1.37 2000/01/26 05:57:22 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5e7fcd0fdfae95c4d257de767d7cde6ec77b539c..0cb235b62bccde88b918153cf23d177ff3801d33 100644 (file)
@@ -3,11 +3,12 @@
  * dynahash.c
  *       dynamic hashing
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/hash/dynahash.c,v 1.27 1999/07/17 20:18:05 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/hash/dynahash.c,v 1.28 2000/01/26 05:57:24 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4541023f1927f5ebfef331dcb4ab226de8a72fb7..5dcc4ba1ef6af85168baa089fbaef6714d23d84a 100644 (file)
@@ -3,11 +3,12 @@
  * hashfn.c
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/hash/hashfn.c,v 1.10 1999/07/17 20:18:06 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/hash/hashfn.c,v 1.11 2000/01/26 05:57:24 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d40f1b6c83d125b185158e1cab0ff8e14a0af01d..137653e31a0430beba63c4b58764e875510ceecd 100644 (file)
@@ -3,11 +3,12 @@
  * enbl.c
  *       POSTGRES module enable and disable support code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/enbl.c,v 1.9 1999/07/16 05:41:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/enbl.c,v 1.10 2000/01/26 05:57:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fc22d0da2d2c3a66622d41fe42febd12dbd56a0f..2bbc75c60f96b0f28b83614ca51bd3f698448f18 100644 (file)
@@ -2,11 +2,12 @@
  *
  * findbe.c
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.16 1999/07/17 20:18:07 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.17 2000/01/26 05:57:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 19d07dc7525a6b77c674b5397987b2245d5d8238..8558aae59c771571464cd39d39efe5b4840046af 100644 (file)
@@ -3,11 +3,12 @@
  * globals.c
  *       global variable declarations
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.39 1999/12/10 10:29:01 ishii Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.40 2000/01/26 05:57:26 momjian Exp $
  *
  * NOTES
  *       Globals used all over the place should be declared here and not
index cb048c9faf0f046df83e7695f071429af55ad17d..d5ce83dc6c45762364120513a2843602faf26acd 100644 (file)
@@ -3,11 +3,12 @@
  * miscinit.c
  *       miscellanious initialization support stuff
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/init/miscinit.c,v 1.42 2000/01/19 14:01:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/init/miscinit.c,v 1.43 2000/01/26 05:57:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9e533dcd8edb653a13654cb6670fbff69c8d32f1..597e6ced8b64cb889db47c11225c60dd049e92e1 100644 (file)
@@ -3,11 +3,12 @@
  * postinit.c
  *       postgres initialization utilities
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.55 2000/01/13 18:26:11 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.56 2000/01/26 05:57:26 momjian Exp $
  *
  *
  *-------------------------------------------------------------------------
index d68f6ed4d751668fc14adaea9470fd29e1d090fb..21a9e522ec5f4d0fd0944409a58e377be154a40e 100644 (file)
@@ -3,11 +3,12 @@
  * database.c
  *       miscellaneous initialization support stuff
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/misc/Attic/database.c,v 1.34 2000/01/13 18:26:13 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/misc/Attic/database.c,v 1.35 2000/01/26 05:57:28 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 51d0d29c7b6cd7ed99085aff663bcb83bb253b84..8c36c4f297209896efc0ef95b5a0d8aa09a7ff8f 100644 (file)
@@ -4,11 +4,12 @@
  *
  *       The superuser() function.  Determines if user has superuser privilege.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/misc/superuser.c,v 1.13 2000/01/14 22:11:36 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/misc/superuser.c,v 1.14 2000/01/26 05:57:28 momjian Exp $
  *
  * DESCRIPTION
  *       See superuser().
index 6ad0f1db1f330b329848f89151a7c80d56e0962d..1ee38a928b0e999db02a74cc19ddd263637a0c9b 100644 (file)
@@ -3,11 +3,12 @@
  * aset.c
  *       Allocation set definitions.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mmgr/aset.c,v 1.22 2000/01/05 18:23:50 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mmgr/aset.c,v 1.23 2000/01/26 05:57:30 momjian Exp $
  *
  * NOTE:
  *     This is a new (Feb. 05, 1999) implementation of the allocation set
index 6954452ce75431eb1e8243523bbbb85d4991bc63..29af5ce8e2a0e92c523b9104d155cc24c21eb92a 100644 (file)
@@ -3,11 +3,12 @@
  * mcxt.c
  *       POSTGRES memory context code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mmgr/mcxt.c,v 1.19 1999/07/17 20:18:14 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mmgr/mcxt.c,v 1.20 2000/01/26 05:57:30 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7863064f58e5b990f4f1b26ed5d74e5ea805f26d..0bb046653f5023e9cbe5dfb6e01872dd765af7a8 100644 (file)
@@ -3,11 +3,12 @@
  * oset.c
  *       Fixed format ordered set definitions.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mmgr/Attic/oset.c,v 1.15 1999/07/16 05:23:29 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mmgr/Attic/oset.c,v 1.16 2000/01/26 05:57:31 momjian Exp $
  *
  * NOTE
  *       XXX This is a preliminary implementation which lacks fail-fast
index c1bb88771a1d048437cd9f2a758622fc30eb6d7c..dfff48e8f6ece5c4616046ca1b9f2e2fbd0a0edf 100644 (file)
@@ -3,11 +3,12 @@
  * palloc.c
  *       POSTGRES memory allocator code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mmgr/Attic/palloc.c,v 1.16 2000/01/13 18:26:14 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mmgr/Attic/palloc.c,v 1.17 2000/01/26 05:57:31 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7d9ceecaae802d569707bb94266535b3e34b3abf..f19e1c2d468c5b044478f61d4e3078a3e7d3c47e 100644 (file)
@@ -3,11 +3,12 @@
  * portalmem.c
  *       backend portal memory context management stuff
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mmgr/portalmem.c,v 1.32 2000/01/15 02:59:40 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mmgr/portalmem.c,v 1.33 2000/01/26 05:57:31 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 46497598b56bbd2c8a75dcb7fd85ff1cc8923056..aa275ecc2163c06c7f3e26fcf916a413884c6712 100644 (file)
  * care that all calls for a single LogicalTapeSet are made in the same
  * palloc context.
  * 
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/sort/logtape.c,v 1.2 1999/10/17 22:15:05 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/sort/logtape.c,v 1.3 2000/01/26 05:57:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 557843428c56c0febeb1bec113894cc92f5c93a1..1d0ed4e9f2f06e7e2fea04f41926eb81fea9e0d9 100644 (file)
  * saves one cycle of writing all the data out to disk and reading it in.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/sort/tuplesort.c,v 1.4 1999/12/16 22:19:56 wieck Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/sort/tuplesort.c,v 1.5 2000/01/26 05:57:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 32479fb278085bf7ff998c0d7580543e30252c5e..f03f0db64cc0ac06523135914bc9f32bebd519ca 100644 (file)
@@ -3,11 +3,12 @@
  * tqual.c
  *       POSTGRES "time" qualification code.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/time/tqual.c,v 1.34 2000/01/17 23:57:47 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/time/tqual.c,v 1.35 2000/01/26 05:57:36 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f111ca57ab7c0ea6d4f0e24122a9874f47ae4d9e..59312a93f6b6dd4d987f509626298e5d8d2d3cec 100644 (file)
@@ -3,11 +3,12 @@
  * common.c
  *       common routines between pg_dump and pg4_dump
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.39 2000/01/18 18:09:02 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.40 2000/01/26 05:57:38 momjian Exp $
  *
  * Modifications - 6/12/96 - dave@bensoft.com - version 1.13.dhb.2
  *
index a084fba2fc2c1fbe9ac76f876bb8e80aa5fd0a1a..3b7ca7186494e06291c83434b4c8a15173c447d5 100644 (file)
  *
  * the output script is SQL that is understood by PostgreSQL
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.138 2000/01/24 19:34:15 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.139 2000/01/26 05:57:38 momjian Exp $
  *
  * Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
  *
@@ -176,7 +177,8 @@ version(void)
 {
     puts("pg_dump (PostgreSQL) " PG_RELEASE "." PG_VERSION "." PG_SUBVERSION);
     puts("Copyright (C) 2000 PostgreSQL Global Development Team");
-    puts("Copyright (C) 1996 Regents of the University of California");
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+    puts("Portions Copyright (C) 1996 Regents of the University of California");
     puts("Read the file COPYING to see the usage and distribution terms.");
 }
 
index 5b5e296e5c1d3352908a513a99018caee3fa15b3..aacc5339fb20b049dbcb4796484599fae8b42ec8 100644 (file)
@@ -3,9 +3,10 @@
  * pg_dump.h
  *       header file for the pg_dump utility
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_dump.h,v 1.46 2000/01/18 18:09:02 momjian Exp $
+ * $Id: pg_dump.h,v 1.47 2000/01/26 05:57:38 momjian Exp $
  *
  * Modifications - 6/12/96 - dave@bensoft.com - version 1.13.dhb.2
  *
index 72ab87e1a8c5f7dc7eb592cc4007bdb6a7d78b0a..91d1609531a54463739b92abf164e6874e92602f 100644 (file)
@@ -3,11 +3,12 @@
  * pg_version.c
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/bin/pg_version/Attic/pg_version.c,v 1.11 1999/02/13 23:20:32 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/bin/pg_version/Attic/pg_version.c,v 1.12 2000/01/26 05:57:40 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index baebf4ce52663401c428493a670229d7088904a5..184c933475aa4cab147de919d046c61a26e8b7bb 100644 (file)
@@ -4,7 +4,8 @@
  *             a skeletal Tcl_AppInit that provides pgtcl initialization
  *       to create a tclsh that can talk to pglite backends
  *
- * Copyright (c) 1993 The Regents of the University of California.
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1993 The Regents of the University of California.
  * Copyright (c) 1994 Sun Microsystems, Inc.
  *
  * See the file "license.terms" for information on usage and redistribution
index 2c70b741cd6541b72beb4d2c15bc4238146dbea5..02ec10af6c15b86456b3553cd2d59b7c06420f57 100644 (file)
@@ -4,7 +4,8 @@
  *             a skeletal Tcl_AppInit that provides pgtcl initialization
  *       to create a tclsh that can talk to pglite backends
  *
- * Copyright (c) 1993 The Regents of the University of California.
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1993 The Regents of the University of California.
  * Copyright (c) 1994 Sun Microsystems, Inc.
  *
  * See the file "license.terms" for information on usage and redistribution
index 7b1ce4945859b14fd3f262fd2e6c6230852f3fa7..e12ce71caf82db5d7b916779e367f70a0cf5f33e 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright 2000 by PostgreSQL Global Development Team
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.12 2000/01/19 20:08:34 petere Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.13 2000/01/26 05:57:44 momjian Exp $
  */
 #include <c.h>
 #include "help.h"
@@ -307,7 +307,8 @@ print_copyright(void)
                 "Copyright(c) 1996 - 9 PostgreSQL Global Development Group\n\n"
                 "This software is based on Postgres95, formerly known as Postgres, which\n"
                 "contains the following notice:\n\n"
-         "Copyright(c) 1994 - 7 Regents of the University of California\n\n"
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+         "Portions Copyright(c) 1994 - 7 Regents of the University of California\n\n"
                 "Permission to use, copy, modify, and distribute this software and its\n"
                 "documentation for any purpose, without fee, and without a written agreement\n"
                 "is hereby granted, provided that the above copyright notice and this paragraph\n"
index 4c16dae9d7ed4f556c8e609847312659d054d6b8..323dfd8895a570652411150a17e5cd17648a4279 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright 2000 by PostgreSQL Global Development Team
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.17 2000/01/19 20:08:34 petere Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.18 2000/01/26 05:57:44 momjian Exp $
  */
 #include <c.h>
 
@@ -572,7 +572,8 @@ showVersion(void)
 #endif
 
     puts("Copyright (C) 2000 PostgreSQL Global Development Team");
-    puts("Copyright (C) 1996 Regents of the University of California");
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+    puts("Portions Copyright (C) 1996 Regents of the University of California");
     puts("Read the file COPYING or use the command \\copyright to see the");
     puts("usage and distribution terms.");
 }
index ef09c3706d03bf3d15debd00dc001aeaa4a4fffe..7fc65f3faa3b02f42abb01ef41024f651e58fa79 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES attribute number definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: attnum.h,v 1.10 1999/05/25 16:13:26 momjian Exp $
+ * $Id: attnum.h,v 1.11 2000/01/26 05:57:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7106d1c19403661eb98878b9d6c8fa37df0ed3e6..0555755aaab7f26585a3bce4044b88cd5ea9dfba 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: funcindex.h,v 1.8 2000/01/10 17:14:42 momjian Exp $
+ * $Id: funcindex.h,v 1.9 2000/01/26 05:57:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 81b38da6cc16f0091ae6edb6379d4c7595fd7680..c7e0c5021b4b8b69bcaf97d2c788696aa79b5e7b 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES general access method definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: genam.h,v 1.22 2000/01/22 23:50:22 tgl Exp $
+ * $Id: genam.h,v 1.23 2000/01/26 05:57:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d6e08b4fec9de56fc887acd49b1a2c52834c2932..c4aa369829f573011d91f8d1601085b237a0987d 100644 (file)
@@ -4,9 +4,10 @@
  *       header file for postgres hash access method implementation
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hash.h,v 1.29 2000/01/10 16:13:19 momjian Exp $
+ * $Id: hash.h,v 1.30 2000/01/26 05:57:50 momjian Exp $
  *
  * NOTES
  *             modeled after Margo Seltzer's hash implementation for unix.
index ad522297fd548e8e2d94ca3a6f1f4de47c2d3bb5..d5d7a3c5acecd17ef0375d757d2a935ac7812f8d 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES heap access method definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: heapam.h,v 1.50 2000/01/22 14:20:52 petere Exp $
+ * $Id: heapam.h,v 1.51 2000/01/26 05:57:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index edfcc1319e5200a6b8a3856f727304662c17ad30..999d2412e76725792bc09774b52396e5cf406186 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES heap access method input/output definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hio.h,v 1.13 1999/07/15 23:03:34 momjian Exp $
+ * $Id: hio.h,v 1.14 2000/01/26 05:57:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 862ce86e22d1f77cedecba6d81dd70fad5e8ee06..4337d541f142ae599e6ac101527c7ae4ce455426 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES heap tuple definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: htup.h,v 1.27 1999/12/21 00:06:42 wieck Exp $
+ * $Id: htup.h,v 1.28 2000/01/26 05:57:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0adb3167ee84c6d1ae19c4ee702732870459d96d..808a98c86381c2427cba0e0cbb38fbec569b4abc 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES index valid attribute bit map definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: ibit.h,v 1.11 1999/10/23 03:13:27 tgl Exp $
+ * $Id: ibit.h,v 1.12 2000/01/26 05:57:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7e223082c99ef04941ca4903361511bf8b8316c2..e46bc5aff040a72e998cb244d82960205d7253fd 100644 (file)
@@ -4,9 +4,10 @@
  *       Index scan key qualification definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: iqual.h,v 1.13 1999/07/16 17:07:27 momjian Exp $
+ * $Id: iqual.h,v 1.14 2000/01/26 05:57:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 32d75ef09032aabf15051dc325633105206a0434..9a7a3706309b141eab8f96c0f41e98ad71baad80 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES index strategy definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: istrat.h,v 1.15 1999/07/15 23:03:35 momjian Exp $
+ * $Id: istrat.h,v 1.16 2000/01/26 05:57:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 30865a8e02e54ec342d989e3746b1e354877c972..e2e0d6336ef5e1cab09afecff826ed51117c5cac 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES index tuple definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: itup.h,v 1.22 1999/10/23 03:13:28 tgl Exp $
+ * $Id: itup.h,v 1.23 2000/01/26 05:57:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 613595febf4df2b32a5f76841d34087260867202..486d193622f069011fb5a2378201f23036cd64b0 100644 (file)
@@ -4,9 +4,10 @@
  *       header file for postgres btree access method implementation.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nbtree.h,v 1.32 1999/10/17 22:15:03 tgl Exp $
+ * $Id: nbtree.h,v 1.33 2000/01/26 05:57:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f90f3103b0c7a8f1dea1a12bf7704c337eacac12..bd5acd13e75a80ef548a79d3bdedb5d6d85ccf05 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: printtup.h,v 1.11 1999/07/15 23:03:35 momjian Exp $
+ * $Id: printtup.h,v 1.12 2000/01/26 05:57:50 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 08e7754df5932d11c0b9c86bb6767a857443b9eb..c3101bd92f66dc678bb5901e83cafbd0f198684b 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES internal relation scan descriptor definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: relscan.h,v 1.17 1999/07/15 23:03:36 momjian Exp $
+ * $Id: relscan.h,v 1.18 2000/01/26 05:57:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ff13d3baba0d8d61d43914145c458f802fad69db..06de77cf2cd12e19fd4c881df723689251205ea4 100644 (file)
@@ -4,9 +4,10 @@
  *       common declarations for the rtree access method code.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rtree.h,v 1.16 1999/07/15 23:03:36 momjian Exp $
+ * $Id: rtree.h,v 1.17 2000/01/26 05:57:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 798e2b2a06645c430093f0e4c9a8d2264167f67b..e9c4c21e7940ce79eec40063ef695ee1ecb45382 100644 (file)
@@ -4,9 +4,10 @@
  *       routines defined in access/rtree/rtscan.c
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rtscan.h,v 1.8 1999/07/16 17:07:27 momjian Exp $
+ * $Id: rtscan.h,v 1.9 2000/01/26 05:57:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 91d5d3d365c96ef4ae0896cb5bdae4bb0a9895ed..c253c4aa65988fe3cde2591c6816cb17b5ec25e8 100644 (file)
@@ -4,9 +4,10 @@
  *       routines defined in access/rtree/rtstrat.c
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rtstrat.h,v 1.11 1999/07/15 23:03:37 momjian Exp $
+ * $Id: rtstrat.h,v 1.12 2000/01/26 05:57:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4f317f5eb03dfabfe5560e426ea63b0b1e463c9e..348a49c9244b4b9275568de8b1801ea7d7f806ac 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES scan direction definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sdir.h,v 1.6 1999/05/25 16:13:34 momjian Exp $
+ * $Id: sdir.h,v 1.7 2000/01/26 05:57:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8b9d1c5174f2dd3a59ac773293aa54fc9a3db1dd..d88bc0c6bdd7ad20e393f13bf5e91152e65339d8 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES scan key definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: skey.h,v 1.12 1999/07/15 23:03:37 momjian Exp $
+ * $Id: skey.h,v 1.13 2000/01/26 05:57:51 momjian Exp $
  *
  *
  * Note:
index 92b58939b54e50ce9063e62671bc21fdfc9b8483..26a59180cc2a2de4f9903a39c653ed5aa6518fd8 100644 (file)
@@ -5,9 +5,10 @@
  *       (separated out from original istrat.h to avoid circular refs)
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: strat.h,v 1.16 1999/07/15 23:03:38 momjian Exp $
+ * $Id: strat.h,v 1.17 2000/01/26 05:57:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 46d9f1b8036778a39a08260b166cee21bdaa348a..752682ca969d97b5df0c582d026dfc9f679144b6 100644 (file)
@@ -4,9 +4,10 @@
  *       postgres transaction access method support code header
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: transam.h,v 1.23 1999/07/15 23:03:38 momjian Exp $
+ * $Id: transam.h,v 1.24 2000/01/26 05:57:51 momjian Exp $
  *
  *      NOTES
  *             Transaction System Version 101 now support proper oid
index 3ff678d48f54554cb1095d91cfad6b52d1222b49..727fee212aa96de53b57e1eccf746245f750073e 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES tuple descriptor definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tupdesc.h,v 1.25 1999/10/03 23:55:34 tgl Exp $
+ * $Id: tupdesc.h,v 1.26 2000/01/26 05:57:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 177b68c5ecfca7a8edead015e752101adce0b170..d82ade6b027986fc0123ad8b61cec9ef9a83045c 100644 (file)
@@ -4,9 +4,10 @@
  *       Tuple macros used by both index tuples and heap tuples.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tupmacs.h,v 1.12 1999/12/21 00:06:42 wieck Exp $
+ * $Id: tupmacs.h,v 1.13 2000/01/26 05:57:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 14970ecdb440cd584fb342b4506122b607cfbe8c..0fa7b0840bb5a6b5f2ce450998bfa80dba96267e 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES tuple qualification validity definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: valid.h,v 1.19 1999/07/14 01:20:08 momjian Exp $
+ * $Id: valid.h,v 1.20 2000/01/26 05:57:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f6c918ad01a8f5401dbdb81d2e30fc6713d0f016..89a478ea0e9a7d75b5ef9a69b27f014c254f9fd3 100644 (file)
@@ -4,9 +4,10 @@
  *       postgres transaction system header
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: xact.h,v 1.23 1999/07/16 17:07:28 momjian Exp $
+ * $Id: xact.h,v 1.24 2000/01/26 05:57:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7f37e815662e71727e6a615033edfb351c449acd..63c9e1b1006bf8a79f00cda27a27e16810de51fe 100644 (file)
@@ -4,9 +4,10 @@
  *       include file for the bootstrapping code
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bootstrap.h,v 1.16 2000/01/20 05:34:32 tgl Exp $
+ * $Id: bootstrap.h,v 1.17 2000/01/26 05:57:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e80b9fd285075e348a0a80155718860b489a9043..e58c54a9bdf273e61e859e28fe454af58dc883b4 100644 (file)
@@ -5,9 +5,10 @@
  *       postgres.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: c.h,v 1.63 2000/01/13 18:26:15 petere Exp $
+ * $Id: c.h,v 1.64 2000/01/26 05:57:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 692f28756802d3e2927e72e4a8415d3a9dc80242..1d99fe567c89b7e70101286766913e2ddbb40716 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for functions in lib/catalog/catalog.c
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catalog.h,v 1.9 2000/01/16 20:04:57 petere Exp $
+ * $Id: catalog.h,v 1.10 2000/01/26 05:57:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0dd983dee79607f0f1b5e96f7f13ccd8db10be34..368a05e474b9fb9f2daec796d72cfecd5af1b8d3 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES system catalog relation name definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catname.h,v 1.11 1999/02/13 23:21:02 momjian Exp $
+ * $Id: catname.h,v 1.12 2000/01/26 05:57:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bbb3f2c90b049cea7d1453498a0b94d887f7725d..e8e2f971b01f8bcc5d81a04783e09b35dbf9bdf7 100644 (file)
  * database contents or layout, such as altering tuple headers.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catversion.h,v 1.11 2000/01/24 07:16:51 tgl Exp $
+ * $Id: catversion.h,v 1.12 2000/01/26 05:57:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5e8fd47ba3a945a72ea0703364f0aeb78d75b027..63d114726e71cd3545fce6046df219d69ca300e3 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for functions in lib/catalog/heap.c
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: heap.h,v 1.27 2000/01/22 14:20:53 petere Exp $
+ * $Id: heap.h,v 1.28 2000/01/26 05:57:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 30d1b9d7455c5cc15b7b0225187fa7e890ac4c42..b6d90c3a12c47fce25153c8aeb496169f0d1c699 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for index.c.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: index.h,v 1.20 1999/12/10 03:56:05 momjian Exp $
+ * $Id: index.h,v 1.21 2000/01/26 05:57:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 358773aa4543e11cd21b5ecfa390dd313e78ce98..7440bf6152d75ec7e80da9a7a72838b823561808 100644 (file)
@@ -5,9 +5,10 @@
  *       on system catalogs
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: indexing.h,v 1.35 2000/01/24 03:08:27 momjian Exp $
+ * $Id: indexing.h,v 1.36 2000/01/26 05:57:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c7027b82c1682d31f9b466cf47bb1d346e68d360..7376e3ee72deade8d83fad7bf36bd3ea9787a184 100644 (file)
@@ -5,9 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_aggregate.h,v 1.21 1999/03/26 07:32:40 tgl Exp $
+ * $Id: pg_aggregate.h,v 1.22 2000/01/26 05:57:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 2be6a7259bd6f74f173ce908832b1c434059409e..a1e55784b0fcd2b5739247ac2fffb46d64532938 100644 (file)
@@ -5,9 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_am.h,v 1.12 2000/01/22 23:50:23 tgl Exp $
+ * $Id: pg_am.h,v 1.13 2000/01/26 05:57:56 momjian Exp $
  *
  * NOTES
  *             the genbki.sh script reads this file and generates .bki
index c6c71f526f23f28375d1d57b83aec1aff76617e1..5404e0af96e9aa5f4641dcd9dd09bab8ae004933 100644 (file)
@@ -5,9 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_amop.h,v 1.28 2000/01/22 23:50:23 tgl Exp $
+ * $Id: pg_amop.h,v 1.29 2000/01/26 05:57:56 momjian Exp $
  *
  * NOTES
  *      the genbki.sh script reads this file and generates .bki
index e37f434a9e86a718e4373c19a9e6b619cf1ca9ab..1e19884dc8d9518dbaea573ddb8fdbb1d955acc0 100644 (file)
@@ -7,9 +7,10 @@
  *       methods that aren't associated with operators.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_amproc.h,v 1.18 1999/12/28 13:40:50 wieck Exp $
+ * $Id: pg_amproc.h,v 1.19 2000/01/26 05:57:56 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 3705b268626dd32296a743679a33f338949e7ca4..6f84bdb30f73f315e015e381e2a00a402c348591 100644 (file)
@@ -3,7 +3,8 @@
  * pg_attrdef.h
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 9aeb33ddc71a14660680b6983b5c6fca38ffd336..d7a1adb1c6a6725c7a823d74cb85b6fbab8dafd8 100644 (file)
@@ -5,9 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_attribute.h,v 1.52 2000/01/11 05:18:42 tgl Exp $
+ * $Id: pg_attribute.h,v 1.53 2000/01/26 05:57:57 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 2cbe2147aa6bde23ff6f29164c40b1bb76695b02..7aed094e117b24bbf98baad7d5dfb5aab611b4ff 100644 (file)
@@ -5,9 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_class.h,v 1.32 1999/12/20 10:40:43 wieck Exp $
+ * $Id: pg_class.h,v 1.33 2000/01/26 05:57:57 momjian Exp $
  *
  * NOTES
  *       ``pg_relation'' is being replaced by ``pg_class''.  currently
index 40453bf1d98e12aeb862adad264c44951c7112bf..8c96bd2a070d52711afbe6938daa4cc122249388 100644 (file)
@@ -5,9 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_database.h,v 1.8 1999/02/13 23:21:08 momjian Exp $
+ * $Id: pg_database.h,v 1.9 2000/01/26 05:57:57 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 5db9204669b27779aae8c62d03ddd81bb0147c47..96caec1a2631d9185f9a188ca01238bb5971312a 100644 (file)
@@ -4,9 +4,10 @@
  *       definition of the system "description" relation (pg_description)
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_description.h,v 1.9 1999/10/15 01:49:44 momjian Exp $
+ * $Id: pg_description.h,v 1.10 2000/01/26 05:57:57 momjian Exp $
  *
  * NOTES
  *             the genbki.sh script reads this file and generates .bki
index e718c08126a54ccb52a2f49cc9384747278a6bd1..8a235c6f1d2f0543e29cef3b49b5680c6b647dcc 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_group.h,v 1.7 1999/12/16 17:24:17 momjian Exp $
+ * $Id: pg_group.h,v 1.8 2000/01/26 05:57:57 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 52b112d3c5d107b869e178d7b408c21cb0864efe..50355a82bdc9b23a18be2c2dd0b3dcdaebed0871 100644 (file)
@@ -5,9 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_index.h,v 1.14 2000/01/10 16:13:20 momjian Exp $
+ * $Id: pg_index.h,v 1.15 2000/01/26 05:57:57 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index e20735a2bad23672ae88f134c4cfa1ead2a83dcf..c3bb7f165c1406b8c99c4abadc3cb2cfce17055a 100644 (file)
@@ -5,9 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_inheritproc.h,v 1.7 1999/11/22 17:56:37 momjian Exp $
+ * $Id: pg_inheritproc.h,v 1.8 2000/01/26 05:57:57 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 21ea6e842aae945f990682f091242d2db77d476a..02322b1fe8760836c8c4c203ddcbcc82731a5c5a 100644 (file)
@@ -5,9 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_inherits.h,v 1.8 1999/11/22 17:56:37 momjian Exp $
+ * $Id: pg_inherits.h,v 1.9 2000/01/26 05:57:57 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 3fdcc77110c8282ed3fcbe9327d7f4f54120d6f9..84bac1a8c508c7f463ec6a3c745879531901dd6e 100644 (file)
@@ -5,9 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_ipl.h,v 1.7 1999/11/22 17:56:37 momjian Exp $
+ * $Id: pg_ipl.h,v 1.8 2000/01/26 05:57:57 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 9baa6f294c4ff29b1f4b6362f119fa4ff275fe06..75186cd45030e44da77fe4876eb78ad8810be0ba 100644 (file)
@@ -5,9 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_language.h,v 1.9 1999/10/06 18:20:31 momjian Exp $
+ * $Id: pg_language.h,v 1.10 2000/01/26 05:57:57 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 1eeda9b715ebe35d8ab5bc77e10ac3c60d1d3169..9547beb10db722f9073e9d073edf256567ccfc1e 100644 (file)
@@ -4,9 +4,10 @@
  *       Asynchronous notification
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_listener.h,v 1.6 1999/02/13 23:21:11 momjian Exp $
+ * $Id: pg_listener.h,v 1.7 2000/01/26 05:57:57 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index e59f3e888ca928faa2afbf8123eded8d46926a5b..49433c69d21ab55f9b948cd4549d011f9ee21683 100644 (file)
@@ -7,9 +7,10 @@
  *       relcache code happy.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_log.h,v 1.6 1999/02/13 23:21:11 momjian Exp $
+ * $Id: pg_log.h,v 1.7 2000/01/26 05:57:57 momjian Exp $
  *
  * NOTES
  *       The structures and macros used by the transam/ code
index e64164b302a959c9e4fe6b834af6252f232c8c6d..38ab1b1f9d4617da2048db4f887bfbad1d1f5086 100644 (file)
@@ -5,9 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_opclass.h,v 1.26 2000/01/10 16:13:20 momjian Exp $
+ * $Id: pg_opclass.h,v 1.27 2000/01/26 05:57:57 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 370e081c01eb93f869819594ad9a7c73cab09dbb..17fff22f077a33825440001d2257f5c696d60c7f 100644 (file)
@@ -5,9 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_operator.h,v 1.65 2000/01/24 07:16:51 tgl Exp $
+ * $Id: pg_operator.h,v 1.66 2000/01/26 05:57:58 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 872057b4ce8afcb490f211c35d047edcd643f5af..05d81e91e9898c62b3b318fa68d848e171ad7ee8 100644 (file)
@@ -4,9 +4,10 @@
  *       definition of the system "procedure" relation (pg_proc)
  *       along with the relation's initial contents.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_proc.h,v 1.117 2000/01/25 23:53:52 momjian Exp $
+ * $Id: pg_proc.h,v 1.118 2000/01/26 05:57:58 momjian Exp $
  *
  * NOTES
  *       The script catalog/genbki.sh reads this file and generates .bki
index 0c0c2591568c65a607d62cc8fea8b3ffe8c5cd18..43dcbe8f3f6d6d467863db389b45da4963004042 100644 (file)
@@ -3,7 +3,8 @@
  * pg_relcheck.h
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 76fa8c076d25cb563d8d3581650d834428048f9c..8f8215589de6ae5340299d35d460a63205fb59cd 100644 (file)
@@ -5,9 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_rewrite.h,v 1.9 1999/12/28 13:40:50 wieck Exp $
+ * $Id: pg_rewrite.h,v 1.10 2000/01/26 05:57:58 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 9c4718689eca316410910b1876ed004c4ebfc56f..33eb23dde0c7b2a48a70da518c6f5db43a700e00 100644 (file)
@@ -6,9 +6,10 @@
  *               pg_user is now a public accessible view on pg_shadow.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_shadow.h,v 1.6 2000/01/15 18:30:34 petere Exp $
+ * $Id: pg_shadow.h,v 1.7 2000/01/26 05:57:58 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 1c719443282f433c295918d23d9c91695e745f2b..e863acc095734cf5470220146612ad065b9e559b 100644 (file)
@@ -5,9 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_statistic.h,v 1.7 1999/08/01 04:54:21 tgl Exp $
+ * $Id: pg_statistic.h,v 1.8 2000/01/26 05:57:58 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 702cb9f23818809b432b90107b1149e919681808..76e28d2df10e2107b3c4328c8f93a467725fd449 100644 (file)
@@ -3,7 +3,8 @@
  * pg_trigger.h
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 0927b00757206a6bdfcca19ee237351e7df7bcc5..f991132a37c4a651593209b06d1100f1f953ff80 100644 (file)
@@ -5,9 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_type.h,v 1.78 2000/01/22 14:20:53 petere Exp $
+ * $Id: pg_type.h,v 1.79 2000/01/26 05:57:59 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 346177deded8fdf32f8c3d450bcf40e3f147bce3..f5b1c2fe4d3b791988a37207d1371f0f43fa7d3b 100644 (file)
@@ -7,9 +7,10 @@
  *       relcache code happy.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_variable.h,v 1.6 1999/02/13 23:21:15 momjian Exp $
+ * $Id: pg_variable.h,v 1.7 2000/01/26 05:57:59 momjian Exp $
  *
  * NOTES
  *       The structures and macros used by the transam/ code
index 05ce5e037553d731009d4331ee5812f233037072..76f00e5a3116e2d31dbc5f835fd67ff5905abf2e 100644 (file)
  * isn't even created at present.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_version.h,v 1.9 1999/10/24 19:22:37 tgl Exp $
+ * $Id: pg_version.h,v 1.10 2000/01/26 05:57:59 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index f84464e049daa77b6a90b022467f31f766a56c61..433c1fc3574f8072d398dbf7eceb9c8907bf2246 100644 (file)
@@ -3,9 +3,10 @@
  * async.h
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: async.h,v 1.12 1999/07/14 01:20:11 momjian Exp $
+ * $Id: async.h,v 1.13 2000/01/26 05:58:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6f116b882dcbdacdb6c11a62501964bc3368241b..7fdc6b1823c58b6ab22ff5d9cb1bed3b5c8dbb5c 100644 (file)
@@ -3,9 +3,10 @@
  * cluster.h
  *       header file for postgres cluster command stuff
  *
- * Copyright (c) 1994-5, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994-5, Regents of the University of California
  *
- * $Id: cluster.h,v 1.7 1999/02/13 23:21:17 momjian Exp $
+ * $Id: cluster.h,v 1.8 2000/01/26 05:58:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8829d69a458bf43630d6ede0a917b1f8b5c4f266..a10adffea9dc1abbedb22b5d2aaddc85aebfe53c 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for command.c.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: command.h,v 1.16 2000/01/16 20:04:58 petere Exp $
+ * $Id: command.h,v 1.17 2000/01/26 05:58:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4560cd3672cf24285fb65569ad5bf987aaac79de..6f8c79676a2cb4079a1df40786457ea6564d0f6d 100644 (file)
@@ -4,9 +4,10 @@
  *       Definitions for using the POSTGRES copy command.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: copy.h,v 1.8 2000/01/14 22:11:37 petere Exp $
+ * $Id: copy.h,v 1.9 2000/01/26 05:58:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8bfe142a1f499e74b7938b87c3feb85c16fdc310..ef0c0701ed19ae08c7c10b3407c7a92d5f6a4696 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for creatinh.c.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: creatinh.h,v 1.12 1999/10/26 03:12:38 momjian Exp $
+ * $Id: creatinh.h,v 1.13 2000/01/26 05:58:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 90245d338a6bcb077b0713b40aa61e7ee80e4775..944315035379cad4c01fd90875a789b026b0fc21 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dbcommands.h,v 1.12 2000/01/13 18:26:16 petere Exp $
+ * $Id: dbcommands.h,v 1.13 2000/01/26 05:58:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dc50284014ffaa06563e321eaabdee1d951d50d2..f5d69339e7192238af7044fe9685a0f889699391 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES define and remove utility definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: defrem.h,v 1.17 1999/07/16 17:07:30 momjian Exp $
+ * $Id: defrem.h,v 1.18 2000/01/26 05:58:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 81157ab86d17574ae48c6a194b9f77376a7aa20f..a627730b69b43bf0c45922e44090c48abea2cf5e 100644 (file)
@@ -3,9 +3,10 @@
  * explain.h
  *       prototypes for explain.c
  *
- * Copyright (c) 1994-5, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994-5, Regents of the University of California
  *
- * $Id: explain.h,v 1.9 1999/07/16 17:07:31 momjian Exp $
+ * $Id: explain.h,v 1.10 2000/01/26 05:58:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4b28bee8bdc65a072c34ab7159d0236ffe830128..230a2162d464e463a774029c25e8eaeb4804a4bf 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rename.h,v 1.7 2000/01/22 14:20:54 petere Exp $
+ * $Id: rename.h,v 1.8 2000/01/26 05:58:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index aca63898be64468bcddaf99362d9b0cdef31cf53..07bc4ea1f995ac47fe6d712f83f7f303969d4bef 100644 (file)
@@ -4,9 +4,10 @@
  *       header file for postgres vacuum cleaner
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: vacuum.h,v 1.25 2000/01/15 22:43:23 tgl Exp $
+ * $Id: vacuum.h,v 1.26 2000/01/26 05:58:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e04654e8892f623589c6abb71bdc948d2b7cbf97..7da7be2176b08c0b8e2d7cef2e73737f2b7bf422 100644 (file)
@@ -4,9 +4,10 @@
  *       Header file for versions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: version.h,v 1.7 1999/02/13 23:21:20 momjian Exp $
+ * $Id: version.h,v 1.8 2000/01/26 05:58:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1831cdbe61db00f8cc69d4cb45f83fd3d0d82f5f..fcfda39a1b5cfa3c96472a9f6e3beb3585bc9b5a 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: view.h,v 1.7 1999/02/13 23:21:20 momjian Exp $
+ * $Id: view.h,v 1.8 2000/01/26 05:58:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1a5d111ef30f63f1634af584c72fa63c26845814..c7d85e2e6da4282b5dc564efcaefe7a443688dc9 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for execFlatten.c.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execFlatten.h,v 1.10 1999/07/16 17:07:31 momjian Exp $
+ * $Id: execFlatten.h,v 1.11 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b88c7b3ecc5d60349b83530bf17d49ee50fd6eb3..97b8f3a7b6ebd09f46d8b970a9197429eb4e5745 100644 (file)
@@ -4,9 +4,10 @@
  *       #defines governing debugging behaviour in the executor
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execdebug.h,v 1.11 1999/07/15 23:03:46 momjian Exp $
+ * $Id: execdebug.h,v 1.12 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 322dc77309194db4a63c4008d3184cb1d4c2209f..89fed192cdd6b99cc43a6deb3724467218da87ba 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execdefs.h,v 1.5 1999/02/23 07:37:31 thomas Exp $
+ * $Id: execdefs.h,v 1.6 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 046268fe1b6709247092fa5abdbb567f59cbf88f..e75292370abfa240937ef1c949ce9626b75903fc 100644 (file)
@@ -5,9 +5,10 @@
  *       and related modules.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execdesc.h,v 1.12 1999/07/16 17:07:32 momjian Exp $
+ * $Id: execdesc.h,v 1.13 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 88dcb741b3d63d8c0e92b895cff74909278c84de..bed2c57ec57172141eea0b52f398e6549e1f11bf 100644 (file)
@@ -4,9 +4,10 @@
  *       support for the POSTGRES executor module
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: executor.h,v 1.41 2000/01/19 23:55:00 tgl Exp $
+ * $Id: executor.h,v 1.42 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4cc3a471c7e44b49833a564f80cf16867e87882a..1c64712ebe32e1379da5af90a8e07809fccad3ee 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: functions.h,v 1.10 1999/07/15 15:21:07 momjian Exp $
+ * $Id: functions.h,v 1.11 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f501cd0365417d9a5f2752d8fd862952df5954d4..6b505cecdf02f1c460c46fcf38333aaec6f0cc3e 100644 (file)
@@ -4,9 +4,10 @@
  *       internal structures for hash joins
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hashjoin.h,v 1.15 1999/10/13 15:02:26 tgl Exp $
+ * $Id: hashjoin.h,v 1.16 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7ee15e474860b369cf58f630656e2788d7276acb..57b10aafb53d9ee40f52980b48643cfd59910dda 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeAgg.h,v 1.10 1999/07/15 15:21:09 momjian Exp $
+ * $Id: nodeAgg.h,v 1.11 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 34212d22df13c1fcf118eb4d6a860f34a69f6179..2064c614269e1b874c66d7721673b6dec8958724 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeAppend.h,v 1.11 1999/07/15 15:21:10 momjian Exp $
+ * $Id: nodeAppend.h,v 1.12 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ee740efcd802a907dfa83970d5b45b275a37eac2..458ae58892a808534f76dcccace61bd84c8ccb4f 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for nodeGroup.c
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeGroup.h,v 1.12 1999/07/15 15:21:11 momjian Exp $
+ * $Id: nodeGroup.h,v 1.13 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 605ab0b126b5dfcc022dc84600725f343f1241ae..0460368d8b10a7f088a544dcc41bcc9d5de5eabc 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeHash.h,v 1.14 1999/07/15 15:21:11 momjian Exp $
+ * $Id: nodeHash.h,v 1.15 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9d5390f79c690713d2f60569fb2416c2815545d4..7fed1b1f69b37f3d5b6ee02ce7d50f3a5884e45d 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeHashjoin.h,v 1.16 1999/10/13 15:02:26 tgl Exp $
+ * $Id: nodeHashjoin.h,v 1.17 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d8b284f8d53aabdcaca6e2a63de8049346e5aa93..0e33ba8be9716a69422b89ad064cb5837eb69237 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeIndexscan.h,v 1.9 1999/07/15 15:21:12 momjian Exp $
+ * $Id: nodeIndexscan.h,v 1.10 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f10b252c1cd4de8c67ba1d9022f0628cf2bf861d..1daf0bd0afeb42a481e49244b1f25f9a67b562f2 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeMaterial.h,v 1.11 1999/07/15 15:21:13 momjian Exp $
+ * $Id: nodeMaterial.h,v 1.12 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 27078d5a39c7466551921b8db436401b0a6df30c..4c378b7a59725edb927685816e2c5aa203f53172 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeMergejoin.h,v 1.11 1999/07/15 15:21:13 momjian Exp $
+ * $Id: nodeMergejoin.h,v 1.12 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f0a11d01008bc25ac137b74e15f401b7879e1db5..b1242b0da0d7efdcb35114c8601758af7d3dba1e 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeNestloop.h,v 1.11 1999/07/15 15:21:13 momjian Exp $
+ * $Id: nodeNestloop.h,v 1.12 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 506e6e580d39ae303c24d6fc988c713b1d47e163..f944137b60a9dcf913d30708cf9aedc0ec5fe968 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeResult.h,v 1.9 1999/07/15 15:21:14 momjian Exp $
+ * $Id: nodeResult.h,v 1.10 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a2358c4aa61aaf40b6086074ab990136b5034a86..503c597eb9231c8694aa45f5e3f1d62f0f2fc5e5 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeSeqscan.h,v 1.9 1999/07/15 15:21:14 momjian Exp $
+ * $Id: nodeSeqscan.h,v 1.10 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a8c8f99c62efd1af88ce4a4eb565165f905df5bf..28ec0c2042949bd24ed90676d9f5ccd8a1a5d94b 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeSort.h,v 1.9 1999/07/15 15:21:14 momjian Exp $
+ * $Id: nodeSort.h,v 1.10 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a54c553e0d66311fd8a595ca66b68bf767abec8b..ffee4677eb79532b717c03dbe86dce0ed1e8ae44 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeTidscan.h,v 1.1 1999/11/24 16:52:49 momjian Exp $
+ * $Id: nodeTidscan.h,v 1.2 2000/01/26 05:58:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f5355b5d32ef67da57c91906a6e6175b2abb44ef..f8fca52331f7257cc82cfe258f6cb3b9510e7733 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeUnique.h,v 1.9 1999/07/15 15:21:14 momjian Exp $
+ * $Id: nodeUnique.h,v 1.10 2000/01/26 05:58:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2a1d8a4b3aa4f0585ecf385ddb9da13f127e894e..a8edfae67404f83982915d84566688d04889063f 100644 (file)
@@ -4,9 +4,10 @@
  *       tuple table support stuff
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tuptable.h,v 1.14 1999/07/15 23:03:48 momjian Exp $
+ * $Id: tuptable.h,v 1.15 2000/01/26 05:58:06 momjian Exp $
  *
  * NOTES
  *       The tuple table interface is getting pretty ugly.
index a367450185c4ef05ed200a7bc267d9cdc3caac73..d56f773a9db49b89d706b7534f670b2cf26ffbae 100644 (file)
  *      DLFreeElem(elt);                                  -- free the element since we don't
  *                                                                               use it anymore
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dllist.h,v 1.10 1999/05/31 23:48:03 tgl Exp $
+ * $Id: dllist.h,v 1.11 2000/01/26 05:58:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4432b4186d3ca81ab92daf52f8cc97e3e348f428..d639a224fc2b54564d0124fa32066fc0987531e8 100644 (file)
@@ -4,9 +4,10 @@
  *       Fixed format stack definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fstack.h,v 1.8 1999/05/25 16:13:58 momjian Exp $
+ * $Id: fstack.h,v 1.9 2000/01/26 05:58:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bffa83e7a68f21c30e54f90da481ce142180ed19..6f64022e23ae3fabd4070fa5de73d81f5a051ed3 100644 (file)
@@ -5,9 +5,10 @@
  *       under utils/hash.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hasht.h,v 1.8 1999/07/15 23:03:49 momjian Exp $
+ * $Id: hasht.h,v 1.9 2000/01/26 05:58:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a48d274624b2d51fee9c1f74df8f23beff642041..3bfffc426f28a8d1b5df13b413eadfc40ac6e5f5 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lispsort.h,v 1.5 1999/02/13 23:21:31 momjian Exp $
+ * $Id: lispsort.h,v 1.6 2000/01/26 05:58:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 03fc88accc507034b1577f4cb01cfc0149fa831d..25b91b9c2dd3b81d578e340378e239717054741a 100644 (file)
@@ -7,9 +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().
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: stringinfo.h,v 1.15 2000/01/22 03:52:03 tgl Exp $
+ * $Id: stringinfo.h,v 1.16 2000/01/26 05:58:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index eb7c53cb1a023e8cd4ffc223b01b1e63432efe10..e2de6973bfb92590001afc3a30f6457d19241502 100644 (file)
@@ -4,9 +4,10 @@
  *       Definitions for network authentication routines
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: auth.h,v 1.12 1999/05/26 12:56:29 momjian Exp $
+ * $Id: auth.h,v 1.13 2000/01/26 05:58:11 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index beaddbc0b3fd4ca3fc26433d18fa162edb780da7..63874910c528e3992ffb0298b536bb0f6e1f2146 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: be-fsstubs.h,v 1.9 1999/05/31 22:53:58 tgl Exp $
+ * $Id: be-fsstubs.h,v 1.10 2000/01/26 05:58:12 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1d99bc31b2d7a1a0becc345ff03ea895c84fc40d..56e0e996d02cf2b57d0c7af99ec2c1e8c7e8d380 100644 (file)
@@ -5,9 +5,10 @@
  *       externs for functions used by the POSTGRES backend.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-be.h,v 1.17 1999/09/27 03:13:11 momjian Exp $
+ * $Id: libpq-be.h,v 1.18 2000/01/26 05:58:12 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8d3cee1a1ca7330b58df720a8768486a8a11d471..1d7839f03d124b6721d73f959610704d8e9430e2 100644 (file)
@@ -4,9 +4,10 @@
  *       definitions for using Inversion file system routines
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-fs.h,v 1.8 1999/02/13 23:21:35 momjian Exp $
+ * $Id: libpq-fs.h,v 1.9 2000/01/26 05:58:12 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 07d6d3ef31bbc1bef38a9f46ed8365e1e208a881..d60d4a0a1177485568ea7392de5e56d8e87946d5 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES LIBPQ buffer structure definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq.h,v 1.34 1999/10/23 03:13:29 tgl Exp $
+ * $Id: libpq.h,v 1.35 2000/01/26 05:58:12 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2ee74e92120123e44628af867d121048860a0e13..1aa8444a9a53ae340127f42c5e2dd6bac356fa1a 100644 (file)
@@ -6,9 +6,10 @@
  * NOTE: for historical reasons, this does not correspond to pqcomm.c.
  * pqcomm.c's routines are declared in libpq.h.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqcomm.h,v 1.40 1999/09/27 03:13:11 momjian Exp $
+ * $Id: pqcomm.h,v 1.41 2000/01/26 05:58:12 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0871ee9673ea279aa95531b248bc5f9a6dbb8656..b1e5f1c327155e4177c56e13e82ab36f28f7726d 100644 (file)
@@ -3,9 +3,10 @@
  * pqformat.h
  *             Definitions for formatting and parsing frontend/backend messages
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqformat.h,v 1.6 1999/08/31 04:26:33 tgl Exp $
+ * $Id: pqformat.h,v 1.7 2000/01/26 05:58:12 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index be521ffe8d4afb01fd22605ca8b824dab50b8875..7b7350442c0813428839e25b92a49c9fdbe3e1f8 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for the reliable BSD-style signal(2) routine.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqsignal.h,v 1.10 1999/10/06 21:58:16 vadim Exp $
+ * $Id: pqsignal.h,v 1.11 2000/01/26 05:58:12 momjian Exp $
  *
  * NOTES
  *       This shouldn't be in libpq, but the monitor and some other
index af363b7ef9ccab857d48a22bbd073529427f9979..7e47b3a36030b2b1c5561f575506794322008927 100644 (file)
@@ -9,9 +9,10 @@
  *             pmod.h                                                  processing modes
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: miscadmin.h,v 1.49 2000/01/19 02:59:02 petere Exp $
+ * $Id: miscadmin.h,v 1.50 2000/01/26 05:57:46 momjian Exp $
  *
  * NOTES
  *       some of the information in this file will be moved to
index 47e6e40b7c212fb0535117786ea6e9b23d3699fe..a6a337087ae9848ca4035146ebe08c9a7cbd8a56 100644 (file)
@@ -4,9 +4,10 @@
  *       definitions for executor state nodes
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execnodes.h,v 1.38 1999/11/23 20:07:02 momjian Exp $
+ * $Id: execnodes.h,v 1.39 2000/01/26 05:58:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1aaead722d8aced8e501942e2468ea3bd236b33c..2b3c5339c61fbad9a8eacf04b0f4a2dd8bca4ca6 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for the creator functions (for primitive nodes)
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: makefuncs.h,v 1.21 1999/08/22 20:15:00 tgl Exp $
+ * $Id: makefuncs.h,v 1.22 2000/01/26 05:58:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f7478a9bf4fe793d2460ffe50976c24605226543..08ba9673181d6ed9d8d60a3d032d4c546aeda869 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES memory context node definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: memnodes.h,v 1.15 1999/07/16 17:07:33 momjian Exp $
+ * $Id: memnodes.h,v 1.16 2000/01/26 05:58:16 momjian Exp $
  *
  * XXX the typedefs in this file are different from the other ???nodes.h;
  *       they are pointers to structures instead of the structures themselves.
index ccd1d3da09483d672caa888f67edec90e0a2333d..964e9fb0f2dad8a386c3ec8ce42f9393cc18698e 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeFuncs.h,v 1.10 1999/07/15 23:03:53 momjian Exp $
+ * $Id: nodeFuncs.h,v 1.11 2000/01/26 05:58:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a6df5f1417a41f85a003bf542417d444f53718c3..c1d6c4c1ca5f427f803564de7fd2927f48bcfe5d 100644 (file)
@@ -4,9 +4,10 @@
  *       Definitions for tagged nodes.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodes.h,v 1.62 2000/01/17 00:14:48 tgl Exp $
+ * $Id: nodes.h,v 1.63 2000/01/26 05:58:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b52314c4633db5d8114dd88e45313f849c5009af..a9c9bb474c7b1443abd9995b5a682c8ef4ebbc9d 100644 (file)
@@ -4,9 +4,10 @@
  *       Declarations/definitions of stuff needed to handle parameterized plans.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: params.h,v 1.11 1999/07/15 23:03:54 momjian Exp $
+ * $Id: params.h,v 1.12 2000/01/26 05:58:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b1fc802d88337bf82ea2d47a067c1633d7786316..1346ac8a04eb6c8cdbff88a4bbe6dbac1206b64e 100644 (file)
@@ -4,9 +4,10 @@
  *       definitions for parse tree nodes
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parsenodes.h,v 1.95 2000/01/17 00:14:48 tgl Exp $
+ * $Id: parsenodes.h,v 1.96 2000/01/26 05:58:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f3a7432adcae2b66464d73cf2cd7bb98a6b8f7b1..9e96cef956b38540e3b9e83c614309071f8c7e07 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES generic list package
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_list.h,v 1.13 1999/08/16 02:17:39 tgl Exp $
+ * $Id: pg_list.h,v 1.14 2000/01/26 05:58:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 324423aa956594bd192053f1901bb447784a2f4f..19216d3638144f0c5241587623e7025fef9ce499 100644 (file)
@@ -4,9 +4,10 @@
  *       definitions for query plan nodes
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: plannodes.h,v 1.35 2000/01/09 00:26:43 tgl Exp $
+ * $Id: plannodes.h,v 1.36 2000/01/26 05:58:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d3fb8f732a508b7852227b69cc54a5baa634473d..bdeff737b63516b091a4409ef010e8d323756e89 100644 (file)
@@ -4,9 +4,10 @@
  *       Definitions for parse tree/query tree ("primitive") nodes.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: primnodes.h,v 1.38 1999/12/13 01:27:10 tgl Exp $
+ * $Id: primnodes.h,v 1.39 2000/01/26 05:58:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8d5292e74073c67cb935b44a26d06d733f28d0aa..8108ad03912fe3bbf3595d8cc103b845c9e78c89 100644 (file)
@@ -4,9 +4,10 @@
  *       definitions for executor state nodes
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: print.h,v 1.11 1999/07/15 15:21:18 momjian Exp $
+ * $Id: print.h,v 1.12 2000/01/26 05:58:17 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ade510052ef1fb353c4b142024cf1c04e6d388ae..f16d35ae608a25e11303b805a25160a3e15ae4d4 100644 (file)
@@ -4,9 +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.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: readfuncs.h,v 1.8 2000/01/14 00:53:20 tgl Exp $
+ * $Id: readfuncs.h,v 1.9 2000/01/26 05:58:17 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 98fb51911109152373907c1e410ef078593df732..99254740e787b269c83245c745f1fc42852b80a1 100644 (file)
@@ -4,9 +4,10 @@
  *       Definitions for internal planner nodes.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: relation.h,v 1.41 2000/01/22 23:50:25 tgl Exp $
+ * $Id: relation.h,v 1.42 2000/01/26 05:58:17 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d10078a4b18cba91afdae551a03a7772bcb4b2c8..e77f8aec693c08f3332a253cc30d3120ab3dc481 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for xfunc.c and predmig.c.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: xfunc.h,v 1.3 1999/07/16 17:07:35 momjian Exp $
+ * $Id: xfunc.h,v 1.4 2000/01/26 05:58:23 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4cd2e486aa4e2cd0cd585ff4fb4cbaf6ec3d35ef..0bbe15b245f55b12e267991f6ef6188b7b186b04 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for clauses.c.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: clauses.h,v 1.32 1999/12/13 01:27:13 tgl Exp $
+ * $Id: clauses.h,v 1.33 2000/01/26 05:58:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fd6daee1b1ffef225bb776c44a4a1851add94105..0a6e78d676ce03adc1aa88d9cb38d9b6cd00b854 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for costsize.c and clausesel.c.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: cost.h,v 1.27 2000/01/23 02:06:57 tgl Exp $
+ * $Id: cost.h,v 1.28 2000/01/26 05:58:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1558bd6a99fd62199b2b5fe2cc6c8a141cf56e0b..c7f56e8e7d7214eb5cb1de159d4758b5c105bac3 100644 (file)
@@ -3,9 +3,10 @@
  * geqo.h
  *       prototypes for various files in optimizer/geqo
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo.h,v 1.17 1999/07/15 15:21:20 momjian Exp $
+ * $Id: geqo.h,v 1.18 2000/01/26 05:58:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bf45ac979bec8dbb38daefc5fde8c5819960a5c3..ac3f49f14b6a6f6a5761369f7b7709212605e2bb 100644 (file)
@@ -3,9 +3,10 @@
  * geqo_copy.h
  *       prototypes for copy functions in optimizer/geqo
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_copy.h,v 1.7 1999/02/13 23:21:44 momjian Exp $
+ * $Id: geqo_copy.h,v 1.8 2000/01/26 05:58:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d8d4e8ff565090b993b90fe5a33527330cc3dade..5ed3a14c5319d23057d27d028093b1a3cf5140cf 100644 (file)
@@ -3,9 +3,10 @@
  * geqo_gene.h
  *       genome representation in optimizer/geqo
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_gene.h,v 1.8 1999/07/15 15:21:20 momjian Exp $
+ * $Id: geqo_gene.h,v 1.9 2000/01/26 05:58:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 434b90fae21683867c1d663e3c41b61d05620088..ee5e0f27d0f706cc7f2e15633be173aa29e86ae9 100644 (file)
@@ -3,9 +3,10 @@
  * geqo_misc.h
  *       prototypes for printout routines in optimizer/geqo
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_misc.h,v 1.13 1999/07/17 20:18:30 momjian Exp $
+ * $Id: geqo_misc.h,v 1.14 2000/01/26 05:58:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 82cb70847cc847a5c7250239ba7069e0340f8cec..be645416ddd2e9a7b42d1ad6475c2b0a430ea39d 100644 (file)
@@ -3,9 +3,10 @@
  * geqo_mutation.h
  *       prototypes for mutation functions in optimizer/geqo
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_mutation.h,v 1.7 1999/02/13 23:21:47 momjian Exp $
+ * $Id: geqo_mutation.h,v 1.8 2000/01/26 05:58:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3d6f2aa7df60c63854143e07e49bef9f287fe1c4..f0791039fb71cf60b9363761209152a220c3d27b 100644 (file)
@@ -3,9 +3,10 @@
  * geqo_pool.h
  *       pool representation in optimizer/geqo
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_pool.h,v 1.8 1999/07/15 15:21:21 momjian Exp $
+ * $Id: geqo_pool.h,v 1.9 2000/01/26 05:58:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 450f9695439b1060f2f806a2ca5375dd43a37fc0..c005b331b61e400269a8664cd2d59cee4fb9f898 100644 (file)
@@ -3,9 +3,10 @@
  * geqo_random.h
  *       random number generator
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_random.h,v 1.5 1999/07/15 20:32:28 momjian Exp $
+ * $Id: geqo_random.h,v 1.6 2000/01/26 05:58:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bc0f024206f689da3940c6c9b92a1affb3029d1d..40f3568a24d43b7640fa713338171739798f9150 100644 (file)
@@ -3,9 +3,10 @@
  * geqo_recombination.h
  *       prototypes for recombination in the genetic query optimizer
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_recombination.h,v 1.7 1999/02/13 23:21:48 momjian Exp $
+ * $Id: geqo_recombination.h,v 1.8 2000/01/26 05:58:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4416acbd6e7ff3466e06bd64ce3ae4384999a9b3..a4e118d2eb7b62b8b1b314370cc19ba64fdf608f 100644 (file)
@@ -3,9 +3,10 @@
  * geqo_selection.h
  *       prototypes for selection routines in optimizer/geqo
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_selection.h,v 1.7 1999/02/13 23:21:49 momjian Exp $
+ * $Id: geqo_selection.h,v 1.8 2000/01/26 05:58:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e89b244a3973fe622e8677888516ef3ae15a3b8a..d7ef5f7ac54d67ca7d1562d4c2181822d16cd9e0 100644 (file)
@@ -4,9 +4,10 @@
  *       Definitions required throughout the query optimizer.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: internal.h,v 1.25 2000/01/22 23:50:27 tgl Exp $
+ * $Id: internal.h,v 1.26 2000/01/26 05:58:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4c1aedfba3fecabde8add02d14847ed2db1bde34..d28bcbe621153fe9f704498c4c02431b8e3e5f84 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for joininfo.c.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: joininfo.h,v 1.14 1999/08/16 02:17:44 tgl Exp $
+ * $Id: joininfo.h,v 1.15 2000/01/26 05:58:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 25781a34476f57192b8d219ec40bce0838968835..a83e743781bbee9b87f32b732a72bcc26629a502 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for pathnode.c, indexnode.c, relnode.c.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pathnode.h,v 1.23 2000/01/09 00:26:47 tgl Exp $
+ * $Id: pathnode.h,v 1.24 2000/01/26 05:58:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1556941c4b95abf7de9fec2917dc89583aacf15a..3ba443f439298fc069662da5f1cda984e4a8d427 100644 (file)
@@ -5,9 +5,10 @@
  *       header files)
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: paths.h,v 1.38 2000/01/22 23:50:27 tgl Exp $
+ * $Id: paths.h,v 1.39 2000/01/26 05:58:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 024cfd6999e3271cb4e6b79711a294e663ed62d8..fb44b5c3038491ab16285e91d17b59e235c63086 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for plancat.c.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: plancat.h,v 1.16 2000/01/22 23:50:27 tgl Exp $
+ * $Id: plancat.h,v 1.17 2000/01/26 05:58:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 409559a69609ffcfbff8d3f4476631a73105faf2..826c5dbe3ce34f70bca708c2e33ef7d65ce84e2a 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for various files in optimizer/plan
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: planmain.h,v 1.35 2000/01/09 00:26:47 tgl Exp $
+ * $Id: planmain.h,v 1.36 2000/01/26 05:58:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a8f85001e640c54b7b8065f880c0d003b1446db7..00a6e55dfd0affdb4ed3891a9601bf0a1a14776b 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for planner.c.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: planner.h,v 1.12 1999/07/15 15:21:23 momjian Exp $
+ * $Id: planner.h,v 1.13 2000/01/26 05:58:21 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 81c79c1bcc71551817f2a4aaf5f367306e54178c..c4b01263eb9c8923233fd625e1fd13cbdfbb0203 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for files in optimizer/prep/
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: prep.h,v 1.20 1999/12/14 03:35:28 tgl Exp $
+ * $Id: prep.h,v 1.21 2000/01/26 05:58:21 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e6b5e2d89b16508e1a20f730c8764689d4a8e3a7..3d94854e03b6b01e1412a591730a310c24505203 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for restrictinfo.c.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: restrictinfo.h,v 1.7 1999/07/25 23:07:23 tgl Exp $
+ * $Id: restrictinfo.h,v 1.8 2000/01/26 05:58:21 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 58b1b7b2e994fd5ba3c33ef2e6a72e302c001b95..986c47ee796889dddfb836d344a1331865913ee8 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for tlist.c.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tlist.h,v 1.22 1999/08/22 20:14:57 tgl Exp $
+ * $Id: tlist.h,v 1.23 2000/01/26 05:58:21 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e2d5390876bff9036a66a4c2b3955fad4db3f53d..b945a2f0f96e1bc6ff7eae5ab9af0866ecfe3d90 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for var.c.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: var.h,v 1.10 1999/08/26 05:06:17 tgl Exp $
+ * $Id: var.h,v 1.11 2000/01/26 05:58:21 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3fa861f1564bb396210799e2090d6640e8681de4..691ec92c1fc26173fc04933d10ccd5af4e4d6c76 100644 (file)
@@ -3,9 +3,10 @@
  * analyze.h
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: analyze.h,v 1.9 1999/07/15 23:04:00 momjian Exp $
+ * $Id: analyze.h,v 1.10 2000/01/26 05:58:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3433865fa7523123df8aaef1b3e825a9646ec0c1..5f4e5a6af76a09a3684ad1851c42c107af8e2fee 100644 (file)
@@ -4,9 +4,10 @@
  *       scanner support routines.  used by both the bootstrap lexer
  * as well as the normal lexer
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: gramparse.h,v 1.10 2000/01/20 05:26:54 tgl Exp $
+ * $Id: gramparse.h,v 1.11 2000/01/26 05:58:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1b761daf5d098342f320cc15ef91ca3e2044a7c6..c34870613ddac1de35f0756c62ffb997378880a3 100644 (file)
@@ -5,9 +5,10 @@
  *       in the bowels of the system.  Look for actual defs in lib/C/atoms.c
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: keywords.h,v 1.6 1999/02/13 23:21:55 momjian Exp $
+ * $Id: keywords.h,v 1.7 2000/01/26 05:58:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cd149e1517b81898e5a08acc4738a71ec432a593..324931d12d5df88a63904bd063d9525d0bd8f775 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_agg.h,v 1.13 1999/12/10 07:37:33 tgl Exp $
+ * $Id: parse_agg.h,v 1.14 2000/01/26 05:58:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6b30301ea0b218fd71f69edc9ba56c05dc5d1e3d..5d0b2badf16a3f2047d5c015401800192e5eb6a3 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_clause.h,v 1.13 1999/08/21 03:49:17 tgl Exp $
+ * $Id: parse_clause.h,v 1.14 2000/01/26 05:58:26 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 06736c6dff9acd6d34df5d5b091ece7f165a8b36..bedaaa37bd9f7c20d1e598a9a90e9d91beb540c7 100644 (file)
@@ -4,9 +4,10 @@
  *
  *     Routines for type coercion.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_coerce.h,v 1.16 2000/01/17 00:14:49 tgl Exp $
+ * $Id: parse_coerce.h,v 1.17 2000/01/26 05:58:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 52d723db1cf2cdd2f6dd03a053d6377ce768b2a4..5d20173745c2e548f2b9c55211c07194cf96b80e 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_expr.h,v 1.15 1999/08/05 02:33:51 tgl Exp $
+ * $Id: parse_expr.h,v 1.16 2000/01/26 05:58:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 73262d433754b035bc8bdb9bec4b98583f74cf94..9ee1720370876f13c3c23413653169a948869558 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_func.h,v 1.21 2000/01/10 17:14:43 momjian Exp $
+ * $Id: parse_func.h,v 1.22 2000/01/26 05:58:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 125305883df682dbd10c854c358ac0007f1f623b..4ba502ebaf359ff9fb1670745f6a6db7f7d39bb5 100644 (file)
@@ -3,9 +3,10 @@
  * parse_node.h
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_node.h,v 1.16 1999/08/23 23:48:37 tgl Exp $
+ * $Id: parse_node.h,v 1.17 2000/01/26 05:58:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 298166ac7ee94110f61c87a39cb417eeafdb0e0c..4162cd6d2346909ab37da5f608ce91b53f9a3311 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_oper.h,v 1.10 1999/12/12 20:51:28 tgl Exp $
+ * $Id: parse_oper.h,v 1.11 2000/01/26 05:58:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2f2305263aa00e2514a42a00114f836b7a82b474..b9fe0b1b778a72d13f4014fec2836e74456244cc 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for parse_relation.c.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_relation.h,v 1.13 1999/10/07 04:23:22 tgl Exp $
+ * $Id: parse_relation.h,v 1.14 2000/01/26 05:58:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 022abd58520d75ad2eea08aa58915fbf0a9fe6d0..4438073bdaaf6287ecf52ef6c25e8e480d2945f4 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_target.h,v 1.17 2000/01/17 02:04:15 tgl Exp $
+ * $Id: parse_target.h,v 1.18 2000/01/26 05:58:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3b722af6f13b18fcbbfdbb853374917b91da578f..034c47b8b0b757e9ae49123fbf2e95978eef07bf 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_type.h,v 1.11 1999/08/05 02:33:52 tgl Exp $
+ * $Id: parse_type.h,v 1.12 2000/01/26 05:58:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f2c1cb5b5b604a632c2bfe96f586b7aa2d9dcf9f..c5597b1d6fa7399876e3a790bb1ab03ff36521e1 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parser.h,v 1.6 1999/07/15 23:04:03 momjian Exp $
+ * $Id: parser.h,v 1.7 2000/01/26 05:58:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1f6767d662e0cccfd01f684be345124dcde70458..979ebf327e856696126cb0658f860ec78b58e104 100644 (file)
@@ -5,9 +5,10 @@
  *       parse trees.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parsetree.h,v 1.7 1999/07/15 15:21:28 momjian Exp $
+ * $Id: parsetree.h,v 1.8 2000/01/26 05:58:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 82b80df15865362954dcef699e163483acd2104c..44c1e5d914fa2768738441ad12ca12866200290d 100644 (file)
@@ -4,9 +4,10 @@
  *       scanner support routines.  used by both the bootstrap lexer
  * as well as the normal lexer
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: scansup.h,v 1.6 1999/02/13 23:21:57 momjian Exp $
+ * $Id: scansup.h,v 1.7 2000/01/26 05:58:27 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d857613daf17e5a86cb5bee9805291181450c249..5e2aad688a7b6a7259f4c07b066db05178f4a98a 100644 (file)
@@ -4,9 +4,10 @@
  *       definition of (and support for) postgres system types.
  * this file is included by almost every .c in the system
  *
- * Copyright (c) 1995, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1995, Regents of the University of California
  *
- * $Id: postgres.h,v 1.35 2000/01/15 02:59:41 petere Exp $
+ * $Id: postgres.h,v 1.36 2000/01/26 05:57:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 69740a86eb3c76d2c2945555be211c3e36db4cd0..bcc8863c44dfbf6210bb8f2f13f5d7f41714c5cf 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: locks.h,v 1.12 1999/07/15 15:21:29 momjian Exp $
+ * $Id: locks.h,v 1.13 2000/01/26 05:58:30 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 06b396a9882cef69696d92857d0c259989c466ee..8fe8eb63130b65ccc2ecfdd375c1188712b253a1 100644 (file)
@@ -3,9 +3,10 @@
  * prs2lock.h
  *       data structures for POSTGRES Rule System II (rewrite rules only)
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: prs2lock.h,v 1.10 1999/07/15 23:04:07 momjian Exp $
+ * $Id: prs2lock.h,v 1.11 2000/01/26 05:58:30 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5b5d4147e4e283828763636cb81c1d36e7194649..e001ed9a0639f910925696739083c46229599fa1 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteDefine.h,v 1.7 1999/02/13 23:21:59 momjian Exp $
+ * $Id: rewriteDefine.h,v 1.8 2000/01/26 05:58:30 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6a59f8f224cc2c9378363d551fdd17cccd8882fe..7af0f3932ec28337b80f5e5d9cc187f5db298e97 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteHandler.h,v 1.11 1999/07/15 15:21:30 momjian Exp $
+ * $Id: rewriteHandler.h,v 1.12 2000/01/26 05:58:30 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fa212ef8f822927d8742c5c16652d1da9c136653..35997e5878a6451ccdec45874d21890ae162c2c1 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteManip.h,v 1.18 1999/10/01 04:08:15 tgl Exp $
+ * $Id: rewriteManip.h,v 1.19 2000/01/26 05:58:30 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0669180c24c5cb93fb4f77a019c7ab18ba9030db..a40cdae72fe7d23f4d2356898e28895dd76e3171 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteRemove.h,v 1.5 1999/02/13 23:22:01 momjian Exp $
+ * $Id: rewriteRemove.h,v 1.6 2000/01/26 05:58:30 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 08912e644b12d4540d39d85da3b21f0b49d32845..25541ed9b9566e64444bbae30b369f99b2350a1a 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteSupport.h,v 1.10 1999/02/13 23:22:01 momjian Exp $
+ * $Id: rewriteSupport.h,v 1.11 2000/01/26 05:58:30 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7466cb511a0e5dec157140d418547cc5a267642d..58a4ab8eef2c6f41ab6565c071bcc8d67ac95aa2 100644 (file)
@@ -4,9 +4,10 @@
  *       Stubs for getrusage(3).
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rusagestub.h,v 1.4 1999/02/13 23:20:47 momjian Exp $
+ * $Id: rusagestub.h,v 1.5 2000/01/26 05:57:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 984231124f448f0b4be42ce9402da8183e1d603e..ad7b1f079f571c47c19328b0788b1e1c618ea25d 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES backend id communication definitions
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: backendid.h,v 1.6 1999/02/13 23:22:02 momjian Exp $
+ * $Id: backendid.h,v 1.7 2000/01/26 05:58:32 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a2650c82a484fb9e5724ad71c8001c5af508739f..33c881cbd43af52b0712b81cadc0051ea9b85c18 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES disk block definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: block.h,v 1.9 1999/05/25 16:14:36 momjian Exp $
+ * $Id: block.h,v 1.10 2000/01/26 05:58:32 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0ce0edb9073c411be97a1c039031f8a48ac8f711..cc709eb6e3cac86ac6efb2b4eaa9a7eb08f6417c 100644 (file)
@@ -4,9 +4,10 @@
  *       Basic buffer manager data types.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: buf.h,v 1.6 1999/05/25 16:14:38 momjian Exp $
+ * $Id: buf.h,v 1.7 2000/01/26 05:58:32 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b1417c510bbe87e667473a3d6b782d98fb1eeeb2..f18322f169d06cad8fd6fc15a5cfeaabe43f3428 100644 (file)
@@ -4,9 +4,10 @@
  *       Internal definitions for buffer manager.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: buf_internals.h,v 1.34 1999/11/21 19:56:12 tgl Exp $
+ * $Id: buf_internals.h,v 1.35 2000/01/26 05:58:32 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bc472b9d14ebbeec6c9ed58eeea2b13cb773f75c..30ccb6e0933e21f30e8a3a97e373da99f36cff13 100644 (file)
  * but currently we have no need for oversize temp files without buffered
  * access.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: buffile.h,v 1.2 1999/10/16 19:49:27 tgl Exp $
+ * $Id: buffile.h,v 1.3 2000/01/26 05:58:32 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 21b43a076d0cf7a38aff6654ffc03b0c00b4f7fd..3ddf8fb1338f22bc8a5e74f3f585b7e2e7fbaeb3 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES buffer manager definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bufmgr.h,v 1.33 2000/01/17 01:15:19 inoue Exp $
+ * $Id: bufmgr.h,v 1.34 2000/01/26 05:58:32 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e0d85db45255bae5a2111e733fdd9a1ab3847594..f1c25963951832525456d9dcfeb85b6c917fd887 100644 (file)
@@ -4,9 +4,10 @@
  *       Standard POSTGRES buffer page definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bufpage.h,v 1.27 2000/01/08 21:59:55 tgl Exp $
+ * $Id: bufpage.h,v 1.28 2000/01/26 05:58:32 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 42d1f46579759937fc665a11e119e7224bf3924a..74fdb94fa036035900efb005136b992469b0bddf 100644 (file)
@@ -4,9 +4,10 @@
  *       Virtual file descriptor definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fd.h,v 1.18 1999/10/13 15:02:32 tgl Exp $
+ * $Id: fd.h,v 1.19 2000/01/26 05:58:32 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1293eedde6f3f0e2ca36fae89e981c5eed8d3637..7b015130281f0cefe1d9a8213932209c649648ad 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES inter-process communication definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: ipc.h,v 1.37 1999/11/22 02:06:30 tgl Exp $
+ * $Id: ipc.h,v 1.38 2000/01/26 05:58:32 momjian Exp $
  *
  * NOTES
  *       This file is very architecture-specific.      This stuff should actually
index c3cde4dbfa121e5ef9cdf12267d5eb3a287f2896..2e98502f85ca8c7e199036aacac1e4868170bacb 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES disk item definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: item.h,v 1.5 1999/02/13 23:22:06 momjian Exp $
+ * $Id: item.h,v 1.6 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c6bea0eea9ca454f521f6148edb49afa46f1936c..51af7f49f309e3468f52244ad9c6c517440dd0f6 100644 (file)
@@ -4,9 +4,10 @@
  *       Standard POSTGRES buffer page item identifier definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: itemid.h,v 1.9 1999/05/25 16:14:42 momjian Exp $
+ * $Id: itemid.h,v 1.10 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0134815e9a8faff83b4856eb3996bc1f6a12e388..d1306068765deb280c264f27a27276ad78a9b181 100644 (file)
@@ -4,9 +4,10 @@
  *       Standard POSTGRES buffer page long item subposition definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: itempos.h,v 1.9 1999/07/16 17:07:37 momjian Exp $
+ * $Id: itempos.h,v 1.10 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b3b0569b7fbf9b74993003e054a9384510b6b910..5d019b759c8f50a023e724a906b0e6c58a398d0d 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES disk item pointer definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: itemptr.h,v 1.13 1999/07/16 17:07:38 momjian Exp $
+ * $Id: itemptr.h,v 1.14 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c798379815ea5cae9f328c62b9c3e198e0a00cad..4aa151844c8c2f8274033d6b6cfe5ba3b9225aac 100644 (file)
@@ -5,9 +5,10 @@
  *       zillions of large objects (internal, external, jaquith, inversion).
  *       Now we only support inversion.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: large_object.h,v 1.12 1999/12/10 03:56:10 momjian Exp $
+ * $Id: large_object.h,v 1.13 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 302bedb6771d115a78d2a8a551d583b60ccc7786..e7cb6ac54f3ab8178b0b6601e16de0d3c9b6d58a 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES lock manager definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lmgr.h,v 1.23 1999/09/18 19:08:18 tgl Exp $
+ * $Id: lmgr.h,v 1.24 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a8ad7e978d8a2413a0b2dded72bebc6141c4be96..1c0204132ce3ad1491b0a4f40b24a68e73b3a87c 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lock.h,v 1.35 2000/01/15 02:59:42 petere Exp $
+ * $Id: lock.h,v 1.36 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 067bd24381e91a5530cb55df262270d3f4d0cc15..72ade2357a07cb923cde131d72140966bba18a48 100644 (file)
@@ -5,9 +5,10 @@
  *       clients
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: multilev.h,v 1.16 1999/07/15 23:04:13 momjian Exp $
+ * $Id: multilev.h,v 1.17 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e05ceae8622db1d896ac829fac6899034d4d3693..028a9c933b1118556bd6ec5a1c473b11453e92d1 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES disk "offset" definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: off.h,v 1.8 1999/07/15 15:21:33 momjian Exp $
+ * $Id: off.h,v 1.9 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4ee4e06d382271e3ca5c6420204558b2392101a0..8012c332c737ea65ed56b62afd2c92b24759bf53 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES buffer page abstraction definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: page.h,v 1.6 1999/05/25 16:14:43 momjian Exp $
+ * $Id: page.h,v 1.7 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 91cf23b5ce0224d2d60dd563af24dceeecb0cd35..072d4459341e9c9d0fb062a6fa229763394a4a8a 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES page number definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pagenum.h,v 1.8 1999/05/25 16:14:43 momjian Exp $
+ * $Id: pagenum.h,v 1.9 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 700e6afe5f3625e676233545e6b6a3b872d2a036..8ad939762e967e3914389af4ea84307c067421c6 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES "position" definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pos.h,v 1.8 1999/07/15 15:21:35 momjian Exp $
+ * $Id: pos.h,v 1.9 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 44a5fbd313b28ceac6cbbc07f711cf5c83505436..59098912d679ba59e04a7544bc8deb72831ef988 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: proc.h,v 1.27 1999/09/27 15:48:06 vadim Exp $
+ * $Id: proc.h,v 1.28 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b86c38a93236fed5ec2aee077cd1a8a88c5fc08d..9ea2d4b5b67151c2eac5e6057c12b8d79180c86a 100644 (file)
@@ -3,11 +3,12 @@
  * s_lock.h
  *        This file contains the implementation (if any) for spinlocks.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.68 1999/12/16 01:25:13 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.69 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c10aec4c91287e31bd823a0ce38c29612b690c02..85eb424777f4a7c06f406aad5633283a9a0aed4e 100644 (file)
@@ -4,9 +4,10 @@
  *       shared memory management structures
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: shmem.h,v 1.21 1999/09/24 00:25:27 tgl Exp $
+ * $Id: shmem.h,v 1.22 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 19ce6375f032224cca7d1a57927843e0f20a0d7d..32b51b5f43b144826036d95f4c3249e48857caa4 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES shared cache invalidation communication definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sinval.h,v 1.13 1999/09/24 00:25:27 tgl Exp $
+ * $Id: sinval.h,v 1.14 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7944f21a64e8a628985d23c868f4a26b0669337d..18a14895d7781ec08724c0beeebd10550796b29f 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES shared cache invalidation segment definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sinvaladt.h,v 1.19 1999/09/24 00:25:27 tgl Exp $
+ * $Id: sinvaladt.h,v 1.20 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 23b300e51f1469737a74a15f616744fcd37c9e37..2ef2467a098fbc35d85841b917df0cc92aa011d7 100644 (file)
@@ -4,9 +4,10 @@
  *       storage manager switch public interface declarations.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: smgr.h,v 1.16 1999/07/16 17:07:38 momjian Exp $
+ * $Id: smgr.h,v 1.17 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 858f6e791fe70d316a7cf05795f72889e13b8b77..7c57f2fa6244229c76b0d12cb8c21ed413306e5b 100644 (file)
@@ -4,9 +4,10 @@
  *       synchronization routines
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: spin.h,v 1.10 1999/10/06 21:58:17 vadim Exp $
+ * $Id: spin.h,v 1.11 2000/01/26 05:58:33 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6d9cc55ea7eae266356544404adcce1d11dbb2b9..e601cb4bc9c2e301625c833bab79fefbbd43f033 100644 (file)
  * in-line in BeginCommand and EndCommand probably should be moved out
  * to routines associated with each destination receiver type.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dest.h,v 1.22 1999/07/15 23:04:17 momjian Exp $
+ * $Id: dest.h,v 1.23 2000/01/26 05:58:35 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8d7de65de09880dbb420069fad97a8afa21c0c9a..ef7da84d0a3caa83a8914007a001f4a0e3426472 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fastpath.h,v 1.6 1999/10/23 03:13:32 tgl Exp $
+ * $Id: fastpath.h,v 1.7 2000/01/26 05:58:35 momjian Exp $
  *
  * NOTES
  *       This information pulled out of tcop/fastpath.c and put
index 66148375a776b90e8d7606725a8f8609751d9d80..0dd1900a21064ea20b8d62a35f5a92a093a0becf 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for pquery.c.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pquery.h,v 1.13 1999/07/15 23:04:17 momjian Exp $
+ * $Id: pquery.h,v 1.14 2000/01/26 05:58:35 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d24fbdb753febc0b53d03414467384c886559235..1a64dcc66b73f6fd70f75b89dfd438b00b89a46a 100644 (file)
@@ -4,9 +4,10 @@
  *       #defines governing debugging behaviour in the traffic cop
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tcopdebug.h,v 1.4 1999/02/13 23:22:13 momjian Exp $
+ * $Id: tcopdebug.h,v 1.5 2000/01/26 05:58:35 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 03d68f0c308008a4926b07c7f126189a80b0d8ab..2de9e5b06fd44a1083a2da7f0c862bd0da788535 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for postgres.c.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tcopprot.h,v 1.23 1999/11/16 06:13:34 tgl Exp $
+ * $Id: tcopprot.h,v 1.24 2000/01/26 05:58:35 momjian Exp $
  *
  * OLD COMMENTS
  *       This file was created so that other c files could get the two
index 1fc1ccf1e77b986160d3f10eed014f0c3f51f542..bba5aa0aa57b6b3523f10619000fa3f9161e200e 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for utility.c.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: utility.h,v 1.8 1999/07/15 23:04:18 momjian Exp $
+ * $Id: utility.h,v 1.9 2000/01/26 05:58:35 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f5815d11cf8c9329c0290ea73588c9b90e74022a..c8b79da859c61ecff63efb9d81595fa94d8b25f3 100644 (file)
@@ -4,9 +4,10 @@
  *       Definition of (and support for) access control list data structures.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: acl.h,v 1.23 2000/01/16 20:04:59 petere Exp $
+ * $Id: acl.h,v 1.24 2000/01/26 05:58:37 momjian Exp $
  *
  * NOTES
  *       For backward-compatability purposes we have to allow there
index 709d2a4722da153ce8a1769c6c8b99f8f1d5c5ac..2c42ebb9998d7740633ccddb8de89028f5cec39d 100644 (file)
@@ -8,9 +8,10 @@
  *                             utils/adt/chunk.c
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: array.h,v 1.21 1999/07/19 07:07:29 momjian Exp $
+ * $Id: array.h,v 1.22 2000/01/26 05:58:37 momjian Exp $
  *
  * NOTES
  *       XXX the data array should be LONGALIGN'd -- notice that the array
index ed3355df4e86137d11d2f873b878d4dd1373834a..1587b2410c94bff01acc66ae206e8bba09bcbc92 100644 (file)
@@ -4,9 +4,10 @@
  *       Standard bit array definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bit.h,v 1.6 1999/05/25 16:14:51 momjian Exp $
+ * $Id: bit.h,v 1.7 2000/01/26 05:58:37 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 27289d39b756228bbba1e554af94d96a24bfb6da..280bd1aab306e80415c234d59fe3431af537352d 100644 (file)
@@ -4,9 +4,10 @@
  *       Declarations for operations on built-in types.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: builtins.h,v 1.98 2000/01/24 07:16:47 tgl Exp $
+ * $Id: builtins.h,v 1.99 2000/01/26 05:58:37 momjian Exp $
  *
  * NOTES
  *       This should normally only be included by fmgr.h.
index b951cd634eac43aa8b7131bf877fef2296f82773..58ef8d6caefc61df74477e6bb3eab245e00dd232 100644 (file)
@@ -4,9 +4,10 @@
  *       Low-level catalog cache definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catcache.h,v 1.18 1999/07/15 23:04:20 momjian Exp $
+ * $Id: catcache.h,v 1.19 2000/01/26 05:58:37 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fd87896b52485635b30ad5e82f3e177703c99c63..2a97f5e0dd5730ccc2bb1d0b7ea5d57ce6fac723 100644 (file)
@@ -4,9 +4,10 @@
  *       Definitions for the datetime
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: datetime.h,v 1.8 1999/07/14 01:20:29 momjian Exp $
+ * $Id: datetime.h,v 1.9 2000/01/26 05:58:37 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e4d403f9fde62136a8683790828a36019ef7efb1..9079919fa06f2a3f904da5bb9412f5be19005eff 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES abstract data type datum representation definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: datum.h,v 1.9 1999/02/13 23:22:16 momjian Exp $
+ * $Id: datum.h,v 1.10 2000/01/26 05:58:37 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index de6d81aafa74d2c3520b6ba59f0277816ffed796..739c3c22baa336d98999092ffe40666d9ff33a4c 100644 (file)
@@ -6,9 +6,10 @@
  *        including abstime, reltime, date, and time.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dt.h,v 1.41 1999/07/15 15:21:39 momjian Exp $
+ * $Id: dt.h,v 1.42 2000/01/26 05:58:37 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 41ebc2fae8069cdb08695310eabc563537a95588..1a8414369f3507b894d916a509a0cf9f5b843557 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES dynahash.h file definitions
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dynahash.h,v 1.6 1999/02/13 23:22:18 momjian Exp $
+ * $Id: dynahash.h,v 1.7 2000/01/26 05:58:37 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fa2acd226ab3e8ec57aa8d1f927279ea331f9b49..a83baae40eb1c37f2c13b0253008c8852619fb38 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dynamic_loader.h,v 1.13 1999/10/25 03:07:58 tgl Exp $
+ * $Id: dynamic_loader.h,v 1.14 2000/01/26 05:58:37 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 54239b4548251c389c26db96d550735536e6f6cc..eb9ed14f10e10205fbc7475cc29521592fb9ef6d 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES error logging definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: elog.h,v 1.14 2000/01/13 18:26:17 petere Exp $
+ * $Id: elog.h,v 1.15 2000/01/26 05:58:37 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index eb70b3006449d3b7084ada6a8fb6399119667e7e..566e3bdc5ab359a3e004a9d9ad40a5fc55eb0834 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES exception handling definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: exc.h,v 1.15 1999/02/13 23:22:18 momjian Exp $
+ * $Id: exc.h,v 1.16 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c0070de869fa867ac70c2de0d4d9afd730a48f32..96d8807ca3a917e7b496590a3173fa3798e8b702 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES known exception identifier definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: excid.h,v 1.6 1999/02/13 23:22:19 momjian Exp $
+ * $Id: excid.h,v 1.7 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9b3e902d63e8a013e7aa5187830e77e2d71198c1..24e6db1f0c8bd4b0c2b17aa5e140b7bad205bda2 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fcache.h,v 1.9 1999/07/15 23:04:21 momjian Exp $
+ * $Id: fcache.h,v 1.10 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 048c86d4f45fc6cec928aa3e74a5255c5570a011..984edde4929eef84cb6f9df8963e6bc491f34333 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fcache2.h,v 1.9 1999/07/15 23:04:22 momjian Exp $
+ * $Id: fcache2.h,v 1.10 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 96f8e1293a28e6833e5f01a86d6a25750dd18f25..21e28904d53383d8f3ae6a7a23a817ce82214ee9 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fmgrtab.h,v 1.11 1999/04/09 22:35:43 tgl Exp $
+ * $Id: fmgrtab.h,v 1.12 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 34cd7f29f032d85036cd88ec4d89f302241ad1c4..24a791dbecfe9fc9c551858fa9d214f53aa2dcc5 100644 (file)
@@ -3,9 +3,10 @@
  * geo_decls.h - Declarations for various 2D constructs.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geo_decls.h,v 1.23 1999/05/25 16:14:54 momjian Exp $
+ * $Id: geo_decls.h,v 1.24 2000/01/26 05:58:38 momjian Exp $
  *
  * NOTE
  *       These routines do *not* use the float types from adt/.
index c717d9bd486b53108fe68c4bcdf45cfd47dc1483..25e9bedb5cf5c3ffec8360df058b9de2f74c798f 100644 (file)
@@ -4,9 +4,10 @@
  *       for hashing in the new buffer manager
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hsearch.h,v 1.12 1999/05/25 16:14:54 momjian Exp $
+ * $Id: hsearch.h,v 1.13 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9d0c69b0f9b3d6180b90fe9548bf09c4b19a4ff9..4cc13f06a8e3fa7fe04564a9ff40b433ff93d115 100644 (file)
@@ -4,9 +4,10 @@
  *       Declarations for operations on built-in types.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: inet.h,v 1.5 1999/05/25 22:43:34 momjian Exp $
+ * $Id: inet.h,v 1.6 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 89d328af21d4007c12e49e357b36fdf285a0a71d..1f3114dd7c0318fb174bbcbd921455d44a96d38b 100644 (file)
@@ -4,9 +4,10 @@
  *       Declarations for operations on 64-bit integers.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: int8.h,v 1.16 2000/01/15 02:59:43 petere Exp $
+ * $Id: int8.h,v 1.17 2000/01/26 05:58:38 momjian Exp $
  *
  * NOTES
  * These data types are supported on all 64-bit architectures, and may
index fb1adbc0c974ea47fbb5ff4a2309840d20fcfce8..b312839474d08a2cd915060141ee8c05b1e423c8 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES cache invalidation dispatcher definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: inval.h,v 1.15 2000/01/10 06:30:56 inoue Exp $
+ * $Id: inval.h,v 1.16 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 16fc2c12f672e942e648b508763c790415106a7b..24bf0bca59b485adf5196081181fa4762af91b07 100644 (file)
@@ -5,9 +5,10 @@
  *
  * See logtape.c for explanations.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: logtape.h,v 1.1 1999/10/16 19:49:28 tgl Exp $
+ * $Id: logtape.h,v 1.2 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0d3562f1447f2c37da56787558b71824a099e0b2..df510f60bfbf3bb95c220fb4effaf0d17c8f5a3c 100644 (file)
@@ -3,9 +3,10 @@
  * lsyscache.h
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lsyscache.h,v 1.21 1999/12/31 03:18:42 tgl Exp $
+ * $Id: lsyscache.h,v 1.22 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ed8ae2e332d62ca74524e83f81e4a1cc69f462b0..2f7ae1cf5d300f234e7fdb8f064c4110fb9bf488 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES memory context definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: mcxt.h,v 1.15 1999/05/25 16:14:55 momjian Exp $
+ * $Id: mcxt.h,v 1.16 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9c59ff2d9f3cf52ff02f7001d24e61ff1ac31ac5..e86c4be0ae929b93a3fb7ae63a30a8970b2640fb 100644 (file)
  *             oset.h                                                    (used by aset.h)
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: memutils.h,v 1.32 1999/10/23 03:13:33 tgl Exp $
+ * $Id: memutils.h,v 1.33 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d7fd5ab23982236dfdd232e10802fc42041c5822..e7e45580acc76f67997d35d50e4fb12841140991 100644 (file)
@@ -8,9 +8,10 @@
  *             trace.h                                 module trace stuff (now gone)
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: module.h,v 1.5 1999/02/13 23:22:25 momjian Exp $
+ * $Id: module.h,v 1.6 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9543f679a77503fb9f5b5ca3922c71402b3112fa..4da1c2834368addbc6d4ed0d6ef321d2d1ca16c7 100644 (file)
@@ -4,9 +4,10 @@
  *       Definitions for the "new" abstime code.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nabstime.h,v 1.21 2000/01/24 19:34:19 petere Exp $
+ * $Id: nabstime.h,v 1.22 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9f3a51b42188333c42597fca9f53b598de1a23ab..0ec6caabbbd25209854548c82abc49732e4afdbe 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES memory allocator definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: palloc.h,v 1.11 2000/01/13 18:26:18 petere Exp $
+ * $Id: palloc.h,v 1.12 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b808533f0b225316d52caa70695884ca45b4f4a3..73a53b2a419042c68fc3517f6b11ed0a4fcbf771 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES portal definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: portal.h,v 1.20 1999/12/10 03:56:12 momjian Exp $
+ * $Id: portal.h,v 1.21 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0b7c04ea1442048a2740e07f695916ca78618946..867ffa604d5ba3208b094f33b49388b9131078db 100644 (file)
@@ -4,9 +4,10 @@
  *       POSTGRES relation descriptor definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rel.h,v 1.32 2000/01/22 14:20:56 petere Exp $
+ * $Id: rel.h,v 1.33 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ee9ad6f17beeaace9168dc4abc6438dc2b5b089b..424b09fa6381a75eb680313400f9560bb5565581 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rel2.h,v 1.9 1999/07/15 23:04:23 momjian Exp $
+ * $Id: rel2.h,v 1.10 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f3330a02704348d6e3db19f50148598c5940d191..cb14e1b6d3d0476fb2421170bafe0a868036c93e 100644 (file)
@@ -4,9 +4,10 @@
  *       Relation descriptor cache definitions.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: relcache.h,v 1.17 2000/01/22 14:20:56 petere Exp $
+ * $Id: relcache.h,v 1.18 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b960164a4ef3a347bb7d5a7b5afa280437062c25..53a6c1858bda32a94926803a5df2873ba96f461f 100644 (file)
@@ -4,9 +4,10 @@
  *
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sets.h,v 1.5 1999/02/13 23:22:31 momjian Exp $
+ * $Id: sets.h,v 1.6 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a6acff02654419a60a6ec05cd83ffee25819f703..01dea2a9c2cf2d16ea19146d694b4061c044a47b 100644 (file)
@@ -6,9 +6,10 @@
  * See also lsyscache.h, which provides convenience routines for
  * common cache-lookup operations.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: syscache.h,v 1.23 2000/01/23 03:43:22 tgl Exp $
+ * $Id: syscache.h,v 1.24 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 960c8b97eec4031783df3e6c02e35125b967e1a3..ddcca0bc0de83d1180a9edf86e5dbb016741ceef 100644 (file)
@@ -4,9 +4,10 @@
  *       Temporary relation functions
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: temprel.h,v 1.7 2000/01/22 14:20:56 petere Exp $
+ * $Id: temprel.h,v 1.8 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 311b479a0746dbc033f87abe3e9a6dbb7775560e..9f361fd6ff47f320af3f6d8eebb6237e74da9c82 100644 (file)
@@ -5,9 +5,10 @@
  *
  *       Should be moved/renamed...    - vadim 07/28/98
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tqual.h,v 1.27 2000/01/17 23:57:48 tgl Exp $
+ * $Id: tqual.h,v 1.28 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4f775f74a55b280dea058e3daa796f877255b7a2..dc4dffa8e0ab011276cff24f20fa337be1c2559b 100644 (file)
  * amounts are sorted using temporary files and a standard external sort
  * algorithm.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tuplesort.h,v 1.2 1999/12/13 01:27:17 tgl Exp $
+ * $Id: tuplesort.h,v 1.3 2000/01/26 05:58:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e8c3656013ba9d90c50cd7af83d84199d5f6f5e8..b0dc9de4c988bddef2653683557749f23fc09870 100644 (file)
@@ -3,11 +3,12 @@
  * keywords.c
  *       lexical token lookup for reserved words in postgres SQL
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.20 1999/12/08 09:52:29 meskes Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.21 2000/01/26 05:58:41 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ff589dda9c40618d65e0bc7e21fa4682e06e161f..7477676d2ffd42aa60397c18038022b3d640bd67 100644 (file)
@@ -7,11 +7,12 @@
  * This is a modified version of src/backend/parser/scan.l
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.48 2000/01/20 05:23:26 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.49 2000/01/26 05:58:41 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b85b4e116fd161a5ba4ec371d4d8bda7152d8378..778d7c3fa7919f31f13fcd6e39fe3deff5c4e827 100644 (file)
@@ -5,9 +5,10 @@
  *     libpgtcl is a tcl package for front-ends to interface with PostgreSQL.
  *     It's a Tcl wrapper for libpq.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpgtcl.h,v 1.8 1999/05/25 22:43:42 momjian Exp $
+ * $Id: libpgtcl.h,v 1.9 2000/01/26 05:58:43 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 724a69b369187484f0f3e37d5a4743783331f8c8..e7e37ce46b4f271bbe1b5b269a914fd674cae34a 100644 (file)
@@ -5,11 +5,12 @@
  *     libpgtcl is a tcl package for front-ends to interface with PostgreSQL.
  *     It's a Tcl wrapper for libpq.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtcl.c,v 1.16 1999/07/17 20:18:41 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtcl.c,v 1.17 2000/01/26 05:58:43 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dbe81771b3bbf395e4fb80a36e9ed41856dd91db..555420d5acc27d79c153e6b49e62a03c59eacc1b 100644 (file)
@@ -3,11 +3,12 @@
  * pgtclCmds.c
  *       C functions which implement pg_* tcl commands
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclCmds.c,v 1.45 1999/07/17 20:18:42 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclCmds.c,v 1.46 2000/01/26 05:58:43 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e30243e46280afebaa9ba1069ec95caeecc81f74..2cb20211e10b0b46196e7bb42b24d6c57350595c 100644 (file)
@@ -3,9 +3,10 @@
  * pgtclCmds.h
  *       declarations for the C functions which implement pg_* tcl commands
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pgtclCmds.h,v 1.15 1999/05/25 22:43:45 momjian Exp $
+ * $Id: pgtclCmds.h,v 1.16 2000/01/26 05:58:43 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1efd6bf7968698328c1ed6aefd018a7b0bd5bc2b..1ecf7e02f8b3fdf7784bc9f42095dcd01b1346ba 100644 (file)
@@ -9,10 +9,11 @@
  *
  *     ASSUMPTION:  sizeof(long) >= sizeof(void*)
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclId.c,v 1.21 1999/07/17 20:18:42 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclId.c,v 1.22 2000/01/26 05:58:43 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 23a67de4188a2a2f399abee67daedfc68de226c9..abe41e761f9eda69d0cf48b7ac299b2e079de9c2 100644 (file)
@@ -7,9 +7,10 @@
  *     everything in Tcl is a string, but in C, pointers to data structures
  *     are needed.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pgtclId.h,v 1.13 1999/05/30 15:22:34 tgl Exp $
+ * $Id: pgtclId.h,v 1.14 2000/01/26 05:58:43 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 800b153c12c23ad832375fc5eba33c05bae92cf4..d88424bdd543edafa83ef37df835ea7898b13fc7 100644 (file)
@@ -11,7 +11,8 @@
  *   NOTES
  *      Currently under construction.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  *-------------------------------------------------------------------------
@@ -30,7 +31,7 @@ extern "C" {
 #include "libpq-fe.h"
 }
 
-static char rcsid[] = "$Id: libpq++.h,v 1.4 1999/12/05 19:29:37 momjian Exp $";
+static char rcsid[] = "$Id: libpq++.h,v 1.5 2000/01/26 05:58:47 momjian Exp $";
 
 
 // ****************************************************************
index c265bb833bfd79f98acfe67d8f224ceb82a24c97..97397c2dc751f39cc0b75756537259db1eb5019f 100644 (file)
  *   NOTES
  *      Currently under construction.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  * 
- * $Id: pgconnection.h,v 1.2 1999/05/23 01:04:00 momjian Exp $
+ * $Id: pgconnection.h,v 1.3 2000/01/26 05:58:47 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a324bca9301b9eaf2642f2967f875bf75ea19f92..f8fc44b5800c69453543bef1624da439aceb2daf 100644 (file)
  *   NOTES
  *      Currently under construction.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
- *  $Id: pgcursordb.h,v 1.3 1999/06/01 02:37:33 momjian Exp $
+ *  $Id: pgcursordb.h,v 1.4 2000/01/26 05:58:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 08df9c80a9f5aa54bfe56a4cfa5be1e08c3df09e..17c1c502e8f81a83e508ba4930708d7375c4ae64 100644 (file)
  *   NOTES
  *      Currently under construction.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
- *  $Id: pgdatabase.h,v 1.5 1999/10/06 03:00:16 momjian Exp $
+ *  $Id: pgdatabase.h,v 1.6 2000/01/26 05:58:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fa8dfe39603773e8da0fcdba698f940ab8b41d72..cf7ce0a302301e3dc2b0ef863fe38af9917d4e15 100644 (file)
@@ -7,10 +7,11 @@
  *      declaration of the PGlobj class.
  *   PGlobj encapsulates a large object interface to Postgres backend 
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
- *  $Id: pglobject.h,v 1.3 1999/10/22 19:05:02 momjian Exp $
+ *  $Id: pglobject.h,v 1.4 2000/01/26 05:58:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f873dd6156471a0461ed751a12e7cd2cc8181ad4..a901f7ea6a0390d8daabd3627a4b86f9b7fc65bf 100644 (file)
  *   NOTES
  *      Currently under construction.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
- *  $Id: pgtransdb.h,v 1.3 1999/06/01 02:37:33 momjian Exp $
+ *  $Id: pgtransdb.h,v 1.4 2000/01/26 05:58:48 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 53d29a59d313772e279b9fd7bd170248361cdb88..96589497d30a1df78a07f1b2a8f599c69b54b73b 100644 (file)
@@ -3,13 +3,14 @@
  * fe-auth.c
  *        The front-end (client) authorization routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * 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.35 2000/01/18 19:05:31 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.36 2000/01/26 05:58:45 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 817aa88de7ec7d07d2ecb52dc9feda7696530a03..1e02345150477577fd3bd912ca9aaa4611d8ce91 100644 (file)
@@ -4,9 +4,10 @@
  *
  *       Definitions for network authentication routines
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fe-auth.h,v 1.10 1998/09/01 04:40:03 momjian Exp $
+ * $Id: fe-auth.h,v 1.11 2000/01/26 05:58:45 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 48f4117aceaba2c50a508299de94850c7a47f937..f899aaff6243f60f532a32b652d611d0e2e4c356 100644 (file)
@@ -3,11 +3,12 @@
  * fe-connect.c
  *       functions related to setting up a connection to the backend
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.115 2000/01/24 02:12:58 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.116 2000/01/26 05:58:45 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0b4a5077fd9eda91e82831ff1591dba193459c9b..406ab4990307c8a49b8f0b816dce8e9e192e1482 100644 (file)
@@ -3,11 +3,12 @@
  * fe-exec.c
  *       functions related to sending a query down to the backend
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.88 2000/01/24 02:12:58 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.89 2000/01/26 05:58:45 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b443b3e531c3a2898809e458f64620a656057bc7..e31b66a28b344095913a7fc35c17e41d0917d8f4 100644 (file)
@@ -3,11 +3,12 @@
  * fe-lobj.c
  *       Front-end large object interface
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.26 1999/11/11 00:10:14 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.27 2000/01/26 05:58:45 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e03fd2ce0759addf584f9834f78084af4fc3edef..074c1249d389f3298c98e6c60f7680c7c0a69932 100644 (file)
  * for transmitted ints, whereas the backend modules (as of this writing)
  * still handle either network or little-endian byte order.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.36 2000/01/20 04:08:46 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.37 2000/01/26 05:58:45 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fe476809f89f05a720085f05d2981258a465cd55..6bf778d5a30cdd2f9ca0fa6dfe4853dd2030cd41 100644 (file)
@@ -3,13 +3,14 @@
  * fe-print.c
  *       functions for pretty-printing query results
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * 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.31 2000/01/19 01:33:16 ishii Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-print.c,v 1.32 2000/01/26 05:58:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 677e35966dff060274a1576b7c904d2c821a7a33..d8915b11d390c4c978837de5d51519f4672282ac 100644 (file)
@@ -4,9 +4,10 @@
  *       This file contains definitions for structures and
  *       externs for functions used by frontend postgres applications.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-fe.h,v 1.56 2000/01/18 06:09:24 momjian Exp $
+ * $Id: libpq-fe.h,v 1.57 2000/01/26 05:58:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fd1d776b487c7d5951934afd499abab4d1b72195..bb6f193bfe8d1aed459db572ac5245c701218308 100644 (file)
@@ -9,9 +9,10 @@
  *       more likely to break across PostgreSQL releases than code that uses
  *       only the official API.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-int.h,v 1.17 2000/01/18 06:09:24 momjian Exp $
+ * $Id: libpq-int.h,v 1.18 2000/01/26 05:58:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6850a80c5b7f6fdd8e47c790b3b8958c1b23e803..dc006e55c8ecc258101469e7f462adedfa30e172 100644 (file)
  * a usable vsnprintf(), then a copy of our own implementation of it will
  * be linked into libpq.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/pqexpbuffer.c,v 1.3 2000/01/18 19:05:31 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/pqexpbuffer.c,v 1.4 2000/01/26 05:58:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index df3566820a499fe65f47badb0c2d1e66b5742074..b70170d61a5de3f160bbca7b61a0715f7d067741 100644 (file)
  * a usable vsnprintf(), then a copy of our own implementation of it will
  * be linked into libpq.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqexpbuffer.h,v 1.2 2000/01/17 02:59:46 tgl Exp $
+ * $Id: pqexpbuffer.h,v 1.3 2000/01/26 05:58:46 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 295a88150204a571eeb539c4df1c62be34c5e09f..8776a37fe5021dd0607b31c5eb9cad02ad2b03d4 100644 (file)
@@ -4,11 +4,12 @@
  *       reliable BSD-style signal(2) routine stolen from RWW who stole it
  *       from Stevens...
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpq/pqsignal.c,v 1.10 1999/02/13 23:22:43 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/pqsignal.c,v 1.11 2000/01/26 05:58:46 momjian Exp $
  *
  * NOTES
  *             This shouldn't be in libpq, but the monitor and some other
index b77b9de1dc20ca6134aa91266c5c7d18fdb03702..d2c9fa8b7356da5ff1f075f5fbc5f7aa567e087b 100644 (file)
@@ -4,9 +4,10 @@
  *       prototypes for the reliable BSD-style signal(2) routine.
  *
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqsignal.h,v 1.7 1999/02/13 23:22:43 momjian Exp $
+ * $Id: pqsignal.h,v 1.8 2000/01/26 05:58:46 momjian Exp $
  *
  * NOTES
  *       This shouldn't be in libpq, but the monitor and some other
index e0b2e9bbc8896f85b18d04926f8a39e57718f345..8dd244de9ac61f478af5a7f1a6e0feb26c8a8c0e 100644 (file)
@@ -3,11 +3,12 @@
  * testlo.c
  *       test using large objects with libpq
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/test/examples/testlo.c,v 1.13 1999/05/25 16:15:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/test/examples/testlo.c,v 1.14 2000/01/26 05:58:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 168dd51e3df2bb3a9ff3c75ac0b5515339eb3007..063f5daeb713d5bf66f14ce0f835c7b777563ef9 100644 (file)
@@ -3,11 +3,12 @@
  * lotest.c
  *       test using large objects with libpq
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/test/examples/Attic/testlo2.c,v 1.12 1999/05/25 16:15:22 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/test/examples/Attic/testlo2.c,v 1.13 2000/01/26 05:58:49 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d2254960afd6683688d4d39d36b506ec336f984a..4cde661ae2a4b928d42cff8fc7247c81ae874fe4 100644 (file)
@@ -3,11 +3,12 @@
  * beard.c
  *       sample routines to use large objects
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/tutorial/Attic/beard.c,v 1.2 1999/02/13 23:22:47 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/tutorial/Attic/beard.c,v 1.3 2000/01/26 05:58:51 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6955aa7423f05ccf7f8bd8ec62d249694277dfbe..3a00bc6d21cea1d22344b2a9571378c7d7967932 100644 (file)
@@ -3,11 +3,12 @@
  * strdup.c
  *       copies a null-terminated string.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/utils/Attic/strdup.c,v 1.6 1999/02/13 23:22:52 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/utils/Attic/strdup.c,v 1.7 2000/01/26 05:58:53 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 092f055d53f561ef17fa52be8452836501f627dd..974100d5ff930a56387dc2c5d822baf20b52b924 100644 (file)
@@ -3,11 +3,12 @@
  * version.c
  *       Routines to handle Postgres version number.
  *
- * Copyright (c) 1994, Regents of the University of California
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
+ * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/utils/Attic/version.c,v 1.13 1999/10/25 03:08:03 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/utils/Attic/version.c,v 1.14 2000/01/26 05:58:53 momjian Exp $
  *
  *     STANDALONE CODE - do not use error routines as this code is not linked
  *     with any...