]> granicus.if.org Git - postgresql/commitdiff
Update copyrights to 2003.
authorBruce Momjian <bruce@momjian.us>
Mon, 4 Aug 2003 02:40:20 +0000 (02:40 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 4 Aug 2003 02:40:20 +0000 (02:40 +0000)
652 files changed:
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/gist.c
src/backend/access/gist/gistget.c
src/backend/access/gist/gistscan.c
src/backend/access/gist/giststrat.c
src/backend/access/hash/hash.c
src/backend/access/hash/hashfunc.c
src/backend/access/hash/hashinsert.c
src/backend/access/hash/hashovfl.c
src/backend/access/hash/hashpage.c
src/backend/access/hash/hashscan.c
src/backend/access/hash/hashsearch.c
src/backend/access/hash/hashstrat.c
src/backend/access/hash/hashutil.c
src/backend/access/heap/heapam.c
src/backend/access/heap/hio.c
src/backend/access/index/genam.c
src/backend/access/index/indexam.c
src/backend/access/index/istrat.c
src/backend/access/nbtree/nbtcompare.c
src/backend/access/nbtree/nbtinsert.c
src/backend/access/nbtree/nbtpage.c
src/backend/access/nbtree/nbtree.c
src/backend/access/nbtree/nbtsearch.c
src/backend/access/nbtree/nbtsort.c
src/backend/access/nbtree/nbtstrat.c
src/backend/access/nbtree/nbtutils.c
src/backend/access/nbtree/nbtxlog.c
src/backend/access/rtree/rtget.c
src/backend/access/rtree/rtproc.c
src/backend/access/rtree/rtree.c
src/backend/access/rtree/rtscan.c
src/backend/access/rtree/rtstrat.c
src/backend/access/transam/clog.c
src/backend/access/transam/transam.c
src/backend/access/transam/xact.c
src/backend/access/transam/xlog.c
src/backend/access/transam/xlogutils.c
src/backend/bootstrap/bootparse.y
src/backend/bootstrap/bootscanner.l
src/backend/bootstrap/bootstrap.c
src/backend/catalog/aclchk.c
src/backend/catalog/catalog.c
src/backend/catalog/dependency.c
src/backend/catalog/heap.c
src/backend/catalog/index.c
src/backend/catalog/indexing.c
src/backend/catalog/namespace.c
src/backend/catalog/pg_aggregate.c
src/backend/catalog/pg_constraint.c
src/backend/catalog/pg_conversion.c
src/backend/catalog/pg_depend.c
src/backend/catalog/pg_largeobject.c
src/backend/catalog/pg_namespace.c
src/backend/catalog/pg_operator.c
src/backend/catalog/pg_proc.c
src/backend/catalog/pg_type.c
src/backend/commands/aggregatecmds.c
src/backend/commands/analyze.c
src/backend/commands/async.c
src/backend/commands/cluster.c
src/backend/commands/conversioncmds.c
src/backend/commands/copy.c
src/backend/commands/dbcommands.c
src/backend/commands/define.c
src/backend/commands/explain.c
src/backend/commands/functioncmds.c
src/backend/commands/indexcmds.c
src/backend/commands/lockcmds.c
src/backend/commands/opclasscmds.c
src/backend/commands/operatorcmds.c
src/backend/commands/portalcmds.c
src/backend/commands/proclang.c
src/backend/commands/schemacmds.c
src/backend/commands/sequence.c
src/backend/commands/tablecmds.c
src/backend/commands/trigger.c
src/backend/commands/typecmds.c
src/backend/commands/user.c
src/backend/commands/vacuum.c
src/backend/commands/vacuumlazy.c
src/backend/commands/variable.c
src/backend/commands/view.c
src/backend/executor/execAmi.c
src/backend/executor/execGrouping.c
src/backend/executor/execJunk.c
src/backend/executor/execMain.c
src/backend/executor/execProcnode.c
src/backend/executor/execQual.c
src/backend/executor/execScan.c
src/backend/executor/execTuples.c
src/backend/executor/execUtils.c
src/backend/executor/functions.c
src/backend/executor/nodeAgg.c
src/backend/executor/nodeAppend.c
src/backend/executor/nodeFunctionscan.c
src/backend/executor/nodeGroup.c
src/backend/executor/nodeHash.c
src/backend/executor/nodeHashjoin.c
src/backend/executor/nodeIndexscan.c
src/backend/executor/nodeLimit.c
src/backend/executor/nodeMaterial.c
src/backend/executor/nodeMergejoin.c
src/backend/executor/nodeNestloop.c
src/backend/executor/nodeResult.c
src/backend/executor/nodeSeqscan.c
src/backend/executor/nodeSetOp.c
src/backend/executor/nodeSort.c
src/backend/executor/nodeSubplan.c
src/backend/executor/nodeSubqueryscan.c
src/backend/executor/nodeTidscan.c
src/backend/executor/nodeUnique.c
src/backend/executor/spi.c
src/backend/executor/tstoreReceiver.c
src/backend/lib/dllist.c
src/backend/lib/lispsort.c
src/backend/lib/stringinfo.c
src/backend/libpq/auth.c
src/backend/libpq/be-fsstubs.c
src/backend/libpq/be-secure.c
src/backend/libpq/crypt.c
src/backend/libpq/hba.c
src/backend/libpq/ip.c
src/backend/libpq/md5.c
src/backend/libpq/pqcomm.c
src/backend/libpq/pqformat.c
src/backend/libpq/pqsignal.c
src/backend/main/main.c
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/nodes/list.c
src/backend/nodes/makefuncs.c
src/backend/nodes/nodeFuncs.c
src/backend/nodes/nodes.c
src/backend/nodes/outfuncs.c
src/backend/nodes/print.c
src/backend/nodes/read.c
src/backend/nodes/readfuncs.c
src/backend/optimizer/geqo/geqo_copy.c
src/backend/optimizer/geqo/geqo_eval.c
src/backend/optimizer/geqo/geqo_main.c
src/backend/optimizer/geqo/geqo_misc.c
src/backend/optimizer/geqo/geqo_pool.c
src/backend/optimizer/geqo/geqo_selection.c
src/backend/optimizer/path/allpaths.c
src/backend/optimizer/path/clausesel.c
src/backend/optimizer/path/costsize.c
src/backend/optimizer/path/indxpath.c
src/backend/optimizer/path/joinpath.c
src/backend/optimizer/path/joinrels.c
src/backend/optimizer/path/orindxpath.c
src/backend/optimizer/path/pathkeys.c
src/backend/optimizer/path/tidpath.c
src/backend/optimizer/plan/createplan.c
src/backend/optimizer/plan/initsplan.c
src/backend/optimizer/plan/planmain.c
src/backend/optimizer/plan/planner.c
src/backend/optimizer/plan/setrefs.c
src/backend/optimizer/plan/subselect.c
src/backend/optimizer/prep/prepjointree.c
src/backend/optimizer/prep/prepqual.c
src/backend/optimizer/prep/preptlist.c
src/backend/optimizer/prep/prepunion.c
src/backend/optimizer/util/clauses.c
src/backend/optimizer/util/joininfo.c
src/backend/optimizer/util/pathnode.c
src/backend/optimizer/util/plancat.c
src/backend/optimizer/util/relnode.c
src/backend/optimizer/util/restrictinfo.c
src/backend/optimizer/util/tlist.c
src/backend/optimizer/util/var.c
src/backend/parser/analyze.c
src/backend/parser/gram.y
src/backend/parser/keywords.c
src/backend/parser/parse_agg.c
src/backend/parser/parse_clause.c
src/backend/parser/parse_coerce.c
src/backend/parser/parse_expr.c
src/backend/parser/parse_func.c
src/backend/parser/parse_node.c
src/backend/parser/parse_oper.c
src/backend/parser/parse_relation.c
src/backend/parser/parse_target.c
src/backend/parser/parse_type.c
src/backend/parser/parser.c
src/backend/parser/scan.l
src/backend/parser/scansup.c
src/backend/port/dynloader/beos.c
src/backend/port/dynloader/beos.h
src/backend/port/dynloader/bsdi.c
src/backend/port/dynloader/bsdi.h
src/backend/port/dynloader/cygwin.h
src/backend/port/dynloader/dgux.h
src/backend/port/dynloader/freebsd.c
src/backend/port/dynloader/freebsd.h
src/backend/port/dynloader/hpux.c
src/backend/port/dynloader/hpux.h
src/backend/port/dynloader/irix5.h
src/backend/port/dynloader/linux.c
src/backend/port/dynloader/linux.h
src/backend/port/dynloader/netbsd.c
src/backend/port/dynloader/netbsd.h
src/backend/port/dynloader/openbsd.c
src/backend/port/dynloader/openbsd.h
src/backend/port/dynloader/osf.h
src/backend/port/dynloader/sco.h
src/backend/port/dynloader/solaris.h
src/backend/port/dynloader/sunos4.h
src/backend/port/dynloader/svr4.h
src/backend/port/dynloader/ultrix4.c
src/backend/port/dynloader/ultrix4.h
src/backend/port/dynloader/univel.h
src/backend/port/dynloader/unixware.h
src/backend/port/ipc_test.c
src/backend/port/posix_sema.c
src/backend/port/sunos4/float.h
src/backend/port/sysv_sema.c
src/backend/port/sysv_shmem.c
src/backend/port/win32/sema.c
src/backend/port/win32/shmem.c
src/backend/postmaster/postmaster.c
src/backend/rewrite/rewriteDefine.c
src/backend/rewrite/rewriteHandler.c
src/backend/rewrite/rewriteManip.c
src/backend/rewrite/rewriteRemove.c
src/backend/rewrite/rewriteSupport.c
src/backend/storage/buffer/buf_init.c
src/backend/storage/buffer/buf_table.c
src/backend/storage/buffer/bufmgr.c
src/backend/storage/buffer/freelist.c
src/backend/storage/buffer/localbuf.c
src/backend/storage/file/buffile.c
src/backend/storage/file/fd.c
src/backend/storage/freespace/freespace.c
src/backend/storage/ipc/ipc.c
src/backend/storage/ipc/ipci.c
src/backend/storage/ipc/pmsignal.c
src/backend/storage/ipc/shmem.c
src/backend/storage/ipc/shmqueue.c
src/backend/storage/ipc/sinval.c
src/backend/storage/ipc/sinvaladt.c
src/backend/storage/large_object/inv_api.c
src/backend/storage/lmgr/deadlock.c
src/backend/storage/lmgr/lmgr.c
src/backend/storage/lmgr/lock.c
src/backend/storage/lmgr/lwlock.c
src/backend/storage/lmgr/proc.c
src/backend/storage/lmgr/s_lock.c
src/backend/storage/lmgr/spin.c
src/backend/storage/page/bufpage.c
src/backend/storage/page/itemptr.c
src/backend/storage/smgr/md.c
src/backend/storage/smgr/mm.c
src/backend/storage/smgr/smgr.c
src/backend/storage/smgr/smgrtype.c
src/backend/tcop/dest.c
src/backend/tcop/fastpath.c
src/backend/tcop/postgres.c
src/backend/tcop/pquery.c
src/backend/tcop/utility.c
src/backend/utils/adt/acl.c
src/backend/utils/adt/arrayfuncs.c
src/backend/utils/adt/arrayutils.c
src/backend/utils/adt/bool.c
src/backend/utils/adt/char.c
src/backend/utils/adt/date.c
src/backend/utils/adt/datetime.c
src/backend/utils/adt/datum.c
src/backend/utils/adt/float.c
src/backend/utils/adt/format_type.c
src/backend/utils/adt/geo_ops.c
src/backend/utils/adt/geo_selfuncs.c
src/backend/utils/adt/int.c
src/backend/utils/adt/int8.c
src/backend/utils/adt/like.c
src/backend/utils/adt/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/pseudotypes.c
src/backend/utils/adt/regexp.c
src/backend/utils/adt/regproc.c
src/backend/utils/adt/ri_triggers.c
src/backend/utils/adt/selfuncs.c
src/backend/utils/adt/sets.c
src/backend/utils/adt/tid.c
src/backend/utils/adt/timestamp.c
src/backend/utils/adt/varbit.c
src/backend/utils/adt/varchar.c
src/backend/utils/adt/varlena.c
src/backend/utils/adt/xid.c
src/backend/utils/cache/catcache.c
src/backend/utils/cache/inval.c
src/backend/utils/cache/lsyscache.c
src/backend/utils/cache/relcache.c
src/backend/utils/cache/syscache.c
src/backend/utils/error/assert.c
src/backend/utils/error/elog.c
src/backend/utils/fmgr/dfmgr.c
src/backend/utils/fmgr/fmgr.c
src/backend/utils/hash/dynahash.c
src/backend/utils/hash/hashfn.c
src/backend/utils/hash/pg_crc.c
src/backend/utils/init/findbe.c
src/backend/utils/init/globals.c
src/backend/utils/init/miscinit.c
src/backend/utils/init/postinit.c
src/backend/utils/mb/conv.c
src/backend/utils/mb/conversion_procs/ascii_and_mic/ascii_and_mic.c
src/backend/utils/mb/conversion_procs/cyrillic_and_mic/cyrillic_and_mic.c
src/backend/utils/mb/conversion_procs/euc_cn_and_mic/euc_cn_and_mic.c
src/backend/utils/mb/conversion_procs/euc_jp_and_sjis/euc_jp_and_sjis.c
src/backend/utils/mb/conversion_procs/euc_kr_and_mic/euc_kr_and_mic.c
src/backend/utils/mb/conversion_procs/euc_tw_and_big5/euc_tw_and_big5.c
src/backend/utils/mb/conversion_procs/latin2_and_win1250/latin2_and_win1250.c
src/backend/utils/mb/conversion_procs/latin_and_mic/latin_and_mic.c
src/backend/utils/mb/conversion_procs/utf8_and_ascii/utf8_and_ascii.c
src/backend/utils/mb/conversion_procs/utf8_and_big5/utf8_and_big5.c
src/backend/utils/mb/conversion_procs/utf8_and_cyrillic/utf8_and_cyrillic.c
src/backend/utils/mb/conversion_procs/utf8_and_euc_cn/utf8_and_euc_cn.c
src/backend/utils/mb/conversion_procs/utf8_and_euc_jp/utf8_and_euc_jp.c
src/backend/utils/mb/conversion_procs/utf8_and_euc_kr/utf8_and_euc_kr.c
src/backend/utils/mb/conversion_procs/utf8_and_euc_tw/utf8_and_euc_tw.c
src/backend/utils/mb/conversion_procs/utf8_and_gb18030/utf8_and_gb18030.c
src/backend/utils/mb/conversion_procs/utf8_and_gbk/utf8_and_gbk.c
src/backend/utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c
src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1/utf8_and_iso8859_1.c
src/backend/utils/mb/conversion_procs/utf8_and_johab/utf8_and_johab.c
src/backend/utils/mb/conversion_procs/utf8_and_sjis/utf8_and_sjis.c
src/backend/utils/mb/conversion_procs/utf8_and_tcvn/utf8_and_tcvn.c
src/backend/utils/mb/conversion_procs/utf8_and_uhc/utf8_and_uhc.c
src/backend/utils/mb/conversion_procs/utf8_and_win1250/utf8_and_win1250.c
src/backend/utils/mb/conversion_procs/utf8_and_win1256/utf8_and_win1256.c
src/backend/utils/mb/conversion_procs/utf8_and_win874/utf8_and_win874.c
src/backend/utils/misc/database.c
src/backend/utils/misc/superuser.c
src/backend/utils/mmgr/aset.c
src/backend/utils/mmgr/mcxt.c
src/backend/utils/mmgr/portalmem.c
src/backend/utils/sort/logtape.c
src/backend/utils/sort/tuplesort.c
src/backend/utils/sort/tuplestore.c
src/backend/utils/time/tqual.c
src/bin/pg_dump/common.c
src/bin/pg_dump/dumputils.c
src/bin/pg_dump/dumputils.h
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_resetxlog/pg_resetxlog.c
src/bin/pgtclsh/pgtclAppInit.c
src/bin/pgtclsh/pgtkAppInit.c
src/include/access/attnum.h
src/include/access/clog.h
src/include/access/genam.h
src/include/access/gist.h
src/include/access/gistscan.h
src/include/access/hash.h
src/include/access/heapam.h
src/include/access/hio.h
src/include/access/htup.h
src/include/access/ibit.h
src/include/access/iqual.h
src/include/access/istrat.h
src/include/access/itup.h
src/include/access/nbtree.h
src/include/access/printtup.h
src/include/access/relscan.h
src/include/access/rtree.h
src/include/access/rtscan.h
src/include/access/sdir.h
src/include/access/skey.h
src/include/access/strat.h
src/include/access/transam.h
src/include/access/tupdesc.h
src/include/access/tupmacs.h
src/include/access/valid.h
src/include/access/xact.h
src/include/access/xlog.h
src/include/access/xlogdefs.h
src/include/access/xlogutils.h
src/include/bootstrap/bootstrap.h
src/include/c.h
src/include/catalog/catalog.h
src/include/catalog/catname.h
src/include/catalog/catversion.h
src/include/catalog/dependency.h
src/include/catalog/heap.h
src/include/catalog/index.h
src/include/catalog/indexing.h
src/include/catalog/namespace.h
src/include/catalog/pg_aggregate.h
src/include/catalog/pg_am.h
src/include/catalog/pg_amop.h
src/include/catalog/pg_amproc.h
src/include/catalog/pg_attrdef.h
src/include/catalog/pg_attribute.h
src/include/catalog/pg_class.h
src/include/catalog/pg_constraint.h
src/include/catalog/pg_control.h
src/include/catalog/pg_conversion.h
src/include/catalog/pg_database.h
src/include/catalog/pg_depend.h
src/include/catalog/pg_description.h
src/include/catalog/pg_group.h
src/include/catalog/pg_index.h
src/include/catalog/pg_inherits.h
src/include/catalog/pg_language.h
src/include/catalog/pg_largeobject.h
src/include/catalog/pg_listener.h
src/include/catalog/pg_namespace.h
src/include/catalog/pg_opclass.h
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/include/catalog/pg_rewrite.h
src/include/catalog/pg_shadow.h
src/include/catalog/pg_statistic.h
src/include/catalog/pg_trigger.h
src/include/catalog/pg_type.h
src/include/catalog/pg_version.h
src/include/commands/async.h
src/include/commands/cluster.h
src/include/commands/conversioncmds.h
src/include/commands/copy.h
src/include/commands/dbcommands.h
src/include/commands/defrem.h
src/include/commands/explain.h
src/include/commands/lockcmds.h
src/include/commands/portalcmds.h
src/include/commands/schemacmds.h
src/include/commands/sequence.h
src/include/commands/tablecmds.h
src/include/commands/trigger.h
src/include/commands/typecmds.h
src/include/commands/vacuum.h
src/include/commands/version.h
src/include/commands/view.h
src/include/executor/execdebug.h
src/include/executor/execdefs.h
src/include/executor/execdesc.h
src/include/executor/executor.h
src/include/executor/functions.h
src/include/executor/hashjoin.h
src/include/executor/nodeAgg.h
src/include/executor/nodeAppend.h
src/include/executor/nodeFunctionscan.h
src/include/executor/nodeGroup.h
src/include/executor/nodeHash.h
src/include/executor/nodeHashjoin.h
src/include/executor/nodeIndexscan.h
src/include/executor/nodeLimit.h
src/include/executor/nodeMaterial.h
src/include/executor/nodeMergejoin.h
src/include/executor/nodeNestloop.h
src/include/executor/nodeResult.h
src/include/executor/nodeSeqscan.h
src/include/executor/nodeSetOp.h
src/include/executor/nodeSort.h
src/include/executor/nodeSubplan.h
src/include/executor/nodeSubqueryscan.h
src/include/executor/nodeTidscan.h
src/include/executor/nodeUnique.h
src/include/executor/spi_priv.h
src/include/executor/tstoreReceiver.h
src/include/executor/tuptable.h
src/include/fmgr.h
src/include/lib/dllist.h
src/include/lib/lispsort.h
src/include/lib/stringinfo.h
src/include/libpq/auth.h
src/include/libpq/be-fsstubs.h
src/include/libpq/crypt.h
src/include/libpq/libpq-be.h
src/include/libpq/libpq-fs.h
src/include/libpq/libpq.h
src/include/libpq/pqcomm.h
src/include/libpq/pqformat.h
src/include/libpq/pqsignal.h
src/include/miscadmin.h
src/include/nodes/execnodes.h
src/include/nodes/makefuncs.h
src/include/nodes/memnodes.h
src/include/nodes/nodeFuncs.h
src/include/nodes/nodes.h
src/include/nodes/params.h
src/include/nodes/parsenodes.h
src/include/nodes/pg_list.h
src/include/nodes/plannodes.h
src/include/nodes/primnodes.h
src/include/nodes/print.h
src/include/nodes/readfuncs.h
src/include/nodes/relation.h
src/include/optimizer/clauses.h
src/include/optimizer/cost.h
src/include/optimizer/geqo.h
src/include/optimizer/geqo_copy.h
src/include/optimizer/geqo_gene.h
src/include/optimizer/geqo_misc.h
src/include/optimizer/geqo_mutation.h
src/include/optimizer/geqo_pool.h
src/include/optimizer/geqo_random.h
src/include/optimizer/geqo_recombination.h
src/include/optimizer/geqo_selection.h
src/include/optimizer/joininfo.h
src/include/optimizer/pathnode.h
src/include/optimizer/paths.h
src/include/optimizer/plancat.h
src/include/optimizer/planmain.h
src/include/optimizer/planner.h
src/include/optimizer/prep.h
src/include/optimizer/restrictinfo.h
src/include/optimizer/subselect.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/port.h
src/include/postgres.h
src/include/postgres_fe.h
src/include/rewrite/prs2lock.h
src/include/rewrite/rewriteDefine.h
src/include/rewrite/rewriteHandler.h
src/include/rewrite/rewriteManip.h
src/include/rewrite/rewriteRemove.h
src/include/rewrite/rewriteSupport.h
src/include/rusagestub.h
src/include/storage/backendid.h
src/include/storage/block.h
src/include/storage/buf.h
src/include/storage/buf_internals.h
src/include/storage/buffile.h
src/include/storage/bufmgr.h
src/include/storage/bufpage.h
src/include/storage/fd.h
src/include/storage/freespace.h
src/include/storage/ipc.h
src/include/storage/item.h
src/include/storage/itemid.h
src/include/storage/itempos.h
src/include/storage/itemptr.h
src/include/storage/large_object.h
src/include/storage/lmgr.h
src/include/storage/lock.h
src/include/storage/lwlock.h
src/include/storage/off.h
src/include/storage/pg_sema.h
src/include/storage/pg_shmem.h
src/include/storage/pmsignal.h
src/include/storage/pos.h
src/include/storage/proc.h
src/include/storage/s_lock.h
src/include/storage/shmem.h
src/include/storage/sinval.h
src/include/storage/sinvaladt.h
src/include/storage/smgr.h
src/include/storage/spin.h
src/include/tcop/dest.h
src/include/tcop/fastpath.h
src/include/tcop/pquery.h
src/include/tcop/tcopdebug.h
src/include/tcop/tcopprot.h
src/include/tcop/utility.h
src/include/utils/acl.h
src/include/utils/array.h
src/include/utils/builtins.h
src/include/utils/catcache.h
src/include/utils/date.h
src/include/utils/datetime.h
src/include/utils/datum.h
src/include/utils/dynahash.h
src/include/utils/dynamic_loader.h
src/include/utils/elog.h
src/include/utils/fmgrtab.h
src/include/utils/geo_decls.h
src/include/utils/guc_tables.h
src/include/utils/help_config.h
src/include/utils/hsearch.h
src/include/utils/inet.h
src/include/utils/int8.h
src/include/utils/inval.h
src/include/utils/logtape.h
src/include/utils/lsyscache.h
src/include/utils/memutils.h
src/include/utils/nabstime.h
src/include/utils/palloc.h
src/include/utils/pg_crc.h
src/include/utils/portal.h
src/include/utils/rel.h
src/include/utils/relcache.h
src/include/utils/selfuncs.h
src/include/utils/sets.h
src/include/utils/syscache.h
src/include/utils/timestamp.h
src/include/utils/tqual.h
src/include/utils/tuplesort.h
src/include/utils/tuplestore.h
src/include/utils/varbit.h
src/interfaces/ecpg/ecpglib/pg_type.h
src/interfaces/ecpg/preproc/keywords.c
src/interfaces/ecpg/preproc/pgc.l
src/interfaces/libpgtcl/libpgtcl.h
src/interfaces/libpgtcl/pgtcl.c
src/interfaces/libpgtcl/pgtclCmds.c
src/interfaces/libpgtcl/pgtclCmds.h
src/interfaces/libpgtcl/pgtclId.c
src/interfaces/libpgtcl/pgtclId.h
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-auth.h
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-exec.c
src/interfaces/libpq/fe-lobj.c
src/interfaces/libpq/fe-misc.c
src/interfaces/libpq/fe-print.c
src/interfaces/libpq/fe-protocol2.c
src/interfaces/libpq/fe-protocol3.c
src/interfaces/libpq/fe-secure.c
src/interfaces/libpq/libpq-fe.h
src/interfaces/libpq/libpq-int.h
src/interfaces/libpq/pqexpbuffer.c
src/interfaces/libpq/pqexpbuffer.h
src/interfaces/libpq/pqsignal.c
src/interfaces/libpq/pqsignal.h
src/interfaces/libpq/win32.c
src/port/fseeko.c
src/port/memcmp.c
src/port/strcasecmp.c
src/port/strdup.c
src/port/strtol.c
src/test/examples/testlo.c
src/tutorial/beard.c

index cc86e70ed5e99cef82bfd17d565f21aeed5ab2fd..b827b2ef0f418ff9fb991d232b698989af0cc7d3 100644 (file)
@@ -3,12 +3,12 @@
  * vacuumlo.c
  *       This removes orphaned large objects from a database.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.20 2003/05/14 03:25:57 tgl Exp $
+ *       $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.21 2003/08/04 02:39:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4f2fd0efd1e1251c2ff57eb35b9b60064c5de622..ae2fd2e15b4a945b334e750b43682ccd9717e9e3 100644 (file)
@@ -4,12 +4,12 @@
  *       This file contains heap tuple accessor and mutator routines, as well
  *       as various tuple utilities.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.85 2003/08/04 00:43:11 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.86 2003/08/04 02:39:56 momjian Exp $
  *
  * NOTES
  *       The old interface functions have been converted to macros
index d0ee37980867fce696823e5f7d040ba44df2216e..9c51ea33dc3911091497ed097cb2649ba39087b9 100644 (file)
@@ -4,12 +4,12 @@
  *        This file contains index tuple accessor and mutator routines,
  *        as well as various tuple utilities.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.66 2003/08/04 00:43:11 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.67 2003/08/04 02:39:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4810e0591431eecca2573946e052759728843932..6b316362758cc5c8dbd8c0059f3b847f6b0a3409 100644 (file)
@@ -3,12 +3,12 @@
  * indexvalid.c
  *       index tuple qualification validity checking code
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.28 2002/06/20 20:29:24 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.29 2003/08/04 02:39:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ecee11718d0700a970fbc2ea5b175571680ea1e9..05ba3cd9a80c4ab0300be68c68555a485f22c6e6 100644 (file)
@@ -5,11 +5,11 @@
  *       clients and standalone backends are supported here).
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.76 2003/08/04 00:43:12 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.77 2003/08/04 02:39:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fe616e23591a0f08e8628dd67f6d8ed281859507..f79b2c71432d21f813a8b487b859793adc92c9fb 100644 (file)
@@ -3,12 +3,12 @@
  * scan.c
  *       scan direction and key code
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.21 2002/06/20 20:29:24 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.22 2003/08/04 02:39:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4a42209dbc0827218004842bf8632788e0e086d9..b76e03ed43f63181605d1f3598051d7400b4f3b9 100644 (file)
@@ -3,12 +3,12 @@
  * tupdesc.c
  *       POSTGRES tuple descriptor support code
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.97 2003/07/28 00:09:13 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.98 2003/08/04 02:39:56 momjian Exp $
  *
  * NOTES
  *       some of the executor utility code such as "ExecTypeFromTL" should be
index 86bdfd08aac80d4e1712021d5c8756a04dc0335b..2f990ec05ed82722ec82b4c413d37c2fcd526af2 100644 (file)
@@ -4,11 +4,11 @@
  *       interface routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/gist/gist.c,v 1.104 2003/07/21 20:29:38 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/gist/gist.c,v 1.105 2003/08/04 02:39:56 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2f5801fe7819fff0e8695f9d786357ebea690595..bfa557bb9c6356da87d0cd2ffe93bc928338dfcc 100644 (file)
@@ -4,11 +4,11 @@
  *       fetch tuples from a GiST scan.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/gist/gistget.c,v 1.35 2002/09/04 20:31:09 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/gist/gistget.c,v 1.36 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 505fd7625653cd6410ff1174d3d5dab4840b16c7..790048aef38a778eedf629647c154f09d9727d9d 100644 (file)
@@ -4,11 +4,11 @@
  *       routines to manage scans on GiST index relations
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/gist/gistscan.c,v 1.46 2003/08/04 00:43:12 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/gist/gistscan.c,v 1.47 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 397e30697467851be96dff1ea7f55a3ecf9288dc..fe83b5ac799339e7a27958eaf41f238543b3b9b3 100644 (file)
@@ -4,11 +4,11 @@
  *       strategy map data for GiSTs.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/gist/Attic/giststrat.c,v 1.20 2002/06/20 20:29:24 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/gist/Attic/giststrat.c,v 1.21 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6578c50295062eac9c0b287d614299f077e8be6f..fbdf0dc04c8c66708cb4b02efd1697ffd94d9be9 100644 (file)
@@ -3,12 +3,12 @@
  * hash.c
  *       Implementation of Margo Seltzer's Hashing package for postgres.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.64 2003/07/21 20:29:38 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.65 2003/08/04 02:39:57 momjian Exp $
  *
  * NOTES
  *       This file contains only the public interface routines.
index 4dd9d9df3ee198b938aba5d86430746da34dc4f1..568f4b5d2468abbdd652ddde9ae8b8c6705c614a 100644 (file)
@@ -3,12 +3,12 @@
  * hashfunc.c
  *       Comparison functions for hash access method.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashfunc.c,v 1.37 2003/08/04 00:43:12 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashfunc.c,v 1.38 2003/08/04 02:39:57 momjian Exp $
  *
  * NOTES
  *       These functions are stored in pg_amproc.      For each operator class
index fd27e7a17ba258fb6ac4cb54a396c77b690a90f1..d9da5e1ee378769e79eb62fe83e56943ec76db98 100644 (file)
@@ -3,12 +3,12 @@
  * hashinsert.c
  *       Item insertion in hash tables for Postgres.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashinsert.c,v 1.26 2003/07/21 20:29:38 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashinsert.c,v 1.27 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fd7fc158220d5d63d5419cf1f3c09aec7bbb0b05..06233b817b733fd0ddca150181e7eed3ad577022 100644 (file)
@@ -3,12 +3,12 @@
  * hashovfl.c
  *       Overflow page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashovfl.c,v 1.36 2003/08/04 00:43:12 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashovfl.c,v 1.37 2003/08/04 02:39:57 momjian Exp $
  *
  * NOTES
  *       Overflow pages look like ordinary relation pages.
index 458542359f6120ae2b36050619b70fd751baff20..b6ea8cf31a24ea4088edb6ffebe38f3b461f9c3a 100644 (file)
@@ -3,12 +3,12 @@
  * hashpage.c
  *       Hash table page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashpage.c,v 1.37 2003/07/21 20:29:38 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashpage.c,v 1.38 2003/08/04 02:39:57 momjian Exp $
  *
  * NOTES
  *       Postgres hash pages look like ordinary relation pages.  The opaque
index 272e182b6e4e2d33ee55d09925214de90fd692d0..a0b124cbee40d24ea6ae0c974dd7f9e8087b2096 100644 (file)
@@ -3,12 +3,12 @@
  * hashscan.c
  *       manage scans on hash tables
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashscan.c,v 1.29 2002/09/04 20:31:09 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashscan.c,v 1.30 2003/08/04 02:39:57 momjian Exp $
  *
  * NOTES
  *       Because we can be doing an index scan on a relation while we
index d03b0064e4a37d9194d1750702e02e3162c21ec9..53796c7e765217a0d5ffd9c3bb3dff5dd180ef45 100644 (file)
@@ -3,12 +3,12 @@
  * hashsearch.c
  *       search code for postgres hash tables
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashsearch.c,v 1.30 2002/06/20 20:29:24 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashsearch.c,v 1.31 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4fc8667adad601767b535cbfa0b9189ad2797796..d72ad08ee1720dbf9a50ced59a0c55b71982830d 100644 (file)
@@ -3,12 +3,12 @@
  * hashstrat.c
  *       Strategy map entries for the hash indexed access method
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.22 2003/03/10 22:28:18 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.23 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5cb2fa1fa4da905c72413dc4fc529c78fcf02a14..83126fccb42fa14f39f7018765b379d4e2ecdc12 100644 (file)
@@ -3,12 +3,12 @@
  * hashutil.c
  *       Utility code for Postgres hash implementation.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashutil.c,v 1.32 2003/07/21 20:29:38 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/hash/hashutil.c,v 1.33 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8b4b5590ca96eb53eb6a5d8c47e54e3161c9d9b2..54cba25571908afd9606e858391006f3a52b0f83 100644 (file)
@@ -3,12 +3,12 @@
  * heapam.c
  *       heap access method code
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.153 2003/08/04 00:43:14 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.154 2003/08/04 02:39:57 momjian Exp $
  *
  *
  * INTERFACE ROUTINES
index 7f575d1e894e1dfafacfc4a8b78cc0fe23804f74..24c1a66b40edecc6e64b833ca4635de1f1506fd5 100644 (file)
@@ -3,12 +3,12 @@
  * hio.c
  *       POSTGRES heap access method input/output code.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Id: hio.c,v 1.48 2003/07/21 20:29:38 tgl Exp $
+ *       $Id: hio.c,v 1.49 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 96acee2d21fdf74d194312549ed3a6c6f31ebad7..eaa0d172e546ca18b9a5b5593a830d54b2b3e42a 100644 (file)
@@ -3,12 +3,12 @@
  * genam.c
  *       general index access method routines
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/index/genam.c,v 1.39 2003/07/21 20:29:39 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/index/genam.c,v 1.40 2003/08/04 02:39:57 momjian Exp $
  *
  * NOTES
  *       many of the old access method routines have been turned into
index ee93e8a7222e76e179519477cd4534c4181455df..69470e33a624cc032970f6db4297c87ebf3bf5b9 100644 (file)
@@ -3,12 +3,12 @@
  * indexam.c
  *       general index access method routines
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.68 2003/08/04 00:43:15 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.69 2003/08/04 02:39:57 momjian Exp $
  *
  * INTERFACE ROUTINES
  *             index_open              - open an index relation by relation OID
index 66eb7e4a0889af87f098cfc93dea3508a12f17e5..1298420d4fd7a2095ee7127d3d8b66cc3a6d9960 100644 (file)
@@ -4,12 +4,12 @@
  *       index scan strategy manipulation code and index strategy manipulation
  *       operator code.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/index/Attic/istrat.c,v 1.59 2003/07/21 20:29:39 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/index/Attic/istrat.c,v 1.60 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f8c479677f909fcf4d4ab25547b534034713d11b..79756513abf72e340d42c73c2eddc469d1fba673 100644 (file)
@@ -3,12 +3,12 @@
  * nbtcompare.c
  *       Comparison functions for btree access method.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtcompare.c,v 1.45 2003/05/15 15:50:18 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtcompare.c,v 1.46 2003/08/04 02:39:57 momjian Exp $
  *
  * NOTES
  *
index 962d7a1822e0663a8d1c687cafc51695080b942c..02d842434c2d1aa78c5aaa034f32964d1f080678 100644 (file)
@@ -3,12 +3,12 @@
  * btinsert.c
  *       Item insertion in Lehman and Yao btrees for Postgres.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.103 2003/08/04 00:43:15 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.104 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ace06f0a2509cdffd0fe92c6640c48cb33ab7c3b..21a4121f40639a83716d57747a31b60105112aac 100644 (file)
@@ -4,12 +4,12 @@
  *       BTree-specific page management code for the Postgres btree access
  *       method.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtpage.c,v 1.67 2003/08/04 00:43:15 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtpage.c,v 1.68 2003/08/04 02:39:57 momjian Exp $
  *
  *     NOTES
  *        Postgres btree pages look like ordinary relation pages.      The opaque
index 7d0dea4e788955ee7e54aa5728328f8b661b8936..da922548205b23d32314d8c66bfd7203103d6d8e 100644 (file)
@@ -8,11 +8,11 @@
  *       This file contains only the public interface routines.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtree.c,v 1.104 2003/08/04 00:43:15 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtree.c,v 1.105 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 80abe195cea671fc9431b8ebcf616c5e33402a21..2dcf9b0e1af25c71ae68aac5f8e17780b915a6e4 100644 (file)
@@ -4,11 +4,11 @@
  *       Search code for postgres btrees.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsearch.c,v 1.78 2003/08/04 00:43:15 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsearch.c,v 1.79 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f8eb671df718feea9589d7a489ae19c15aeb8e56..63dd938774c49ec980d54527d539ccf627a1f625 100644 (file)
  * incurring a lot of cascading splits during early insertions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsort.c,v 1.74 2003/08/04 00:43:15 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsort.c,v 1.75 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 74525b91fff43317f4af6ffb8f1390cb51a5b42a..15544d47572bf947829274fdb5c1971c7a13a968 100644 (file)
@@ -3,12 +3,12 @@
  * nbtstrat.c
  *       Strategy map entries for the btree indexed access method
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/Attic/nbtstrat.c,v 1.17 2002/06/20 20:29:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/Attic/nbtstrat.c,v 1.18 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a076b188ff099712752732fc024baf024d98235c..44980588a8c9cd2204e82227171f12145c636ac4 100644 (file)
@@ -3,12 +3,12 @@
  * btutils.c
  *       Utility code for Postgres btree implementation.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtutils.c,v 1.53 2003/07/28 00:09:14 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtutils.c,v 1.54 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 35e5ae6ccb818a05cbfcca267819361b1005a4cb..b7b22477e86b65fcd452af32e56d317479df61bb 100644 (file)
@@ -4,11 +4,11 @@
  *       WAL replay logic for btrees.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtxlog.c,v 1.4 2003/08/04 00:43:15 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtxlog.c,v 1.5 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9a21954c17f5380645d9e06eb6e3c28cba4a5f60..0c3d79ad9109e9576d40918ca202909d073eafd5 100644 (file)
@@ -3,12 +3,12 @@
  * rtget.c
  *       fetch tuples from an rtree scan.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtget.c,v 1.28 2002/09/04 20:31:12 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtget.c,v 1.29 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 643d11db03762be6644b22ce7d32e641112c2533..790f6bc7b69b8c4bc09ede30771b70154db3b81a 100644 (file)
  * routines, but that's not a big problem.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtproc.c,v 1.36 2002/11/13 00:39:46 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtproc.c,v 1.37 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 53e61989d37e9185170f12e37a41abdfbce21613..f672cc7fe14ad73bb0fa4fe9ec01ef302c75303e 100644 (file)
@@ -3,12 +3,12 @@
  * rtree.c
  *       interface routines for the postgres rtree indexed access method.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtree.c,v 1.78 2003/07/21 20:29:39 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtree.c,v 1.79 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4362835d700ae142a198924d1670953cca4d4187..f3329448d934375ff175422b8f6717789d256711 100644 (file)
@@ -3,12 +3,12 @@
  * rtscan.c
  *       routines to manage scans on index relations
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtscan.c,v 1.46 2003/08/04 00:43:15 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtscan.c,v 1.47 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bceb85a0bc81dcc1b447664a49ba0d2b82398610..f7253a48e1442ca39f63bc14d009eaebc02826c3 100644 (file)
@@ -3,12 +3,12 @@
  * rtstrat.c
  *       strategy map data for rtrees.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtstrat.c,v 1.20 2002/06/20 20:29:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtstrat.c,v 1.21 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6741e5436d57586223c2020c33ddbedaed54507a..3b1f2da840b740f46a58b835d29a6ec4c410805c 100644 (file)
  * looked up again.  Now we use specialized access code so that the commit
  * log can be broken into relatively small, independent segments.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/backend/access/transam/clog.c,v 1.17 2003/08/04 00:43:15 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/transam/clog.c,v 1.18 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3d3816430af243c43b1459e3021a2f362e1b4ddf..35744e3c1cdbc05d119b21df8cc9b9523e742719 100644 (file)
@@ -3,12 +3,12 @@
  * transam.c
  *       postgres transaction log interface routines
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/transam/transam.c,v 1.54 2002/09/04 20:31:13 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/transam/transam.c,v 1.55 2003/08/04 02:39:57 momjian Exp $
  *
  * NOTES
  *       This file contains the high level access-method interface to the
index 550f2ae924bb72222a10d937ef09dbbf5fe06f22..a85337100b7f27acd1f1d931f18188ba8f4c2764 100644 (file)
@@ -3,12 +3,12 @@
  * xact.c
  *       top level transaction system support routines
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.150 2003/08/04 00:43:15 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.151 2003/08/04 02:39:57 momjian Exp $
  *
  * NOTES
  *             Transaction aborts can now occur two ways:
index 45a2743ba97f4995ab1ea19d446e1c303e0932da..fd470c149bac7ed5c9a407e4107ea3f6ee127e98 100644 (file)
@@ -4,10 +4,10 @@
  *             PostgreSQL transaction log manager
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.121 2003/08/04 00:43:15 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.122 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ae441a24da17f4fc7a64a0f7a5c3cd0cecef2f07..dbcf2e47e9b7639074466bc3f213d17e18326486 100644 (file)
@@ -3,10 +3,10 @@
  * xlogutils.c
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/backend/access/transam/xlogutils.c,v 1.25 2002/06/20 20:29:25 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/transam/xlogutils.c,v 1.26 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7e6c1600feb1742c3c820c3f5fc0f2bd0e494cef..f23bbed7520005d7758c9b919dbbbe54be155092 100644 (file)
@@ -4,12 +4,12 @@
  * bootparse.y
  *       yacc parser grammar for the "backend" initialization program.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.59 2003/07/22 23:30:37 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.60 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c4dcdb293b1020297d85c25e1718225353c664d4..af74121c3d88e09a5879d4bf40045d3b1fc0fd4c 100644 (file)
@@ -4,12 +4,12 @@
  * bootscanner.l
  *       a lexical scanner for the bootstrap parser
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/bootstrap/bootscanner.l,v 1.29 2003/07/22 23:30:37 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/bootstrap/bootscanner.l,v 1.30 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 328f2ab9b3894264b63c0f139e7655c1d119fd45..d4c10a983d9c20c7f647a24b883a1a13a66d9a17 100644 (file)
@@ -4,11 +4,11 @@
  *       routines to support running postgres in 'bootstrap' mode
  *     bootstrap mode is used to create the initial template database
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.164 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.165 2003/08/04 02:39:57 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7ace67de6b2f394f1b9384a571b28091e8f94d87..b861d76629bee13a38e05a49dd11259c5d73de90 100644 (file)
@@ -3,12 +3,12 @@
  * aclchk.c
  *       Routines to check access control permissions.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/aclchk.c,v 1.86 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/aclchk.c,v 1.87 2003/08/04 02:39:58 momjian Exp $
  *
  * NOTES
  *       See acl.h.
index 2792d27220f2f6cd789a2a1c395bbf42446c8937..4aa49c1dca3bd47383de83b1dede6fbf919b6a7d 100644 (file)
@@ -4,12 +4,12 @@
  *             routines concerned with catalog naming conventions
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/catalog.c,v 1.48 2002/09/04 20:31:13 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/catalog.c,v 1.49 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 251fb82d813579daa7a953c75877f1d8af1c2b48..870a2320c2f9d3703c59a3279982e001933d973a 100644 (file)
@@ -4,11 +4,11 @@
  *       Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/dependency.c,v 1.29 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/dependency.c,v 1.30 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c8a411646faa695ff0aaadcc68484a5c3c11f55f..c3253677f9382f53acfa594cecadb2cf6fc71839 100644 (file)
@@ -3,12 +3,12 @@
  * heap.c
  *       code to create and destroy POSTGRES heap relations
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.250 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.251 2003/08/04 02:39:58 momjian Exp $
  *
  *
  * INTERFACE ROUTINES
index 0b03c630b5548ad669085f02afbc439f2b7f5aed..9c16e3e023dc2fe4f708720f463007ffeb1467a3 100644 (file)
@@ -3,12 +3,12 @@
  * index.c
  *       code to create and destroy POSTGRES index relations
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.213 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/index.c,v 1.214 2003/08/04 02:39:58 momjian Exp $
  *
  *
  * INTERFACE ROUTINES
index 45a60b0e8565e7f98e63ec9d4faad1e17899e19f..75ceda274612e9625eeebc93469adeb18fc58c4c 100644 (file)
@@ -4,12 +4,12 @@
  *       This file contains routines to support indexes defined on system
  *       catalogs.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/indexing.c,v 1.103 2003/05/28 16:03:56 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/indexing.c,v 1.104 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6a39fc69016b59c92a6b3961777cf629c730da3c..281e50f1fc6af5d36ec0788207485979555623cb 100644 (file)
@@ -9,11 +9,11 @@
  * and implementing search-path-controlled searches.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/namespace.c,v 1.56 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/namespace.c,v 1.57 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 779468ce21f77a4f0331b0d7013527df19d6d769..42ac6c10d05051eebe4975574f02cebcce2c2b2d 100644 (file)
@@ -3,12 +3,12 @@
  * pg_aggregate.c
  *       routines to support manipulation of the pg_aggregate relation
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_aggregate.c,v 1.62 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_aggregate.c,v 1.63 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ae8b7dec03809d734e093cd0608e70902eed5c81..a985dfcd92775147ac8f853bfcecd100636531fb 100644 (file)
@@ -3,12 +3,12 @@
  * pg_constraint.c
  *       routines to support manipulation of the pg_constraint relation
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_constraint.c,v 1.15 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_constraint.c,v 1.16 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5c10fa7b28cd7df12f50e41d9e95f25c8b4ce09c..b059b429be0adbdcfe83bdaf5c5ee166b7382a2d 100644 (file)
@@ -3,12 +3,12 @@
  * pg_conversion.c
  *       routines to support manipulation of the pg_conversion relation
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_conversion.c,v 1.14 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_conversion.c,v 1.15 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cd058a1306e0a7569f794ef04e5552dfef01906f..84f54fcfabb8c5a528fca67f9e30e26534417daa 100644 (file)
@@ -3,12 +3,12 @@
  * pg_depend.c
  *       routines to support manipulation of the pg_depend relation
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_depend.c,v 1.6 2002/09/04 20:31:14 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_depend.c,v 1.7 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ecc510e07deeece6e07e8fadee11ce3d6b8c2296..3bfe0ca23b97ad2ffa765d9524cce432f263c021 100644 (file)
@@ -3,12 +3,12 @@
  * pg_largeobject.c
  *       routines to support manipulation of the pg_largeobject relation
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_largeobject.c,v 1.15 2003/07/21 01:59:10 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_largeobject.c,v 1.16 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b8cf8bf94523f6cdbe2d7caa487304c1c68a8876..4cf686a9e6f26ed99743687e6bf136f9bbeaf7a9 100644 (file)
@@ -3,12 +3,12 @@
  * pg_namespace.c
  *       routines to support manipulation of the pg_namespace relation
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_namespace.c,v 1.6 2003/07/21 01:59:10 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_namespace.c,v 1.7 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 141d3a142a724b8d278c4aa727c480edfc1e5dce..bf936c5138e9208177b31e0fa8b98a69355fbdfc 100644 (file)
@@ -3,12 +3,12 @@
  * pg_operator.c
  *       routines to support manipulation of the pg_operator relation
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_operator.c,v 1.82 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_operator.c,v 1.83 2003/08/04 02:39:58 momjian Exp $
  *
  * NOTES
  *       these routines moved here from commands/define.c and somewhat cleaned up.
index 2c11a17db5ea700f5d5d6b9ecbc782673239bf86..0181eb9b14a45e40da74b4a742616c3c32b11ecd 100644 (file)
@@ -3,12 +3,12 @@
  * pg_proc.c
  *       routines to support manipulation of the pg_proc relation
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_proc.c,v 1.103 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_proc.c,v 1.104 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d578644e6819a0e6b0386d546e3734305c852c41..4fc0d9dd2b22bb70d4739c293bee417aab287f41 100644 (file)
@@ -3,12 +3,12 @@
  * pg_type.c
  *       routines to support manipulation of the pg_type relation
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_type.c,v 1.89 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/catalog/pg_type.c,v 1.90 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5a57d5c5c7731c276475e1c1f0686a9ab2ff2303..08715a1638b9228b9afd69b4f8d3d779e0782afa 100644 (file)
@@ -4,12 +4,12 @@
  *
  *       Routines for aggregate-manipulation commands
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/aggregatecmds.c,v 1.13 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/aggregatecmds.c,v 1.14 2003/08/04 02:39:58 momjian Exp $
  *
  * DESCRIPTION
  *       The "DefineFoo" routines take the parse tree and pick out the
index dac2d5d7bbdebbdfb2f9f168960fddaf86457a0f..2272d7bf3fb625c48a557d944aeb242c23b2cc73 100644 (file)
@@ -3,12 +3,12 @@
  * analyze.c
  *       the postgres statistics generator
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/analyze.c,v 1.57 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/analyze.c,v 1.58 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 69085740cc541677a168ada0e8045e406e7ff3bd..8e7ca6cd242f6aeda617315b9b3f10e5b2f6c803 100644 (file)
@@ -3,11 +3,11 @@
  * async.c
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.97 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.98 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 23e03443fc55a34ce515b1e46f768a6437e6755c..4cb5f23033c9b882b2f26abb12021f6127ac8abf 100644 (file)
@@ -6,12 +6,12 @@
  * There is hardly anything left of Paul Brown's original implementation...
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.113 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.114 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e9afb956246e07e0162786a771ab81c583d906a9..a3807bf77a5082568928408fc9649ed7b1d59974 100644 (file)
@@ -3,12 +3,12 @@
  * conversioncmds.c
  *       conversion creation command support code
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/conversioncmds.c,v 1.10 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/conversioncmds.c,v 1.11 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5c7238de8dc71a871cab1d166e17bf8900e1f099..e8b659098511dda0c56f29a616dcf6efd7a39a9c 100644 (file)
@@ -3,12 +3,12 @@
  * copy.c
  *             Implements the COPY utility command.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.206 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.207 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 547f3fb2f3f0691abca3cf8502010afae54665ce..8a7db766455b38e54a573d9505e858e845a1f459 100644 (file)
@@ -4,12 +4,12 @@
  *             Database management commands (create/drop database).
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.120 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.121 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c924dcc7b77950291538b08c877d05e8ea15d5d1..4ac687259da3eedf50c97a65a58952c4b665bfde 100644 (file)
@@ -4,12 +4,12 @@
  *       Support routines for various kinds of object creation.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/define.c,v 1.83 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/define.c,v 1.84 2003/08/04 02:39:58 momjian Exp $
  *
  * DESCRIPTION
  *       The "DefineFoo" routines take the parse tree and pick out the
index 916c1ff772f8cea6e95cff7e9dde73695b344a89..a1e64bf4ef1dbb62ab49c17528f18926ec15f3a7 100644 (file)
@@ -3,11 +3,11 @@
  * explain.c
  *       Explain query execution plans
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/explain.c,v 1.112 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/explain.c,v 1.113 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 181f52e114365e9a80bdaf8a54dffecb2baf000d..a47820d2314a6c7188e387f380e21826ec88343d 100644 (file)
@@ -4,12 +4,12 @@
  *
  *       Routines for CREATE and DROP FUNCTION commands
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/functioncmds.c,v 1.32 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/functioncmds.c,v 1.33 2003/08/04 02:39:58 momjian Exp $
  *
  * DESCRIPTION
  *       These routines take the parse tree and pick out the
index 5e3cec954d39b57d9ead67a8137fe19495f1e831..36baf4690e3ce8e8194d677b2a90440242a5592e 100644 (file)
@@ -3,12 +3,12 @@
  * indexcmds.c
  *       POSTGRES define and remove index code.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.104 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.105 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 13a9c3a52bd87f765f8d1edad69654e17f8838d4..d15eb5ff2338c74468270f665644f9795cee4623 100644 (file)
@@ -3,12 +3,12 @@
  * lockcmds.c
  *       Lock command support code
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/lockcmds.c,v 1.6 2003/08/01 00:15:19 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/lockcmds.c,v 1.7 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 52792bc31abd9d97bcf3e7b45cd69cf13b050d7e..0677751ead4c2bb89f90e382e0cdda6011957c2c 100644 (file)
@@ -4,12 +4,12 @@
  *
  *       Routines for opclass manipulation commands
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/opclasscmds.c,v 1.16 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/opclasscmds.c,v 1.17 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ddc088fe2f5bd3a67a6c01f4b263c263a57c1f0c..69b08f06a4ce7900c9db8ee82fa5dcf5ab5b7c27 100644 (file)
@@ -4,12 +4,12 @@
  *
  *       Routines for operator manipulation commands
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/operatorcmds.c,v 1.11 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/operatorcmds.c,v 1.12 2003/08/04 02:39:58 momjian Exp $
  *
  * DESCRIPTION
  *       The "DefineFoo" routines take the parse tree and pick out the
index aa5a5b9ea610bf72ea2b757c7070e0fd5d0132fd..697fe2900406e3ca4782d46757e25701ea60ad4f 100644 (file)
@@ -9,12 +9,12 @@
  * storage management for portals (but doesn't run any queries in them).
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/portalcmds.c,v 1.20 2003/08/04 00:43:16 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/portalcmds.c,v 1.21 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b0a4702a7158475f134f2cc7335b5ac91ac0b7a3..772c10473adc7e30ef5d2e1655cb579b5a7a7859 100644 (file)
@@ -3,11 +3,11 @@
  * proclang.c
  *       PostgreSQL PROCEDURAL LANGUAGE support code.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/proclang.c,v 1.48 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/proclang.c,v 1.49 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4eb285daa33075664bd9e5dc7bca5ccb7b125665..2d184727a9988f6420acab962da6ea2f053b7038 100644 (file)
@@ -3,12 +3,12 @@
  * schemacmds.c
  *       schema creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/schemacmds.c,v 1.15 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/schemacmds.c,v 1.16 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 01544a015b35396ed7fa52d09d0916d402b283ea..7b29f5c5cdf76dd7f0d3e17ba7b1108aa56fe549 100644 (file)
@@ -3,12 +3,12 @@
  * sequence.c
  *       PostgreSQL sequences support code.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/sequence.c,v 1.100 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/sequence.c,v 1.101 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6e503fdac543453a015f451096b9ff48d12c7f9a..079d891f0735c3dd5b8af882a2b8a6ada1a73db4 100644 (file)
@@ -3,12 +3,12 @@
  * tablecmds.c
  *       Commands for creating and altering table structures and settings
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/tablecmds.c,v 1.77 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/tablecmds.c,v 1.78 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d3e969c7e4f16f9f1700a55fa15d6d34baf67b03..5ea4778ce322e479236d8964960a46c0f631cc75 100644 (file)
@@ -3,11 +3,11 @@
  * trigger.c
  *       PostgreSQL TRIGGERs support code.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/trigger.c,v 1.154 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/trigger.c,v 1.155 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 57bc7c5f71f60c4ddf8de5b67c4a979ffe4d7af4..86258fb02d5c7bee68c3881bcd58b485452c8cf9 100644 (file)
@@ -3,12 +3,12 @@
  * typecmds.c
  *       Routines for SQL commands that manipulate types (and domains).
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/typecmds.c,v 1.41 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/typecmds.c,v 1.42 2003/08/04 02:39:58 momjian Exp $
  *
  * DESCRIPTION
  *       The "DefineFoo" routines take the parse tree and pick out the
index 117eef1e7505d0cadedbf355d10b2ba63419d16d..8845c975f91926ccb6cbb025664fd063122d2426 100644 (file)
@@ -3,10 +3,10 @@
  * user.c
  *       Commands for manipulating users and groups.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/backend/commands/user.c,v 1.123 2003/08/04 00:43:17 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/user.c,v 1.124 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9dc0d9a8996096fb995efbb9ab2e0e019fd331a0..f6331e8d214127742d9c07d86656747b135561cd 100644 (file)
@@ -8,12 +8,12 @@
  * vacuumlazy.c and analyze.c for the rest of the code for the latter two.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.258 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.259 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 65af960be8e9847b823783d8fcc2dc146a059171..9ac831a8677fb487e4f5b8e23007094acda79d85 100644 (file)
  * are passed to the free space map at conclusion of the scan.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/vacuumlazy.c,v 1.30 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/vacuumlazy.c,v 1.31 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 07dfca13c84284d73b8cd90cca43f5fbda8592f8..ad39ccc467093969acd876cf202b059df8923dfb 100644 (file)
@@ -4,12 +4,12 @@
  *             Routines for handling specialized SET variables.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/variable.c,v 1.86 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/variable.c,v 1.87 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9c3b372b3f7107dc7950db35468a163f33ffaabd..4d0877dbcf08b517369729f3459804a18ebc2b27 100644 (file)
@@ -3,12 +3,12 @@
  * view.c
  *       use rewrite rules to construct views
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/view.c,v 1.76 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/view.c,v 1.77 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9267d362dddd618bd4c13f4421c19e4d6e2fdf12..02f8ae6af0af4b44ea83c165363c195357ac5340 100644 (file)
@@ -3,10 +3,10 @@
  * execAmi.c
  *       miscellaneous executor access method routines
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $Header: /cvsroot/pgsql/src/backend/executor/execAmi.c,v 1.73 2003/08/04 00:43:17 momjian Exp $
+ *     $Header: /cvsroot/pgsql/src/backend/executor/execAmi.c,v 1.74 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8b0962ba9be56f83577c4e6779ff2c9d34801afb..351cbc3171c7cc524b67de5dcf54c99ec946e530 100644 (file)
@@ -3,12 +3,12 @@
  * execGrouping.c
  *       executor utility routines for grouping, hashing, and aggregation
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/execGrouping.c,v 1.5 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/execGrouping.c,v 1.6 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0f8b82d4f472f91eb0e5f7cb545e2a887e3c6b46..e976729a803c9b92e1cf969277f36ad9a75bea36 100644 (file)
@@ -3,12 +3,12 @@
  * junk.c
  *       Junk attribute support stuff....
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/execJunk.c,v 1.34 2002/12/15 21:01:34 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/execJunk.c,v 1.35 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ae58bb130f719b4a5d0d75fd8c969d0db83a8378..55d81f0b67700cfe67e004b3e0042d138200e859 100644 (file)
  *     ExecutorRun accepts direction and count arguments that specify whether
  *     the plan is to be executed forwards, backwards, and for how many tuples.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.213 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.214 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1c34e1d1a4b3b80be95d131344799c9c5222ebd7..a282cf0f34e356bfe5bdc9d311b360f966b1c3fb 100644 (file)
@@ -7,12 +7,12 @@
  *      ExecProcNode, or ExecEndNode on its subnodes and do the appropriate
  *      processing.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/execProcnode.c,v 1.38 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/execProcnode.c,v 1.39 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d509122f29bd06eac6f2090cbb53d7b0637f7d9d..48cc71a1de5ecd8f361740184570bb3cb9d1c466 100644 (file)
@@ -3,12 +3,12 @@
  * execQual.c
  *       Routines to evaluate qualification and targetlist expressions
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.139 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.140 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 35007cf0cc0ef5a59bc446c7bd5f3ac139f8010f..94c9074f341d80a5f3cc7f116b47759e973a2606 100644 (file)
@@ -7,12 +7,12 @@
  *       stuff - checking the qualification and projecting the tuple
  *       appropriately.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/execScan.c,v 1.24 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/execScan.c,v 1.25 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c2145b7eca854bb3c394f9bca6101ec952e968be..8fbacc3342d8dab97efc964b809b7c8fe7f29e7b 100644 (file)
  *       This information is needed by routines manipulating tuples
  *       (getattribute, formtuple, etc.).
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.68 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.69 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f87708d392773d249e8509b9b46792740f4f15d5..15c0f82b5b4aec91e53e2e06a29415634f507ed7 100644 (file)
@@ -3,12 +3,12 @@
  * execUtils.c
  *       miscellaneous executor utility routines
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/execUtils.c,v 1.101 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/execUtils.c,v 1.102 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ebc3cbcac37bc2c3b1c45fe67932ea03a764659e..a23eb9b107320ef9c9e187e41fc3a376cf092969 100644 (file)
@@ -3,12 +3,12 @@
  * functions.c
  *       Execution of SQL-language functions
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/functions.c,v 1.70 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/functions.c,v 1.71 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5cf448e772a5d61d918d7ce72258ba91cbc9bfe0..026beb40bed29cb60ee03e4f0166dc614882bc69 100644 (file)
  *       this context can be reset once per output tuple.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeAgg.c,v 1.113 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeAgg.c,v 1.114 2003/08/04 02:39:58 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7fc8caac2a9e88d8aad399684af1f868467c12d6..3c3036a4103a469841c8e1968fd9d3386bc6e28b 100644 (file)
@@ -3,12 +3,12 @@
  * nodeAppend.c
  *       routines to handle append nodes.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeAppend.c,v 1.53 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeAppend.c,v 1.54 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 36c43d7309ad1272c6f80f93f79fa008c3bd98b0..e9bfa9bfce030ffada5917d8f12277d26558752a 100644 (file)
@@ -3,12 +3,12 @@
  * nodeFunctionscan.c
  *       Support routines for scanning RangeFunctions (functions in rangetable).
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeFunctionscan.c,v 1.19 2003/07/21 17:05:09 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeFunctionscan.c,v 1.20 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6ec0eb771cefa6325a28e39a7619acb5da0942a8..474a0e6dc7581c608138adcd4e7eca53b50a6cd8 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGroup.c
  *       Routines to handle group nodes (used for queries with GROUP BY clause).
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
@@ -15,7 +15,7 @@
  *       locate group boundaries.
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeGroup.c,v 1.55 2003/01/12 22:01:38 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeGroup.c,v 1.56 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a4eb9065c0630a76018f48c0345fa1dcf8d6db4c..b925517d7b1590951da71a5bc307bf678c61c0ea 100644 (file)
@@ -3,12 +3,12 @@
  * nodeHash.c
  *       Routines to hash relations for hashjoin
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeHash.c,v 1.78 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeHash.c,v 1.79 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a45e007aff294ae7daeee230ae5676def9904fa8..443fea6a50c97c02253bd4d374df147079482358 100644 (file)
@@ -3,12 +3,12 @@
  * nodeHashjoin.c
  *       Routines to handle hash join nodes
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeHashjoin.c,v 1.54 2003/08/04 00:43:17 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeHashjoin.c,v 1.55 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d01d4cfa7c7a6034b73a19d14162d06270c92b8e..bfbcaf208de208786af37f7591f3da41aee85e63 100644 (file)
@@ -3,12 +3,12 @@
  * nodeIndexscan.c
  *       Routines to support indexes and indexed scans of relations
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeIndexscan.c,v 1.81 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeIndexscan.c,v 1.82 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7477bd4304289f309ffdf9c76a714544982e94a8..4a0db5952cef027f1bcf0bb90c164744bb2d13f0 100644 (file)
@@ -3,12 +3,12 @@
  * nodeLimit.c
  *       Routines to handle limiting of query results where appropriate
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeLimit.c,v 1.16 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeLimit.c,v 1.17 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index afd08e80945de54c340ec9147408685d4553ab49..f54a55dcbab40510730b842b902ea70a9b439e28 100644 (file)
@@ -3,12 +3,12 @@
  * nodeMaterial.c
  *       Routines to handle materialization nodes.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeMaterial.c,v 1.43 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeMaterial.c,v 1.44 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 081ce24cb19c992bde4569d46e706505c04e717e..3d3af66d0a5060895ed69104aaa79e4d749bdc8d 100644 (file)
@@ -3,12 +3,12 @@
  * nodeMergejoin.c
  *       routines supporting merge joins
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeMergejoin.c,v 1.59 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeMergejoin.c,v 1.60 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 66dbd8c063d4cb96b9535f934c2fd69dbdc27f95..079be5135d740628740b46557637f001a7d537ea 100644 (file)
@@ -3,12 +3,12 @@
  * nodeNestloop.c
  *       routines to support nest-loop joins
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeNestloop.c,v 1.34 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeNestloop.c,v 1.35 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 194ed1921697c21035b68b9fb28a5ac258c48ab2..361d5d23a079796d997bc0843300deed579443e4 100644 (file)
  *             plan normally and pass back the results.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeResult.c,v 1.25 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeResult.c,v 1.26 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4721fc5bf6a80ba2ab8922769cf1004c9c9723f5..20e1be245f8d10761afb64cdecd19ca38ac0ea6f 100644 (file)
@@ -3,12 +3,12 @@
  * nodeSeqscan.c
  *       Support routines for sequential scans of relations.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeSeqscan.c,v 1.44 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeSeqscan.c,v 1.45 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bae8f0116bc94aef9885e31c6f60b6734688c429..26778f91bce942d10b7b46d720e433868a2b59cd 100644 (file)
  * identify the source relation).
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeSetOp.c,v 1.11 2003/07/28 00:09:15 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeSetOp.c,v 1.12 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 468b91af9bbc1dbbb19b97beba9281656eae493e..0d99f0ce41c0a75abb91530510f7bde3afd10e0c 100644 (file)
@@ -3,12 +3,12 @@
  * nodeSort.c
  *       Routines to handle sorting of relations.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeSort.c,v 1.44 2003/05/06 00:20:31 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeSort.c,v 1.45 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0fe888c803cf99dddadd5c0df0d5f169db29989b..a684dc83db9ea5ef842b8c8cac9e1bb967125949 100644 (file)
@@ -3,11 +3,11 @@
  * nodeSubplan.c
  *       routines to support subselects
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeSubplan.c,v 1.52 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeSubplan.c,v 1.53 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index deec07ae6bb6b671d9e05f16d3c95293c1619dc4..34d9d0c62ff3de5686b0022f24b2cc68cabbb1fc 100644 (file)
@@ -7,12 +7,12 @@
  * we need two sets of code.  Ought to look at trying to unify the cases.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeSubqueryscan.c,v 1.19 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeSubqueryscan.c,v 1.20 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 962d00cd144e1cac15d8a40040c8bfd7e019e0f0..543645c4965d349bd4d8ba47ff8b37830c2290f9 100644 (file)
@@ -3,12 +3,12 @@
  * nodeTidscan.c
  *       Routines to support direct tid scans of relations
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeTidscan.c,v 1.33 2003/02/09 00:30:39 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeTidscan.c,v 1.34 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 18e172209d18b723ecfd590626110752490aeca1..d335412da3a25d011c2230b8f2564ab3abecd523 100644 (file)
@@ -3,12 +3,12 @@
  * nodeUnique.c
  *       Routines to handle unique'ing of queries where appropriate
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/nodeUnique.c,v 1.39 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/nodeUnique.c,v 1.40 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b25f0a79ffa3f8ad5ce4e0f60254340e897ce16f..064f64c6838ee13ad055667ba585e36a78c34fed 100644 (file)
@@ -3,12 +3,12 @@
  * spi.c
  *                             Server Programming Interface
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/spi.c,v 1.100 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/spi.c,v 1.101 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0989eb3e270f569131826de844306b130b03f9e4..beba70bab230ef0bc5121754373d7ff967bab735 100644 (file)
@@ -5,11 +5,11 @@
  *       a Tuplestore
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/executor/tstoreReceiver.c,v 1.7 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/executor/tstoreReceiver.c,v 1.8 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 42b3c4f819ec3f9458d9c51f17628787df492e3e..9e1d92df2232268e90ade9eae85bb533746cd9d9 100644 (file)
@@ -4,12 +4,12 @@
  *       this is a simple doubly linked list implementation
  *       the elements of the lists are void*
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/lib/dllist.c,v 1.26 2003/07/22 23:30:37 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/lib/dllist.c,v 1.27 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9330d61fa5bdd2aeb49124778a0688037ed1e7a5..e5996b01b9d72bf3dfc874bd5891d80716979339 100644 (file)
@@ -2,12 +2,12 @@
  *
  * lispsort.c
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/lib/Attic/lispsort.c,v 1.18 2002/09/02 02:47:02 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/lib/Attic/lispsort.c,v 1.19 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9424070e50692f549f38fee61169e8968040a279..3d7c24bb4faba6a24a070448935b1c49a810fd34 100644 (file)
@@ -6,10 +6,10 @@
  * It can be used to buffer either ordinary C strings (null-terminated text)
  * or arbitrary binary data.  All storage is allocated with palloc().
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *       $Id: stringinfo.c,v 1.35 2003/08/04 00:43:18 momjian Exp $
+ *       $Id: stringinfo.c,v 1.36 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9b9ffecbca89417ad9214c454437ecdbc7378e90..d71f2b0a4cf2aad4ae2bf2f2a354762e8246691d 100644 (file)
@@ -3,12 +3,12 @@
  * auth.c
  *       Routines to handle network authentication
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/libpq/auth.c,v 1.109 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/libpq/auth.c,v 1.110 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5a33712243cbfcd30b30b2887ecb0d1a6400efa8..6fdab767136b2df32c1d31086d7a3f0408f96e98 100644 (file)
@@ -3,12 +3,12 @@
  * be-fsstubs.c
  *       support for filesystem operations on large objects
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.67 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.68 2003/08/04 02:39:59 momjian Exp $
  *
  * NOTES
  *       This should be moved to a more appropriate place.  It is here
index 7089b5077a92712e51493c33403e3d7ee930d2f5..e7f075e044a6df664ad8bd81eff1ff36d1bbe26a 100644 (file)
@@ -6,12 +6,12 @@
  *       message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/libpq/be-secure.c,v 1.38 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/libpq/be-secure.c,v 1.39 2003/08/04 02:39:59 momjian Exp $
  *
  *       Since the server static private key ($DataDir/server.key)
  *       will normally be stored unencrypted so that the database
index 9629a47aa9ef2e0badb7b6252ef2ad207d4b73c3..e1b225eee08d72fc2c12530fe69cb323912af63c 100644 (file)
@@ -6,10 +6,10 @@
  *
  * Original coding by Todd A. Brandys
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/backend/libpq/crypt.c,v 1.55 2003/08/04 00:43:18 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/libpq/crypt.c,v 1.56 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1c42d1a7d43cddb39eba153ae7e7d17b08796993..f2ca627eba22460f3a3e6e533311bb518e37d5ae 100644 (file)
@@ -5,12 +5,12 @@
  *       wherein you authenticate a user by seeing what IP address the system
  *       says he comes from and possibly using ident).
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.110 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.111 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a17c817c65cffc8afc25798446570afaf4bf2418..8ae6c8f7848bc5a07c17095d3af9eb4e3567c793 100644 (file)
@@ -3,12 +3,12 @@
  * ip.c
  *       IPv6-aware network access.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/libpq/ip.c,v 1.18 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/libpq/ip.c,v 1.19 2003/08/04 02:39:59 momjian Exp $
  *
  * This file and the IPV6 implementation were initially provided by
  * Nigel Kukard <nkukard@lbsd.net>, Linux Based Systems Design
index 05adff56a604b98587fd5a41482281e5dacd8657..e7e06d2065166b8fc669e894e5ece2e2f4db3d9f 100644 (file)
  *
  *     Sverre H. Huseby <sverrehu@online.no>
  *
- *     Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/libpq/md5.c,v 1.20 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/libpq/md5.c,v 1.21 2003/08/04 02:39:59 momjian Exp $
  */
 
 
index 5ae7e1ae2c942e9417cbdcfbe58bae68d90b1cc1..a3d878edfa2551184f085b839b9f1c4a8b154e39 100644 (file)
  * the backend's "backend/libpq" is quite separate from "interfaces/libpq".
  * All that remains is similarities of names to trap the unwary...
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.162 2003/08/04 00:43:18 momjian Exp $
+ *     $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.163 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d5b1baded297f9370e97d44d7c6e184cdcbd7d34..8241614687cbe93835a1c530c43738505f790bfc 100644 (file)
  * are different.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $Header: /cvsroot/pgsql/src/backend/libpq/pqformat.c,v 1.33 2003/08/04 00:43:18 momjian Exp $
+ *     $Header: /cvsroot/pgsql/src/backend/libpq/pqformat.c,v 1.34 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d485c01797bef21ed2b8f7a735702d138f7428d7..692aa61d896a40b8603d4c2bb5a8476296f09762 100644 (file)
@@ -4,12 +4,12 @@
  *       reliable BSD-style signal(2) routine stolen from RWW who stole it
  *       from Stevens...
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/libpq/pqsignal.c,v 1.26 2002/06/20 20:29:28 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/libpq/pqsignal.c,v 1.27 2003/08/04 02:39:59 momjian Exp $
  *
  * NOTES
  *             This shouldn't be in libpq, but the monitor and some other
index fcc6ea5a7e51e21ed920bbecc15b7ae332d08f8d..74bd0cf8e275eb63562a216a7eb55f6844dba83b 100644 (file)
@@ -8,12 +8,12 @@
  * dispatches to the proper FooMain() routine for the incarnation.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.60 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.61 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 03349efdc740eb6ed44f07a4aa9fd90fefa2cf4f..9090217418d40ff6ae90fe2bcf0d74e9352ede86 100644 (file)
  * be handled easily in a simple depth-first traversal.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.261 2003/08/04 00:43:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.262 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 924793d07ec594ba5fe546b073e44dcb16a7a82a..a6b4889f74e69870c279a6c8a8c1ca8a0cc28e60 100644 (file)
  * either.     This might need to be fixed someday.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/equalfuncs.c,v 1.205 2003/08/04 00:43:19 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/equalfuncs.c,v 1.206 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 354134caeaf169b360820aadaee265736c493150..72b1ec893c9a870a2d85240aa5c086602a7bb9e2 100644 (file)
@@ -4,12 +4,12 @@
  *       POSTGRES generic list package
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/list.c,v 1.52 2003/08/04 00:43:19 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/list.c,v 1.53 2003/08/04 02:39:59 momjian Exp $
  *
  * NOTES
  *       XXX a few of the following functions are duplicated to handle
index 38bd4ac6f6ed1e8c38fae8589ce900707c41d6d8..6ee41b23671483bd58b9c252021b74f0874bab93 100644 (file)
@@ -4,12 +4,12 @@
  *       creator functions for primitive nodes. The functions here are for
  *       the most frequently created nodes.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/makefuncs.c,v 1.40 2003/07/01 19:10:52 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/makefuncs.c,v 1.41 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 84dd85ad5f88e0e520aee464b08dad75aae3a183..8cc49aa4153f983506aca1237474d1e22f7ca457 100644 (file)
@@ -3,12 +3,12 @@
  * nodeFuncs.c
  *       All node routines more complicated than simple access/modification
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/nodeFuncs.c,v 1.22 2003/06/29 00:33:43 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/nodeFuncs.c,v 1.23 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4a4e0c98f5790ad1c5806a5d1d1a815b6066dd42..05a9f6e733a740a4c548c9a6d28e8ffaf86995e5 100644 (file)
@@ -4,12 +4,12 @@
  *       support code for nodes (now that we get rid of the home-brew
  *       inheritance system, our support code for nodes get much simpler)
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/nodes.c,v 1.20 2003/08/04 00:43:19 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/nodes.c,v 1.21 2003/08/04 02:39:59 momjian Exp $
  *
  * HISTORY
  *       Andrew Yu                     Oct 20, 1994    file creation
index 9247bb00d2a0e37e7cabc0f3cb2e31d86160dfb2..1ac0c357c826999d22651402ca0b54e17756c0d5 100644 (file)
@@ -3,12 +3,12 @@
  * outfuncs.c
  *       Output functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/outfuncs.c,v 1.215 2003/08/04 00:43:19 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/outfuncs.c,v 1.216 2003/08/04 02:39:59 momjian Exp $
  *
  * NOTES
  *       Every node type that can appear in stored rules' parsetrees *must*
index 187e9211ad9d97203f54adc64836bb8ce955d620..c3d702316d29837a5893d0e836739fd09fe6bf56 100644 (file)
@@ -3,12 +3,12 @@
  * print.c
  *       various print routines (used mostly for debugging)
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/print.c,v 1.62 2003/07/22 23:30:37 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/print.c,v 1.63 2003/08/04 02:39:59 momjian Exp $
  *
  * HISTORY
  *       AUTHOR                        DATE                    MAJOR EVENT
index 2099b4dcb41e63a57652099a92b70e549c1d5b95..7391942f5c5174ecf895c9fe7acc7e67a0513daf 100644 (file)
@@ -4,12 +4,12 @@
  *       routines to convert a string (legal ascii representation of node) back
  *       to nodes
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/read.c,v 1.34 2003/07/22 23:30:38 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/read.c,v 1.35 2003/08/04 02:39:59 momjian Exp $
  *
  * HISTORY
  *       AUTHOR                        DATE                    MAJOR EVENT
index 32af1d92923f08734b28076a80d13764aced7103..d261ac7f862ad26b580f76d42208dcfb8d8615bc 100644 (file)
@@ -3,12 +3,12 @@
  * readfuncs.c
  *       Reader functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/nodes/readfuncs.c,v 1.160 2003/08/04 00:43:19 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/nodes/readfuncs.c,v 1.161 2003/08/04 02:39:59 momjian Exp $
  *
  * NOTES
  *       Path and Plan nodes do not have any readfuncs support, because we
index 41d09dc02c546cc4c6cab58a188f41232660fd19..50dd70106b281a86e438b0477973e9f1bef08ce3 100644 (file)
@@ -2,10 +2,10 @@
  *
  * geqo_copy.c
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_copy.c,v 1.11 2002/06/20 20:29:29 momjian Exp $
+ * $Id: geqo_copy.c,v 1.12 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b1ff994f061ed49a1ba6937cc3b5fb462e9b388a..8a119aeb66584978509c76be89a4cdd567dfdb1f 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_eval.c
  *       Routines to evaluate query trees
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/backend/optimizer/geqo/geqo_eval.c,v 1.64 2003/08/04 00:43:19 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/optimizer/geqo/geqo_eval.c,v 1.65 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c91f16fd0e4b55bebe6479d46cc15d7dcfa1422e..1c54a4d468b56ba82d78eb2518bbb28296ccf089 100644 (file)
@@ -4,10 +4,10 @@
  *       solution to the query optimization problem
  *       by means of a Genetic Algorithm (GA)
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/backend/optimizer/geqo/geqo_main.c,v 1.37 2003/08/04 00:43:19 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/optimizer/geqo/geqo_main.c,v 1.38 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 329e19c401614a4e49a69befcae473fa31d8c981..88e2467e3e8b604e36afbd26e6cb03184f460d1a 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_misc.c
  *        misc. printout and debug stuff
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/backend/optimizer/geqo/geqo_misc.c,v 1.38 2003/08/04 00:43:19 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/optimizer/geqo/geqo_misc.c,v 1.39 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2c9826a9ab96c57b4ee341b689c4c875dc623ebf..ae74227c144893037899a617673119396d01dd53 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_pool.c
  *       Genetic Algorithm (GA) pool stuff
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_pool.c,v 1.20 2002/06/20 20:29:29 momjian Exp $
+ * $Id: geqo_pool.c,v 1.21 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 807e4efba1fc878b589bc199007214a9a7bf8a67..b6ba8b595187f2e72c636ecdc1e0898b00682be9 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_selection.c
  *       linear selection scheme for the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_selection.c,v 1.14 2002/09/05 00:43:06 tgl Exp $
+ * $Id: geqo_selection.c,v 1.15 2003/08/04 02:39:59 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 494f624d4cd917e9fb975ae9d52320259ad3024d..118a701e34685026fa1970ea1ad0663ae3d41160 100644 (file)
@@ -3,12 +3,12 @@
  * allpaths.c
  *       Routines to find possible search paths for processing a query
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/allpaths.c,v 1.105 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/allpaths.c,v 1.106 2003/08/04 02:40:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 67900d9e40f809d6db20ce1852c71f916df4fd4b..db436a8029b5ea321e77ec182216bb6b99c98a34 100644 (file)
@@ -3,12 +3,12 @@
  * clausesel.c
  *       Routines to compute clause selectivities
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/clausesel.c,v 1.59 2003/06/29 00:33:43 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/clausesel.c,v 1.60 2003/08/04 02:40:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1a0e2da82fdce42343203c01e5ca2afac9f8d9a9..7e34d7fea50f2e36dae3ef89324b98df5326927d 100644 (file)
  * the non-cost fields of the passed XXXPath to be filled in.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/costsize.c,v 1.112 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/costsize.c,v 1.113 2003/08/04 02:40:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 67238b5361cccae8b0ea727333a89e3373ab6520..563bd17f41d2a4ae6784f555d766014df93aac82 100644 (file)
@@ -4,12 +4,12 @@
  *       Routines to determine which indices are usable for scanning a
  *       given relation, and create IndexPaths accordingly.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.146 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/indxpath.c,v 1.147 2003/08/04 02:40:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 695b8c9841125ea685506bed257a8670d9ee218c..754790759422e8917ec6cbd6a67e58bc87bec874 100644 (file)
@@ -3,12 +3,12 @@
  * joinpath.c
  *       Routines to find all possible paths for processing a set of joins
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/joinpath.c,v 1.80 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/joinpath.c,v 1.81 2003/08/04 02:40:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 81e5080e4b756813aec1c606ebe6a64e51529612..33807aa3dfa7d87c324d05a28a6cf8e04e9b484a 100644 (file)
@@ -3,12 +3,12 @@
  * joinrels.c
  *       Routines to determine which relations should be joined
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/joinrels.c,v 1.62 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/joinrels.c,v 1.63 2003/08/04 02:40:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 40d2de41417cef77dfcc5933beed663e48bcc98b..a3a99a0509a170b24c8ccdc9fffa2c246f8e9762 100644 (file)
@@ -3,12 +3,12 @@
  * orindxpath.c
  *       Routines to find index paths that match a set of 'or' clauses
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/orindxpath.c,v 1.52 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/orindxpath.c,v 1.53 2003/08/04 02:40:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index beb51a6996656f83715db0356c13b3afc5e80e60..06ed4895e81ee2eee8e0380963d8cb1ca9c56c89 100644 (file)
@@ -7,11 +7,11 @@
  * the nature and use of path keys.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/pathkeys.c,v 1.52 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/pathkeys.c,v 1.53 2003/08/04 02:40:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 60093ec5e3d05cceddb74efcf49a2bff4d7088be..cd999825e64062baff595723045784a655fae0d9 100644 (file)
@@ -4,12 +4,12 @@
  *       Routines to determine which tids are usable for scanning a
  *       given relation, and create TidPaths accordingly.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/tidpath.c,v 1.15 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/path/tidpath.c,v 1.16 2003/08/04 02:40:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e4e7490d82af3e1f14ebcdf9fb34bb2f1e5cb259..7529b7c0c7f3bef38d8ae513d5c3f5a6e6eacc18 100644 (file)
@@ -5,12 +5,12 @@
  *       Planning is complete, we just need to convert the selected
  *       Path into a Plan.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/createplan.c,v 1.150 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/createplan.c,v 1.151 2003/08/04 02:40:00 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 61edf1c22d482bb9bcabe551cd4e355c1f170ff0..51064a00604569072700659c63987286614a188e 100644 (file)
@@ -3,12 +3,12 @@
  * initsplan.c
  *       Target list, qualification, joininfo initialization routines
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/initsplan.c,v 1.89 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/initsplan.c,v 1.90 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4f0ede34520368f56ede8cd8e5f406d88a08d8f6..287c9e656efbbec522b575d34cfb798a24e1b172 100644 (file)
@@ -9,12 +9,12 @@
  * shorn of features like subselects, inheritance, aggregates, grouping,
  * and so on.  (Those are the things planner.c deals with.)
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planmain.c,v 1.77 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planmain.c,v 1.78 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c2aec37470ac8a848811de2291370aaf9265ee89..9eea1c8d20ea797ca9a0339c853d69da3e3b8fb0 100644 (file)
@@ -3,12 +3,12 @@
  * planner.c
  *       The query optimizer external interface.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planner.c,v 1.158 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planner.c,v 1.159 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 91396575b3f1b130e333d99bd1797491015ef005..33cf0cb90ac1a2227726c483228ecbc1b2767ed3 100644 (file)
@@ -4,12 +4,12 @@
  *       Post-processing of a completed plan tree: fix references to subplan
  *       vars, and compute regproc values for operators
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/setrefs.c,v 1.95 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/setrefs.c,v 1.96 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 154804d3d0f7c052e257d5d239161443336f11cd..2c8ef0630c80d08bfc7ce104b7aab2eee980f991 100644 (file)
@@ -3,11 +3,11 @@
  * subselect.c
  *       Planning routines for subselects and parameters.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/subselect.c,v 1.80 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/plan/subselect.c,v 1.81 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 25617206d4fd3fdd09e3c171ad9e1fe93c146f0f..875c8aac299c7c73780776e27df7d7b8a7d61c3c 100644 (file)
  *             simplify_jointree
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepjointree.c,v 1.9 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepjointree.c,v 1.10 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cbe822448e497248e631fa749805ea5a465b7c3e..d4151ee0ff2b09afb17ba7758eece8281a44bed4 100644 (file)
@@ -3,12 +3,12 @@
  * prepqual.c
  *       Routines for preprocessing qualification expressions
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepqual.c,v 1.36 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepqual.c,v 1.37 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d33ff7417d41a873393dcc2f37704757058434d4..5796870e767fc6c201aa9b1e9b676e4c66063f7a 100644 (file)
  * executor relies on this to find the tuple to be replaced/deleted.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/prep/preptlist.c,v 1.63 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/prep/preptlist.c,v 1.64 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 49ebc82208765516ac966b2334f0c810869cf94c..d023fd97a8fc45b43faf870945b7dbbc21d3fab1 100644 (file)
@@ -9,12 +9,12 @@
  * to the processing of UNION queries, but it's still here.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepunion.c,v 1.102 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepunion.c,v 1.103 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4a419a35dc8d6657396a8e50d40581ea275f66b1..6d1edb3356ffad5ad732c92df09eecadf8e40c01 100644 (file)
@@ -3,12 +3,12 @@
  * clauses.c
  *       routines to manipulate qualification clauses
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/clauses.c,v 1.150 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/clauses.c,v 1.151 2003/08/04 02:40:01 momjian Exp $
  *
  * HISTORY
  *       AUTHOR                        DATE                    MAJOR EVENT
index add36b55d3b39da450ab5abeb6e857f9c73a6d5e..350d2c5198de51d30861e1f1ae6c5c2f48f767ca 100644 (file)
@@ -3,12 +3,12 @@
  * joininfo.c
  *       JoinInfo node manipulation routines
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/joininfo.c,v 1.35 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/joininfo.c,v 1.36 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3a14d6b871f0aba1b26b5225ab5e8ccc6ac1236a..ae6f396a7b750b295e08b05abb65aa013a83db09 100644 (file)
@@ -3,12 +3,12 @@
  * pathnode.c
  *       Routines to manipulate pathlists and create path nodes
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/pathnode.c,v 1.94 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/pathnode.c,v 1.95 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3ae98ed25364675b0b1ea205e1bcffec9a063d27..48dc3a6cf36c6ba51d5b9dc57b00feb89b10f247 100644 (file)
@@ -4,12 +4,12 @@
  *        routines for accessing the system catalogs
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/plancat.c,v 1.86 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/plancat.c,v 1.87 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cc8632899e8e631f17f6f1561cc642c93872e53d..c3a99d1946dd1b0f3b7a566e6d19687b4732a67b 100644 (file)
@@ -3,12 +3,12 @@
  * relnode.c
  *       Relation-node lookup/construction routines
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/relnode.c,v 1.51 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/relnode.c,v 1.52 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 673e76c8c310d69c57590de137cfb0dcaee39202..0c21e94e688396efb1602c25f1968f690d5b2314 100644 (file)
@@ -3,12 +3,12 @@
  * restrictinfo.c
  *       RestrictInfo node manipulation routines.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/restrictinfo.c,v 1.18 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/restrictinfo.c,v 1.19 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 10568371425256688f060c6432928ee8167361e4..4732dd0c42ac19cb69175307c723e092deb52971 100644 (file)
@@ -3,12 +3,12 @@
  * tlist.c
  *       Target list manipulation routines
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/tlist.c,v 1.59 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/tlist.c,v 1.60 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index edbb5f085cdbc1469c03a7a7709be9efc62200b2..46a37f66cde94c6865ff3904598446ac2518d6f6 100644 (file)
@@ -3,12 +3,12 @@
  * var.c
  *       Var node manipulation routines
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/var.c,v 1.52 2003/08/04 00:43:20 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/optimizer/util/var.c,v 1.53 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3cbdcc6231d0c53a5afdcd9e8e7115ca1d9bdf2d..3835c31eb271217be4b020c885b02e2f3092f186 100644 (file)
@@ -3,10 +3,10 @@
  * analyze.c
  *       transform the parse tree into a query tree
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *     $Header: /cvsroot/pgsql/src/backend/parser/analyze.c,v 1.284 2003/08/04 00:43:21 momjian Exp $
+ *     $Header: /cvsroot/pgsql/src/backend/parser/analyze.c,v 1.285 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e511b8f60043af6716d4d1b2382a1311f3f5ccea..d3060b76c7a739159c0e642cd7014d95095f7de9 100644 (file)
@@ -6,12 +6,12 @@
  * gram.y
  *       POSTGRES SQL YACC rules/actions
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.427 2003/07/19 20:20:52 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.428 2003/08/04 02:40:01 momjian Exp $
  *
  * HISTORY
  *       AUTHOR                        DATE                    MAJOR EVENT
index ea7a3252485c1ba2ab2dd5e97488887c41477e22..c4048b4c1d89d770f6e12c88540f0d620bf23c83 100644 (file)
@@ -3,12 +3,12 @@
  * keywords.c
  *       lexical token lookup for reserved words in PostgreSQL
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.140 2003/06/25 03:40:18 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.141 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d9ef4ed74d88531f885a77d7023030beafb6ec38..ee78e3df89b6c90a7c1b3fc7b01029f2a0dbbcd0 100644 (file)
@@ -3,12 +3,12 @@
  * parse_agg.c
  *       handle aggregates in parser
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_agg.c,v 1.56 2003/08/04 00:43:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_agg.c,v 1.57 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 59cf2516999b1ab6cc7986dc374b235febe1378e..f56e06136e84af72f3a28e2c571e4ee331d0de17 100644 (file)
@@ -3,12 +3,12 @@
  * parse_clause.c
  *       handle clauses in parser
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_clause.c,v 1.119 2003/08/04 00:43:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_clause.c,v 1.120 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9995fcc832b76f6d711543dc753c1cfaca7f92b2..d2b6dd0cbf5d48a2594308795e18b1f0d00dccf3 100644 (file)
@@ -3,12 +3,12 @@
  * parse_coerce.c
  *             handle type coercions/conversions for parser
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_coerce.c,v 2.107 2003/08/04 00:43:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_coerce.c,v 2.108 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b5aac4f9fd6df1e8ab6adf8df1b2666474a888c2..64718a486991f1b6a08b3b05eb581a216010a72d 100644 (file)
@@ -3,12 +3,12 @@
  * parse_expr.c
  *       handle expressions in parser
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_expr.c,v 1.159 2003/08/04 00:43:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_expr.c,v 1.160 2003/08/04 02:40:01 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 836f703aae89b5fe88107b093aa690f68c41fa57..f836f19fb59c8b2cd4d1507f18649f22cac47c63 100644 (file)
@@ -3,12 +3,12 @@
  * parse_func.c
  *             handle function calls in parser
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_func.c,v 1.158 2003/08/04 00:43:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_func.c,v 1.159 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 74162a9f8073d267c9c3d42066da5a96e929607c..8cf86f7083d108aafc13e2381fc935c33f20ea1d 100644 (file)
@@ -3,12 +3,12 @@
  * parse_node.c
  *       various routines that make nodes for querytrees
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_node.c,v 1.80 2003/08/04 00:43:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_node.c,v 1.81 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c3307a76587e2337842062b82b18ac27b8e6e62a..e5d2ab2d05f54b0a41841d4e7e12c48ed62b066c 100644 (file)
@@ -3,12 +3,12 @@
  * parse_oper.c
  *             handle operator things for parser
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_oper.c,v 1.72 2003/08/04 00:43:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_oper.c,v 1.73 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ee368a236034eab7cdf86632e2bf7f830d5bdd43..f9c3a8ba03975c4d1d7c041d3e8e2d78c1aee831 100644 (file)
@@ -3,12 +3,12 @@
  * parse_relation.c
  *       parser support routines dealing with relations
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_relation.c,v 1.86 2003/08/04 00:43:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_relation.c,v 1.87 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6e10d52723e4db51a43e61bcade1f56cc9bddd74..2f1233da7cae3159d67624c598eee1af7fe8a382 100644 (file)
@@ -3,12 +3,12 @@
  * parse_target.c
  *       handle target lists
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_target.c,v 1.109 2003/08/04 00:43:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_target.c,v 1.110 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d744823b3b74dea8978e4fcb929464fca8e442dd..b621e62c701ae41e842dc1450ab59d1fbc02c6aa 100644 (file)
@@ -3,12 +3,12 @@
  * parse_type.c
  *             handle type operations for parser
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parse_type.c,v 1.60 2003/08/04 00:43:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parse_type.c,v 1.61 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5fc75365e6cd9f71b616ea2a9fd57786d27f247e..9c056508114a800938bff691bdc7aa54e94957bf 100644 (file)
  * parse_analyze.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.58 2003/05/05 01:59:02 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.59 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f940a0c267dbb676fd13317ca3c7493eb747561a..1913b9a3f1892409d855de48f068aa290fd534e1 100644 (file)
@@ -4,12 +4,12 @@
  * scan.l
  *       lexical scanner for PostgreSQL
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.109 2003/07/18 23:20:32 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.110 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c8d4ada5200ee890839649d3a42975072a649f5c..e00d284edcc81cd615c51b8e575e764e261a466b 100644 (file)
@@ -4,12 +4,12 @@
  *       support routines for the lex/flex scanner, used by both the normal
  * backend as well as the bootstrap backend
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/parser/scansup.c,v 1.23 2002/09/05 00:43:07 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/parser/scansup.c,v 1.24 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7311c924c61e30d35a11c03398481e667c38958e..c25dda052ec5bacaf6f64b0dc9df0d1a4b9d2143 100644 (file)
@@ -3,12 +3,12 @@
  * dynloader.c
  *       Dynamic Loader for Postgres for BeOS
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/Attic/beos.c,v 1.11 2002/06/20 20:29:33 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/Attic/beos.c,v 1.12 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6b4a52837e1255ad85e9fdaae1b3bb97435f6acf..8e7037bedfd22a9ec588dead02868dd482921200 100644 (file)
@@ -4,10 +4,10 @@
  *       port-specific prototypes for BeOS
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: beos.h,v 1.7 2002/06/20 20:29:33 momjian Exp $
+ * $Id: beos.h,v 1.8 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a3c7d5ff0746fdbdc267e383d3b85517c90a77b3..bf4443595b1b4d79062762a55507b6c0c781ef15 100644 (file)
@@ -6,12 +6,12 @@
  *
  *       You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/bsdi.c,v 1.21 2003/07/22 23:30:39 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/bsdi.c,v 1.22 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6a76ad01ff38521f74b29e2f11b40fa5698effd5..202f961d08c672bc8cedd30f06968e8e3a5f435e 100644 (file)
@@ -3,10 +3,10 @@
  * bsdi.h
  *             Dynamic loader interface for BSD/OS
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bsdi.h,v 1.17 2002/09/04 20:31:24 momjian Exp $
+ * $Id: bsdi.h,v 1.18 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ef476ff14027c860dd941001ae719d607ad3f172..51bee5d95e7c6bb1ff3d1f2b5482bb56c2fb0e66 100644 (file)
@@ -2,10 +2,10 @@
  *
  * Dynamic loader declarations for Cygwin
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/backend/port/dynloader/cygwin.h,v 1.1 2003/03/21 17:18:34 petere Exp $
+ * $Header: /cvsroot/pgsql/src/backend/port/dynloader/cygwin.h,v 1.2 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
   */
index 009fbac845d65304fc8fb50949f3da14b5c55b6e..66e372526e97b2f74d4f2eaa3d4d33bc9ea66000 100644 (file)
@@ -2,10 +2,10 @@
  *
  * dgux.h
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dgux.h,v 1.15 2002/06/20 20:29:33 momjian Exp $
+ * $Id: dgux.h,v 1.16 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9ad2cde2049ba659ac288e8592b693f98631c44f..39fb7b48b8a262d0cc0cb89e089c5fda85cb672f 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 4adb0f7f40f2725c260d4be5f1686b7c95b72008..c834d9a3e52a4f2bcd552f0d6ff79baea84fbd5f 100644 (file)
@@ -3,10 +3,10 @@
  * freebsd.h
  *       port-specific prototypes for FreeBSD
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: freebsd.h,v 1.16 2002/06/20 20:29:33 momjian Exp $
+ * $Id: freebsd.h,v 1.17 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 38a06b6dc6f3be80ec17c3346a6517336546338a..1c942f72f556725909a351e2cebdd23d4081e462 100644 (file)
@@ -3,12 +3,12 @@
  * dynloader.c
  *       dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.21 2002/09/05 00:43:07 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.22 2003/08/04 02:40:02 momjian Exp $
  *
  *     NOTES
  *             all functions are defined here -- it's impossible to trace the
index 4abddc4d7fca5af06a8c75b41b86874a6748cf71..b76d106b3ee0c29ed1a6aa61021ea05913e8fed5 100644 (file)
@@ -3,12 +3,12 @@
  * dynloader.h
  *       dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.h,v 1.6 2002/06/20 20:29:33 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.h,v 1.7 2003/08/04 02:40:02 momjian Exp $
  *
  *     NOTES
  *             all functions are defined here -- it's impossible to trace the
index 63262e7e20dbb25e56f36db3effec53838d77d60..02d788717d379e56c74421f14c6b40e2a892eef0 100644 (file)
@@ -4,10 +4,10 @@
  *       port-specific prototypes for Irix 5
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: irix5.h,v 1.13 2002/06/20 20:29:33 momjian Exp $
+ * $Id: irix5.h,v 1.14 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index faf06d9bc43acba96e752d1cfe06101ae8dad330..c62018939f8617e04e66e299a9093066c98310d0 100644 (file)
@@ -6,12 +6,12 @@
  *
  *       You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.25 2003/08/04 00:43:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.26 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fdc65a069f1c2f6d38385be82cac88a2496937ff..a1bd2a3f4f638f9784daa7de94d621e83a6f1969 100644 (file)
@@ -4,10 +4,10 @@
  *             Port-specific prototypes for Linux
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: linux.h,v 1.20 2003/08/04 00:43:21 momjian Exp $
+ * $Id: linux.h,v 1.21 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3c950baddc0f4ca2b8db4e38aaa5d407729a4ebc..33d2571b493f26d456dd7f783d44ded254aad7b7 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index e08b0674fff045419b2351519de56da86f18c69c..d5f6e95d49890c4ae20e5a723c8582c585777c29 100644 (file)
@@ -4,10 +4,10 @@
  *       port-specific prototypes for NetBSD
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: netbsd.h,v 1.10 2002/06/20 20:29:33 momjian Exp $
+ * $Id: netbsd.h,v 1.11 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3c950baddc0f4ca2b8db4e38aaa5d407729a4ebc..33d2571b493f26d456dd7f783d44ded254aad7b7 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 6b3032aedfcb01bb514b2f1d86d0db0cfd4e98b9..fecc80f9b3259c9d6c205377570cac54acbdbc05 100644 (file)
@@ -3,10 +3,10 @@
  * openbsd.h
  *       port-specific prototypes for OpenBSD
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: openbsd.h,v 1.11 2002/06/20 20:29:33 momjian Exp $
+ * $Id: openbsd.h,v 1.12 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 25d3e508a51d7b2b85af33e5ca76089515665976..3a219c0e46b18e8208c6b22844ec06b88e5d46f7 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for OSF/1-specific routines
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: osf.h,v 1.9 2002/06/20 20:29:33 momjian Exp $
+ * $Id: osf.h,v 1.10 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ab3ce4dbd133ff1a97bba55437405a47bba79596..a1f5a80ee4c8ca5ccc0576c31a17f38969f55f86 100644 (file)
@@ -4,10 +4,10 @@
  *       port-specific prototypes for SCO 3.2v5.2
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sco.h,v 1.13 2002/06/20 20:29:33 momjian Exp $
+ * $Id: sco.h,v 1.14 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 328899d8af402e82abc27aa93e99645f0616472d..256a750c91e72f6ab8bbb95314c0868a9ad2265f 100644 (file)
@@ -4,10 +4,10 @@
  *       port-specific prototypes for Solaris
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: solaris.h,v 1.9 2002/06/20 20:29:33 momjian Exp $
+ * $Id: solaris.h,v 1.10 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 969bfb580dc89f8d73729633c73876b4f90c0244..8f5a30a23473e51b4122ecf9941a0e7c9da80af5 100644 (file)
@@ -4,10 +4,10 @@
  *       port-specific prototypes for SunOS 4
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sunos4.h,v 1.14 2002/06/20 20:29:33 momjian Exp $
+ * $Id: sunos4.h,v 1.15 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 58abb589a8bf3a09745e6713cf2e2113a32039e9..b2cab528813c880c0221d157b723638237b03632 100644 (file)
@@ -4,10 +4,10 @@
  *       port-specific prototypes for Intel x86/Intel SVR4
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: svr4.h,v 1.13 2002/06/20 20:29:33 momjian Exp $
+ * $Id: svr4.h,v 1.14 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 10aeb9dc25c613a735e1bc688a9ef5510c4b3da6..e36d8a7ec2d7ee32bc74df0e3b67403a9005e39d 100644 (file)
@@ -3,12 +3,12 @@
  * ultrix4.c
  *       This dynamic loader uses Andrew Yu's libdl-1.0 package for Ultrix 4.x.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/ultrix4.c,v 1.17 2003/07/22 23:30:39 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/port/dynloader/ultrix4.c,v 1.18 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 30ab544a408ae075e852c9b30219d3c689c3a4e8..646e934befe9be1389b2412e9d0272d562f6bfa2 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: ultrix4.h,v 1.11 2002/06/20 20:29:33 momjian Exp $
+ * $Id: ultrix4.h,v 1.12 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 633e0f568f3c366ee8fc33794ad238e9a340b0a3..8021acde75fe102ab97249c6aebe94edc349af7b 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Intel x86/UNIXWARE
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * univel.h,v 1.2 1995/03/17 06:40:18 andrew Exp
index bb27ee6e29a209209d949e685838e3666b5dba9f..0551188d2b1ecc844de3344628d41966c995d57c 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Intel x86/UNIXWARE 7
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * unixware.h,v 1.2 1995/03/17 06:40:18 andrew Exp
index 4ae64d788e46c6097e23384a03a4d12049358ee9..71451011332451c50cf36dd066dd9d514d31e03d 100644 (file)
  *        the parallel regression tests for a more complete test.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/port/ipc_test.c,v 1.8 2003/08/04 00:43:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/port/ipc_test.c,v 1.9 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3434618d93bb046a2452ccb49c35cf7c89e9814d..96be2b01302ce9ac2e72bddb972cd687e8bb37fb 100644 (file)
@@ -7,11 +7,11 @@
  * sem_init).  We can cope with the kind made with sem_open, however.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/port/posix_sema.c,v 1.9 2003/08/04 00:43:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/port/posix_sema.c,v 1.10 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9833908a4ae27d0b9ecce9814e3b9a26f04636b7..c7df8d4ab033376452d346e36ffa64f86f8835b5 100644 (file)
@@ -4,10 +4,10 @@
  *       definitions for ANSI floating point
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: float.h,v 1.10 2002/06/20 20:29:33 momjian Exp $
+ * $Id: float.h,v 1.11 2003/08/04 02:40:02 momjian Exp $
  *
  * NOTES
  *       These come straight out of ANSI X3.159-1989 (p.18) and
index 2ec342df85e63a8a8c6738edecabbc4a5e1fef3e..41963d6582582c7c11f2cd341f1f51346768ced9 100644 (file)
@@ -4,11 +4,11 @@
  *       Implement PGSemaphores using SysV semaphore facilities
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/port/sysv_sema.c,v 1.8 2003/08/04 00:43:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/port/sysv_sema.c,v 1.9 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b7829d7c8c430e33d4b50e6d3acea39bdbc42237..04fd98dc1b1bf31a0a61835b20f32b1020c8bb0c 100644 (file)
@@ -6,11 +6,11 @@
  * These routines represent a fairly thin layer on top of SysV shared
  * memory functionality.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/port/sysv_shmem.c,v 1.14 2003/08/04 00:43:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/port/sysv_shmem.c,v 1.15 2003/08/04 02:40:02 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7bdd2e09776169f1324703375fdd7b5c6a3165bb..bb2e68b4a0584e764f9c81dcc3c99c27897c18cf 100644 (file)
@@ -3,7 +3,7 @@
  * sema.c
  *       Microsoft Windows Win32 Semaphores Emulation
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 8e560118506e3fbf865d5892ab35c3ad2afe314f..e3ab1f724de2129882ce090c955e7eede7c0d253 100644 (file)
@@ -3,7 +3,7 @@
  * shmem.c
  *       Microsoft Windows Win32 Shared Memory Emulation
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index 9692c8898ddc63534ea173be5b195eb716b40c63..1e8aa879b65dd2ebce1f8a7e8d77f6229512a58d 100644 (file)
  *       clients.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.339 2003/08/04 00:43:21 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.340 2003/08/04 02:40:02 momjian Exp $
  *
  * NOTES
  *
index 0c01a41cb9e47509ce6453fe5a132289580eebbc..6a0dd04568d842181844b914392d832d498caf8e 100644 (file)
@@ -3,12 +3,12 @@
  * rewriteDefine.c
  *       routines for defining a rewrite rule
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteDefine.c,v 1.85 2003/08/04 00:43:22 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteDefine.c,v 1.86 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d7efa9e201373e313f75f6d49c18cb66226345bf..dc9b7f22163b70bf0a84d23f062ca342f197c1cd 100644 (file)
@@ -3,11 +3,11 @@
  * rewriteHandler.c
  *             Primary module of query rewriter.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteHandler.c,v 1.126 2003/08/04 00:43:22 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteHandler.c,v 1.127 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3f06b3f722ef7807c1bd9bedde08a49cfa423242..c9f96f5ecd52cf4027c36364123997e3ccbc5ad8 100644 (file)
@@ -2,12 +2,12 @@
  *
  * rewriteManip.c
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteManip.c,v 1.75 2003/08/04 00:43:22 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteManip.c,v 1.76 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 88c43391124df48d29250ada5bb004ea361b1808..c7de8ead12c9b93b0a217354dace77a956e44f02 100644 (file)
@@ -3,12 +3,12 @@
  * rewriteRemove.c
  *       routines for removing rewrite rules
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteRemove.c,v 1.55 2003/08/01 00:15:22 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteRemove.c,v 1.56 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1823fc8f0a2150250603d9b4d53942dc24eeee39..48532e3b23bf24b2ba28265ed1ae4d1faa26b30e 100644 (file)
@@ -3,12 +3,12 @@
  * rewriteSupport.c
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteSupport.c,v 1.55 2003/07/25 00:01:09 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteSupport.c,v 1.56 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3d25381c14d8d450a75f29e788c7811949293e11..38cc332efd37e3f500e43bb785a0d4dc1a880f8c 100644 (file)
@@ -3,12 +3,12 @@
  * buf_init.c
  *       buffer manager initialization routines
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_init.c,v 1.53 2002/09/25 20:31:40 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_init.c,v 1.54 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b78f23cdcd7e2f131134271762cf06d5cc01b543..072288e330ee9e82b560017ead3f8fbb35b5e26d 100644 (file)
@@ -3,12 +3,12 @@
  * buf_table.c
  *       routines for finding buffers in the buffer pool.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_table.c,v 1.28 2003/07/24 22:04:08 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_table.c,v 1.29 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c1a4666907b60ef2425fca58bfb942f096e39220..2da3b4e364d3968ae2cee01796f7666d15473ae3 100644 (file)
@@ -3,12 +3,12 @@
  * bufmgr.c
  *       buffer manager interface routines
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.138 2003/08/04 00:43:22 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.139 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2982a7483ab6a179536f59c09b398fa6f3f4f68f..227c7e938d207798a2cbe6e81bd75697d15d8b70 100644 (file)
@@ -4,12 +4,12 @@
  *       routines for manipulating the buffer pool's replacement strategy
  *       freelist.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/freelist.c,v 1.30 2003/07/24 22:04:08 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/freelist.c,v 1.31 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5c98bb2f2019de068c389ff4856adb174046e230..9e2fe454fdca8c2046ef86a8472367857761e442 100644 (file)
@@ -4,12 +4,12 @@
  *       local buffer manager. Fast buffer manager for temporary tables,
  *       which never need to be WAL-logged or checkpointed, etc.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/localbuf.c,v 1.48 2003/07/24 22:04:08 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/buffer/localbuf.c,v 1.49 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ca60aef72c59ac4562147321c841411c1072732f..45ee4b0326a94f753b9aa79186dffe47d71000c8 100644 (file)
@@ -3,11 +3,11 @@
  * buffile.c
  *       Management of large buffered files, primarily temporary files.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/file/buffile.c,v 1.17 2003/07/24 22:04:09 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/file/buffile.c,v 1.18 2003/08/04 02:40:03 momjian Exp $
  *
  * NOTES:
  *
index 271a752a623fc2a9a5263702979a1e2492c0ac22..0ff3451a1637d288c54f9d1bcf4adb4f0d1fa3a8 100644 (file)
@@ -3,11 +3,11 @@
  * fd.c
  *       Virtual file descriptor code.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.100 2003/08/04 00:43:23 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.101 2003/08/04 02:40:03 momjian Exp $
  *
  * NOTES:
  *
index 5d381aa7f3e2c6b5b9d8055c8e83a7c513cb75d3..7dd286b8936e7a0a212c6abf3424ef1be5ca7954 100644 (file)
@@ -4,11 +4,11 @@
  *       POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/freespace/freespace.c,v 1.19 2003/08/04 00:43:24 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/freespace/freespace.c,v 1.20 2003/08/04 02:40:03 momjian Exp $
  *
  *
  * NOTES:
index 154e39b2845b22268c454b62536208ee64495683..c917121a38e2e99b0e6be857b15d43485e549d77 100644 (file)
@@ -8,12 +8,12 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.84 2003/08/04 00:43:24 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.85 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 508149bc42c683a16eb3940f82054a6145784610..f1d08ce3d84ba0bdae86ea3c7c7f51bcda0d53a4 100644 (file)
@@ -3,12 +3,12 @@
  * ipci.c
  *       POSTGRES inter-process communication initialization code.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.55 2003/08/04 00:43:24 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.56 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cf351d1b0d00ba95d63e202c0884a776752f58d6..9cf622e539c7fa2c80c763a5d57d39f68411de07 100644 (file)
@@ -4,11 +4,11 @@
  *       routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/pmsignal.c,v 1.4 2002/06/20 20:29:35 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/pmsignal.c,v 1.5 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e3302469a2bdc6c16e040ac68c880a99e95587d0..f2bdc3eb91dbffb05889d21442ec9d439444d7a9 100644 (file)
@@ -3,12 +3,12 @@
  * shmem.c
  *       create shared memory and initialize shared memory data structures.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmem.c,v 1.69 2003/07/24 22:04:09 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmem.c,v 1.70 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1e11d4f5d0ce388d2e588514ecee276f8e45b465..751f20780768d09ea91372de2b9ef5b789ac4ef4 100644 (file)
@@ -3,12 +3,12 @@
  * shmqueue.c
  *       shared memory linked lists
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmqueue.c,v 1.24 2003/05/27 17:49:46 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmqueue.c,v 1.25 2003/08/04 02:40:03 momjian Exp $
  *
  * NOTES
  *
index 653dbf8926322c24d67dc778f4eaa1086febe7b7..edd12ed5c84ce3ba156996fbcf40c94925ff2965 100644 (file)
@@ -3,12 +3,12 @@
  * sinval.c
  *       POSTGRES shared cache invalidation communication code.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/sinval.c,v 1.58 2003/08/04 00:43:24 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/sinval.c,v 1.59 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2f9449a451f20dec5d8b74b2d83af6775abbf30a..1738ffd29e53067f492d10fd33dd68193f225c2e 100644 (file)
@@ -3,12 +3,12 @@
  * sinvaladt.c
  *       POSTGRES shared cache invalidation segment definitions.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/sinvaladt.c,v 1.51 2003/07/24 22:04:09 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/ipc/sinvaladt.c,v 1.52 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3dc55c8ff809b1dd854b9b1d75fbb76717357f66..c02437c7ebb69cac63bc0724d123270aa4d128e4 100644 (file)
@@ -4,12 +4,12 @@
  *       routines for manipulating inversion fs large objects. This file
  *       contains the user-level large object application interface routines.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/large_object/inv_api.c,v 1.97 2003/07/24 22:04:09 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/large_object/inv_api.c,v 1.98 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1106a76c3dfc07787d0b54bf0c1a0483ea028242..b9125ea57aef1404725148da739d71a16c50882c 100644 (file)
@@ -7,12 +7,12 @@
  * detection and resolution algorithms.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/deadlock.c,v 1.22 2003/08/04 00:43:24 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/deadlock.c,v 1.23 2003/08/04 02:40:03 momjian Exp $
  *
  *     Interface:
  *
index 2413f9a00f8e3a714fab97ab9cf577633a3ab326..fe5acacbf5ec01b13bfbc1e548a35fb08b15fa36 100644 (file)
@@ -3,12 +3,12 @@
  * lmgr.c
  *       POSTGRES lock manager code
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lmgr.c,v 1.57 2003/07/24 22:04:13 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lmgr.c,v 1.58 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9d4c52f75fa404fbb21d568ed67532e28d30bb85..d552028b374d8bc631ea8e3f84e231b42fdefd43 100644 (file)
@@ -3,12 +3,12 @@
  * lock.c
  *       POSTGRES low-level lock mechanism
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.125 2003/08/04 00:43:24 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.126 2003/08/04 02:40:03 momjian Exp $
  *
  * NOTES
  *       Outside modules can create a lock table and acquire/release
index 78bf2f4d49de63a2740887f640efa027f34fa2a3..2c07b8894e2c6e14f84f3d0d768e4cd415165aad 100644 (file)
  * an LWLock to protect its shared state.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lwlock.c,v 1.16 2003/07/24 22:04:14 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lwlock.c,v 1.17 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3bdda5924d7045a60c096f69482ebb24a6f964c4..8f5ab68dc0ca3edec939ffe208726fb19dc67fb0 100644 (file)
@@ -3,12 +3,12 @@
  * proc.c
  *       routines to manage per-process shared memory data structure
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.132 2003/08/04 00:43:24 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.133 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 08896f01955191da1da0e6baae784ab831f41433..db1b4195b7de9d17e6a80e1eb9d055daee0683cf 100644 (file)
@@ -4,12 +4,12 @@
  *        Hardware-dependent implementation of spinlocks.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/s_lock.c,v 1.12 2003/07/27 21:49:54 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/s_lock.c,v 1.13 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d7963b7755a1997033f4bbb0586085499d5188f0..729c052eca706f66cd502dd5df5068570265f891 100644 (file)
  * is too slow to be very useful :-(
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/spin.c,v 1.10 2002/09/04 20:31:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/lmgr/spin.c,v 1.11 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2441534b46c7900436d92f6ebf2c0b873ec15360..1e2e0bcea77257948df2d12fc6257c70af6d28a0 100644 (file)
@@ -3,12 +3,12 @@
  * bufpage.c
  *       POSTGRES standard buffer page code.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/page/bufpage.c,v 1.54 2003/08/04 00:43:24 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/page/bufpage.c,v 1.55 2003/08/04 02:40:03 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1f5bae633a27e093290d239ab4b265cb12b20d19..cce5f21c36b35713b6e94a5f44b3722ed4790eac 100644 (file)
@@ -3,12 +3,12 @@
  * itemptr.c
  *       POSTGRES disk item pointer code.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/page/itemptr.c,v 1.10 2002/06/20 20:29:35 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/page/itemptr.c,v 1.11 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 420413a510bfdcca068b9443e3f515b72b83ce13..7943433017c4728a620ac33e00323a2e9b732db0 100644 (file)
@@ -3,12 +3,12 @@
  * md.c
  *       This code manages relations that reside on magnetic disk.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.97 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.98 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7b4869b1b9d8cfa9c96d065e7b0c1860e9d92873..db797a286c3dfc1769367f3d64fc30a1917dc3ee 100644 (file)
@@ -6,12 +6,12 @@
  *       This code manages relations that reside in (presumably stable)
  *       main memory.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/smgr/Attic/mm.c,v 1.33 2003/07/24 22:04:15 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/smgr/Attic/mm.c,v 1.34 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1569c995203a44e2c5cacb2c83853cca164327a7..50d1d91d922d080c239305535d16bafdf2b9e743 100644 (file)
@@ -6,12 +6,12 @@
  *       All file system operations in POSTGRES dispatch through these
  *       routines.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgr.c,v 1.63 2003/07/24 22:04:15 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgr.c,v 1.64 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 46770a03640f64855fbcccc9fcf32b11cb7ce7c4..70263f5cf7c08e2743f2f1d7bd380045193de969 100644 (file)
@@ -3,12 +3,12 @@
  * smgrtype.c
  *       storage manager type
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgrtype.c,v 1.20 2003/07/24 22:04:15 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/storage/smgr/smgrtype.c,v 1.21 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7ea881e84a643bbdad09ecd476819d31bb57778d..2908ca704087a3bd1e5f9df5cac6a0089e2dfabe 100644 (file)
@@ -4,11 +4,11 @@
  *       support for communication destinations
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/tcop/dest.c,v 1.60 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/tcop/dest.c,v 1.61 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7ccc3f80c6bef1db5644bc09dad5c50109ab19c3..60120a3bc0ac3a071790172288b55bb23ffae3f7 100644 (file)
@@ -3,12 +3,12 @@
  * fastpath.c
  *       routines to handle function requests from the frontend
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.67 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.68 2003/08/04 02:40:04 momjian Exp $
  *
  * NOTES
  *       This cruft is the server side of PQfn.
index cb835469a0f0dcbb7a921a845cb9536c0ade59e2..f5f6aecfddfbfe1df4c2dd01be62638771c74a07 100644 (file)
@@ -3,12 +3,12 @@
  * postgres.c
  *       POSTGRES C Backend Interface
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.354 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.355 2003/08/04 02:40:04 momjian Exp $
  *
  * NOTES
  *       this is the "main" module of the postgres backend and
@@ -2651,7 +2651,7 @@ PostgresMain(int argc, char *argv[], const char *username)
        if (!IsUnderPostmaster)
        {
                puts("\nPOSTGRES backend interactive interface ");
-               puts("$Revision: 1.354 $ $Date: 2003/08/04 00:43:25 $\n");
+               puts("$Revision: 1.355 $ $Date: 2003/08/04 02:40:04 $\n");
        }
 
        /*
index 0626ac5e8f4facbe51c7443c31e0f00ce81a91e1..de793297e2c6aa0c6a4dfa0cb348068db775cff7 100644 (file)
@@ -3,12 +3,12 @@
  * pquery.c
  *       POSTGRES process query command code
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.69 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.70 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f0206bd14f72d3311c6b6963958b570312c70c22..2f6f541cef137f710af0d44b73384b51022a70cb 100644 (file)
@@ -5,12 +5,12 @@
  *       commands.  At one time acted as an interface between the Lisp and C
  *       systems.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.204 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.205 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 57a3db1dd2ae0219da3cd07b8a4d766878bdb304..df87eaa8be539573fe46f838aa7f4644666fcab1 100644 (file)
@@ -3,12 +3,12 @@
  * acl.c
  *       Basic access control list data structures manipulation routines.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.93 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.94 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 128a69f9d39700f9195cac09845f72625741f481..53540e1fa4c582b674f91a78dfa684a485fb684b 100644 (file)
@@ -3,12 +3,12 @@
  * arrayfuncs.c
  *       Support functions for arrays.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayfuncs.c,v 1.95 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayfuncs.c,v 1.96 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dbdccf0584d96ccf7c290ec48f1630cd4b1d0df1..ce2dc4b70506429cbf4bd26ce6c7bc64c5b1a939 100644 (file)
@@ -3,12 +3,12 @@
  * arrayutils.c
  *       This file contains some support routines required for array functions.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayutils.c,v 1.13 2002/06/20 20:29:36 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/arrayutils.c,v 1.14 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9bfb887d4011c15b3df6667524f6ccfb570f12e0..a61e8d423314c479aa21749f26e61bc02959a6ca 100644 (file)
@@ -3,12 +3,12 @@
  * bool.c
  *       Functions for the built-in type "bool".
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/bool.c,v 1.28 2003/07/27 04:53:03 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/bool.c,v 1.29 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 78a702a13ec6eb42931de99e94cffd995c030472..bdd5a2a46220fdcd63f1c343bc2833b955f2b785 100644 (file)
@@ -4,12 +4,12 @@
  *       Functions for the built-in type "char" (not to be confused with
  *       bpchar, which is the SQL CHAR(n) type).
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/char.c,v 1.37 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/char.c,v 1.38 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b6d1b83d791b04cac89d1e1ba162aeefa26af547..1e1a15da2588940dbb440934d059cf55424271ba 100644 (file)
@@ -3,12 +3,12 @@
  * date.c
  *       implements DATE and TIME data types specified in SQL-92 standard
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/date.c,v 1.88 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/date.c,v 1.89 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1b1fd98a1ff75003657e1f4fe8f231f684da3ba6..8ae6d2f2ea9723f9f17ed933fe451feeeb6d7bd2 100644 (file)
@@ -3,12 +3,12 @@
  * datetime.c
  *       Support functions for date/time types.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.109 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.110 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6bdfb84dd9673232f921a791a1aa6948ab74933c..7dfef2570326fbf70bb5229c10885f6d9a680013 100644 (file)
@@ -3,12 +3,12 @@
  * datum.c
  *       POSTGRES Datum (abstract data type) manipulation routines.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/datum.c,v 1.26 2003/07/27 04:53:05 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/datum.c,v 1.27 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2bcd2ac68a5846cb59fc6cba68190f48846bdbc8..82c257c80157242fb27489db5805751ed3c8c007 100644 (file)
@@ -3,12 +3,12 @@
  * float.c
  *       Functions for the built-in floating-point types.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.92 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.93 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5335b9a0b1e9129fee3d0f3a5ba912030eb1724b..669751b352913b0e8b3d23a7992f842624bae6b8 100644 (file)
@@ -4,11 +4,11 @@
  *       Display type names "nicely".
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/format_type.c,v 1.35 2003/07/27 04:53:05 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/format_type.c,v 1.36 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6567dafc955eb319f5557a30ce1292bca7213162..adc106882f8249ee8f46b20baceaea84620510c5 100644 (file)
@@ -3,12 +3,12 @@
  * geo_ops.c
  *       2D geometric operations
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.79 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_ops.c,v 1.80 2003/08/04 02:40:04 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dc989368a7a7efe09f7c70c2ad1228b11a1a4a10..a038dc77bae277edfb512b65461be35f219314f0 100644 (file)
@@ -4,12 +4,12 @@
  *       Selectivity routines registered in the operator catalog in the
  *       "oprrest" and "oprjoin" attributes.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_selfuncs.c,v 1.20 2002/06/20 20:29:37 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/geo_selfuncs.c,v 1.21 2003/08/04 02:40:05 momjian Exp $
  *
  *     XXX These are totally bogus.  Perhaps someone will make them do
  *     something reasonable, someday.
index c7e31ebcada314878c7aad292f3856f39ba6d006..3e6f9ecc7e8d9cb3b9d621e5ae35ba622fdb714b 100644 (file)
@@ -3,12 +3,12 @@
  * int.c
  *       Functions for the built-in integer types (except int8).
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/int.c,v 1.56 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/int.c,v 1.57 2003/08/04 02:40:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3be22ba52791dbff4f45cc8e6fbb5e88d7e7adea..547bd140aaa1688f2f94b43392c72c5675f2e2a7 100644 (file)
@@ -3,11 +3,11 @@
  * int8.c
  *       Internal 64-bit integer operations
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/int8.c,v 1.46 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/int8.c,v 1.47 2003/08/04 02:40:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4cffc0d018dc353fa80d2b5eb8ec8c1b40d1e84b..a5bfb6b916750ee187e9952344724658232eeb17 100644 (file)
@@ -7,11 +7,11 @@
  *             A big hack of the regexp.c code!! Contributed by
  *             Keith Parks <emkxp01@mtcc.demon.co.uk> (7/95).
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *     $Header: /cvsroot/pgsql/src/backend/utils/adt/like.c,v 1.55 2003/08/04 00:43:25 momjian Exp $
+ *     $Header: /cvsroot/pgsql/src/backend/utils/adt/like.c,v 1.56 2003/08/04 02:40:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2541fe65b3f9ad29f8804d7ae323eb9d0876e873..80958922c358153d34601ac6d9453a19f68e59dd 100644 (file)
@@ -3,12 +3,12 @@
  * misc.c
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/misc.c,v 1.30 2003/06/27 17:07:03 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/misc.c,v 1.31 2003/08/04 02:40:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0e84ad652fd507979e3cf1fe803f736a2eff7194..a4f3b061e6fedaa99f860530224836e9d2ecf664 100644 (file)
@@ -5,12 +5,12 @@
  *       Functions for the built-in type "RelativeTime".
  *       Functions for the built-in type "TimeInterval".
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.112 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.113 2003/08/04 02:40:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3c6c4049fcbb59f722b81fd90c45718b140d1c79..83c54088040231770a4b6b53578197a932394f85 100644 (file)
@@ -9,12 +9,12 @@
  * always use NAMEDATALEN as the symbolic constant!   - jolly 8/21/95
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/name.c,v 1.48 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/name.c,v 1.49 2003/08/04 02:40:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5deeea2f1d1f2cfe283b3a8109a7b102c27d3ce8..a92c13841fc9927e1aa26c040f3608ba87dd8f02 100644 (file)
@@ -3,12 +3,12 @@
  * not_in.c
  *       Executes the "not_in" operator for any data type
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/not_in.c,v 1.34 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/not_in.c,v 1.35 2003/08/04 02:40:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8b6b43ac8945e9740be67280834b017e6894afa2..d02292071741ccc458d6275cd5e1844aa0adeca4 100644 (file)
@@ -6,12 +6,12 @@
  *             integer:                                pg_itoa, pg_ltoa
  *             floating point:                 ftoa, atof1
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/numutils.c,v 1.56 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/numutils.c,v 1.57 2003/08/04 02:40:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d0802593bf048010351d548de18ba1b8a096d740..0086b52ba74f75320c77249161d981c2afdaf033 100644 (file)
@@ -3,12 +3,12 @@
  * oid.c
  *       Functions for the built-in type Oid ... also oidvector.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/oid.c,v 1.50 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/oid.c,v 1.51 2003/08/04 02:40:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 96f9903ce4889cea2d7a957044d0dc5e2b7781a0..b214186a1a7dfd6133921a85ce959283c1f25200 100644 (file)
  * we do better?)
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/pseudotypes.c,v 1.10 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/pseudotypes.c,v 1.11 2003/08/04 02:40:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8ecffd16c9506e7296e995287bf3b0616f63f8b5..4951c5e4606de3a6981228bb1cb376aef5a49e5e 100644 (file)
@@ -3,12 +3,12 @@
  * regexp.c
  *       Postgres' interface to the regular expression package.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/regexp.c,v 1.47 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/regexp.c,v 1.48 2003/08/04 02:40:05 momjian Exp $
  *
  *             Alistair Crooks added the code for the regex caching
  *             agc - cached the regular expressions used - there's a good chance
index c4059a212071c0aee409b898df2478f2286049bf..6204bbde2f34f173025d36d271145d71a166370d 100644 (file)
@@ -8,12 +8,12 @@
  * special I/O conversion routines.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/regproc.c,v 1.80 2003/08/04 00:43:25 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/regproc.c,v 1.81 2003/08/04 02:40:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9222bf1c1770c6521746a640a87f1e123d747b3e..7476204d89f6fa832bf878ab476b3b158f17bee1 100644 (file)
@@ -15,9 +15,9 @@
  *     needed anymore.  Improve it someday.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/ri_triggers.c,v 1.53 2003/08/04 00:43:25 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/ri_triggers.c,v 1.54 2003/08/04 02:40:05 momjian Exp $
  *
  * ----------
  */
index af11ed22969867314dd59d9ec7130c4035d4dd4a..3baa12cc85540932f2f4243bac6d4721135ee247 100644 (file)
  *       Index cost functions are registered in the pg_am catalog
  *       in the "amcostestimate" attribute.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/selfuncs.c,v 1.143 2003/08/04 00:43:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/selfuncs.c,v 1.144 2003/08/04 02:40:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9087cf07ee14bd43c28f2a91cdbaa984052fc3c4..7f9e01ab54daa8c532aba0a94ea16ca5aa4bc8de 100644 (file)
@@ -5,12 +5,12 @@
  *       Example:       a set is defined as being the result of the query
  *                     retrieve (X.all)
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/sets.c,v 1.57 2003/08/04 00:43:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/sets.c,v 1.58 2003/08/04 02:40:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0108eb3f705f0f51cb08cc9209ce8093736dbecc..ee5a7bb6ad30b6c44b26a3d7148edf472250b886 100644 (file)
@@ -3,12 +3,12 @@
  * tid.c
  *       Functions for the built-in type tuple id
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/tid.c,v 1.38 2003/07/27 04:53:10 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/tid.c,v 1.39 2003/08/04 02:40:05 momjian Exp $
  *
  * NOTES
  *       input routine largely stolen from boxin().
index ec7b303585bf2c3b5c6d2bf5bcd475c71bdf180e..b03a4d0c582eef03a153310418006efdf896764a 100644 (file)
@@ -3,12 +3,12 @@
  * timestamp.c
  *       Functions for the built-in SQL92 types "timestamp" and "interval".
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/timestamp.c,v 1.89 2003/08/04 00:43:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/timestamp.c,v 1.90 2003/08/04 02:40:05 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8ced9f846f272da79ba2e82854b085770dc054d8..891e88b57476cf18988c1a0612d27bcb8430894e 100644 (file)
@@ -5,11 +5,11 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/varbit.c,v 1.33 2003/08/04 00:43:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/varbit.c,v 1.34 2003/08/04 02:40:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8ffa3969b48b81847fff5cf6e71e3b14d7144ffb..3b2374b61b67c7e20cb7dae713c5b2c45acb39ec 100644 (file)
@@ -3,12 +3,12 @@
  * varchar.c
  *       Functions for the built-in types char(n) and varchar(n).
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/varchar.c,v 1.100 2003/08/04 00:43:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/varchar.c,v 1.101 2003/08/04 02:40:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1055c927ada35902fd64710d5be28d72ede466ff..42e2022432450cd49b359db9b78ab98bc96dc184 100644 (file)
@@ -3,12 +3,12 @@
  * varlena.c
  *       Functions for the variable-length built-in types.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/varlena.c,v 1.103 2003/08/04 00:43:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/varlena.c,v 1.104 2003/08/04 02:40:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9dabcf75e06625b1454e8aaf98cfb19e1f8caad0..ddff395c3681475f98ed78c8dcad1dbe34ff7231 100644 (file)
@@ -3,12 +3,12 @@
  * xid.c
  *       POSTGRES transaction identifier and command identifier datatypes.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/adt/xid.c,v 1.2 2003/08/04 00:43:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/adt/xid.c,v 1.3 2003/08/04 02:40:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9c098aa41f7c90ee4613dcb3882a3728a549d1cb..f8363265de95a1fb721900d29d8fb5a01aa0057a 100644 (file)
@@ -3,12 +3,12 @@
  * catcache.c
  *       System catalog cache for tuples matching a key.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/cache/catcache.c,v 1.107 2003/08/04 00:43:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/cache/catcache.c,v 1.108 2003/08/04 02:40:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 973f1b4b507b85fc2e718a6bc8cd2b312e204f1d..78403b19fed67f64b7fd54493ddfe3df2a065375 100644 (file)
  *     they need not live beyond the end of the current transaction.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/cache/inval.c,v 1.57 2003/08/04 00:43:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/cache/inval.c,v 1.58 2003/08/04 02:40:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0a68ade5da158cee9227319e65a0f2cad4249b19..0dfa0eb7c794e11d3396dc1a285b50331ffcc8c5 100644 (file)
@@ -3,11 +3,11 @@
  * lsyscache.c
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/cache/lsyscache.c,v 1.104 2003/08/04 00:43:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/cache/lsyscache.c,v 1.105 2003/08/04 02:40:06 momjian Exp $
  *
  * NOTES
  *       Eventually, the index information should go through here, too.
index 8271473183d0537098cfe8741997dfa399b92752..592a99faa7d6baf0749f63d3d084866bb7588217 100644 (file)
@@ -3,12 +3,12 @@
  * relcache.c
  *       POSTGRES relation descriptor cache code
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.187 2003/08/04 00:43:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.188 2003/08/04 02:40:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f5f1d1f874ab4ff96e575d8420da4c7ddc45e3be..aa89bb817879d12092bd603e61973b764729ccda 100644 (file)
@@ -3,12 +3,12 @@
  * syscache.c
  *       System cache management routines
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.89 2003/07/25 20:17:52 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/cache/syscache.c,v 1.90 2003/08/04 02:40:06 momjian Exp $
  *
  * NOTES
  *       These routines allow the parser/planner/executor to perform
index f03dbf5c2f100dea7af19383fa0dcecc2432103d..ef99f3150477493d4abc2d7be3608cedbf851b54 100644 (file)
@@ -3,12 +3,12 @@
  * assert.c
  *       Assert code.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/error/assert.c,v 1.23 2002/09/04 20:31:30 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/error/assert.c,v 1.24 2003/08/04 02:40:06 momjian Exp $
  *
  * NOTE
  *       This should eventually work with elog()
index c848c57e684d2d9e5e3cbe361b5ac0a7a9114466..ccbb74bb4ad415c3244de1b296c59b8f73b1f434 100644 (file)
  * be able to process an "out of memory" message successfully.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.117 2003/08/04 00:43:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.118 2003/08/04 02:40:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 052711ef45d48b0e6bc010c3c73381350420ce46..0b67c2e4b91a283c94e13531dde87130db6ebb0c 100644 (file)
@@ -3,12 +3,12 @@
  * dfmgr.c
  *       Dynamic function manager code.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.63 2003/08/04 00:43:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.64 2003/08/04 02:40:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a441909def997d2b56ac0ff86945b37e4e25824c..71cdd0cbf097cdf5d14ece431e1d36aea005be44 100644 (file)
@@ -3,12 +3,12 @@
  * fmgr.c
  *       The Postgres function manager.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/fmgr/fmgr.c,v 1.74 2003/08/04 00:43:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/fmgr/fmgr.c,v 1.75 2003/08/04 02:40:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 45799a6509381e5fe1a27cd36e5956805199c10a..7090d000587c7fb704106f023bddedc4b405db51 100644 (file)
@@ -4,12 +4,12 @@
  *       dynamic hash tables
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/hash/dynahash.c,v 1.46 2003/07/25 20:17:52 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/hash/dynahash.c,v 1.47 2003/08/04 02:40:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b1efae057318cc2308d345fea1c0577b2d5b3195..835bd007a9746a0ea6ea689f42a1f4778f9a8fd1 100644 (file)
@@ -4,12 +4,12 @@
  *             Hash functions for use in dynahash.c hashtables
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/hash/hashfn.c,v 1.17 2002/06/20 20:29:40 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/hash/hashfn.c,v 1.18 2003/08/04 02:40:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9498976d1fd593f9ed1e6b650bb9df55a88e0f62..f5aeebeed7ab079b1032a385e172f0f2049c65fd 100644 (file)
@@ -3,12 +3,12 @@
  * pg_crc.c
  *       PostgreSQL 64-bit CRC support
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/hash/pg_crc.c,v 1.8 2002/06/20 20:29:40 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/hash/pg_crc.c,v 1.9 2003/08/04 02:40:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8eb0a7954dd67abf53df502f395407bfc7406a49..f08d2991a80661e05717c07fafaa079d54fc04bc 100644 (file)
@@ -2,12 +2,12 @@
  *
  * findbe.c
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.36 2003/08/04 00:43:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.37 2003/08/04 02:40:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6e6551f10190f58e70422491926b38a40124fc61..bc5c36ab877b2b3a797382436fb2b9c964faf8b6 100644 (file)
@@ -3,12 +3,12 @@
  * globals.c
  *       global variable declarations
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.73 2003/07/29 00:03:18 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.74 2003/08/04 02:40:06 momjian Exp $
  *
  * NOTES
  *       Globals used all over the place should be declared here and not
index 4ccc8042d0e62b195af5f813182c5dddd1a57bbf..8d72e13a991fed6efa7d6fb72bcafc8bfade619c 100644 (file)
@@ -3,12 +3,12 @@
  * miscinit.c
  *       miscellaneous initialization support stuff
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/init/miscinit.c,v 1.111 2003/08/04 00:43:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/init/miscinit.c,v 1.112 2003/08/04 02:40:06 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 33c3e6a124b1320d06cd73191dfa46ecd505cc77..982916d438e8f9206af19df5df2922b80ec79769 100644 (file)
@@ -3,12 +3,12 @@
  * postinit.c
  *       postgres initialization utilities
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.125 2003/08/04 00:43:26 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.126 2003/08/04 02:40:06 momjian Exp $
  *
  *
  *-------------------------------------------------------------------------
index c29d1bdc7b4ea95174c627935fd72eaa4a0a2025..a24f69afcabac64c845e874fb680483f3645a822 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       Utility functions for conversion procs.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conv.c,v 1.47 2003/08/04 00:43:27 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conv.c,v 1.48 2003/08/04 02:40:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a2818ed1ad10238e8b3c0f2673e83979f26f4ca9..cbf9333d9b292105671f8eb78028a8b12dbe511d 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       ASCII and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/ascii_and_mic/ascii_and_mic.c,v 1.5 2002/10/26 15:00:59 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/ascii_and_mic/ascii_and_mic.c,v 1.6 2003/08/04 02:40:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ef3a07fc215d65e59a74e7636586789e1aa90d4d..04f83164dddaf76cafcca3084dcc91c4da84130d 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       Cyrillic and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/cyrillic_and_mic/cyrillic_and_mic.c,v 1.5 2002/10/26 15:00:59 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/cyrillic_and_mic/cyrillic_and_mic.c,v 1.6 2003/08/04 02:40:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2b046f49c424c86588e1bf3f32b42ff4fb854d6e..81045a6e859f0c0c620de08da87ce99df22f13de 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       EUC_CN and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/euc_cn_and_mic/euc_cn_and_mic.c,v 1.5 2002/10/26 15:00:59 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/euc_cn_and_mic/euc_cn_and_mic.c,v 1.6 2003/08/04 02:40:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a8619fb5927a64cc4053270e098c7693411bc831..b7a18a1b6f391945bd510d47bff00a35cbeb3579 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       EUC_JP, SJIS and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis/euc_jp_and_sjis.c,v 1.5 2002/10/26 15:00:59 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis/euc_jp_and_sjis.c,v 1.6 2003/08/04 02:40:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6c82401c20ffc325bd098430bbaa81093ed8aee6..80351550ab29f7caa970cf8699bb23c6eba94bcd 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       EUC_KR and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/euc_kr_and_mic/euc_kr_and_mic.c,v 1.5 2002/10/26 15:00:59 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/euc_kr_and_mic/euc_kr_and_mic.c,v 1.6 2003/08/04 02:40:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 72fda78f49b401846ab6ca9da4478a581fc49fb8..013174b1129200f3df44004cf10ad809ca3d8a3c 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       EUC_TW, BIG5 and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/euc_tw_and_big5/euc_tw_and_big5.c,v 1.5 2002/10/26 15:00:59 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/euc_tw_and_big5/euc_tw_and_big5.c,v 1.6 2003/08/04 02:40:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4e9aec470aa9d5bfcdc350fdb1a59fd91941d059..328c99e3d1b5c4f529eddb1828390bf0286a1265 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       LATIN2 and WIN1250
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/latin2_and_win1250/latin2_and_win1250.c,v 1.5 2002/10/26 15:01:00 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/latin2_and_win1250/latin2_and_win1250.c,v 1.6 2003/08/04 02:40:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c3389c01921a63b6a3d03fdc96211ecf69a53ad9..3c643a30522ebe1ade75b3aed44bb52c88c687ca 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       LATINn and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/latin_and_mic/latin_and_mic.c,v 1.5 2002/10/26 15:01:00 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/latin_and_mic/latin_and_mic.c,v 1.6 2003/08/04 02:40:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0de1cc2c589b945576ab57a2c17d2664734c4116..8eb3628af44d122c5a84a58af681136a81b374b1 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       ASCII <--> UTF-8
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_ascii/utf8_and_ascii.c,v 1.5 2002/10/26 15:01:00 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_ascii/utf8_and_ascii.c,v 1.6 2003/08/04 02:40:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d3a76821fbcc28ba53478aa3aaa66ad9dd0d8200..161e2871406ba50e88d8f2c47cf74856b0315a99 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       BIG5 <--> UTF-8
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_big5/utf8_and_big5.c,v 1.5 2002/10/26 15:01:00 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_big5/utf8_and_big5.c,v 1.6 2003/08/04 02:40:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d4c4f86fb8a5320a864c656d5427082f5c5c9ab8..124bc6174946417a08b1e732561f8f08448c00db 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       UTF8 and Cyrillic
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic/utf8_and_cyrillic.c,v 1.5 2002/10/26 15:01:00 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic/utf8_and_cyrillic.c,v 1.6 2003/08/04 02:40:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 79f54565367ba2036c3d3e85667de69db256dc13..a8f80a468345dd485df3dfeb077de67d131a5ebb 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       EUC_CN <--> UTF-8
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn/utf8_and_euc_cn.c,v 1.5 2002/10/26 15:01:00 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_cn/utf8_and_euc_cn.c,v 1.6 2003/08/04 02:40:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9fa364c2b2719cc478ad203aa6f42a1bcde58c62..dda4f335b2c48d80572d036e205523eded49fcd6 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       EUC_JP <--> UTF-8
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp/utf8_and_euc_jp.c,v 1.5 2002/10/26 15:01:00 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp/utf8_and_euc_jp.c,v 1.6 2003/08/04 02:40:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index be13ee25a070eb21d9b4c5a42b6b292b5980a0fe..d6ffe4107aada76e24f0cf60022a05bfdd6e91d7 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       EUC_KR <--> UTF-8
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr/utf8_and_euc_kr.c,v 1.5 2002/10/26 15:01:00 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_kr/utf8_and_euc_kr.c,v 1.6 2003/08/04 02:40:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f80a8f1701b420b27499e0a60ee027765e34c100..ceb86b671ec21b69f8df6a20f325453818e284b9 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       EUC_TW <--> UTF-8
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw/utf8_and_euc_tw.c,v 1.5 2002/10/26 15:01:00 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_tw/utf8_and_euc_tw.c,v 1.6 2003/08/04 02:40:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 65c7d540ba1dfaa129827f381908b5a959bc0f61..fef5cd439c474994efbceebb21ac2b03379e180b 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       GB18030 <--> UTF-8
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_gb18030/utf8_and_gb18030.c,v 1.5 2002/10/26 15:01:00 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_gb18030/utf8_and_gb18030.c,v 1.6 2003/08/04 02:40:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 660c52d7e1ebbe5c8fa68946e8d9e202c9b4331f..f3ad71b778a2ccab9a0bed65180c29ae4fc94c43 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       GBK <--> UTF-8
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_gbk/utf8_and_gbk.c,v 1.5 2002/10/26 15:01:00 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_gbk/utf8_and_gbk.c,v 1.6 2003/08/04 02:40:07 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 69d191f39052e7f2a2954f292cc3a2885032b126..3b5ffac322be68b96b2e76ab0add3e1d73124884 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       ISO 8859 2-16 <--> UTF-8
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c,v 1.6 2002/12/09 19:47:21 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c,v 1.7 2003/08/04 02:40:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 122a92844e2f2b4554464dc97aca2b85f2aaa08b..60ff93fb7fe088ecbac6519b3f0986c0cbc91f47 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       ISO8859_1 <--> UTF-8
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1/utf8_and_iso8859_1.c,v 1.6 2003/07/25 20:17:56 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1/utf8_and_iso8859_1.c,v 1.7 2003/08/04 02:40:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c6a312cf111912fef7f43eb43b7a14f4761994b5..64d7a0abc1dc4712e0f61a90ae705ad7e4c89c77 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       JOHAB <--> UTF-8
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_johab/utf8_and_johab.c,v 1.5 2002/10/26 15:01:00 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_johab/utf8_and_johab.c,v 1.6 2003/08/04 02:40:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dd7bc251c21b6ff9c331478b4492263a682f75b2..4b894bacf0f28b1b779ba53c38251f12bbec0fe4 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       SJIS <--> UTF-8
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_sjis/utf8_and_sjis.c,v 1.5 2002/10/26 15:01:00 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_sjis/utf8_and_sjis.c,v 1.6 2003/08/04 02:40:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 80ffbd8a608f19710db9c1ea6be24739e83ed90a..42ce1a5df95626109126cbb870720b9875757f93 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       TCVN <--> UTF-8
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_tcvn/Attic/utf8_and_tcvn.c,v 1.5 2002/10/26 15:01:00 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_tcvn/Attic/utf8_and_tcvn.c,v 1.6 2003/08/04 02:40:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index aec8537805fc96167cf76e499f93d51754879703..a3d279cd761591f00b1436cd68c068c20578b8bd 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       UHC <--> UTF-8
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_uhc/utf8_and_uhc.c,v 1.5 2002/10/26 15:01:01 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_uhc/utf8_and_uhc.c,v 1.6 2003/08/04 02:40:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d6e066137a527d0865682a35df8c5ad41091f571..fa247de91bedbf85bae9b746a48a9521b56218f4 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       WIN1250 and UTF-8
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win1250/Attic/utf8_and_win1250.c,v 1.5 2002/10/26 15:01:01 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win1250/Attic/utf8_and_win1250.c,v 1.6 2003/08/04 02:40:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b7fd63796b9917fa0f9ae1a028d72804bec386f9..2c6bee8a4928d7dcf0d5b7d4b2ec78add5fb291a 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       WIN1256 and UTF-8
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win1256/Attic/utf8_and_win1256.c,v 1.5 2002/10/26 15:01:01 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win1256/Attic/utf8_and_win1256.c,v 1.6 2003/08/04 02:40:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0b5e7b2d8d5ad348eb1f39fcf00f0c662cdec6ab..126ddb8a64f6915fb513302ce6a3f880cd858eea 100644 (file)
@@ -2,11 +2,11 @@
  *
  *       WIN874 and UTF-8
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win874/Attic/utf8_and_win874.c,v 1.5 2002/10/26 15:01:01 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win874/Attic/utf8_and_win874.c,v 1.6 2003/08/04 02:40:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index abc80d6bed4992a7b6a97273937bb0bf4abe8704..36bd1d75dfca2b76898c9d5ca3ebe04f5db05982 100644 (file)
@@ -3,12 +3,12 @@
  * database.c
  *       miscellaneous initialization support stuff
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/misc/Attic/database.c,v 1.57 2003/07/25 20:17:56 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/misc/Attic/database.c,v 1.58 2003/08/04 02:40:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e398d8d001a6f5644ee13573fd9b1d93190e56c1..7c4a31cbb71203c96f0999f53b7f6f1714717a4a 100644 (file)
@@ -5,12 +5,12 @@
  *       Also, a function to check for the owner (datdba) of a database.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/misc/superuser.c,v 1.26 2003/06/27 14:45:31 petere Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/misc/superuser.c,v 1.27 2003/08/04 02:40:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2889952657738170a3e2180094737f719210623e..fddcad7a29bdeae8a96891a343fb39da9152593a 100644 (file)
@@ -7,11 +7,11 @@
  * type.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mmgr/aset.c,v 1.51 2003/08/04 00:43:27 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mmgr/aset.c,v 1.52 2003/08/04 02:40:08 momjian Exp $
  *
  * NOTE:
  *     This is a new (Feb. 05, 1999) implementation of the allocation set
index 859f11d23c0a4a14fbd29c94ba7f3a9b736a4370..cff39b36b28b04466cb3d89c5206653877d0357f 100644 (file)
@@ -9,12 +9,12 @@
  * context's MemoryContextMethods struct.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mmgr/mcxt.c,v 1.42 2003/08/04 00:43:27 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mmgr/mcxt.c,v 1.43 2003/08/04 02:40:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 81bf887710f3f7720ef0998545abc9c668f3f539..3e51ad2b36c96e493f0fff4d823e93cf42904f54 100644 (file)
@@ -8,11 +8,11 @@
  * doesn't actually run the executor for them.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/mmgr/portalmem.c,v 1.60 2003/08/04 00:43:27 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/mmgr/portalmem.c,v 1.61 2003/08/04 02:40:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 783ceb3a635ed30db973617fc7ff59f28d0e63b9..cf727235d44cc9bd283065dcf66dbaaaf8077844 100644 (file)
  * care that all calls for a single LogicalTapeSet are made in the same
  * palloc context.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/sort/logtape.c,v 1.11 2003/08/04 00:43:27 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/sort/logtape.c,v 1.12 2003/08/04 02:40:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 75c90c9a54ebae5c31c5db651520f2995ad8a5b6..255ec71ff16282ccc6e4eab571d1bc3900277979 100644 (file)
  * saves one cycle of writing all the data out to disk and reading it in.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/sort/tuplesort.c,v 1.35 2003/08/04 00:43:27 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/sort/tuplesort.c,v 1.36 2003/08/04 02:40:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e6e01b83ed28b2e3e1039272305173c7e43d94bf..43687568d4588499126166a729cdc9d973165591 100644 (file)
  * the Tuplestore's state.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/sort/tuplestore.c,v 1.15 2003/08/04 00:43:27 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/sort/tuplestore.c,v 1.16 2003/08/04 02:40:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 141381b30ef380b49f3356a036263af2f6b64f34..43724cac27f194b0c734b143392bad890d47a7c4 100644 (file)
  * exclusive lock on the containing relation, instead.)
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/utils/time/tqual.c,v 1.66 2003/08/04 00:43:27 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/utils/time/tqual.c,v 1.67 2003/08/04 02:40:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2c2537b9d8fb6b0bf07afc06fabd05ccc8253a18..98b43f5cceb72fa37847f7f134da80643c3802b8 100644 (file)
@@ -6,12 +6,12 @@
  * Since pg4_dump is long-dead code, there is no longer any useful distinction
  * between this file and pg_dump.c.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.74 2003/08/04 00:43:27 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.75 2003/08/04 02:40:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 100f54fefc3111855235ac14f8fecbb2a8e2e646..6bd02419205fd096a1e0a23f18fe94d6ba878575 100644 (file)
@@ -4,10 +4,10 @@
  *     Basically this is stuff that is useful in both pg_dump and pg_dumpall.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/dumputils.c,v 1.7 2003/08/04 00:43:27 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/dumputils.c,v 1.8 2003/08/04 02:40:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8d8d2b740d14604ddbd105ac4fc00165edd5177b..7a96ddeadb3adc31eade28d957140bd11a350480 100644 (file)
@@ -4,10 +4,10 @@
  *     Basically this is stuff that is useful in both pg_dump and pg_dumpall.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dumputils.h,v 1.6 2003/08/04 00:43:27 momjian Exp $
+ * $Id: dumputils.h,v 1.7 2003/08/04 02:40:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e631623a32bac9b512aa5010bfdf2c21027fafc6..fb21d04cd69e924420f502f7d7c06979d20bcfe8 100644 (file)
@@ -4,7 +4,7 @@
  *       pg_dump is a utility for dumping out a postgres database
  *       into a script file.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     pg_dump will read the system catalogs in a database and dump out a
@@ -12,7 +12,7 @@
  *     by PostgreSQL
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.341 2003/08/04 00:43:27 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.342 2003/08/04 02:40:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3f0d0156c558800524d61232a4e33f3568e0e56e..1d03e989d848399d6b8d66d7d6b30f9db743a38e 100644 (file)
@@ -3,10 +3,10 @@
  * pg_dump.h
  *       Common header file for the pg_dump utility
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_dump.h,v 1.102 2003/08/04 00:43:28 momjian Exp $
+ * $Id: pg_dump.h,v 1.103 2003/08/04 02:40:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4c59d5d90f86ee8a492682812762a5a356be9438..9be39ecb759c783bc177fc6dd66f50a8e63c44e8 100644 (file)
@@ -2,11 +2,11 @@
  *
  * pg_dumpall
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.25 2003/08/04 00:43:28 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.26 2003/08/04 02:40:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3aa2873865619d96ae432b586657474eed3148ff..a97460975b6587a2dcc606b52a288734b6809726 100644 (file)
  * step 2 ...
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.11 2003/08/04 00:43:28 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.12 2003/08/04 02:40:09 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fc75dfe41948380803deb5c9ef296e9df27a1b7e..6092644c56064492ec9f23aa8d0c44c0b3970130 100644 (file)
@@ -3,7 +3,7 @@
  *             a skeletal Tcl_AppInit that provides pgtcl initialization
  *       to create a tclsh that can talk to pglite backends
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1993 The Regents of the University of California.
  * Copyright (c) 1994 Sun Microsystems, Inc.
  *
index 997e97ad7519a715ca6aaa9b15c3cc84cab70bcc..23f25777e63fbbe3347b0f645b3ee625e3888c47 100644 (file)
@@ -4,7 +4,7 @@
  *             a skeletal Tcl_AppInit that provides pgtcl initialization
  *       to create a tclsh that can talk to pglite backends
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1993 The Regents of the University of California.
  * Copyright (c) 1994 Sun Microsystems, Inc.
  *
index 33258d4b6a0ad5dc662154d6bc014f83370d75fe..16d16f5a9df381d168447a655790e96361830090 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES attribute number definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: attnum.h,v 1.16 2002/06/20 20:29:42 momjian Exp $
+ * $Id: attnum.h,v 1.17 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6db92e95664687924f92e4da41c0702f7a88a4bd..958768204ac7ca9f6aa5e276eaedc4b8107a1745 100644 (file)
@@ -3,10 +3,10 @@
  *
  * PostgreSQL transaction-commit-log manager
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: clog.h,v 1.6 2002/06/20 20:29:42 momjian Exp $
+ * $Id: clog.h,v 1.7 2003/08/04 02:40:10 momjian Exp $
  */
 #ifndef CLOG_H
 #define CLOG_H
index ac61ec35ac7e1d737f4f6a9ac78f1f483a32f8f2..3f72fe01319314a310a78133c467a30f7a102aba 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES generalized index access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: genam.h,v 1.41 2003/08/04 00:43:29 momjian Exp $
+ * $Id: genam.h,v 1.42 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0d03c520a2e4f14769588316dd2f3ce428464eed..fbe3e5a9f20f72c2d9d8289a4028c9ebfa4cf273 100644 (file)
@@ -4,10 +4,10 @@
  *       common declarations for the GiST access method code.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: gist.h,v 1.36 2002/06/20 20:29:42 momjian Exp $
+ * $Id: gist.h,v 1.37 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bf9cb36ccaad122ae3fba1fcc28d421387948137..240c486d51b625e5b066bfc2de14524b75fa7cce 100644 (file)
@@ -4,10 +4,10 @@
  *       routines defined in access/gist/gistscan.c
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: gistscan.h,v 1.20 2002/06/20 20:29:42 momjian Exp $
+ * $Id: gistscan.h,v 1.21 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5834f9218896a6ee5b6ce2bfd948e839b974b2c5..821f8348e8e7ca0fc828c59e6d1fe0fa39d71506 100644 (file)
@@ -4,10 +4,10 @@
  *       header file for postgres hash access method implementation
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hash.h,v 1.48 2003/06/22 22:04:54 tgl Exp $
+ * $Id: hash.h,v 1.49 2003/08/04 02:40:10 momjian Exp $
  *
  * NOTES
  *             modeled after Margo Seltzer's hash implementation for unix.
index b6df7220860acf2d818665814a9d874bb48fec64..34f1241ed5a6e7da001d552fcc9454dc3f435897 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES heap access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: heapam.h,v 1.82 2003/08/04 00:43:29 momjian Exp $
+ * $Id: heapam.h,v 1.83 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c732f196604692de6d63eaa6ccd18e62d41f9a2c..0fb61a9586d628b9530e832f09c93877417cdeef 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES heap access method input/output definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hio.h,v 1.23 2002/06/20 20:29:43 momjian Exp $
+ * $Id: hio.h,v 1.24 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f340c8143ac73e7944cd6f8123216d11fa782515..c7a97d96c7659dbbe165e3563894868344c4eff4 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES heap tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: htup.h,v 1.61 2002/09/26 22:46:29 tgl Exp $
+ * $Id: htup.h,v 1.62 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d0b0155d1b62d179a820ef0e08a58c4b1daf8a12..6fe9e35ae6a4d104795f381f769c81f4efe7f9c0 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES index valid attribute bit map definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: ibit.h,v 1.19 2002/06/20 20:29:43 momjian Exp $
+ * $Id: ibit.h,v 1.20 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7ac4b101297a256da42f01da52d4d626b72df307..b64fcd1cd08afeb678931cd009e5233ad2c537c8 100644 (file)
@@ -4,10 +4,10 @@
  *       Index scan key qualification definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: iqual.h,v 1.19 2002/06/20 20:29:43 momjian Exp $
+ * $Id: iqual.h,v 1.20 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a3236e6c75767e83956c2efb32688fbba26fc7e3..b538d2aae097abd76977701851d720be9be2b63f 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES index strategy definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: istrat.h,v 1.26 2002/09/04 20:31:37 momjian Exp $
+ * $Id: istrat.h,v 1.27 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1cac66a56e98eb2ad7535ed729fe3e1a2893cc46..ebd6fd7b0097d065a75d7862dd3c5d224c4387db 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES index tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: itup.h,v 1.37 2003/02/23 06:17:13 tgl Exp $
+ * $Id: itup.h,v 1.38 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 28b19c50dccd68ed1c9690d733f340778f6798a8..70e7d159fc54a2cf908bd2e470d9b12f173e6d90 100644 (file)
@@ -4,10 +4,10 @@
  *       header file for postgres btree access method implementation.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nbtree.h,v 1.68 2003/08/04 00:43:29 momjian Exp $
+ * $Id: nbtree.h,v 1.69 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 69a446d657ed3f6f0a58247bec35fb5edd86b759..cd463b7709447c8d9255d3f726be2c7850682941 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: printtup.h,v 1.28 2003/08/04 00:43:29 momjian Exp $
+ * $Id: printtup.h,v 1.29 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1675248544511668ce8bf0c637b3ff2bb0b07065..63c6bcc56bc876c2dd432252692e2679928b00a5 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES relation scan descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: relscan.h,v 1.31 2003/08/04 00:43:29 momjian Exp $
+ * $Id: relscan.h,v 1.32 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 606735e5e2d95ae38e717f837abd4d9794dad1d4..ed8dd6cf2e12ce8f7e1dc0a285b111305bfd17e0 100644 (file)
@@ -4,10 +4,10 @@
  *       common declarations for the rtree access method code.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rtree.h,v 1.29 2002/06/20 20:29:43 momjian Exp $
+ * $Id: rtree.h,v 1.30 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4e8b927f6b013bdff90e87ffe735d06d66d5fa1f..1e1b19ca38cf662bb33039965a826c823a6a17b4 100644 (file)
@@ -4,10 +4,10 @@
  *       routines defined in access/rtree/rtscan.c
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rtscan.h,v 1.14 2002/06/20 20:29:43 momjian Exp $
+ * $Id: rtscan.h,v 1.15 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5431d2c6fdd2e24c5ba02ed60299527b43ed1838..fbd80ad5f549e641004ce591665ac3a99042ef18 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES scan direction definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sdir.h,v 1.13 2002/06/20 20:29:43 momjian Exp $
+ * $Id: sdir.h,v 1.14 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 987974438831e3c5d984bb44b514ab7ecffd14e5..2e66cfd894a02a13c6a0a14975e543d7782917d8 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES scan key definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: skey.h,v 1.21 2002/06/20 20:29:43 momjian Exp $
+ * $Id: skey.h,v 1.22 2003/08/04 02:40:10 momjian Exp $
  *
  * Note:
  *             Needs more accessor/assignment routines.
index 1127749add60d007116cceb17602a18e107eccd1..f697f79e4ee6cbfe983d2c3d4dc97914d66c0658 100644 (file)
@@ -5,10 +5,10 @@
  *       (separated out from original istrat.h to avoid circular refs)
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: strat.h,v 1.26 2002/06/20 20:29:43 momjian Exp $
+ * $Id: strat.h,v 1.27 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 60162e372a22288e5b87df7dcbab393b540bc96b..8086e4e4b5a62faae5baa6ef4c653b82df4b2d63 100644 (file)
@@ -4,10 +4,10 @@
  *       postgres transaction access method support code
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: transam.h,v 1.46 2002/06/20 20:29:43 momjian Exp $
+ * $Id: transam.h,v 1.47 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 00ac016d2f795278830be9b0f14a2b5149c645ca..c955689663bf2c032ab2dd9ed8d95f8851fa0332 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES tuple descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tupdesc.h,v 1.39 2002/09/04 20:31:37 momjian Exp $
+ * $Id: tupdesc.h,v 1.40 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 85f9b0052e0b1caa454d7c12e21fec60f54639a1..3fc3bc76a3a5bf59fd1e9a833f5471649ce7240c 100644 (file)
@@ -4,10 +4,10 @@
  *       Tuple macros used by both index tuples and heap tuples.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tupmacs.h,v 1.23 2003/07/27 17:10:07 tgl Exp $
+ * $Id: tupmacs.h,v 1.24 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7764421dac778a23ebfd3a912413bb5a6f7ff4cb..c1b8f02127b1cce3b9ba4c1819b7673e7fa51791 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES tuple qualification validity definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: valid.h,v 1.29 2002/09/04 20:31:37 momjian Exp $
+ * $Id: valid.h,v 1.30 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4a8c5f6772952825ea8279f93e1909335557fb6f..2239c04dd7d6fd26510bd874ab3ec89b2206e2da 100644 (file)
@@ -4,10 +4,10 @@
  *       postgres transaction system definitions
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: xact.h,v 1.53 2003/08/04 00:43:30 momjian Exp $
+ * $Id: xact.h,v 1.54 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 074e126abdb15c8d2bf9739c00680cff93e34c2d..71a2fe72fd29589e94e6d82342819ec3b6e749c6 100644 (file)
@@ -3,10 +3,10 @@
  *
  * PostgreSQL transaction log manager
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: xlog.h,v 1.43 2003/08/04 00:43:30 momjian Exp $
+ * $Id: xlog.h,v 1.44 2003/08/04 02:40:10 momjian Exp $
  */
 #ifndef XLOG_H
 #define XLOG_H
index ac61fd0ba7f307ed1dab32618fd2034f584390f0..d996ab047d149d4575f82e1724f08f002a9ee195 100644 (file)
@@ -4,10 +4,10 @@
  * Postgres transaction log manager record pointer and
  * system startup number definitions
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: xlogdefs.h,v 1.8 2002/06/20 20:29:43 momjian Exp $
+ * $Id: xlogdefs.h,v 1.9 2003/08/04 02:40:10 momjian Exp $
  */
 #ifndef XLOG_DEFS_H
 #define XLOG_DEFS_H
index ed112977dca450b3cccff7243280ab62251e7502..49042c569ea57758d95835d792db2fd191885e17 100644 (file)
@@ -3,10 +3,10 @@
  *
  * PostgreSQL transaction log manager utility routines
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: xlogutils.h,v 1.11 2002/06/20 20:29:43 momjian Exp $
+ * $Id: xlogutils.h,v 1.12 2003/08/04 02:40:10 momjian Exp $
  */
 #ifndef XLOG_UTILS_H
 #define XLOG_UTILS_H
index 7a61e75f98b0d005e3f1a6685fdc14707ec79cd6..e444aeef43cb89afcf48d0aadc758dd8bdbf0278 100644 (file)
@@ -4,10 +4,10 @@
  *       include file for the bootstrapping code
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bootstrap.h,v 1.30 2002/06/20 20:29:43 momjian Exp $
+ * $Id: bootstrap.h,v 1.31 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f49978725d781fe2f322bf875305bb3234b2f268..02d47bfe4617b9e015cef3d031f91e3a455ea672 100644 (file)
@@ -9,10 +9,10 @@
  *       polluting the namespace with lots of stuff...
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: c.h,v 1.151 2003/08/04 00:43:29 momjian Exp $
+ * $Id: c.h,v 1.152 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 38d4d4c2fd5a4147514e654994ea84281c5b582e..dfbcd2ac73ff283e4b35475af176b41e5961c7a4 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for functions in backend/catalog/catalog.c
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catalog.h,v 1.25 2002/06/20 20:29:43 momjian Exp $
+ * $Id: catalog.h,v 1.26 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index dc1fedae9e1db6b349b7df3260114af2ecfec0f6..1879206af24ea8d4b0a31a95628a76b262337d60 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES system catalog relation name definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catname.h,v 1.29 2002/07/18 23:11:30 petere Exp $
+ * $Id: catname.h,v 1.30 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c8d9511a79cda9b5ca74f02c1dc5657202421647..48723471a26004ef6a0d6d49a2013d52f3949ed5 100644 (file)
  * database contents or layout, such as altering tuple headers.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catversion.h,v 1.205 2003/08/04 00:43:30 momjian Exp $
+ * $Id: catversion.h,v 1.206 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b12ecb46665cf1ec7dca8c9bc09ea7913398940e..0327ee9ac936f1d3fb16134e4d8936e25aeff959 100644 (file)
@@ -4,10 +4,10 @@
  *       Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dependency.h,v 1.9 2003/08/04 00:43:30 momjian Exp $
+ * $Id: dependency.h,v 1.10 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1a69f0147ff8230c47fa2af5625ca9deda121408..86c97ff4786179b119db2701a4c20deb0cf84b90 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for functions in backend/catalog/heap.c
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: heap.h,v 1.60 2002/12/16 18:39:22 tgl Exp $
+ * $Id: heap.h,v 1.61 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5833a92e2e2c7f7d14633ba6803fd712eb9580fe..e3ee98a7c38d5fad33417f477caeccf7879196c8 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for index.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: index.h,v 1.51 2003/05/28 16:04:00 tgl Exp $
+ * $Id: index.h,v 1.52 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ea251a329ce4569ec0500e8dce83408f4e5f80ca..1150f1e47c5a3f1db1172d0ea12e7c6b5db2da14 100644 (file)
@@ -5,10 +5,10 @@
  *       on system catalogs
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: indexing.h,v 1.78 2003/05/13 04:38:58 tgl Exp $
+ * $Id: indexing.h,v 1.79 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6e9522bcd96c9a6acb3b22f0dbed987cbb11cea0..7e70d726d14832c1e761039828e4b16256d111ca 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for functions in backend/catalog/namespace.c
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: namespace.h,v 1.26 2003/01/12 18:19:37 petere Exp $
+ * $Id: namespace.h,v 1.27 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 11d6e1f568d772ad1ad27801d223aa4fc250899a..b04f5ddefdbbce873c2471f51889b799eb5ed0f2 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_aggregate.h,v 1.40 2002/09/04 20:31:37 momjian Exp $
+ * $Id: pg_aggregate.h,v 1.41 2003/08/04 02:40:10 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 40162386d8625669209e5692c6378c7fcaa99c94..ae45287622e5e7f7035689a0c4bebfb9181ec639 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_am.h,v 1.27 2003/08/04 00:43:30 momjian Exp $
+ * $Id: pg_am.h,v 1.28 2003/08/04 02:40:10 momjian Exp $
  *
  * NOTES
  *             the genbki.sh script reads this file and generates .bki
index e2816b3c214426901b7a86c26b0fd291b81e4a98..fcf162eb98fe505842829c8c963fbb9b04bace38 100644 (file)
  * for multiple strategy numbers of a single opclass.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_amop.h,v 1.53 2003/06/27 00:33:25 tgl Exp $
+ * $Id: pg_amop.h,v 1.54 2003/08/04 02:40:10 momjian Exp $
  *
  * NOTES
  *      the genbki.sh script reads this file and generates .bki
index 15ec04c553c1d458134787b3e5ae6a6a60f967f5..24c1fa416fe789faddfdbf93a03bf8fec2c3af14 100644 (file)
  * Note: the primary key for this table is <amopclaid, amprocnum>.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_amproc.h,v 1.42 2003/08/04 00:43:30 momjian Exp $
+ * $Id: pg_amproc.h,v 1.43 2003/08/04 02:40:11 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 20ddc7181ece3b4f080dcda2f0ae6f1dd1f1e2cb..9fbc48eb8fbaf70e3e6c012e5a17a9fea9256f3e 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_attrdef.h,v 1.14 2003/03/10 22:28:19 tgl Exp $
+ * $Id: pg_attrdef.h,v 1.15 2003/08/04 02:40:11 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 77df7446c84537f2c9f41bea2c66eea49860eb68..fd19c697d8c0303104c38bd4885c90ca02f65151 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_attribute.h,v 1.103 2003/08/04 00:43:30 momjian Exp $
+ * $Id: pg_attribute.h,v 1.104 2003/08/04 02:40:11 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index db7f3709f9e25fa2e0fe45841cf169f5a1f84e23..fdd82b712a524a886f563386a8254b1688479ea3 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_class.h,v 1.76 2003/05/08 22:19:57 tgl Exp $
+ * $Id: pg_class.h,v 1.77 2003/08/04 02:40:11 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 80868188a89c2a2f2b08267196d14da054cbe1f7..dec6a3831dfdb5f89baf319f54a95ba87a6b84e1 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_constraint.h,v 1.7 2003/08/04 00:43:30 momjian Exp $
+ * $Id: pg_constraint.h,v 1.8 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 42179b2f846bb05dbc7749ba3b6f96c7fccec172..4777e1eeeac22c4612cfbf6c99d0b05e35ae17ad 100644 (file)
@@ -5,10 +5,10 @@
  *       However, we define it here so that the format is documented.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_control.h,v 1.10 2002/09/04 20:31:37 momjian Exp $
+ * $Id: pg_control.h,v 1.11 2003/08/04 02:40:12 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c3d150368fe9ea0f242cfbfbb87896a859a9e9bc..9d687860ef2ba62f2c3bc186913a8ad508b883e7 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_conversion.h,v 1.9 2003/01/09 18:00:24 tgl Exp $
+ * $Id: pg_conversion.h,v 1.10 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index fbdcd6f4a6838f1a1ab908b3ba23adf5e425958d..6c5a1c33e0ef768fdb7828f79a394158356d4e7d 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_database.h,v 1.28 2003/03/10 22:28:19 tgl Exp $
+ * $Id: pg_database.h,v 1.29 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 169a98fc2cce219593c295eff52588721655aba9..3a6255bd144f3887c5d626fa6edd4dd782011696 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_depend.h,v 1.1 2002/07/12 18:43:19 tgl Exp $
+ * $Id: pg_depend.h,v 1.2 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 87e4698e3653a00710a12bec22dd230e023364d5..d5ca901486668c952b7abeb5ba4c7f4f52943574 100644 (file)
  * for example).
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_description.h,v 1.18 2003/03/10 22:28:19 tgl Exp $
+ * $Id: pg_description.h,v 1.19 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *             the genbki.sh script reads this file and generates .bki
index e8da8a54c7390261ab8c8774d2f57404be7c17c3..9680cbe1a9f2b714bec93d27d72bd2111c3c01c0 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_group.h,v 1.16 2003/03/10 22:28:19 tgl Exp $
+ * $Id: pg_group.h,v 1.17 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 2984b862aa5cc3beb1c1b81b7202f374d1ee955a..925b9cb10ba06428fa7a55f51254782913e1e1a0 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_index.h,v 1.31 2003/05/28 16:04:00 tgl Exp $
+ * $Id: pg_index.h,v 1.32 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index a1618710ff5b0cfddb62cf508d6e01209719de99..5bd42b5d5246e4ea43d2e38f71b7dfca9f3e2424 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_inherits.h,v 1.15 2003/03/10 22:28:19 tgl Exp $
+ * $Id: pg_inherits.h,v 1.16 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 259bef62f1f1d589862228bb7871199b99314bb3..a4ec0f543b93a769ffe7bdef76d5551e588493c2 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_language.h,v 1.21 2003/03/10 22:28:19 tgl Exp $
+ * $Id: pg_language.h,v 1.22 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 25372509a0b529f1b4dd3382ed0030b8761eb877..17e1872720b11f66c6f53362d04112ae0f45abcf 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_largeobject.h,v 1.14 2003/03/10 22:28:19 tgl Exp $
+ * $Id: pg_largeobject.h,v 1.15 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index db68815be081542c2a22b16cb0a7ffc7e3915a37..e14683707bfd23bab4a6840c34a391310f5be7be 100644 (file)
@@ -4,10 +4,10 @@
  *       Asynchronous notification
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_listener.h,v 1.14 2003/03/10 22:28:19 tgl Exp $
+ * $Id: pg_listener.h,v 1.15 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 00083dd5185fb829f027ac90220c1f5a443d4a78..12b75c4e9f808ef760ca988e57fbfc5df96d82dc 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_namespace.h,v 1.9 2003/03/19 16:08:59 petere Exp $
+ * $Id: pg_namespace.h,v 1.10 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 4c1b78ac3f3c2773cbfe77d193ecf8f6d238b5ba..bbd69dca5b6d1ad27115fa3e3c3174df5eb170c4 100644 (file)
  * responsibility of the index access method --- not all AMs support this.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_opclass.h,v 1.55 2003/08/04 00:43:30 momjian Exp $
+ * $Id: pg_opclass.h,v 1.56 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 85cce6db391714570c77bf4f0e12cccd304a1934..176cd1eaaf6ff5054fff8d364e3921a0256d63e2 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_operator.h,v 1.119 2003/08/04 00:43:30 momjian Exp $
+ * $Id: pg_operator.h,v 1.120 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index b81ad142e89b37d4607b9a79cc9b4ea911194ea3..1fe3812d709ae337dcc196b4c68ba8885041da31 100644 (file)
@@ -4,10 +4,10 @@
  *       definition of the system "procedure" relation (pg_proc)
  *       along with the relation's initial contents.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_proc.h,v 1.311 2003/08/04 00:43:30 momjian Exp $
+ * $Id: pg_proc.h,v 1.312 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       The script catalog/genbki.sh reads this file and generates .bki
index d7316e55fe3eb26f8b5ad3a377f53a46b79c53f1..a0a581d3166313ec1409f02d3b924ca7781de026 100644 (file)
@@ -8,10 +8,10 @@
  * --- ie, rule names are only unique among the rules of a given table.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_rewrite.h,v 1.20 2003/03/10 22:28:21 tgl Exp $
+ * $Id: pg_rewrite.h,v 1.21 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 035cf8e29cc724fa53f4eb1df96aa5cec44e6d4b..2529f3721f66eb13e568d571567cbe2dff3640b7 100644 (file)
@@ -6,10 +6,10 @@
  *               pg_user is now a public accessible view on pg_shadow.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_shadow.h,v 1.23 2002/09/04 20:31:42 momjian Exp $
+ * $Id: pg_shadow.h,v 1.24 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index b752bc9c60bb9f0b7696a4d43ce28495b731b1b5..ab6e3e2a03e518064d301d5bc24de098d9449797 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_statistic.h,v 1.21 2003/08/04 00:43:30 momjian Exp $
+ * $Id: pg_statistic.h,v 1.22 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 30c15f50939a1bd3594c6414f9c6bd610d595d81..f5a12d0b7377b7269572ddacfad6e314cfef1279 100644 (file)
@@ -3,7 +3,7 @@
  * pg_trigger.h
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index 57e24bfc48105e529a6a7456b0328ad0026505aa..06421ae62d62299ca3035b1c0b5ea884d9922c94 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_type.h,v 1.146 2003/08/04 00:43:30 momjian Exp $
+ * $Id: pg_type.h,v 1.147 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index b02f88c603c37b8f46deeff1afca51e060ba8336..b306ae54999926890ad3856b24474ab8cf94ff50 100644 (file)
  * isn't even created at present.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_version.h,v 1.16 2003/03/10 22:28:21 tgl Exp $
+ * $Id: pg_version.h,v 1.17 2003/08/04 02:40:12 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 2dc4be8c0b600624ee0679e66b15cd6f6b63620d..5fb733bd83f1ba6479fcc9b1d93fc3f717f09069 100644 (file)
@@ -3,10 +3,10 @@
  * async.h
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: async.h,v 1.21 2002/06/20 20:29:49 momjian Exp $
+ * $Id: async.h,v 1.22 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7eb11d60b06531f9b5bb5e150309d4d780243f8f..a0b9805641e8b98acb6965f5cad09b8d2c1acbf4 100644 (file)
@@ -3,10 +3,10 @@
  * cluster.h
  *       header file for postgres cluster command stuff
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
- * $Id: cluster.h,v 1.18 2002/12/30 18:42:16 tgl Exp $
+ * $Id: cluster.h,v 1.19 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index babb9f56e1fe9ef98bee5122ca8283aa92e0d1f2..9539114e83130f25f26324b47fc6324b19fb207c 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for conversioncmds.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: conversioncmds.h,v 1.4 2003/06/27 14:45:31 petere Exp $
+ * $Id: conversioncmds.h,v 1.5 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4eab57362acdc7e9b9c70f97c3465258aa9cfe9f..bdd6db66b56f8855ae024604e439d37a41d43bb8 100644 (file)
@@ -4,10 +4,10 @@
  *       Definitions for using the POSTGRES copy command.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: copy.h,v 1.21 2003/04/24 21:16:44 tgl Exp $
+ * $Id: copy.h,v 1.22 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5a3d91d2c419df86bd124c8cfac15af1841dc017..4ec179690e32ed38ec6158176e66af36f82cc01c 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dbcommands.h,v 1.28 2003/08/04 00:43:30 momjian Exp $
+ * $Id: dbcommands.h,v 1.29 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5fe7a6c5da47732c5d99c49c072f40cf4f522c1a..e192c868fa037f2cdc32f1c135eb39d9391f11cc 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES define and remove utility definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: defrem.h,v 1.51 2003/06/27 14:45:31 petere Exp $
+ * $Id: defrem.h,v 1.52 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 60391ea0e31ab02cab885ece58df248d6b4e4080..db88c7755837eb68166ac2ceb8e11ceea9b504f7 100644 (file)
@@ -3,10 +3,10 @@
  * explain.h
  *       prototypes for explain.c
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
- * $Id: explain.h,v 1.20 2003/08/04 00:43:30 momjian Exp $
+ * $Id: explain.h,v 1.21 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d4be4fe48a6918edb5aedb679330544df729d318..3b40e83aa7b399d0a367520a2945a16d27f5a5de 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for lockcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lockcmds.h,v 1.2 2002/09/04 20:31:42 momjian Exp $
+ * $Id: lockcmds.h,v 1.3 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 25cae460b9a1d8c5c5d028dfcff37dac5065842a..136417269a00d417641fe77d9ecc5bc5eee698d6 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for portalcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: portalcmds.h,v 1.11 2003/08/04 00:43:30 momjian Exp $
+ * $Id: portalcmds.h,v 1.12 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b50ace5c12e0b0a77123dd046c92ccb8e043a2ab..2a6d088e29055f940ca8291010cbf197fd531fdb 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for schemacmds.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: schemacmds.h,v 1.4 2003/06/27 14:45:31 petere Exp $
+ * $Id: schemacmds.h,v 1.5 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3c4b6f1c4a73aa42965dc845a3af71cac0bafa1d..1fbf0181d8bf4e83168d8924c38891c6f2b892c6 100644 (file)
@@ -3,10 +3,10 @@
  * sequence.h
  *       prototypes for sequence.c.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sequence.h,v 1.24 2003/08/04 00:43:30 momjian Exp $
+ * $Id: sequence.h,v 1.25 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a87dbdf5f297fa8f04159ca8e3d494202ca72ba2..793f3a6c799dea4c4f238b46d44a7947b41e92f7 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for tablecmds.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tablecmds.h,v 1.12 2003/03/20 18:52:48 momjian Exp $
+ * $Id: tablecmds.h,v 1.13 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1a2a33b3c244fac2fffc1f9f961ca4796d293db4..d3aa9e385af935cc6cebdba53e154c70be1fde44 100644 (file)
@@ -3,10 +3,10 @@
  * trigger.h
  *       Declarations for trigger handling.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: trigger.h,v 1.42 2003/08/04 00:43:30 momjian Exp $
+ * $Id: trigger.h,v 1.43 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 662fa73d9377d3ca80a180606a12c8eef17e4303..04574bfb15e2101e3d29ac9adffa0102f85efaa8 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for typecmds.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: typecmds.h,v 1.6 2003/08/04 00:43:30 momjian Exp $
+ * $Id: typecmds.h,v 1.7 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9d6565659b855f84b8a529b58457bab1976e8d22..194adb17c8aad9ab8f6c8f0c970ed7826f31de26 100644 (file)
@@ -4,10 +4,10 @@
  *       header file for postgres vacuum cleaner and statistics analyzer
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: vacuum.h,v 1.45 2002/07/31 17:19:54 tgl Exp $
+ * $Id: vacuum.h,v 1.46 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6b88d9761275ccfae493e1b11ab99ca272850049..111377ae0a21115054eea6cb3d1c08ef34e5c08c 100644 (file)
@@ -4,10 +4,10 @@
  *       Header file for versions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: version.h,v 1.13 2002/06/20 20:29:49 momjian Exp $
+ * $Id: version.h,v 1.14 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e476d8224e224c2a7931ecb15e4e78620686fcb0..affcf48423a2b4d5aa088f6d3369ca48487857c5 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: view.h,v 1.17 2002/09/02 02:13:02 tgl Exp $
+ * $Id: view.h,v 1.18 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a01c60ccc1e86821f771748d2f32ee9947d16b18..e95c27d07e2fdfa25a4d8cd2031888c9b3b2f04a 100644 (file)
@@ -4,10 +4,10 @@
  *       #defines governing debugging behaviour in the executor
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execdebug.h,v 1.20 2002/06/20 20:29:49 momjian Exp $
+ * $Id: execdebug.h,v 1.21 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4cfd4c435e8046cea9c20e56324f15b8f94d837c..c76e00d78627a9590930369c4ee9bedef2dfcaa1 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execdefs.h,v 1.13 2002/06/20 20:29:49 momjian Exp $
+ * $Id: execdefs.h,v 1.14 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 05e04c72eba46269049791156b214fb666e88ef3..1fa2934110bf98f450802a5456649f56165523a1 100644 (file)
@@ -5,10 +5,10 @@
  *       and related modules.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execdesc.h,v 1.25 2003/08/04 00:43:30 momjian Exp $
+ * $Id: execdesc.h,v 1.26 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d68289ffe068f418c55b6cb76f67ebb3e1b11c0a..4fdc0c66431f594477b37ffc67fb1923edf72b22 100644 (file)
@@ -4,10 +4,10 @@
  *       support for the POSTGRES executor module
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: executor.h,v 1.97 2003/08/04 00:43:30 momjian Exp $
+ * $Id: executor.h,v 1.98 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index becb78b64263f5851f8e12dc09a50f37dc09a16c..f7089fd8e498b3d8b9b751e78ae1a1b69e131958 100644 (file)
@@ -4,10 +4,10 @@
  *             Declarations for execution of SQL-language functions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: functions.h,v 1.19 2002/06/20 20:29:49 momjian Exp $
+ * $Id: functions.h,v 1.20 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1407e5378138b574ec0b1cfb8f62694c186b9df8..b62c0b487825297b00464256dafe16fc2a1f7e1a 100644 (file)
@@ -4,10 +4,10 @@
  *       internal structures for hash joins
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hashjoin.h,v 1.29 2003/08/04 00:43:30 momjian Exp $
+ * $Id: hashjoin.h,v 1.30 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a2817306da0adc0e8ae20c453e13323139e091a2..c07afd6a4ffa436b09335f31c9b7b2833ca262b3 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for nodeAgg.c
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeAgg.h,v 1.19 2003/01/10 23:54:24 tgl Exp $
+ * $Id: nodeAgg.h,v 1.20 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3d18b66d1647fa81a3e34bfd3a386f6dec20116b..356b20d10d62a482d182fd421fc6315efa4ce1d2 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeAppend.h,v 1.18 2002/12/05 15:50:37 tgl Exp $
+ * $Id: nodeAppend.h,v 1.19 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 893d6b097efc61b4f7034c9a49066edc39ffff46..5161ba4ff67c381c0f870e95b01227f63697bd67 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeFunctionscan.h,v 1.3 2002/12/05 15:50:37 tgl Exp $
+ * $Id: nodeFunctionscan.h,v 1.4 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2a6b733c9d2a4314856f04f7c9a937b597b6f5c2..4e913272c8ba06085db10d0ef19c7c09e8dcd1aa 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for nodeGroup.c
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeGroup.h,v 1.24 2003/01/10 23:54:24 tgl Exp $
+ * $Id: nodeGroup.h,v 1.25 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4f4359c23e3f49ba2e49f596c15e88896baab817..f1390468bd9c30e6e50dbcbbe7f5c15614368ef3 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for nodeHash.c
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeHash.h,v 1.31 2003/08/04 00:43:30 momjian Exp $
+ * $Id: nodeHash.h,v 1.32 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9233c0758a4473e892051fcdae5cd469fc1cb53b..3326171d242864015f96ad7607091e389092e84e 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeHashjoin.h,v 1.24 2002/12/05 15:50:37 tgl Exp $
+ * $Id: nodeHashjoin.h,v 1.25 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 392807cce056ac7099597e5aa921d77793a8dc5c..194e7cef45f3af664f3f9a0f37ae93b260d5d995 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeIndexscan.h,v 1.17 2002/12/05 15:50:38 tgl Exp $
+ * $Id: nodeIndexscan.h,v 1.18 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5b50335ee42f675052280295fef4f42c027f41cb..6c00dd8ea165ab653f815b90fce962fa5bcfd25a 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeLimit.h,v 1.7 2002/12/05 15:50:38 tgl Exp $
+ * $Id: nodeLimit.h,v 1.8 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8235bc82c83e78321045ab32c7a8771e84388def..be35abd7f8bc0aa7929c9dad42d61a5e57142a56 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeMaterial.h,v 1.19 2002/12/05 15:50:38 tgl Exp $
+ * $Id: nodeMaterial.h,v 1.20 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1187d6bce2909e7171012f7c68a6e26a17f1759a..8ca811fa7a8e3079f5f1d6ae508fae11670bbe48 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeMergejoin.h,v 1.18 2002/12/05 15:50:38 tgl Exp $
+ * $Id: nodeMergejoin.h,v 1.19 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index fd48820bbd9c021441036a078f2755a598df552f..73be726eed3b4240995c21152078934fd724d1f2 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeNestloop.h,v 1.19 2002/12/05 15:50:38 tgl Exp $
+ * $Id: nodeNestloop.h,v 1.20 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8a446408309aadd33c14f13537d180d7e8c38b8d..a1baa76f7bb7b1bb861de36c71a6aa7296449b78 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeResult.h,v 1.16 2002/12/05 15:50:38 tgl Exp $
+ * $Id: nodeResult.h,v 1.17 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 593a2120a23109fc89e5b621e723d2fdc55222e0..e63cc37af77074e5dc70f41d1fde107a38edf3fc 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeSeqscan.h,v 1.17 2003/08/04 00:43:31 momjian Exp $
+ * $Id: nodeSeqscan.h,v 1.18 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 73b1e7f5fc55d5d402e2d10a1cea78c36c5f983a..0f372d81318f84ff4d1a963ef7c619992f0561df 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeSetOp.h,v 1.7 2002/12/05 15:50:38 tgl Exp $
+ * $Id: nodeSetOp.h,v 1.8 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7836b32ab5b4dc7198038d19c5a05bbc5674f650..c6e5d2892c76926b19a8c471831395bfcdf0c1a9 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeSort.h,v 1.16 2002/12/05 15:50:38 tgl Exp $
+ * $Id: nodeSort.h,v 1.17 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ccab4dd3475f840ffec15ca12e46e4e87af0ed82..e56a384846ce99e4a2329b7fe676dc741475414b 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeSubplan.h,v 1.16 2003/08/04 00:43:31 momjian Exp $
+ * $Id: nodeSubplan.h,v 1.17 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5c5d5c8843975e146ac74fbef588fe5fc5c6052c..dbe05656b01984112086d33c2af357a9733ef208 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeSubqueryscan.h,v 1.7 2002/12/05 15:50:38 tgl Exp $
+ * $Id: nodeSubqueryscan.h,v 1.8 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9aadb592ca1809953d7b85f5650b91655ed1ada5..f5ed5182bc956a8cfbbefd6bbe177fec7cf5f4d6 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeTidscan.h,v 1.11 2002/12/05 15:50:38 tgl Exp $
+ * $Id: nodeTidscan.h,v 1.12 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d71997e531c1beed66a1a6ed2abf05ba481d1e4f..f4528dcb1d716cbe05f68caaac88e175646ddbf2 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeUnique.h,v 1.16 2002/12/05 15:50:38 tgl Exp $
+ * $Id: nodeUnique.h,v 1.17 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c4a6f65dbffd5b2d7c7dee1418710f39b2350e52..e62977d3255c1ce45c56c35cc5221a663550f9f3 100644 (file)
@@ -3,10 +3,10 @@
  * spi_priv.h
  *                             Server Programming Interface private declarations
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: spi_priv.h,v 1.15 2003/08/04 00:43:31 momjian Exp $
+ * $Id: spi_priv.h,v 1.16 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b345fcbaedf7b0f486f42d260dbc240174082cf1..33da4176f9b7724e74b7631ca07f52d16049a713 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for tstoreReceiver.c
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tstoreReceiver.h,v 1.3 2003/08/04 00:43:31 momjian Exp $
+ * $Id: tstoreReceiver.h,v 1.4 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 269b81f6632aaf285090a11bac9a1b090ab98d17..26aad52f1e94af3e710524942a854cb540550a09 100644 (file)
@@ -4,10 +4,10 @@
  *       tuple table support stuff
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tuptable.h,v 1.22 2002/06/20 20:29:49 momjian Exp $
+ * $Id: tuptable.h,v 1.23 2003/08/04 02:40:13 momjian Exp $
  *
  * NOTES
  *       The tuple table interface is getting pretty ugly.
index 1cc6ed023e45a8a0fb233f711883c7e267a211bd..572cc082064abac58392af849f043454ee843a38 100644 (file)
@@ -8,10 +8,10 @@
  * or call fmgr-callable functions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fmgr.h,v 1.30 2003/07/01 00:04:39 tgl Exp $
+ * $Id: fmgr.h,v 1.31 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3f5708115104e2c1b2bc169155456bb1a91c4d81..85d2a8790c9a496bf6041ca728b3728f1cec3f09 100644 (file)
  * freeing the larger object!
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dllist.h,v 1.20 2002/06/20 20:29:49 momjian Exp $
+ * $Id: dllist.h,v 1.21 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 08032399a686c2026004edec7dcf4f5f91cd3a32..fb433f817716cf493f2bde2223fd7d6dd65b3d0a 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lispsort.h,v 1.11 2002/06/20 20:29:49 momjian Exp $
+ * $Id: lispsort.h,v 1.12 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 587fea172eadfc87aed776f4a987c0d7592a5958..d296dff78663722e6c0335d920607c383e0ae22c 100644 (file)
@@ -7,10 +7,10 @@
  * It can be used to buffer either ordinary C strings (null-terminated text)
  * or arbitrary binary data.  All storage is allocated with palloc().
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: stringinfo.h,v 1.27 2003/08/04 00:43:31 momjian Exp $
+ * $Id: stringinfo.h,v 1.28 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f99e6d03739e3a4726f3031a9d61c91347828d67..e3623921ed84ceee52f40f32eabfc300d92a11c7 100644 (file)
@@ -4,10 +4,10 @@
  *       Definitions for network authentication routines
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: auth.h,v 1.22 2003/04/17 22:26:01 tgl Exp $
+ * $Id: auth.h,v 1.23 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a25c68f1cc7984baeaa244c2bca59f4d1ebe29d9..5b49a9ce53fe85671dd14b1df23be23e16cfcfd0 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: be-fsstubs.h,v 1.16 2002/06/20 20:29:49 momjian Exp $
+ * $Id: be-fsstubs.h,v 1.17 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bde0568d48ef8ef3ecec07566d63607988709a4a..741596f21d4c0817117e43cb9e4cf012ef46ec6a 100644 (file)
@@ -3,10 +3,10 @@
  * crypt.h
  *       Interface to libpq/crypt.c
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: crypt.h,v 1.25 2003/08/04 00:43:31 momjian Exp $
+ * $Id: crypt.h,v 1.26 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 44bf573313f6c88d0add5c2165763f84d87ef7de..152f41443e8d85121074179823b7a928bf97001f 100644 (file)
@@ -8,10 +8,10 @@
  *       Structs that need to be client-visible are in pqcomm.h.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-be.h,v 1.36 2003/08/04 00:43:31 momjian Exp $
+ * $Id: libpq-be.h,v 1.37 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5d009225de00e867560c11d233ca1b052621e79f..8f159994a8e4306f70c7b00a3bd362be5eeeb893 100644 (file)
@@ -4,10 +4,10 @@
  *       definitions for using Inversion file system routines (ie, large objects)
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-fs.h,v 1.16 2002/06/20 20:29:49 momjian Exp $
+ * $Id: libpq-fs.h,v 1.17 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 82e621fcd1ecdb8dec47d5fc9dfc9d5562cc8576..4bd7f40a5834b634aa7ffbe1e000c500bc2bffaa 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES LIBPQ buffer structure definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq.h,v 1.59 2003/08/04 00:43:31 momjian Exp $
+ * $Id: libpq.h,v 1.60 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index da756fb31660db3c4ca5b7887ee7b2f3574924e7..85c965d11b43211133ac01449b0105df9763e48d 100644 (file)
@@ -6,10 +6,10 @@
  * NOTE: for historical reasons, this does not correspond to pqcomm.c.
  * pqcomm.c's routines are declared in libpq.h.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqcomm.h,v 1.92 2003/08/04 00:43:31 momjian Exp $
+ * $Id: pqcomm.h,v 1.93 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9f73083e10ae873dc4afc12b65ac20588c2b3e99..d04573634f97160b8d33ed00bc4a51c0f66d6ef2 100644 (file)
@@ -3,10 +3,10 @@
  * pqformat.h
  *             Definitions for formatting and parsing frontend/backend messages
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqformat.h,v 1.19 2003/08/04 00:43:31 momjian Exp $
+ * $Id: pqformat.h,v 1.20 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3846b1d4d5306867a65e442c93ac9a0666b3b3f0..357269a3542c00f505eee5dd3efd63c8c27ad9c5 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for the reliable BSD-style signal(2) routine.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqsignal.h,v 1.21 2002/06/20 20:29:49 momjian Exp $
+ * $Id: pqsignal.h,v 1.22 2003/08/04 02:40:13 momjian Exp $
  *
  * NOTES
  *       This shouldn't be in libpq, but the monitor and some other
index 2531879417cbbe422a1d1a157a1885bfe88a2c32..e02106f24a9507b223ed30d25cbd71f57e3b2e34 100644 (file)
@@ -9,10 +9,10 @@
  *             pmod.h                                                  processing modes
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: miscadmin.h,v 1.130 2003/08/04 00:43:29 momjian Exp $
+ * $Id: miscadmin.h,v 1.131 2003/08/04 02:40:10 momjian Exp $
  *
  * NOTES
  *       some of the information in this file should be moved to
index dc68f88a62a4191b3bbcf363dc3bb5370e56c744..460fbeef88b644dc87802d1b65d2522913de59e1 100644 (file)
@@ -4,10 +4,10 @@
  *       definitions for executor state nodes
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execnodes.h,v 1.101 2003/08/04 00:43:31 momjian Exp $
+ * $Id: execnodes.h,v 1.102 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3f0772aa197b25d7c51c2fa1f7ee0422e55cd133..64ff3edd8dd08758952a6ecf5556938955a68da4 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for the creator functions (for primitive nodes)
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: makefuncs.h,v 1.46 2003/08/04 00:43:31 momjian Exp $
+ * $Id: makefuncs.h,v 1.47 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9297db5e978245eb2b02c3bcaf5db0d603f1c18d..61bc5906c850d4dbfb20f2071db92e34ff259b6a 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES memory context node definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: memnodes.h,v 1.25 2002/08/12 00:36:12 tgl Exp $
+ * $Id: memnodes.h,v 1.26 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f0805bfa1f9c6ce73de7c56854e7aae928ac0010..5d889ad1e6eb785e4acdc351d49405b5f88b901d 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodeFuncs.h,v 1.19 2003/06/29 00:33:44 tgl Exp $
+ * $Id: nodeFuncs.h,v 1.20 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2bd81698d1eeab19e902a2bdc11b8daba898fa5f..9c80a9ebc74fea1eef9c3c8e8dd5aeaea49ef3c3 100644 (file)
@@ -4,10 +4,10 @@
  *       Definitions for tagged nodes.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nodes.h,v 1.145 2003/08/04 00:43:31 momjian Exp $
+ * $Id: nodes.h,v 1.146 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 19a23096609a9bfc8358e9087b7bdbcd120f57a3..677d4198cbc9b64ba6440da75464bb333783a5da 100644 (file)
@@ -4,10 +4,10 @@
  *       Declarations of stuff needed to handle parameterized plans.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: params.h,v 1.22 2003/08/04 00:43:31 momjian Exp $
+ * $Id: params.h,v 1.23 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 15de2ade0ea42360b267d8b5c81c8a88e4968a9f..3c5c34d3862571f288c5075ba51b7e341ce68358 100644 (file)
@@ -4,10 +4,10 @@
  *       definitions for parse tree nodes
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parsenodes.h,v 1.244 2003/08/04 00:43:31 momjian Exp $
+ * $Id: parsenodes.h,v 1.245 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4c8ae3440edfe2fc00c25753c6dad408ac121ab1..f7688936491a7c43f62bc38746855b9c38878b82 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES generic list package
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_list.h,v 1.38 2003/08/04 00:43:31 momjian Exp $
+ * $Id: pg_list.h,v 1.39 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7a76cbba732baff19f2639fc11f90aad3d724b70..7930d45760de27a93edc8c1290aab2ee0cd25eab 100644 (file)
@@ -4,10 +4,10 @@
  *       definitions for query plan nodes
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: plannodes.h,v 1.66 2003/08/04 00:43:31 momjian Exp $
+ * $Id: plannodes.h,v 1.67 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c747d6dbbc27d786f0148f208f6f438affb43c47..40686de3a3fa9b17116e1ab02ff576460c9cdbd6 100644 (file)
@@ -7,10 +7,10 @@
  *       and join trees.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: primnodes.h,v 1.88 2003/08/04 00:43:31 momjian Exp $
+ * $Id: primnodes.h,v 1.89 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 07accf78f37b77fa5f06d22cdc942e4523d605a3..a2d8b3a64f6c31742cf01945484f2afe0515760e 100644 (file)
@@ -4,10 +4,10 @@
  *       definitions for nodes/print.c
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: print.h,v 1.20 2002/12/05 15:50:39 tgl Exp $
+ * $Id: print.h,v 1.21 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 67009c3f4eef03b5eacc39513e7ca8faf8320e65..38e0f12f7f143bd4eca0e2230f01dc3104aaf070 100644 (file)
@@ -4,10 +4,10 @@
  *       header file for read.c and readfuncs.c. These functions are internal
  *       to the stringToNode interface and should not be used by anyone else.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: readfuncs.h,v 1.16 2002/11/25 18:12:12 tgl Exp $
+ * $Id: readfuncs.h,v 1.17 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 158a23427cf69f60f973d40a0b54bf645fec96db..ca8166b47273e082ee35ebcccc1021026140a46e 100644 (file)
@@ -4,10 +4,10 @@
  *       Definitions for planner's internal data structures.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: relation.h,v 1.83 2003/08/04 00:43:31 momjian Exp $
+ * $Id: relation.h,v 1.84 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0384fafe972dd7244f747fe45b6a7bf9daea38c4..7d25a2fd5a5f800671402f4b6c91c670785a3014 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for clauses.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: clauses.h,v 1.66 2003/08/04 00:43:31 momjian Exp $
+ * $Id: clauses.h,v 1.67 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1f7010198753ba6283862cdaf4a17751afe268d9..93d5080ed4a477c94f1c28db2796cb01c067cc2e 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for costsize.c and clausesel.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: cost.h,v 1.55 2003/08/04 00:43:31 momjian Exp $
+ * $Id: cost.h,v 1.56 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index aec82365407253cebbba893e69d2ec917ab3cc47..0ead9dc304fd5cf5d2356dcb21d78e4c2b27ed9b 100644 (file)
@@ -3,10 +3,10 @@
  * geqo.h
  *       prototypes for various files in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo.h,v 1.30 2002/12/16 21:30:30 tgl Exp $
+ * $Id: geqo.h,v 1.31 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bd013201a8f7df8552e59b310dc6c249d0c637cd..407af51aa4db191800c63e5a54bcecc69b22da49 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_copy.h
  *       prototypes for copy functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_copy.h,v 1.13 2002/06/20 20:29:51 momjian Exp $
+ * $Id: geqo_copy.h,v 1.14 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e5bdeb97abec1781340b4a7b560a9d21db91aa86..c4b87cdefa6c13ac520fa8d7708044cab610b228 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_gene.h
  *       genome representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_gene.h,v 1.14 2002/06/20 20:29:51 momjian Exp $
+ * $Id: geqo_gene.h,v 1.15 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0db5f43234063b86e0c91ea4df842632aeba0a34..a9ad6aa98bed4255ca3705bb2075afb88ba67086 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_misc.h
  *       prototypes for printout routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_misc.h,v 1.23 2003/08/04 00:43:31 momjian Exp $
+ * $Id: geqo_misc.h,v 1.24 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6af17605ecd55a1aaf6f6102701bec264a148344..66370f73972d256082ef68ed39b0a1251010796f 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_mutation.h
  *       prototypes for mutation functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_mutation.h,v 1.13 2002/06/20 20:29:51 momjian Exp $
+ * $Id: geqo_mutation.h,v 1.14 2003/08/04 02:40:13 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index bff28b700754d0388c8919b6e902963d39d35b17..432a17528bc321ef9f0477c418559ef81a6a9599 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_pool.h
  *       pool representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_pool.h,v 1.16 2002/06/20 20:29:51 momjian Exp $
+ * $Id: geqo_pool.h,v 1.17 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9acf5db5dbe8023c6b0522efe51fe22ea0c7aa63..e549767a37134096bde2dae6cae167717e1a21ea 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_random.h
  *       random number generator
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_random.h,v 1.12 2002/06/20 20:29:51 momjian Exp $
+ * $Id: geqo_random.h,v 1.13 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 98341f197b2b3d28dc886a30d944df860f816b13..3d0b33f701421902535fd187c9589de0c98a2e0b 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_recombination.h
  *       prototypes for recombination in the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_recombination.h,v 1.12 2002/06/20 20:29:51 momjian Exp $
+ * $Id: geqo_recombination.h,v 1.13 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 78b2ea8d1925f7a09673dd0a02ed7f7c5ec393b1..76a21337caeb6924d872a45a9a56e88bc43af135 100644 (file)
@@ -3,10 +3,10 @@
  * geqo_selection.h
  *       prototypes for selection routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_selection.h,v 1.13 2002/06/20 20:29:51 momjian Exp $
+ * $Id: geqo_selection.h,v 1.14 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ae26e34d2aa1b080d1196091e7036869ac791978..f6ce5917ef0e76962697070a599c0fda992fb3e5 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for joininfo.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: joininfo.h,v 1.24 2003/08/04 00:43:31 momjian Exp $
+ * $Id: joininfo.h,v 1.25 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c7b3004eac151ea7c136b964bacd9d8076036148..5b43dfa9f3c23f1fc1b9ef0b807b586ef418914b 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for pathnode.c, relnode.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pathnode.h,v 1.51 2003/08/04 00:43:31 momjian Exp $
+ * $Id: pathnode.h,v 1.52 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b9be78c390a7248f669b41a918960d2e3c205d48..2a748975195b5ed07f77c9037977cc4fc0f8b341 100644 (file)
@@ -5,10 +5,10 @@
  *       header files)
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: paths.h,v 1.68 2003/08/04 00:43:31 momjian Exp $
+ * $Id: paths.h,v 1.69 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 004ba12d6e4351760e1b370e15faf2ea7b17adf8..fbff89d266ccd3bb6c52c02c82bd2fd133ec49a0 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for plancat.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: plancat.h,v 1.31 2003/08/04 00:43:31 momjian Exp $
+ * $Id: plancat.h,v 1.32 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8f8022dc127dd78e885db3b61d628d263ead6aa7..fc54ac8a6a24b8eaf1000fd9c097e637f50c07f8 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for various files in optimizer/plan
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: planmain.h,v 1.73 2003/08/04 00:43:31 momjian Exp $
+ * $Id: planmain.h,v 1.74 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f9500202ce85e2969bf690873ffb64c83d46a25b..b8121ec2eafffa0fe7dfe043d73adeb5a42b2138 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for planner.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: planner.h,v 1.26 2003/03/10 03:53:52 tgl Exp $
+ * $Id: planner.h,v 1.27 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f25a3c79e3344b1fa460af9e7cc338c594a049f3..12e3c213c69db76f646462a9bbcc982d24d795c3 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for files in optimizer/prep/
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: prep.h,v 1.40 2003/08/04 00:43:31 momjian Exp $
+ * $Id: prep.h,v 1.41 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c4a04bf9485a3f82dd7ddce8336fc7d3a284af6b..3e7dc9edd9ddaec844258531cff3a7e011c24ca3 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for restrictinfo.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: restrictinfo.h,v 1.18 2003/08/04 00:43:31 momjian Exp $
+ * $Id: restrictinfo.h,v 1.19 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c3c7462d04a689612decab6ae653fac657a08ed8..a1ec6fd3419404b375a26637b235ae9af39396d1 100644 (file)
@@ -2,10 +2,10 @@
  *
  * subselect.h
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: subselect.h,v 1.19 2003/06/06 15:04:03 tgl Exp $
+ * $Id: subselect.h,v 1.20 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cdca747f7b9aff7fc4336d29ba3e194f4567c63c..a32116fdff9dc63b82e9807b067075b643120ac1 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for tlist.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tlist.h,v 1.37 2003/08/04 00:43:31 momjian Exp $
+ * $Id: tlist.h,v 1.38 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 82124627f7870a84021b6081e83f9873f16335c4..bfe1da1e48c288284b74a2d523a1bb4ff1948d84 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for var.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: var.h,v 1.27 2003/06/06 15:04:03 tgl Exp $
+ * $Id: var.h,v 1.28 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1b97706e0fbf6e1ce6a8f3c71f21a9569b874f80..79cdd4ee9fd74e8a7f0a8a61efc861e6a3a53668 100644 (file)
@@ -3,10 +3,10 @@
  * analyze.h
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: analyze.h,v 1.22 2003/08/04 00:43:31 momjian Exp $
+ * $Id: analyze.h,v 1.23 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f9a03959116f153f404abc89230cf205ac9542cc..8a165015753276495e264bc4a4c895e56117140d 100644 (file)
@@ -4,10 +4,10 @@
  *       Declarations for routines exported from lexer and parser files.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: gramparse.h,v 1.27 2003/04/29 22:13:11 tgl Exp $
+ * $Id: gramparse.h,v 1.28 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 37f486213eac330f72809e50870cca227ec192fa..db7e06aa2ba5ebdce3609aea78857b488b5fee7a 100644 (file)
@@ -4,10 +4,10 @@
  *       lexical token lookup for reserved words in postgres SQL
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: keywords.h,v 1.16 2002/06/20 20:29:51 momjian Exp $
+ * $Id: keywords.h,v 1.17 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4b8ab5d427b560bb27dc43ff10d5368bc977b7a1..22356c461b7222d231cd635776c79d365320d75e 100644 (file)
@@ -3,10 +3,10 @@
  * parse_agg.h
  *       handle aggregates in parser
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_agg.h,v 1.28 2003/08/04 00:43:31 momjian Exp $
+ * $Id: parse_agg.h,v 1.29 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d7d8a16e9676e24fa50853e8e40abfb944b76c5d..e806b4c86b8fd9dcc497e2cb464fde63758b6fa9 100644 (file)
@@ -4,10 +4,10 @@
  *       handle clauses in parser
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_clause.h,v 1.34 2003/08/04 00:43:31 momjian Exp $
+ * $Id: parse_clause.h,v 1.35 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 36c5c7eaf23fab4456e64779319b7de15c443ebd..b2fffd67b432f63525d17e9a326c16c36c793457 100644 (file)
@@ -4,10 +4,10 @@
  *     Routines for type coercion.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_coerce.h,v 1.54 2003/08/04 00:43:31 momjian Exp $
+ * $Id: parse_coerce.h,v 1.55 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6606d3913e51fe48a2579ce41a973e1ec34ece8a..53de14a9448de4df827f54dd01aa9303c7ecdff5 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_expr.h,v 1.30 2002/12/12 20:35:16 tgl Exp $
+ * $Id: parse_expr.h,v 1.31 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9393c1aaa4c64e58ffeb44490f2c24e1a9c30aa1..96a6c263467d74a8b185fd20a512d7c455748217 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_func.h,v 1.49 2003/08/04 00:43:32 momjian Exp $
+ * $Id: parse_func.h,v 1.50 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 339a07ae0c1e72fde17aa7cb6fc3c5612209930f..591f06155e5f1a143ecb377c550a56950b54d5e4 100644 (file)
@@ -4,10 +4,10 @@
  *             Internal definitions for parser
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_node.h,v 1.36 2003/08/04 00:43:32 momjian Exp $
+ * $Id: parse_node.h,v 1.37 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e2d43f165a6bcd158e0f062e82064d4415be40db..1167997706a9b0c906ac22491970b746a85b0d40 100644 (file)
@@ -4,10 +4,10 @@
  *             handle operator things for parser
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_oper.h,v 1.31 2003/08/04 00:43:32 momjian Exp $
+ * $Id: parse_oper.h,v 1.32 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9fba1857c9df99a482af2ac76d76b66a837d58f8..68cadbf76a8091ba0607410027a0b0ef2eeedf04 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for parse_relation.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_relation.h,v 1.40 2003/06/11 22:13:22 momjian Exp $
+ * $Id: parse_relation.h,v 1.41 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 880673800ae54d2a15c290c4a35469081af15912..dd1488a5ed457db6469f23566d642c39812fbb89 100644 (file)
@@ -4,10 +4,10 @@
  *       handle target lists
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_target.h,v 1.30 2003/05/06 00:20:33 tgl Exp $
+ * $Id: parse_target.h,v 1.31 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 86c453882bc13ffcd63eb793f898f1cc069ef89e..240a75fe2b6679cd5fcc2af28cb4f3f8d15ea03d 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parse_type.h,v 1.24 2002/08/31 22:10:47 tgl Exp $
+ * $Id: parse_type.h,v 1.25 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e5e5bddfafcbf569f819b82ccc96c06c047c2c6b..a8705cc8d48d2c5408c815a2d38d5c83d19e4306 100644 (file)
@@ -4,10 +4,10 @@
  *             Definitions for the "raw" parser (lex and yacc phases only)
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parser.h,v 1.15 2003/04/29 22:13:11 tgl Exp $
+ * $Id: parser.h,v 1.16 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 49aa7228382c7fe877e96593535361024bd551c4..a172b25bd3ee52eea18edee4188fe126fe9a4f81 100644 (file)
@@ -5,10 +5,10 @@
  *       parse trees.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: parsetree.h,v 1.20 2003/02/09 06:56:28 tgl Exp $
+ * $Id: parsetree.h,v 1.21 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ad6b0e76c0cc35dad49df442325636a74a1300c6..12b8794d28d51fbb2223c3009b3cd882fb5eb450 100644 (file)
@@ -4,10 +4,10 @@
  *       scanner support routines.  used by both the bootstrap lexer
  * as well as the normal lexer
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: scansup.h,v 1.12 2002/06/20 20:29:52 momjian Exp $
+ * $Id: scansup.h,v 1.13 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 972f886f40a064559be17dcb3bbc08c078f3ca66..ed8b5a288904178c199e662c34a70514f4c1579a 100644 (file)
@@ -3,10 +3,10 @@
  * port.h
  *       Header for /port compatibility functions.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: port.h,v 1.9 2003/08/04 00:43:29 momjian Exp $
+ * $Id: port.h,v 1.10 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8c40afc9564eba82472073763293b7a2fec22da4..65b8f34446195549322d186c367a5b79284f1e2b 100644 (file)
@@ -7,10 +7,10 @@
  * Client-side code should include postgres_fe.h instead.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
- * $Id: postgres.h,v 1.64 2003/08/04 00:43:29 momjian Exp $
+ * $Id: postgres.h,v 1.65 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 77af5f6363781d0d77da9c212a5d071138e6dc03..7ddb9e4c0d81706aa48aca267bca9701f486f91b 100644 (file)
@@ -8,10 +8,10 @@
  * postgres.h.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
- * $Id: postgres_fe.h,v 1.6 2002/06/20 20:29:42 momjian Exp $
+ * $Id: postgres_fe.h,v 1.7 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index c4f651021ec8e77b51c887deb92ada26897388c8..b7efd51f2fe702f9994f2dfa89df7630cc7d5188 100644 (file)
@@ -3,10 +3,10 @@
  * prs2lock.h
  *       data structures for POSTGRES Rule System II (rewrite rules only)
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: prs2lock.h,v 1.16 2002/06/20 20:29:52 momjian Exp $
+ * $Id: prs2lock.h,v 1.17 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0ddd0d0529e1ceaf03a7a95ef5fa2cea255dd6c9..32c37d158fd7871f06795ec552b46ca7bef3aef8 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteDefine.h,v 1.16 2002/09/04 20:31:45 momjian Exp $
+ * $Id: rewriteDefine.h,v 1.17 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 69fecc8142d1785d30fc1a4e0875f2cb2baad6bf..bd6787fc86f40a294e1ada563462b4274826668c 100644 (file)
@@ -4,10 +4,10 @@
  *             External interface to query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteHandler.h,v 1.20 2002/07/18 04:43:51 momjian Exp $
+ * $Id: rewriteHandler.h,v 1.21 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9a9b0ae7adf4df1776a20164e942269f4f2e3a4e..38f907e15b8482c499d38d595fa560f5d099803a 100644 (file)
@@ -4,10 +4,10 @@
  *             Querytree manipulation subroutines for query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteManip.h,v 1.32 2002/10/20 00:58:55 tgl Exp $
+ * $Id: rewriteManip.h,v 1.33 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6ccb07ad6b9baa6773ec4f77ac424a88ec623f14..d99199bff4cf22d317d4e760ecd84d99015bb7b6 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteRemove.h,v 1.16 2002/09/04 20:31:45 momjian Exp $
+ * $Id: rewriteRemove.h,v 1.17 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index db6667afe16b5884a4078cbae6a5ab57e37429a4..a5459c6191fe790c1c66e3bf82272d2db6f0b473 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rewriteSupport.h,v 1.23 2002/06/20 20:29:52 momjian Exp $
+ * $Id: rewriteSupport.h,v 1.24 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d0bc84fe9826ecb45490aefa31909160c041d3b3..0ba637f506882752a68ad1fc4d3b349751142133 100644 (file)
@@ -4,10 +4,10 @@
  *       Stubs for getrusage(3).
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rusagestub.h,v 1.11 2003/05/15 16:35:29 momjian Exp $
+ * $Id: rusagestub.h,v 1.12 2003/08/04 02:40:10 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 816d4ce507b8e582e77e213fde18a1eb441b4b15..d9ce8823220072f439457b2fcf6ba44392cbf1a6 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES backend id communication definitions
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: backendid.h,v 1.13 2002/06/20 20:29:52 momjian Exp $
+ * $Id: backendid.h,v 1.14 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ed98c0643a8685dbe6fb37dd54da5967a39f50ff..14c98c3c4559126672c820d1f088bb90d9b5edfa 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES disk block definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: block.h,v 1.17 2002/06/20 20:29:52 momjian Exp $
+ * $Id: block.h,v 1.18 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9c232f22d6be1b7890727143d8afc104bdbfb0f2..c02b33dbb86a2b5393fe4f37c1954f21eac405f4 100644 (file)
@@ -4,10 +4,10 @@
  *       Basic buffer manager data types.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: buf.h,v 1.14 2002/06/20 20:29:52 momjian Exp $
+ * $Id: buf.h,v 1.15 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 47a1e06fa24194b034963cc2eeff8f4c0dbed5a0..f2d615151ec1761f627e660a6da63e30c090e7be 100644 (file)
@@ -4,10 +4,10 @@
  *       Internal definitions for buffer manager.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: buf_internals.h,v 1.60 2003/07/27 17:10:07 tgl Exp $
+ * $Id: buf_internals.h,v 1.61 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 85f8ff2203e7883cb88d7dce9b5d81de60d04079..cd3c02700001f32a49d1d6e2dc7415ee32a47578 100644 (file)
  * but currently we have no need for oversize temp files without buffered
  * access.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: buffile.h,v 1.14 2003/04/29 03:21:30 tgl Exp $
+ * $Id: buffile.h,v 1.15 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f8bed9de033a6a261fa4ce29af950b03648bb5b2..5d78a3b9b2a6742b82c30c262a8b21b784d37cdb 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES buffer manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bufmgr.h,v 1.68 2003/08/04 00:43:32 momjian Exp $
+ * $Id: bufmgr.h,v 1.69 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0222d1dc0eda2cb3e69ec58e774d2c8421f04d45..930887b169e1c7c80d9c9df569d1b35792d07e94 100644 (file)
@@ -4,10 +4,10 @@
  *       Standard POSTGRES buffer page definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: bufpage.h,v 1.54 2003/03/28 20:17:13 tgl Exp $
+ * $Id: bufpage.h,v 1.55 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0cec593032de751154bf28b4725b18c95383b748..30205031724f12e387354d102f065aee9f5ff4ac 100644 (file)
@@ -4,10 +4,10 @@
  *       Virtual file descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fd.h,v 1.38 2003/04/29 03:21:30 tgl Exp $
+ * $Id: fd.h,v 1.39 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b60d0ceb2f45e8f9ca45d4ee50597329bd21c764..7d52bd855fc6e608c356f8f6ba9bd3c906389b03 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: freespace.h,v 1.11 2003/08/04 00:43:32 momjian Exp $
+ * $Id: freespace.h,v 1.12 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 24a7acdf2e31ee9c76d03852a5d95336ed115fb3..06130508b8cd8b1a77567107c185e2fd3edcfa33 100644 (file)
@@ -8,10 +8,10 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: ipc.h,v 1.60 2003/05/03 03:52:07 momjian Exp $
+ * $Id: ipc.h,v 1.61 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 92b91d0c6ab972963878cb07ae3e9bf50789ab45..1369c0feaccd8562e0b1a797060c417f236e0ec2 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES disk item definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: item.h,v 1.11 2002/06/20 20:29:52 momjian Exp $
+ * $Id: item.h,v 1.12 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 81a9b32ed73a2e5bab1f34e16f3d32691da9dfc3..573ddd8544957f879c6988face7f47a88fd6f7c6 100644 (file)
@@ -4,10 +4,10 @@
  *       Standard POSTGRES buffer page item identifier definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: itemid.h,v 1.20 2002/06/20 20:29:52 momjian Exp $
+ * $Id: itemid.h,v 1.21 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 055ff6ded69785f15c2f3560374207ffade330c1..49c3f40d58eeb5a1e366230949149574fbc5ccbf 100644 (file)
@@ -4,10 +4,10 @@
  *       Standard POSTGRES buffer page long item subposition definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: itempos.h,v 1.16 2002/06/20 20:29:52 momjian Exp $
+ * $Id: itempos.h,v 1.17 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0159ec2aff1ff3fbc7d5b33c762ae960213203bf..d778052b1abbc8c25d27b895a173f8c233ff47b0 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES disk item pointer definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: itemptr.h,v 1.22 2002/06/20 20:29:52 momjian Exp $
+ * $Id: itemptr.h,v 1.23 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e64f3ab0295a9806a8c71017712e4735304561ec..64a52f8c4f3a65dd2bb14d48c0a52f02b8f65b1e 100644 (file)
@@ -5,10 +5,10 @@
  *       zillions of large objects (internal, external, jaquith, inversion).
  *       Now we only support inversion.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: large_object.h,v 1.25 2002/06/20 20:29:52 momjian Exp $
+ * $Id: large_object.h,v 1.26 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5e47685923675ac151f1f9a2770b506ab5ce9a47..d7a557d2b5764bac63c4abaccfd856e1a6828586 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES lock manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lmgr.h,v 1.38 2003/02/19 23:41:15 momjian Exp $
+ * $Id: lmgr.h,v 1.39 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 577559f7a9573dc4253a8466dacf5c782992d269..1160a9c1be0f120bd67f23d33a9106c47a1417ff 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES low-level lock mechanism
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lock.h,v 1.72 2003/08/04 00:43:32 momjian Exp $
+ * $Id: lock.h,v 1.73 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6a2d8c5a1c84f31e97ea6adfd94cb436d28b7531..7b2a4c92154916e1f01f8b26696d32bb7efd840d 100644 (file)
@@ -4,10 +4,10 @@
  *       Lightweight lock manager
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lwlock.h,v 1.7 2003/06/11 22:37:46 momjian Exp $
+ * $Id: lwlock.h,v 1.8 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 921683850e68d1afa96935da941044262ffa585a..acdcb6d81b9ff7f8579f204596fd232804a34b1d 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES disk "offset" definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: off.h,v 1.15 2003/03/10 22:28:21 tgl Exp $
+ * $Id: off.h,v 1.16 2003/08/04 02:40:14 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e324259c54e72058796df49a1589ffe5a4efac8d..324c7b2a36fc60dbff67a2053dc475e4097c7f39 100644 (file)
  * be provided by each port.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_sema.h,v 1.3 2002/09/04 20:31:45 momjian Exp $
+ * $Id: pg_sema.h,v 1.4 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0c2b9cb299d56c896e4eacea1779bdf748aeed44..7f96a150df7ac0ffb3f11e0305288d904f413397 100644 (file)
  * only one ID number.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_shmem.h,v 1.6 2003/05/08 14:49:04 momjian Exp $
+ * $Id: pg_shmem.h,v 1.7 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1139a2c78bf2ca91b4d987670886d3c667152373..f674c3aaea62f61bb9435df20d95159092c9c92a 100644 (file)
@@ -4,10 +4,10 @@
  *       routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pmsignal.h,v 1.4 2002/09/04 20:31:45 momjian Exp $
+ * $Id: pmsignal.h,v 1.5 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6be0b499dfb70ef5fb850708a19adf3cc5afb44e..63ed692edca6a20a613f98e95e736aa2d55fab3b 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES "position" definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pos.h,v 1.14 2002/06/20 20:29:52 momjian Exp $
+ * $Id: pos.h,v 1.15 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4b2beac8730515286a4d29f28f3145c54c388241..3cad0c5b63c2f298a4de8be45d6e50189e8b9dd4 100644 (file)
@@ -4,10 +4,10 @@
  *       per-process shared memory data structures
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: proc.h,v 1.63 2003/02/18 02:13:24 momjian Exp $
+ * $Id: proc.h,v 1.64 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3dfb515702e365a647984f044a3aa2b23943be76..827951804394ddce59f23a5bd15d90dc2eb8a721 100644 (file)
  *     when using the SysV semaphore code.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *       $Id: s_lock.h,v 1.111 2003/08/01 19:12:52 tgl Exp $
+ *       $Id: s_lock.h,v 1.112 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0f5e23f26356dedc47304162667de4891974378f..a674934d7728959d5ffd4f26db1f5304d629ef6a 100644 (file)
@@ -4,10 +4,10 @@
  *       shared memory management structures
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: shmem.h,v 1.38 2002/08/17 13:04:19 momjian Exp $
+ * $Id: shmem.h,v 1.39 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6d08574435ca3372dba07f62db2af7bd6c31d415..b1a95c38e8c111245aa1edea1dfaccc4ff5ee341 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES shared cache invalidation communication definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sinval.h,v 1.30 2002/09/04 20:31:45 momjian Exp $
+ * $Id: sinval.h,v 1.31 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 39c895026b438f5c0583b515ca27c5b84c99b388..0da830d13b840c5094a8c9717d3e0efd347bd54c 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES shared cache invalidation segment definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sinvaladt.h,v 1.33 2002/08/29 21:02:12 momjian Exp $
+ * $Id: sinvaladt.h,v 1.34 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d5a96ea0c9979af6130ea0df0454c9243e90eb79..67b1d4b6ccfb8a5788ee7906adbf161f7834cd85 100644 (file)
@@ -4,10 +4,10 @@
  *       storage manager switch public interface declarations.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: smgr.h,v 1.36 2002/08/06 02:36:35 tgl Exp $
+ * $Id: smgr.h,v 1.37 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index db3d1fe97742c12a78cafdc593cabebb7c0f3c65..7c17cc2da59fa5579fe04152b10b220fd4aadd13 100644 (file)
  *     supplied by s_lock.h.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: spin.h,v 1.21 2002/06/20 20:29:52 momjian Exp $
+ * $Id: spin.h,v 1.22 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 66d45e33bc4d01cb41b5f10a67a1be2d0c127cbf..a195ea0a8970315b355737285c17b1c9300251bd 100644 (file)
  * calls in portal and cursor manipulations.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dest.h,v 1.39 2003/08/04 00:43:32 momjian Exp $
+ * $Id: dest.h,v 1.40 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9e0f5e6bbb9a02c1044f6a9d938bd7ad925af465..286cf69941f16bb61019136002351836e8dedc49 100644 (file)
@@ -3,10 +3,10 @@
  * fastpath.h
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fastpath.h,v 1.14 2003/04/19 00:02:30 tgl Exp $
+ * $Id: fastpath.h,v 1.15 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9a20259ae015c004957916cfc076ebabb35d5dbc..428da5cf8e2c14758ba2340ed6acf66e2176b7c7 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for pquery.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pquery.h,v 1.28 2003/08/04 00:43:32 momjian Exp $
+ * $Id: pquery.h,v 1.29 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cf1da8c9d236785eb6cd9f694acec8e24a3f9c3a..21e4598e72295cd97c4f04bdae893e422ae6e136 100644 (file)
@@ -4,10 +4,10 @@
  *       #defines governing debugging behaviour in the traffic cop
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tcopdebug.h,v 1.10 2002/06/20 20:29:52 momjian Exp $
+ * $Id: tcopdebug.h,v 1.11 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1003439291469ee12906079eaee6af688aa7fb42..d89cb56c40442287fa4a0247152536e2c5ad26d8 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for postgres.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tcopprot.h,v 1.59 2003/08/04 00:43:32 momjian Exp $
+ * $Id: tcopprot.h,v 1.60 2003/08/04 02:40:15 momjian Exp $
  *
  * OLD COMMENTS
  *       This file was created so that other c files could get the two
index 54098395e3d2dfed150211d66f51fc0902d50483..b66928ba4b8791680d87197b7e1fb078dff0b563 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for utility.c.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: utility.h,v 1.19 2003/07/22 19:00:12 tgl Exp $
+ * $Id: utility.h,v 1.20 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 8226381fbafc83f735bbd1d3823db4e6799eac3a..332790f3c1dda4f2242e400170d8dc45e80dc8da 100644 (file)
@@ -4,10 +4,10 @@
  *       Definition of (and support for) access control list data structures.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: acl.h,v 1.59 2003/08/04 00:43:32 momjian Exp $
+ * $Id: acl.h,v 1.60 2003/08/04 02:40:15 momjian Exp $
  *
  * NOTES
  *       For backward-compatibility purposes we have to allow there
index 048210087a8271691fdc1501850d1b2c11d679ff..f6c73dd2bd9d0fd7d4d8d0ce80dab6989ac29697 100644 (file)
@@ -7,10 +7,10 @@
  *                             utils/adt/arrayutils.c
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: array.h,v 1.43 2003/08/04 00:43:32 momjian Exp $
+ * $Id: array.h,v 1.44 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b5e755882a067fe9fe56af971b27aa26f34570b6..a552a3d3d5e97a43d38fd940078db9298b5669b8 100644 (file)
@@ -4,10 +4,10 @@
  *       Declarations for operations on built-in types.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: builtins.h,v 1.225 2003/08/04 00:43:32 momjian Exp $
+ * $Id: builtins.h,v 1.226 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9fe3aa6fc2562ff9d49346e89a36118d6b602117..d61b58a2cd4921035c16b37bc8dd43576721106b 100644 (file)
  * guarantee that there can only be one matching row for a key combination.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catcache.h,v 1.45 2002/09/04 20:31:45 momjian Exp $
+ * $Id: catcache.h,v 1.46 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2ea22c16d1b4dea166eb647c2b81c45c181e8749..ec15915c0aed5bb77266892dba1868611cc971e0 100644 (file)
@@ -4,10 +4,10 @@
  *       Definitions for the SQL92 "date" and "time" types.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: date.h,v 1.23 2003/05/12 23:08:51 tgl Exp $
+ * $Id: date.h,v 1.24 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 109a86b0a91218cdc0dcb0ccbf77a4eef83a9ee8..f81f5f8e9c1e05b6f8b7f6a0950966750b80d99f 100644 (file)
@@ -6,10 +6,10 @@
  *        including abstime, reltime, date, and time.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: datetime.h,v 1.42 2003/08/04 00:43:32 momjian Exp $
+ * $Id: datetime.h,v 1.43 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 066c20c7c76e58cf5d577a5bf5c82ec4d45eaf19..7d4703a9c7277c5e8e013ecabff4491779b4ae1d 100644 (file)
@@ -8,10 +8,10 @@
  * of the Datum.  (We do it this way because in most situations the caller
  * can look up the info just once and use it for many per-datum operations.)
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: datum.h,v 1.17 2002/06/20 20:29:52 momjian Exp $
+ * $Id: datum.h,v 1.18 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6f60e060ad207e50e497bd0c124fa2b8f0dcefa6..52ebf195e2af7c56d6455c21d9be9e3b30dd0fb4 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES dynahash.h file definitions
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dynahash.h,v 1.12 2002/06/20 20:29:52 momjian Exp $
+ * $Id: dynahash.h,v 1.13 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1e5aad354a67f81efd27b123350e70c6c823af64..fa9e9242df638ac4ed8d4e5caa270ec025bf59c9 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: dynamic_loader.h,v 1.21 2002/06/20 20:29:52 momjian Exp $
+ * $Id: dynamic_loader.h,v 1.22 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index faa4783d4eb5b744327f7c7f9a0a5f58dc0d0c54..ee0da125e8c790e09978c2a660502d046c32bc49 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES error reporting/logging definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: elog.h,v 1.61 2003/08/04 00:43:32 momjian Exp $
+ * $Id: elog.h,v 1.62 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index a7ad7849f5f2788863f3a9e83a79b1c097dffd84..4341f50ee4785915b828699c7af569469709c03c 100644 (file)
@@ -3,10 +3,10 @@
  * fmgrtab.h
  *       The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fmgrtab.h,v 1.20 2002/06/20 20:29:52 momjian Exp $
+ * $Id: fmgrtab.h,v 1.21 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e062d820463f174506ca8acf4b0d527978d69a03..e029c136b85e88ed08c0b58b970c6f3de0001539 100644 (file)
@@ -3,10 +3,10 @@
  * geo_decls.h - Declarations for various 2D constructs.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geo_decls.h,v 1.40 2003/05/13 18:03:08 tgl Exp $
+ * $Id: geo_decls.h,v 1.41 2003/08/04 02:40:15 momjian Exp $
  *
  * NOTE
  *       These routines do *not* use the float types from adt/.
index 742b3b2ff646973fa1941024394de6906e2a0bfb..6bd7d8209589a36d9c55df4a080a582822c4fafc 100644 (file)
@@ -5,9 +5,9 @@
  *
  * See src/backend/utils/misc/README for design notes.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  *
- *       $Id: guc_tables.h,v 1.5 2003/08/04 00:43:32 momjian Exp $
+ *       $Id: guc_tables.h,v 1.6 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cd2c6e02fc7ce221129e6dd95d43066a0876b96f..e60474e1f7f4e7995d7d5fb4c707fe194ad57aea 100644 (file)
@@ -3,9 +3,9 @@
  * help_config.h
  *             Interface to the --help-config option of main.c
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  *
- *       $Id: help_config.h,v 1.2 2003/08/04 00:43:32 momjian Exp $
+ *       $Id: help_config.h,v 1.3 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9c5fe45e56659704b716540ae844bedd40cd9b94..905268badc6199e7cee00cf20bf93553daa4bf81 100644 (file)
@@ -4,10 +4,10 @@
  *       for hash tables, particularly hash tables in shared memory
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: hsearch.h,v 1.27 2002/06/20 20:29:53 momjian Exp $
+ * $Id: hsearch.h,v 1.28 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 9b375ed24cb3f3137215b8cb27d4ac3925e0b2dd..acd50a360eecf36a6dae57569037009c9545f634 100644 (file)
@@ -4,10 +4,10 @@
  *       Declarations for operations on INET datatypes.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: inet.h,v 1.15 2003/08/04 00:43:32 momjian Exp $
+ * $Id: inet.h,v 1.16 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 79ff4704401001e5f9ec25367efbc4865020106e..5dd9c655ce968e99fc9efc933c8b76d600edceab 100644 (file)
@@ -4,10 +4,10 @@
  *       Declarations for operations on 64-bit integers.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: int8.h,v 1.37 2003/05/09 15:44:42 tgl Exp $
+ * $Id: int8.h,v 1.38 2003/08/04 02:40:15 momjian Exp $
  *
  * NOTES
  * These data types are supported on all 64-bit architectures, and may
index a2474dfa3fdbdfaad5c88058d55fc1967c7b70c6..d4538d597d4e71eeb28e93b4cb7cb3ece3db929c 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES cache invalidation dispatcher definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: inval.h,v 1.27 2002/09/04 20:31:45 momjian Exp $
+ * $Id: inval.h,v 1.28 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 686d54ea5a1a67ec194008ae990d05f973dd2a51..14d203722480b72ecc366c95a09c6d9f32a6cbb9 100644 (file)
@@ -5,10 +5,10 @@
  *
  * See logtape.c for explanations.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: logtape.h,v 1.8 2002/06/20 20:29:53 momjian Exp $
+ * $Id: logtape.h,v 1.9 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 129492a32531fa74412da930e3136b848886e2a8..550a14efe73cc7a3e8a6f57e08395c359b15eb0b 100644 (file)
@@ -3,10 +3,10 @@
  * lsyscache.h
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lsyscache.h,v 1.77 2003/08/04 00:43:32 momjian Exp $
+ * $Id: lsyscache.h,v 1.78 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 6d04ddba5d517dc3d362d1b3118990990014bceb..97af97b0d334d76ec88cca1c62d3b80a0f2582b0 100644 (file)
@@ -7,10 +7,10 @@
  *       of the API of the memory management subsystem.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: memutils.h,v 1.52 2003/08/04 00:43:32 momjian Exp $
+ * $Id: memutils.h,v 1.53 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0437dbe4a8c87113dca2cbeb02b04586f5a4b48e..0771469189dad4f032b80eab6ab5deac341c4a4b 100644 (file)
@@ -4,10 +4,10 @@
  *       Definitions for the "new" abstime code.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: nabstime.h,v 1.39 2003/05/12 23:08:52 tgl Exp $
+ * $Id: nabstime.h,v 1.40 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7ba40efda9dba6d7ed6ba5a6245b39262ac7b414..352108b348aa1578b923c88821badac74e0b3792 100644 (file)
  * everything that should be freed.  See utils/mmgr/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: palloc.h,v 1.25 2003/08/04 00:43:32 momjian Exp $
+ * $Id: palloc.h,v 1.26 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4083586c9de63888f69c7a1e44f7ce04d222428d..0445830d70a5ee95990f1ce40b6c60c4441064c2 100644 (file)
@@ -3,10 +3,10 @@
  *
  * PostgreSQL 64-bit CRC support
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_crc.h,v 1.8 2002/06/20 20:29:53 momjian Exp $
+ * $Id: pg_crc.h,v 1.9 2003/08/04 02:40:15 momjian Exp $
  */
 #ifndef PG_CRC_H
 #define PG_CRC_H
index 6c7664f04db223d53b2094729933e66265926ecd..52d38c9ff3c28613bab0ba056401de757c9a27ef 100644 (file)
  * to look like NO SCROLL cursors.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: portal.h,v 1.45 2003/08/04 00:43:32 momjian Exp $
+ * $Id: portal.h,v 1.46 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 29f1923b9356e9219257b435ab6acd855d5c88d2..0971abf000ada59c28b3ed915eb358fb26d4f384 100644 (file)
@@ -4,10 +4,10 @@
  *       POSTGRES relation descriptor (a/k/a relcache entry) definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rel.h,v 1.66 2003/08/04 00:43:32 momjian Exp $
+ * $Id: rel.h,v 1.67 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f28d23a6268f0589cc8b5977e0598a0eda22e3e2..5d08e9b0256a191e556eabfb1bf6a0a12cd54d56 100644 (file)
@@ -4,10 +4,10 @@
  *       Relation descriptor cache definitions.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: relcache.h,v 1.35 2003/05/28 16:04:02 tgl Exp $
+ * $Id: relcache.h,v 1.36 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 3eec90c9423c58d94081461e54c8ee1ec59ad347..79566b46f0e13ddfad56880b03812615d2e0dfb7 100644 (file)
@@ -5,10 +5,10 @@
  *       standard operators and index access methods.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: selfuncs.h,v 1.14 2003/08/04 00:43:32 momjian Exp $
+ * $Id: selfuncs.h,v 1.15 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cb9b7e0b005651db4c2510c2cfa1bea363e0d4aa..99f71655c79fd8dc8aa2904b4e5e0ce3a3a1a1e6 100644 (file)
@@ -4,10 +4,10 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: sets.h,v 1.14 2002/06/20 20:29:53 momjian Exp $
+ * $Id: sets.h,v 1.15 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index ff89f612c13a4721698b47155b20395809d12f25..4476ef531dcd04253a16960a3a845735f6153fe2 100644 (file)
@@ -6,10 +6,10 @@
  * See also lsyscache.h, which provides convenience routines for
  * common cache-lookup operations.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: syscache.h,v 1.54 2002/11/02 02:33:03 tgl Exp $
+ * $Id: syscache.h,v 1.55 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4913034c99d0ae30470be0db6d820058ce03f813..046949fe25bbb9875bbc36d8d83f1822df06a35a 100644 (file)
@@ -3,10 +3,10 @@
  * timestamp.h
  *       Definitions for the SQL92 "timestamp" and "interval" types.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: timestamp.h,v 1.30 2003/05/12 23:08:52 tgl Exp $
+ * $Id: timestamp.h,v 1.31 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 15966dc04e78086f4af96a0d6c1d44a3d795d04a..c99d37953053d133afc5db243aa62b3fbc681f59 100644 (file)
@@ -5,10 +5,10 @@
  *
  *       Should be moved/renamed...    - vadim 07/28/98
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tqual.h,v 1.45 2003/06/12 01:42:21 momjian Exp $
+ * $Id: tqual.h,v 1.46 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 430af58d7d7cd8fc506ee7d9ef695e750b20ef5d..8eaceda1198a5e32eeaa410799a1b00ebb157bbd 100644 (file)
  * amounts are sorted using temporary files and a standard external sort
  * algorithm.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tuplesort.h,v 1.12 2002/06/20 20:29:53 momjian Exp $
+ * $Id: tuplesort.h,v 1.13 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4732a47ca78a8232d3251f680bbacbf94c2fc9c9..81a1d7d5dc7d575a02a31ddc8a02d499bfb80053 100644 (file)
  * A temporary file is used to handle the data if it exceeds the
  * space limit specified by the caller.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tuplestore.h,v 1.12 2003/08/04 00:43:32 momjian Exp $
+ * $Id: tuplestore.h,v 1.13 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d73cbd409aed0d97149fa3593cd396ae680861e9..146919d4b6b26b2b347e1684afb7bf88a3d5aa1e 100644 (file)
@@ -5,10 +5,10 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: varbit.h,v 1.17 2003/05/12 23:08:52 tgl Exp $
+ * $Id: varbit.h,v 1.18 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0fb3e8b6e3f1df0ad4b42752f5733c5e3aa999d2..1b2f529a80bb609ad9125e3326c9254a63581f45 100644 (file)
@@ -5,10 +5,10 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_type.h,v 1.1 2003/03/16 10:42:53 meskes Exp $
+ * $Id: pg_type.h,v 1.2 2003/08/04 02:40:15 momjian Exp $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
index 4971c9fa7d85d891fe1cc8865bea5780d55fdc98..9dc1b6ad0254fd14b129b4643d2f5e4a874a63b3 100644 (file)
@@ -3,12 +3,12 @@
  * keywords.c
  *       lexical token lookup for reserved words in PostgreSQL
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.59 2003/06/25 10:44:21 meskes Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.60 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d29e75a52b0bfb9bc8343d0df967dfd8b58abf48..dd1c2891b463dc3b0265453989c4971543da7ba2 100644 (file)
@@ -7,12 +7,12 @@
  * This is a modified version of src/backend/parser/scan.l
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.119 2003/07/25 05:42:27 meskes Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.120 2003/08/04 02:40:15 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4e73f108c82fa48b52f39168e92c840a781d0de3..d1d74cb00da9f41fbd9bcc3ac477c0c49edaf66f 100644 (file)
@@ -5,10 +5,10 @@
  *     libpgtcl is a tcl package for front-ends to interface with PostgreSQL.
  *     It's a Tcl wrapper for libpq.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpgtcl.h,v 1.15 2002/06/20 20:29:53 momjian Exp $
+ * $Id: libpgtcl.h,v 1.16 2003/08/04 02:40:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 60f51b800b3ae6f78d220c1a82363e27fb0cbe48..fd01187aa797e58fe5fe535f95199bd89fb46e79 100644 (file)
@@ -5,12 +5,12 @@
  *     libpgtcl is a tcl package for front-ends to interface with PostgreSQL.
  *     It's a Tcl wrapper for libpq.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtcl.c,v 1.27 2002/09/04 20:31:46 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtcl.c,v 1.28 2003/08/04 02:40:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b247832c227619a0e0f2e18ee58f392e4a96a1a7..657a59fe89269a1d96b3c29fc520ec78965465ec 100644 (file)
@@ -3,12 +3,12 @@
  * pgtclCmds.c
  *       C functions which implement pg_* tcl commands
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclCmds.c,v 1.72 2003/08/04 00:43:33 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclCmds.c,v 1.73 2003/08/04 02:40:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 43d415cd3f5066ee5fafc7db92cac45020ece3cc..3acb648950df1979a24f247706d31b8644baab40 100644 (file)
@@ -3,10 +3,10 @@
  * pgtclCmds.h
  *       declarations for the C functions which implement pg_* tcl commands
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pgtclCmds.h,v 1.30 2003/08/04 00:43:33 momjian Exp $
+ * $Id: pgtclCmds.h,v 1.31 2003/08/04 02:40:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 438f2a2a58676382d027faf5386f250ffba8b7c1..1111953235d6e700afe5c21f070c0ac29a7026d2 100644 (file)
@@ -9,11 +9,11 @@
  *
  *     ASSUMPTION:  sizeof(long) >= sizeof(void*)
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclId.c,v 1.42 2003/08/04 00:43:33 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclId.c,v 1.43 2003/08/04 02:40:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index cb8a8a83cede827174b8d463d570e52d5d4db81f..e8c816a7daa0d3076a901ee7510a150bc1714bea 100644 (file)
@@ -7,10 +7,10 @@
  *     everything in Tcl is a string, but in C, pointers to data structures
  *     are needed.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pgtclId.h,v 1.23 2003/08/04 00:43:33 momjian Exp $
+ * $Id: pgtclId.h,v 1.24 2003/08/04 02:40:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index b255e92c9fd81fe57398b798df03d51c48ef1344..34ea7ea24696006dfa56e239f44e6afa65f34b25 100644 (file)
@@ -3,14 +3,14 @@
  * fe-auth.c
  *        The front-end (client) authorization routines
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTE: the error message strings returned by this module must not
  * exceed INITIAL_EXPBUFFER_SIZE (currently 256 bytes).
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.82 2003/08/04 00:43:33 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.83 2003/08/04 02:40:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 1151cc101cbe6cbe6c96fe106f8a93cf6fadcea8..848ca10e23f4cd1071cfb99dd4daf4521595057e 100644 (file)
@@ -4,10 +4,10 @@
  *
  *       Definitions for network authentication routines
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fe-auth.h,v 1.16 2002/06/20 20:29:53 momjian Exp $
+ * $Id: fe-auth.h,v 1.17 2003/08/04 02:40:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 5ade4011b55d0a7c160ce41c48bc2621545c77b4..ef72edb8c721713f9f3130fc077282f5ca551afd 100644 (file)
@@ -3,12 +3,12 @@
  * fe-connect.c
  *       functions related to setting up a connection to the backend
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.258 2003/08/04 00:43:33 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.259 2003/08/04 02:40:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f23aeb301656e15ce6ab2e955112c6b9b37ef859..350561d72671d0df32a28db4a8dd8320202d4917 100644 (file)
@@ -3,12 +3,12 @@
  * fe-exec.c
  *       functions related to sending a query down to the backend
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.142 2003/08/04 00:43:33 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.143 2003/08/04 02:40:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d07ab619bbdb3d90c93877f481e11b26d29627ee..adfde93c9dd290f5182ad11a6d7c17e949af2a3d 100644 (file)
@@ -3,12 +3,12 @@
  * fe-lobj.c
  *       Front-end large object interface
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.43 2003/08/04 00:43:33 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.44 2003/08/04 02:40:16 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index e69bfa5f335e7387b8997aac841ec4e6a9e34e6c..2e27255fa060d66a55b5e8f2a9c862243604739e 100644 (file)
  * routines.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.99 2003/08/04 00:43:33 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.100 2003/08/04 02:40:17 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 2dfdc5641c1bc091f8e739eb9ea41531ba230b90..d8831eb26d7e5f9515b67ccb3c395739609b78f2 100644 (file)
@@ -3,14 +3,14 @@
  * fe-print.c
  *       functions for pretty-printing query results
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * These functions were formerly part of fe-exec.c, but they
  * didn't really belong there.
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-print.c,v 1.47 2002/10/03 17:09:42 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-print.c,v 1.48 2003/08/04 02:40:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index d8727440d15e7a037e4a240344d02baea5fd60eb..834aa69bbf4b27def48e7c798f470452638da5bc 100644 (file)
@@ -3,12 +3,12 @@
  * fe-protocol2.c
  *       functions that are specific to frontend/backend protocol version 2
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-protocol2.c,v 1.5 2003/08/04 00:43:33 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-protocol2.c,v 1.6 2003/08/04 02:40:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 0799c318c88198c7715f54041be0692d103a2401..15de69007d1ada8fcecd383768dbb21fc80262fb 100644 (file)
@@ -3,12 +3,12 @@
  * fe-protocol3.c
  *       functions that are specific to frontend/backend protocol version 3
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-protocol3.c,v 1.5 2003/08/04 00:43:33 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-protocol3.c,v 1.6 2003/08/04 02:40:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 37cc2ffcd242457f55b694fc5d1d9ddfe0113ece..5714680c7cf7139c7e788665fa14f5977e78e41f 100644 (file)
@@ -6,12 +6,12 @@
  *       message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-secure.c,v 1.27 2003/08/04 00:43:33 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-secure.c,v 1.28 2003/08/04 02:40:20 momjian Exp $
  *
  * NOTES
  *       The client *requires* a valid server certificate.  Since
index c7bf37d2928c999a0e77012c4f12c86de842172b..0e1d2292c6461cb9920b1aec0ff974229adba625 100644 (file)
@@ -4,10 +4,10 @@
  *       This file contains definitions for structures and
  *       externs for functions used by frontend postgres applications.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-fe.h,v 1.95 2003/08/04 00:43:33 momjian Exp $
+ * $Id: libpq-fe.h,v 1.96 2003/08/04 02:40:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 830816c323a6ea5aa6ae17757d63beb30befca61..1da73ad30b826c07b9c8cd4a7256e9326fbb10c4 100644 (file)
@@ -9,10 +9,10 @@
  *       more likely to break across PostgreSQL releases than code that uses
  *       only the official API.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-int.h,v 1.79 2003/08/04 00:43:33 momjian Exp $
+ * $Id: libpq-int.h,v 1.80 2003/08/04 02:40:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 4bd78b18740a8040eb246f24b544e15c00afe32c..195f6cfd6b9bc9813d86210f8982219a007e2dd3 100644 (file)
  * a usable vsnprintf(), then a copy of our own implementation of it will
  * be linked into libpq.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/pqexpbuffer.c,v 1.14 2002/10/03 17:09:42 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/pqexpbuffer.c,v 1.15 2003/08/04 02:40:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index f34895ebd599fd3efc5bd2c21ae8951eeb162843..21117c1a3499b6f43832e42844645fafbfdfdbcc 100644 (file)
  * a usable vsnprintf(), then a copy of our own implementation of it will
  * be linked into libpq.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqexpbuffer.h,v 1.11 2002/06/20 20:29:54 momjian Exp $
+ * $Id: pqexpbuffer.h,v 1.12 2003/08/04 02:40:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 751e87d61eecd7321bfa1bfb8a19a1fca654528c..18f4f535f3299b4d7f280fe745635d680ef8ae18 100644 (file)
@@ -4,12 +4,12 @@
  *       reliable BSD-style signal(2) routine stolen from RWW who stole it
  *       from Stevens...
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/interfaces/libpq/pqsignal.c,v 1.16 2002/11/04 14:27:21 tgl Exp $
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq/pqsignal.c,v 1.17 2003/08/04 02:40:20 momjian Exp $
  *
  * NOTES
  *             This shouldn't be in libpq, but the monitor and some other
index b458ebeb4961f8e7f068609c8f127fe543fa7f4b..50855a2484919ec6071dcc1ce3053ce0c6768d91 100644 (file)
@@ -4,10 +4,10 @@
  *       prototypes for the reliable BSD-style signal(2) routine.
  *
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqsignal.h,v 1.14 2002/06/20 20:29:54 momjian Exp $
+ * $Id: pqsignal.h,v 1.15 2003/08/04 02:40:20 momjian Exp $
  *
  * NOTES
  *       This shouldn't be in libpq, but the monitor and some other
index 36c4230e747ccdd38685ba4cc363bc8c278ce85e..a458361ced19bc29eead3d15cb351427233ff961 100644 (file)
@@ -12,7 +12,7 @@
  * The error constants are taken from the Frambak Bakfram LGSOCKET
  * library guys who in turn took them from the Winsock FAQ.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  */
index b280e3f2c753001de5a4ad25b031b6f6963dc816..3b43d3051b97877243ddc86baf443029e02f82da 100644 (file)
@@ -3,12 +3,12 @@
  * fseeko.c
  *       64-bit versions of fseeko/ftello()
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/port/fseeko.c,v 1.11 2003/08/04 00:43:33 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/port/fseeko.c,v 1.12 2003/08/04 02:40:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 542c0442182534bbdcdcb36fa727da3e10be4a0e..6aeb35a6c4dd30dc2ec16ba89f1b7c891a991deb 100644 (file)
@@ -3,12 +3,12 @@
  * memcmp.c
  *       compares memory bytes
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/port/memcmp.c,v 1.2 2002/09/04 20:31:48 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/port/memcmp.c,v 1.3 2003/08/04 02:40:20 momjian Exp $
  *
  * This file was taken from NetBSD and is used by SunOS because memcmp
  * on that platform does not properly compare negative bytes.
index ff487108c894d9d0a12939fd31efe960264a6358..c0b4409d734a25392c1813d30aad5c1a231b2448 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: strcasecmp.c,v 1.1 2002/07/18 04:13:59 momjian Exp $ */
+/* $Id: strcasecmp.c,v 1.2 2003/08/04 02:40:20 momjian Exp $ */
 
 /*
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.
  *
index a7d1ff9305adc4ac43cca1af4c93258b728beb0a..69a7a88d46d10e2a7d595c99335e283745ef477a 100644 (file)
@@ -3,12 +3,12 @@
  * strdup.c
  *       copies a null-terminated string.
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/port/strdup.c,v 1.1 2002/07/18 04:13:59 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/port/strdup.c,v 1.2 2003/08/04 02:40:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 526b070bd09aa99cb0faec354cc5731afa96ae10..fd1bc5f3c67ba6ae6a992d2fb65ca31aa13d5803 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index dfb6156975acd451e52e19bf8844f335f65432ee..1bb71415bca7e843132d94425c5fa03a15605a74 100644 (file)
@@ -3,12 +3,12 @@
  * testlo.c
  *       test using large objects with libpq
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/test/examples/testlo.c,v 1.19 2002/06/20 20:29:54 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/test/examples/testlo.c,v 1.20 2003/08/04 02:40:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
index 845c5db6b3f19b44a550c3954a1e66e20feed8ff..94ff8ceea4f69f4ddac4a08623e81e357218a2e3 100644 (file)
@@ -3,12 +3,12 @@
  * beard.c
  *       sample routines to use large objects
  *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/tutorial/Attic/beard.c,v 1.8 2002/06/20 20:29:54 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/tutorial/Attic/beard.c,v 1.9 2003/08/04 02:40:20 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */