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
  *
diff --git