Tag appropriate files for rc3
authorPostgreSQL Daemon <PostgreSQL Daemon>
Fri, 31 Dec 2004 22:04:05 +0000 (22:04 +0000)
committerPostgreSQL Daemon <PostgreSQL Daemon>
Fri, 31 Dec 2004 22:04:05 +0000 (22:04 +0000)
Also performed an initial run through of upgrading our Copyright date to
extend to 2005 ... first run here was very simple ... change everything
where: grep 1996-2004 && the word 'Copyright' ... scanned through the
generated list with 'less' first, and after, to make sure that I only
picked up the right entries ...

715 files changed:
COPYRIGHT
configure.in
contrib/vacuumlo/vacuumlo.c
doc/FAQ_japanese
doc/src/FAQ/FAQ_japanese.html
doc/src/sgml/legal.sgml
src/backend/access/common/heaptuple.c
src/backend/access/common/indextuple.c
src/backend/access/common/indexvalid.c
src/backend/access/common/printtup.c
src/backend/access/common/scankey.c
src/backend/access/common/tupdesc.c
src/backend/access/gist/gist.c
src/backend/access/gist/gistget.c
src/backend/access/gist/gistscan.c
src/backend/access/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/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/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/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/slru.c
src/backend/access/transam/subtrans.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/alter.c
src/backend/commands/analyze.c
src/backend/commands/async.c
src/backend/commands/cluster.c
src/backend/commands/comment.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/tablespace.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/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/params.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/irix.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/error.c
src/backend/port/win32/security.c
src/backend/port/win32/sema.c
src/backend/port/win32/shmem.c
src/backend/port/win32/signal.c
src/backend/port/win32/socket.c
src/backend/port/win32/timer.c
src/backend/postmaster/bgwriter.c
src/backend/postmaster/pgarch.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/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/Gen_fmgrtab.sh
src/backend/utils/adt/acl.c
src/backend/utils/adt/arrayfuncs.c
src/backend/utils/adt/arrayutils.c
src/backend/utils/adt/bool.c
src/backend/utils/adt/char.c
src/backend/utils/adt/date.c
src/backend/utils/adt/datetime.c
src/backend/utils/adt/datum.c
src/backend/utils/adt/float.c
src/backend/utils/adt/format_type.c
src/backend/utils/adt/geo_ops.c
src/backend/utils/adt/geo_selfuncs.c
src/backend/utils/adt/int.c
src/backend/utils/adt/int8.c
src/backend/utils/adt/like.c
src/backend/utils/adt/like_match.c
src/backend/utils/adt/misc.c
src/backend/utils/adt/nabstime.c
src/backend/utils/adt/name.c
src/backend/utils/adt/not_in.c
src/backend/utils/adt/numutils.c
src/backend/utils/adt/oid.c
src/backend/utils/adt/oracle_compat.c
src/backend/utils/adt/pgstatfuncs.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/rowtypes.c
src/backend/utils/adt/selfuncs.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/cache/typcache.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/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/help_config.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/resowner/resowner.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/initdb/Makefile
src/bin/initdb/initdb.c
src/bin/pg_config/pg_config.c
src/bin/pg_ctl/Makefile
src/bin/pg_ctl/pg_ctl.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_dump_sort.c
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_resetxlog/pg_resetxlog.c
src/bin/pgevent/Makefile
src/bin/psql/help.c
src/bin/psql/psqlscan.l
src/bin/scripts/common.c
src/bin/scripts/createdb.c
src/bin/scripts/createlang.c
src/bin/scripts/createuser.c
src/bin/scripts/dropdb.c
src/bin/scripts/droplang.c
src/bin/scripts/dropuser.c
src/bin/scripts/vacuumdb.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/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/slru.h
src/include/access/subtrans.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/xlog_internal.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_tablespace.h
src/include/catalog/pg_trigger.h
src/include/catalog/pg_type.h
src/include/catalog/pg_version.h
src/include/commands/alter.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/tablespace.h
src/include/commands/trigger.h
src/include/commands/typecmds.h
src/include/commands/vacuum.h
src/include/commands/variable.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/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/pg_config.h.win32
src/include/pgtime.h
src/include/port.h
src/include/postgres.h
src/include/postgres_fe.h
src/include/postmaster/bgwriter.h
src/include/postmaster/pgarch.h
src/include/postmaster/postmaster.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/relfilenode.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/resowner.h
src/include/utils/selfuncs.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/typcache.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/libpq/Makefile
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/copydir.c
src/port/dirmod.c
src/port/exec.c
src/port/fseeko.c
src/port/gethostname.c
src/port/getrusage.c
src/port/isinf.c
src/port/kill.c
src/port/memcmp.c
src/port/noblock.c
src/port/open.c
src/port/path.c
src/port/pgsleep.c
src/port/pgstrcasecmp.c
src/port/pipe.c
src/port/random.c
src/port/sprompt.c
src/port/srandom.c
src/port/strdup.c
src/port/strtol.c
src/port/thread.c
src/port/unsetenv.c
src/port/win32ver.rc
src/test/bench/Makefile
src/test/examples/testlo.c
src/timezone/pgtz.c
src/timezone/pgtz.h
src/tools/thread/thread_test.c
src/tutorial/beard.c
src/tutorial/complex.source
src/tutorial/syscat.source

index b6ad300891fdcc2594d36a5a438868915e742ca6..a40a8cd0f5c4786d2bf41da292e8b526fcc4163e 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,7 +1,7 @@
 PostgreSQL Database Management System
 (formerly known as Postgres, then as Postgres95)
 
-Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
 
 Portions Copyright (c) 1994, The Regents of the University of California
 
index 4bd2ce950e0c0af6e8a7ccc0201051277c0ade5c..7c856209ddbc27697f180d850b4766096f9cb01f 100644 (file)
@@ -17,10 +17,10 @@ dnl Read the Autoconf manual for details.
 dnl
 m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
 
-AC_INIT([PostgreSQL], [8.0.0rc2], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [8.0.0rc3], [pgsql-bugs@postgresql.org])
 
 AC_PREREQ(2.53)
-AC_COPYRIGHT([Copyright 2004 PostgreSQL Global Development Group])
+AC_COPYRIGHT([Copyright 2005 PostgreSQL Global Development Group])
 AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
 AC_CONFIG_AUX_DIR(config)
 AC_PREFIX_DEFAULT(/usr/local/pgsql)
index b65882e6acdaa42a6fc1eb50d98fd664ce4618ea..93cfe13138f98b1042bc65389f515fd85e456db6 100644 (file)
@@ -3,7 +3,7 @@
  * vacuumlo.c
  *       This removes orphaned large objects from a database.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b7e08184164216b5db93d306978a770f35360fc9..496500015ca9efece904b5e3dccb3ab1e88f5c85 100644 (file)
@@ -171,7 +171,7 @@ PostgreSQL 
 
 PostgreSQL Data Base Management System
 
-Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group Portions
+Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group Portions
 Copyright (c) 1994-6 Regents of the University of California
 
 Permission to use, copy, modify, and distribute this software and its
@@ -193,7 +193,7 @@ SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 
         POSTGRESQL ¥Ç¡¼¥¿¥Ù¡¼¥¹´ÉÍý¥·¥¹¥Æ¥à
 
-        ÉôÊ¬ÅªÃøºî¸¢ (c) 1996-2004, PostgreSQL¹ñºÝ³«È¯¥Á¡¼¥à
+        ÉôÊ¬ÅªÃøºî¸¢ (c) 1996-2005, PostgreSQL¹ñºÝ³«È¯¥Á¡¼¥à
         ÉôÊ¬ÅªÃøºî¸¢ (c) 1994-6 ¥«¥ê¥Õ¥©¥ë¥Ë¥¢Âç³ØËܹ»
 
 
index b258335d6250a0362019c5c9979de56d4a5805b5..10f295a61757b63331974138dbfa802b32864418 100644 (file)
@@ -166,7 +166,7 @@ http://www.PostgreSQL.org/docs/faqs/FAQ.html</A>
 <P>
 PostgreSQL Data Base Management System</P>
 <P>
-Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
 Portions Copyright (c) 1994-6 Regents of the University of California</P>
 <P>
 Permission to use, copy, modify, and distribute this software and its
@@ -191,7 +191,7 @@ MODIFICATIONS.</P>
 <SMALL><PRE>
        POSTGRESQL ¥Ç¡¼¥¿¥Ù¡¼¥¹´ÉÍý¥·¥¹¥Æ¥à
 
-       ÉôÊ¬ÅªÃøºî¸¢ (c) 1996-2004, PostgreSQL¹ñºÝ³«È¯¥Á¡¼¥à
+       ÉôÊ¬ÅªÃøºî¸¢ (c) 1996-2005, PostgreSQL¹ñºÝ³«È¯¥Á¡¼¥à
        ÉôÊ¬ÅªÃøºî¸¢ (c) 1994-6 ¥«¥ê¥Õ¥©¥ë¥Ë¥¢Âç³ØËܹ»
 
 
index f39f54855d81ddddf2f3913f60a91cd42a94a888..571ab438900020099bc5108ce5312ceff7660c99 100644 (file)
@@ -3,7 +3,7 @@ $PostgreSQL$
 -->
 
 <copyright>
- <year>1996-2004</year>
+ <year>1996-2005</year>
  <holder>The PostgreSQL Global Development Group</holder>
 </copyright>
 
@@ -11,7 +11,7 @@ $PostgreSQL$
  <title>Legal Notice</title>
 
  <para>
-  <productname>PostgreSQL</productname> is Copyright &copy; 1996-2004
+  <productname>PostgreSQL</productname> is Copyright &copy; 1996-2005
   by the PostgreSQL Global Development Group and is distributed under
   the terms of the license of the University of California below.
  </para>
index 3bd48b458b41abe5d946b9d6fc0a1d99ce9fd0de..0e6953d72d523118b207bcfe081c5e45c7634446 100644 (file)
@@ -4,7 +4,7 @@
  *       This file contains heap tuple accessor and mutator routines, as well
  *       as various tuple utilities.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c178f889a28f97ccbc14b55206aeb62e037f4f26..c706938285832ca6c16c9441cb69f7e538e8265f 100644 (file)
@@ -4,7 +4,7 @@
  *        This file contains index tuple accessor and mutator routines,
  *        as well as various tuple utilities.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3238e42800f39a6c12b520283f6c7f588718622c..aea84c614c5f8b0b194cbfafd26acc57b9e66d24 100644 (file)
@@ -3,7 +3,7 @@
  * indexvalid.c
  *       index tuple qualification validity checking code
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b3ee1036bec6a79c83ab5245b43fde0223c48ba0..f56a6128822be78f2c18f1729f8978413834a176 100644 (file)
@@ -5,7 +5,7 @@
  *       clients and standalone backends are supported here).
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d48a108723e930a77775d5c589822752d8af8e81..c67a4c46d23731f7be93c43d2cc762953b44d4f5 100644 (file)
@@ -3,7 +3,7 @@
  * scankey.c
  *       scan key support code
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 835397c5ad97aad270dd40bce17d964e40d8de36..1fbeddeb7552729b1efadd6dc8ee291494b6f90f 100644 (file)
@@ -3,7 +3,7 @@
  * tupdesc.c
  *       POSTGRES tuple descriptor support code
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 20c03b0d30648c9587586ece3dc5e514a905df2c..c752f93760557ce7b764ed7a44a1b2c30e683957 100644 (file)
@@ -4,7 +4,7 @@
  *       interface routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 615b844b67cd3011fb5a617164522159424912f5..6e1e2955ba2023a2058e3cca9839621428445f2b 100644 (file)
@@ -4,7 +4,7 @@
  *       fetch tuples from a GiST scan.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e3d59fc644dff053964189aead1d84c14791e88e..125ecf816f3352ccb6a726978810cad2f9fb4969 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to manage scans on GiST index relations
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 56233426ea290decaa6017e1c125d7f235fd6d7c..735491314ae1f6543c1b1a983eafdfed2b4ffa82 100644 (file)
@@ -3,7 +3,7 @@
  * hash.c
  *       Implementation of Margo Seltzer's Hashing package for postgres.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fcc52ed096e0a82738e8f675813833b1247b89da..b5bcdeec67861d26bff27009430b67fe00815473 100644 (file)
@@ -3,7 +3,7 @@
  * hashfunc.c
  *       Comparison functions for hash access method.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index abf327cf815e1a4ac2e565966f01489c1eeefa15..899274a2273144b8f435a6eb6f7989aaa50d876c 100644 (file)
@@ -3,7 +3,7 @@
  * hashinsert.c
  *       Item insertion in hash tables for Postgres.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 18023c83f2627a20165dbc952f7bc5b84c9e6ac2..bcbdf0c91afdcc2221f0667a1b6d39d192106a03 100644 (file)
@@ -3,7 +3,7 @@
  * hashovfl.c
  *       Overflow page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 79dcd7c48bfdea8e3b2776194f3c22fbc2188108..f42a93afc546eccf18c30864472c2f021493a88d 100644 (file)
@@ -3,7 +3,7 @@
  * hashpage.c
  *       Hash table page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f66bc68e37f2029eb3af66739f4d013e98b47b8d..f069ea9cf8964624d5e05fff6912b87ab8701231 100644 (file)
@@ -3,7 +3,7 @@
  * hashscan.c
  *       manage scans on hash tables
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 53a74a57fb3f28b400d3815d491aa5397e10c5ac..54900c385da0d09def03f6bf2ef8c66453c107f9 100644 (file)
@@ -3,7 +3,7 @@
  * hashsearch.c
  *       search code for postgres hash tables
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 321f0c392c7a5d64f4ecf5a1ae5ec49df1233828..de430b43de10ea837fb7389ab817daaac48364cb 100644 (file)
@@ -3,7 +3,7 @@
  * hashutil.c
  *       Utility code for Postgres hash implementation.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dfba031a5ce9a70c1449e931a21414ec2f10a560..e26e17956217e9af61d0659df7759307f2da8d61 100644 (file)
@@ -3,7 +3,7 @@
  * heapam.c
  *       heap access method code
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3ccf40d601e9ce73d7583f41328b70e500a2cdf1..5a950ddf375f6891318dd8125a523b2a9d13d1f2 100644 (file)
@@ -3,7 +3,7 @@
  * hio.c
  *       POSTGRES heap access method input/output code.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8750b00a88b348d69ea590b6f8c5f9e5806b36da..cd11c909ee5b81237ead2d6aad37473dc24d3756 100644 (file)
@@ -3,7 +3,7 @@
  * genam.c
  *       general index access method routines
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 14efe24ee97ee2fa2a002298fc82c4eed3370639..8946abf63106a9e4a95feb91a098fd1855714636 100644 (file)
@@ -3,7 +3,7 @@
  * indexam.c
  *       general index access method routines
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dcbce3768eae6a06127824f0a7ddc2dc8c4468f1..73c4d85b4b1de402173800433eee7de780218fdd 100644 (file)
@@ -3,7 +3,7 @@
  * nbtcompare.c
  *       Comparison functions for btree access method.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ee07373ce5819d7fa2cf38b77a48d4da02ba6a67..c14d554752139c3181ee403609d726054dbbb9f6 100644 (file)
@@ -3,7 +3,7 @@
  * nbtinsert.c
  *       Item insertion in Lehman and Yao btrees for Postgres.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 390e091f55618f71dfb892ee618a3e7f30e20bc0..605c68742b3d01d1506a7deb8126ccfbe7a621e2 100644 (file)
@@ -4,7 +4,7 @@
  *       BTree-specific page management code for the Postgres btree access
  *       method.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a8f0d2d19cd04413c3ff79cd7304c728bfa2924e..4f742886bd378b1fab335947290c6645a3b0f99c 100644 (file)
@@ -8,7 +8,7 @@
  *       This file contains only the public interface routines.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cec0de6fdc1f2dd180a4587f4e08da2709a386a3..b644f7dd07baf98693313b150ceaccc64c730e1d 100644 (file)
@@ -4,7 +4,7 @@
  *       Search code for postgres btrees.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6a5f66c443433b8726ad3611895d3ff192f53d5f..447bd6e120ac440dabd2cb67aa6fab76918be7f8 100644 (file)
@@ -52,7 +52,7 @@
  * active.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f6220012672917a3fcbb271988992d6efd3cae13..efee7d08afc72e543ea0a45e128a5c759da0cf2c 100644 (file)
@@ -3,7 +3,7 @@
  * nbtutils.c
  *       Utility code for Postgres btree implementation.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9126c3abe0d5af5e8a8c7607bc30989cc77264c6..95df7213ee73a8af5c88338e487bcf8e7959ab89 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for btrees.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 41fbdb8c37b6ece453e5ed0e6ca096ced18622c1..5864bf4c4e7198072507c54abc30ca6133322b42 100644 (file)
@@ -3,7 +3,7 @@
  * rtget.c
  *       fetch tuples from an rtree scan.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8a40cb14efe94b89c0737dd65772228e85ae3d27..a183a9883536f5c8e3c04142175222d1eea5a6fa 100644 (file)
@@ -11,7 +11,7 @@
  * routines, but that's not a big problem.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4e43c2dfe005a51affc5cbeb92b8f1a272969183..5ae35be7df02cdd72ab77e2480ad15e23191d599 100644 (file)
@@ -3,7 +3,7 @@
  * rtree.c
  *       interface routines for the postgres rtree indexed access method.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 59369a047697e2eb5c60a351c9c0947d02940c94..0426a15870055b2866c641ea23d57bc58bd6f437 100644 (file)
@@ -3,7 +3,7 @@
  * rtscan.c
  *       routines to manage scans on index relations
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f4f2d025b1ee0e4f68d7d4f53fdaf3ea9d6829e7..84788cb659763b1a0c8d9fd06ebf6df2895b6912 100644 (file)
@@ -3,7 +3,7 @@
  * rtstrat.c
  *       strategy map data for rtrees.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6d114524f6c747c9603e094a71f2157d7369e97a..29dab25edc4828e033b88acf7a4b962c4dff954f 100644 (file)
@@ -21,7 +21,7 @@
  * we don't need to mark CLOG pages with LSN information; we have enough
  * synchronization already.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e6bf3ad57992c6c839db02c2156e993856d3e871..4373dbb66f22e890d77878c02c580eb654d1a337 100644 (file)
@@ -45,7 +45,7 @@
  * process must notice this and not mark the page CLEAN when it's done.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index cfa00ab22c906f835464f63bdce6bf080b531ff2..8b2661f7645163cef29ec2aae53d48e1ea217419 100644 (file)
@@ -19,7 +19,7 @@
  * data across crashes.  During database startup, we simply force the
  * currently-active page of SUBTRANS to zeroes.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 49c91707cadf26e671a64523f56b0c6d26170429..ab8519f83e04034723f5a4d6a5ae6b88f2ad2643 100644 (file)
@@ -3,7 +3,7 @@
  * transam.c
  *       postgres transaction log interface routines
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9c276637a7ce2872d6d11b5089e7f79f2e03d9f4..65ea4d6ae63ee5cb1c02a56c28004a8e76b10fef 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See src/backend/access/transam/README for more information.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 93cee206c72a871a7beae917653fbaa4528f212a..d4cd215f81a2ed90965bb31479064620ea44395f 100644 (file)
@@ -4,7 +4,7 @@
  *             PostgreSQL transaction log manager
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7e166171093e5035b858d93b5fb6b25535fd89a0..efc40be75968d87e9e5112367d75880dcb838429 100644 (file)
@@ -8,7 +8,7 @@
  * None of this code is used during normal system operation.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 161ac6c8b43ad396f5c07bd6bb8610f8bff6f1f8..2ab6f2c1a17b3c69ae47b0e8bb3f2721390acecd 100644 (file)
@@ -4,7 +4,7 @@
  * bootparse.y
  *       yacc parser grammar for the "backend" initialization program.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 91b6c5511370f29fb55accb965594efba4b9fd53..d009bcf4a260d35f3f29548ef09d773afaa27ae0 100644 (file)
@@ -4,7 +4,7 @@
  * bootscanner.l
  *       a lexical scanner for the bootstrap parser
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9dc7667d0f80d049b16fea2c15c3d50f1c2a4f66..b2775e3634bdcc0e72dff06e0048f9ebfdee304b 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to support running postgres in 'bootstrap' mode
  *     bootstrap mode is used to create the initial template database
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 323943df02278ab49e3dcc76da166c9c6eb2e061..c6fe967a45af44bba20504013a72be289699c9ef 100644 (file)
@@ -3,7 +3,7 @@
  * aclchk.c
  *       Routines to check access control permissions.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b24ae4c5d15cc0447586c50d1cf3b860d9afc32d..ab73dfe7e1311e13373a4685bfdda92701ddd2d9 100644 (file)
@@ -4,7 +4,7 @@
  *             routines concerned with catalog naming conventions
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d3f002c12f568afb829ff954d23ca2e26992046e..fa625e4715624e570e8f008693a8f495c4440a60 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 01bb7809387a50705d63b4bbc1d1faa3c56d9ba4..80c2e929ef5059d0ecc30b9469041a2b4bdb7e70 100644 (file)
@@ -3,7 +3,7 @@
  * heap.c
  *       code to create and destroy POSTGRES heap relations
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 686551d625dd12878948e8fc327daa5cac5c4c8b..711e0f8784edf1fbedf9c9381fa77a27a1e36553 100644 (file)
@@ -3,7 +3,7 @@
  * index.c
  *       code to create and destroy POSTGRES index relations
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 75db5d50ad5e2605e53ddc3f1b4f5b94480da4bd..e5424534c593e9824b5537c01e56ec815a41073b 100644 (file)
@@ -4,7 +4,7 @@
  *       This file contains routines to support indexes defined on system
  *       catalogs.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d7df391268312ee3f8e942bf06df2c4d7e0b8862..b6323daf3ba890d657db80137375e61d46c581fe 100644 (file)
@@ -9,7 +9,7 @@
  * and implementing search-path-controlled searches.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9246dc8d34361ca1cfe7069265d6cbb237a363ff..79cb8dcf96deed56be61686aaed69935cf1b8bc7 100644 (file)
@@ -3,7 +3,7 @@
  * pg_aggregate.c
  *       routines to support manipulation of the pg_aggregate relation
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0f8a86f2813bb71dbe58885a232c4b8e382f8ffd..e823592b8d85e1c0c4ede6ad9037efe273fb3741 100644 (file)
@@ -3,7 +3,7 @@
  * pg_constraint.c
  *       routines to support manipulation of the pg_constraint relation
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 902dc4b6a2512bbf52f82bf8c00c21a547ed961b..a094fe0a01e4164bd5e7c421de32ea513198ea7a 100644 (file)
@@ -3,7 +3,7 @@
  * pg_conversion.c
  *       routines to support manipulation of the pg_conversion relation
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 57b89aa588e583fa8087ca559dce87e03d29521a..3950619e05c1dc438d67dd7e74309f3d7e57429e 100644 (file)
@@ -3,7 +3,7 @@
  * pg_depend.c
  *       routines to support manipulation of the pg_depend relation
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 93688810c8d248d2e4d54890ac9d49a07c69bc01..7f0de2f309e0c59df4027c95164c2e30263f7ca7 100644 (file)
@@ -3,7 +3,7 @@
  * pg_largeobject.c
  *       routines to support manipulation of the pg_largeobject relation
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c621273867ac4a2997cc622132f3788c02f5ef44..f15e6164c62da9d4a62db91f0ade00b6cac37877 100644 (file)
@@ -3,7 +3,7 @@
  * pg_namespace.c
  *       routines to support manipulation of the pg_namespace relation
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6444d7b3c4cef19d6e4b4acd4f1e73d98a4bccdd..b1c31b38c9e76e1e15ff5668731a80d3b6638092 100644 (file)
@@ -3,7 +3,7 @@
  * pg_operator.c
  *       routines to support manipulation of the pg_operator relation
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 95a350171fb1e634e5e73df242f5bb98dff35a25..4adb4b6b5d3362761e4e447b78bacc2088ddd7d7 100644 (file)
@@ -3,7 +3,7 @@
  * pg_proc.c
  *       routines to support manipulation of the pg_proc relation
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8496f25262b1884e7b9f9085e0e2994489c83ca6..e12423ec600f182925cd486a548c0644617e13af 100644 (file)
@@ -3,7 +3,7 @@
  * pg_type.c
  *       routines to support manipulation of the pg_type relation
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f251e6428b7f314cd3670d02aaf447ccb518d7d9..3c4e9d784e4cc9eda5db75c2a9a6fb6b0c011b2a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for aggregate-manipulation commands
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 52f29cd83e5d638664b40b2bdd5f09dfd0d66624..c5c09e113fd1b531e5453cd7a31f27bb060f0d59 100644 (file)
@@ -3,7 +3,7 @@
  * alter.c
  *       Drivers for generic alter commands
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 226c9384c34ebd34cf8d1325bd23b2c69607176b..86b55c31f5bf914143359d0cda880718a2825a1c 100644 (file)
@@ -3,7 +3,7 @@
  * analyze.c
  *       the Postgres statistics generator
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 916d1a788e8bc020adb8f239ea8f9c93efe324be..33ee9d21b93e073df13fcc26895c5f2017e516f4 100644 (file)
@@ -3,7 +3,7 @@
  * async.c
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 05c9b39679ece491e08d9d0ac7f372d9173fe635..4f95dd1b2b70ad3dcc36b7d75dc2ec5c28e65dde 100644 (file)
@@ -6,7 +6,7 @@
  * There is hardly anything left of Paul Brown's original implementation...
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index be7df17a8e9d3113a5975d3add3b1c99d24f98ee..8517068782367fa9d14a68e2b8219102d7786ed0 100644 (file)
@@ -4,7 +4,7 @@
  *
  * PostgreSQL object comments utility code.
  *
- * Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 0800fd61181226804f27c2b27a62bc7a4d4b11be..f5485e05fed50038b33aed5c78b88ed9235d3eec 100644 (file)
@@ -3,7 +3,7 @@
  * conversioncmds.c
  *       conversion creation command support code
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e7005ad487ca61f71a92262196deb5872eea56fb..4dc2654fc2337e05afe270280c4493992615085b 100644 (file)
@@ -3,7 +3,7 @@
  * copy.c
  *             Implements the COPY utility command.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aada483127b83782ddc87d6114b9e11a8e673b36..cd174bb75799d6fd1699c65ed3e1e99cacc99c66 100644 (file)
@@ -4,7 +4,7 @@
  *             Database management commands (create/drop database).
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 29517cfe89305cdfa4fc0fe31930ea440812cc38..3fc6b0b4623e90bb1ba6704700da8d22eb06a4a1 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for various kinds of object creation.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3c185312e02d8775a4ac9958059467fbcf32044c..b752c813e2ec19e152c5edd56587dac005d20d5a 100644 (file)
@@ -3,7 +3,7 @@
  * explain.c
  *       Explain query execution plans
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index 2e69aef8fe66a9b1c87fc1d4ab68cfdd53492f4a..7bdf661968fa45d0ef44584d2694f274048beb4e 100644 (file)
@@ -5,7 +5,7 @@
  *       Routines for CREATE and DROP FUNCTION commands and CREATE and DROP
  *               CAST commands.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b609153fb5456565511a17f59d8ce183165993a5..574be519cca75a046b41996abc779b0322871737 100644 (file)
@@ -3,7 +3,7 @@
  * indexcmds.c
  *       POSTGRES define and remove index code.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b616984e40ea87c8f10d40d10ff772dd439d363c..b0f4fc1ab3a480901a98504246b4bdfe0a590bf7 100644 (file)
@@ -3,7 +3,7 @@
  * lockcmds.c
  *       Lock command support code
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 334f1b51a3d7fea7d1694c56cd7a97e599c570d3..03bf8ad8328600d66c47c21c628fc57ecfcaaff9 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for opclass manipulation commands
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 303942374bbb7ca87f265126bb8991241a42b2f4..1749eb3df09de00cdc38e3087505e0ae9f6a5e7a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for operator manipulation commands
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 20c5e4138cbaf6a59a8efea4b21a13cf5acd100f..7b040b438b26befcf548c711158aeae61898a9d0 100644 (file)
@@ -9,7 +9,7 @@
  * storage management for portals (but doesn't run any queries in them).
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d46b1e1bceb81b53bdfec5c9172761acaac855b1..1269fb3221ed3ef4ee3298c7cffb171880da382f 100644 (file)
@@ -3,7 +3,7 @@
  * proclang.c
  *       PostgreSQL PROCEDURAL LANGUAGE support code.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 69728f5773a4de459490676b86f1bbc6f11dab62..50b798951cc8cd32b28fa010372027b3af1ddbd4 100644 (file)
@@ -3,7 +3,7 @@
  * schemacmds.c
  *       schema creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f68b59150f95c7b3f28e19dab6cb0525bacddf06..7f42cfdcbe0d3c38ce5c79f4a88a7f139e1963e2 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.c
  *       PostgreSQL sequences support code.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6d9bc1d06117df542cace198cab72afadd11ff4f..cb555223760edb64c9eaca4261bd2d1f3c87ef70 100644 (file)
@@ -3,7 +3,7 @@
  * tablecmds.c
  *       Commands for creating and altering table structures and settings
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f05682ecaf73801e1385ca1bd0e1cd3220c348bf..1f57437c6c84ec596238cc09df6c3c16cb05ad76 100644 (file)
@@ -32,7 +32,7 @@
  * and munge the system catalogs of the new database.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9699bc0b8abe16d4a0d1bc27e3e9379fd7461d93..bc1bd11d6a3948652938cb74301616cf6c57cef7 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.c
  *       PostgreSQL TRIGGERs support code.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 543cfdf176bb00e8bd910170118ccda9fdbd57cd..90b31dc894ac6b7c50596843c774d8bcad7e36a6 100644 (file)
@@ -3,7 +3,7 @@
  * typecmds.c
  *       Routines for SQL commands that manipulate types (and domains).
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8a2a00570d7d29f056eabcfba711852a07b74c0a..f9241a02a0a621376892dc18d468089590266574 100644 (file)
@@ -3,7 +3,7 @@
  * user.c
  *       Commands for manipulating users and groups.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b9cf439635aab7312a29eb9cec6200d9559aedc9..108a73ce8ddf789b7be92c8c14e6818561f3532b 100644 (file)
@@ -8,7 +8,7 @@
  * vacuumlazy.c and analyze.c for the rest of the code for the latter two.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f2a94e75d33b80d41c815d6889704b77e8511bec..271e562c6a0f6d00aa72ee9f36c4bb34c1427816 100644 (file)
@@ -26,7 +26,7 @@
  * are passed to the free space map at conclusion of the scan.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1f613ecd3ecd8a8874e3ee32b7f30e700edb9ba7..a73b39f98c5d10a6dc765bddc4bcb720e3844406 100644 (file)
@@ -4,7 +4,7 @@
  *             Routines for handling specialized SET variables.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dc590560a82fe98dca95e1e6d0b1ee8cd1edf0d4..02c8b22a16946a6cab833b0a0d2a4faf35c996b2 100644 (file)
@@ -3,7 +3,7 @@
  * view.c
  *       use rewrite rules to construct views
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 582479f41c80fce49e834b958984fc0c6d74e2e7..9b48f7d126b21d716a06ee2a6923c1a35a38eaf9 100644 (file)
@@ -3,7 +3,7 @@
  * execAmi.c
  *       miscellaneous executor access method routines
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $PostgreSQL$
index 960594c4c2c3d1fec3aaa09b1a5eeb8e50800ec2..89b114bc5d4a445f98e1d860a0eaa542e7137253 100644 (file)
@@ -3,7 +3,7 @@
  * execGrouping.c
  *       executor utility routines for grouping, hashing, and aggregation
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d644c385dd2727d5f97e75cca05afa79e40ea1a4..e7ebfba1a97fa0c7ea0a1671616df0fc9ecda719 100644 (file)
@@ -3,7 +3,7 @@
  * execJunk.c
  *       Junk attribute support stuff....
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9a2aea107b73cf702584249a9fc797ded0a9e68a..c0ff17a40c5ec6bfc40782501af0ea642b0a5872 100644 (file)
@@ -21,7 +21,7 @@
  *     ExecutorRun accepts direction and count arguments that specify whether
  *     the plan is to be executed forwards, backwards, and for how many tuples.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c6e2f133ad38b19e1cc0a022361687b6c7587b66..d3f4169330d03102a8cc39c094e1024b1907800c 100644 (file)
@@ -7,7 +7,7 @@
  *      ExecProcNode, or ExecEndNode on its subnodes and do the appropriate
  *      processing.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4152dc8120dbc182dcf2a13a61604c03ddbe80e8..ca5ff8823234683ba9a964672e06223c01b5bf8c 100644 (file)
@@ -3,7 +3,7 @@
  * execQual.c
  *       Routines to evaluate qualification and targetlist expressions
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c144c09d11e57348b9ca4c69860f379f45c83079..3a9983e132ec341edede17b56238d6c679e961d9 100644 (file)
@@ -7,7 +7,7 @@
  *       stuff - checking the qualification and projecting the tuple
  *       appropriately.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d40eb9738900e6e1f65e05ad9c439b017aba166b..1e29d0f1c317e33bef93ebaa520457ce30e14888 100644 (file)
@@ -10,7 +10,7 @@
  *       This information is needed by routines manipulating tuples
  *       (getattribute, formtuple, etc.).
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index baafeae212139cdb4c13cc434176b3daf175a66c..6cab56981b025a6f4af04deae685cf1c05e8dd23 100644 (file)
@@ -3,7 +3,7 @@
  * execUtils.c
  *       miscellaneous executor utility routines
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 614c67f7dd7501f59ded6a3512092601051b2c21..31162272edc556d9f5ee6ef1f7841748c3f93d94 100644 (file)
@@ -3,7 +3,7 @@
  * functions.c
  *       Execution of SQL-language functions
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2e3ebf079b8bf23efcdb88fb0f9d6e3980b8eeaf..aa2517ca3ba430e5f66c9afc0aca630af93da22d 100644 (file)
@@ -41,7 +41,7 @@
  *       this context can be reset once per output tuple.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1011a8f361bc662303249dde207e62b641fe6161..30a1b4ddbde8f76a3354daaf96550bf34571495b 100644 (file)
@@ -3,7 +3,7 @@
  * nodeAppend.c
  *       routines to handle append nodes.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4e829219388a290f918f1a34f49ac4ccdec95ac0..6fce25dad0628b52940df5bdcd2fe8bff15db4d4 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFunctionscan.c
  *       Support routines for scanning RangeFunctions (functions in rangetable).
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2b9f537fc93a105a3f489e7936760b4c698c2d0c..de80be66648897617d43c9be588cb5c7f9be05d2 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGroup.c
  *       Routines to handle group nodes (used for queries with GROUP BY clause).
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f4f355b02e3c906503b6c25a09b45d23d7cd4913..4a81d42e1546d14323d8d3f7b296d593a2ed4914 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHash.c
  *       Routines to hash relations for hashjoin
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7bbe6583eff33ab0a6ccb37fedbfdaba871eaaab..2a839858effae65cbe67a1d0fa627e63ac7ba958 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHashjoin.c
  *       Routines to handle hash join nodes
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 20ba81d968eb2fb5e7ecc5c73751153439617425..80ff0369ba144044f2b844603784685a398bd76d 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexscan.c
  *       Routines to support indexes and indexed scans of relations
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8101fa6f6d32bb2c0902b66773e91cc43b54aa8e..4d3a1caabb52b8a602e502fd7c3453d07600a48f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLimit.c
  *       Routines to handle limiting of query results where appropriate
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 42980338958063ec392a9f19ab09043befeb866b..d558ee3848d7537cdf05b807cdc3f103357c798b 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMaterial.c
  *       Routines to handle materialization nodes.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 004b6600ff654360f9433d6e366b5b866f9ba5f0..726d71a9bf4c3984d6368191db2826440003b157 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergejoin.c
  *       routines supporting merge joins
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6c463c65122c4dd72ce82c7db1e6957d834ffbaf..d734731fd42a1086d0256a8389fcc5cdcebd62e1 100644 (file)
@@ -3,7 +3,7 @@
  * nodeNestloop.c
  *       routines to support nest-loop joins
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f6cd2dd2974ff5efbf3d876d32156a251e37865e..72ba5290ed457d69f05ed63645e4c6d5266943c3 100644 (file)
@@ -30,7 +30,7 @@
  *             plan normally and pass back the results.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4b86180d248da2cc609ce377759723ecafca1d83..2e2975d6e91f4099ffb46cea32423ddc5f192c0b 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSeqscan.c
  *       Support routines for sequential scans of relations.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 11f8544d7931fe434c98bc1654f5e87677cabd63..8369d23e74f579c5936c5d999b810c998d07c3b3 100644 (file)
@@ -16,7 +16,7 @@
  * identify the source relation).
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e4459acc5c9a7e8651e20fafa6180482d27dcdf4..713710360244fa80bd4c5471eb43d170e745b5be 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSort.c
  *       Routines to handle sorting of relations.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 346df57dfc3e623e00227d82135305dd8e6faf56..f91fd323c9cc78c12a3532cd2e150aa6fc80b7cd 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSubplan.c
  *       routines to support subselects
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b90709f17aa0c80dca7d81219977df64df9ff9dd..0381bbfe817e9f7176112ec9e3f64c4469b07889 100644 (file)
@@ -7,7 +7,7 @@
  * we need two sets of code.  Ought to look at trying to unify the cases.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3aa47e105c953105675aae6aa48f7bfe837ef0e7..0a1407d9639f343ab9df5ece21d969f84088cf94 100644 (file)
@@ -3,7 +3,7 @@
  * nodeTidscan.c
  *       Routines to support direct tid scans of relations
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 163ae7a2d7d2f7dcc5a771791b00360b17d2ff21..f2ff6cf614bb3f639f43190ecb0f2642cc129eef 100644 (file)
@@ -3,7 +3,7 @@
  * nodeUnique.c
  *       Routines to handle unique'ing of queries where appropriate
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index adc3a23fe3f7107407417cb547e1e37ee1fe69d4..634d1fdb285184fa43167ae2505143b33954adf7 100644 (file)
@@ -3,7 +3,7 @@
  * spi.c
  *                             Server Programming Interface
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 632427b284de789a77a11c3daca103ece125cb55..1b1c9bdf947c2bb08986f76521a571a740afaa89 100644 (file)
@@ -5,7 +5,7 @@
  *       a Tuplestore
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a5dea9f2dbfb4960bd03b008772f202d98dd25b6..aa6a58433e01f0e046e6b18608badeed1801757b 100644 (file)
@@ -4,7 +4,7 @@
  *       this is a simple doubly linked list implementation
  *       the elements of the lists are void*
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a0ef139e07a81eb215fc82343a4bfc8a8206796c..7bb89bff7073f7d5dd6c1849af46946277cc9c10 100644 (file)
@@ -6,7 +6,7 @@
  * It can be used to buffer either ordinary C strings (null-terminated text)
  * or arbitrary binary data.  All storage is allocated with palloc().
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *       $PostgreSQL$
index 4121334ec4ffbe607c29c61868d660e999562fd8..1af1c1f52897db151a429f02a34142f2bdb25852 100644 (file)
@@ -3,7 +3,7 @@
  * auth.c
  *       Routines to handle network authentication
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 19bb97cd0e333c1494dfae2ec2947b23160fce3e..fa14fbe2bde6031931eb2cf91a793b7d8988da79 100644 (file)
@@ -3,7 +3,7 @@
  * be-fsstubs.c
  *       Builtin functions for open/close/read/write operations on large objects
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index efc9313bdd186bbe70850627f468c9cef3098ea5..f9190b8f1d52cd51c32f2ceceadae50e4ee54bc2 100644 (file)
@@ -6,7 +6,7 @@
  *       message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 77b65ef30320f957f9e2272223714be5accc8939..4b76a171c436304f627400998cba59fe3e251e0d 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Original coding by Todd A. Brandys
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 358299a78a4d4b874aff488966bc82028436ea44..3856e4ff2c50b085e3182a166ac53186212e8d64 100644 (file)
@@ -5,7 +5,7 @@
  *       wherein you authenticate a user by seeing what IP address the system
  *       says he comes from and possibly using ident).
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0e7f2827fcd533b91d9732a6be22e83999ff91ce..17e1297438b39c280efbc5d65c11cb88426f0d11 100644 (file)
@@ -3,7 +3,7 @@
  * ip.c
  *       IPv6-aware network access.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bf8981cb7c2c38ae182ad77edd72b19cb684884c..c0405199f9420681c64e03a05169edd7f8a75b87 100644 (file)
@@ -10,7 +10,7 @@
  *
  *     Sverre H. Huseby <sverrehu@online.no>
  *
- *     Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b5d7dad5c84890b77d81e539701e3ad43ec74bd6..4ad5bfc7ef28efe03d66c6c4b81d2e5ef044cd1a 100644 (file)
@@ -27,7 +27,7 @@
  * the backend's "backend/libpq" is quite separate from "interfaces/libpq".
  * All that remains is similarities of names to trap the unwary...
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $PostgreSQL$
index 39dd5cb602702980cdac1c230d405b76f57c7714..9db0b2d9275664fcfa1a65b481de1b4e26d552f7 100644 (file)
@@ -21,7 +21,7 @@
  * are different.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $PostgreSQL$
index 24e4369a904195c72ba1568b2cc7b748c0f32827..7a6f788ea398ea062eb1ddd9f2bbe3bb799646b5 100644 (file)
@@ -4,7 +4,7 @@
  *       reliable BSD-style signal(2) routine stolen from RWW who stole it
  *       from Stevens...
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 479315dc85d30e9c9b8b8d62a066ebe4d41edd32..12a55bbc4c0239eb9434ceeb9595652473662c44 100644 (file)
@@ -8,7 +8,7 @@
  * dispatches to the proper FooMain() routine for the incarnation.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a02a4bb02acb6e5bfb5292b26858a31e23c40738..5aa09bf6e11a77833d3b46fe1df1e52a5e580c1b 100644 (file)
@@ -11,7 +11,7 @@
  * be handled easily in a simple depth-first traversal.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 64a24a9f461e79fceeda70e430a042aad8780f47..cfbc247b5741261535bdad195e2668abafaf3043 100644 (file)
@@ -14,7 +14,7 @@
  * either.     This might need to be fixed someday.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6c1bea3fc5fe26066439f37cf3209bf0e1cc2959..ba64961acdeebcb381271ff6eebd994451d46414 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation for PostgreSQL generic linked list package
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ac1998764d9a6c15fa1614e66f22390bd4c79b01..14b3ef8c4a0f2ea3e186bcf3930836d9b93be107 100644 (file)
@@ -4,7 +4,7 @@
  *       creator functions for primitive nodes. The functions here are for
  *       the most frequently created nodes.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9a7414fc9b70eb8d5c0989e5b3d6f0896c70088b..9c4a023fd781db91817eaa1c1585d113adf5addf 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.c
  *       All node routines more complicated than simple access/modification
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0d5064c90f909864650af10befdfee198f876cad..dd7e3e14d648436f47b2bc0f00c98bbc496e5546 100644 (file)
@@ -4,7 +4,7 @@
  *       support code for nodes (now that we have removed the home-brew
  *       inheritance system, our support code for nodes is much simpler)
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 83a52977b4a07a9970408fdb6ab820a5e0ca268f..cf65ed953e60b4ccf6f35e011b62495d2db23d8a 100644 (file)
@@ -3,7 +3,7 @@
  * outfuncs.c
  *       Output functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c776d155562f7881a71ae1b74fedb41a5fc91deb..f31a4238fee9748259281114dd34811b9ac2dec1 100644 (file)
@@ -3,7 +3,7 @@
  * params.c
  *       Support functions for plan parameter lists.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c28b772b042584c9b210ed2a6ffbf3fb95261507..0f91c1342197362a5d87725f5cd69edad92d2f34 100644 (file)
@@ -3,7 +3,7 @@
  * print.c
  *       various print routines (used mostly for debugging)
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8d15078b11b9bde7fa592dec11578d461b244836..3807f3414a2e83de7f7ff734b52f2720ef1219a1 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to convert a string (legal ascii representation of node) back
  *       to nodes
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c0e341df21ea076622d46bbd14be40267109596b..0f4f8c8352fce1bc210ffd12976ed1d0c9c49a88 100644 (file)
@@ -3,7 +3,7 @@
  * readfuncs.c
  *       Reader functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 50a2d432da144582a6aa7b12ae42a167fb17e21a..a0d389f284874de4ecade286951fa313a63663e6 100644 (file)
@@ -2,7 +2,7 @@
  *
  * geqo_copy.c
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c0aa9b5188cc29d4803c662933a4ed42fb49ac53..8fdd371e35182956e5abd1a7e0325bf27da9d050 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_eval.c
  *       Routines to evaluate query trees
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ac822a07ab427b114f0986881dc015950d73259d..86efb3e1f36a6d9363abb39c4f929a0e6fd521dd 100644 (file)
@@ -4,7 +4,7 @@
  *       solution to the query optimization problem
  *       by means of a Genetic Algorithm (GA)
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f512da5ac9bf00150ef6d0e892326764dfcc25ad..19f0731f61b60d8c7a9142ffd1a2556d8d36060c 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.c
  *        misc. printout and debug stuff
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e88078edde4b7aa2c505e90c2aab535f23970279..f536db6dca4c5fc552582a9aff88db706c5fbb19 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.c
  *       Genetic Algorithm (GA) pool stuff
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 46ee9e341fef05b9492ac2fd256ece5f411dcc12..f763dc92437f60e29b0b8bbdd0432c36ed891b41 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.c
  *       linear selection scheme for the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index cd2a780bede0c5104a90c2892aa2631897b7cc83..ead74b957a74205ef33058efa44742c1108e0c70 100644 (file)
@@ -3,7 +3,7 @@
  * allpaths.c
  *       Routines to find possible search paths for processing a query
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8ad730328828a425a980c6b0e6f8739bdea9e8d7..7d96886ccc6e25aa95b0270f1195346bff5bebf7 100644 (file)
@@ -3,7 +3,7 @@
  * clausesel.c
  *       Routines to compute clause selectivities
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ce53f655e9cdcc13f8230bf45762e61b7bc1abae..c6051c012dd21117fa608b3f1508a924df1b3368 100644 (file)
@@ -45,7 +45,7 @@
  * the non-cost fields of the passed XXXPath to be filled in.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f9b6fef4ba4c41b9637836be1aee4b7d38e573a3..5215ce28e5107033a6640331e27fee634c648268 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to determine which indices are usable for scanning a
  *       given relation, and create IndexPaths accordingly.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aebf32f4615505ff10df871541df0f6016ea11ff..1b8b18c3f2e57ea1427c72837b4b91a05fa6447d 100644 (file)
@@ -3,7 +3,7 @@
  * joinpath.c
  *       Routines to find all possible paths for processing a set of joins
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 312da8dc1c31a60b41dd8856594c669a2cfc01a0..e52363bf149abc7784e76ea1bd217d28d9760853 100644 (file)
@@ -3,7 +3,7 @@
  * joinrels.c
  *       Routines to determine which relations should be joined
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 83c442ec003aa9a3e80686a420dd3979a48e679e..6eb769d416b9146195c5972c172b6a8706a76a68 100644 (file)
@@ -3,7 +3,7 @@
  * orindxpath.c
  *       Routines to find index paths that match a set of OR clauses
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9fbc15e32d18ff0b7615a96e96f650f8e84b0004..b5598bece284b898c5e2eacca4d1ffd2b725edc0 100644 (file)
@@ -7,7 +7,7 @@
  * the nature and use of path keys.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 484e497e578811b369b44fe927b6833be5a5dd07..22f27b30e704b9b87adaecdba870cadc69dfb3c3 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to determine which tids are usable for scanning a
  *       given relation, and create TidPaths accordingly.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 88a60298913bb2ea05e2bbb6d75475978d86355e..e94e3f7479be8bfaef9d894cd4185e65c19b9399 100644 (file)
@@ -5,7 +5,7 @@
  *       Planning is complete, we just need to convert the selected
  *       Path into a Plan.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index abe7b628f871621c77244bd5b241bcf84c8333b4..48ed90d298270c8267c79c1628023265fa280c42 100644 (file)
@@ -3,7 +3,7 @@
  * initsplan.c
  *       Target list, qualification, joininfo initialization routines
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d8d9851d653089f7c4d40c182662d34c3055e06e..59355a6556a7d63caa39be3bcf27744262e9326d 100644 (file)
@@ -9,7 +9,7 @@
  * shorn of features like subselects, inheritance, aggregates, grouping,
  * and so on.  (Those are the things planner.c deals with.)
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cd54453622b805b9cbd89529dbdfbb10cc797211..32162231ff1c8ea0a6d6d383afe9839b7d63a336 100644 (file)
@@ -3,7 +3,7 @@
  * planner.c
  *       The query optimizer external interface.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 15140e163afd87e29162b4c7fb1407c1d08e6602..b6e2d9b9b8bff064e973198bcde5673208c704e9 100644 (file)
@@ -4,7 +4,7 @@
  *       Post-processing of a completed plan tree: fix references to subplan
  *       vars, and compute regproc values for operators
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c9ac8546cfe785c2cd155cff2cc0feaa4b80f6f0..66f7ebcde192a287a48712b46eb594cce710ca86 100644 (file)
@@ -3,7 +3,7 @@
  * subselect.c
  *       Planning routines for subselects and parameters.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 69c2a3dfb1f11f372bede94aa564ddeb7731df66..9b554f877d12ea21229a15e46fb406f876821869 100644 (file)
@@ -11,7 +11,7 @@
  *             simplify_jointree
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e0fa3ff0bfd567de7c2a5c9b7bde6a25bb9578a2..c762dfd9cdcff6f890021fa0d27ed0557828ef9f 100644 (file)
@@ -3,7 +3,7 @@
  * prepqual.c
  *       Routines for preprocessing qualification expressions
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 203a431e9a6642bccaefefe2a26f5672f848fb59..1ebd9bbcc1c8ec6a2ebfb39741b170c2bc7ec9ca 100644 (file)
@@ -11,7 +11,7 @@
  * executor relies on this to find the tuple to be replaced/deleted.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cb5195f303ec567684cf4cd901158abbe7afedf0..2471868b3afc962dbf229b305861a8a402a1a118 100644 (file)
@@ -9,7 +9,7 @@
  * to the processing of UNION queries, but it's still here.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 18fc0b3e1df122ff328b4bd1ae5b7b8b88ef1f74..336140f361170d82a6408d96044617358d1dded5 100644 (file)
@@ -3,7 +3,7 @@
  * clauses.c
  *       routines to manipulate qualification clauses
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 02eace9a75f8b1f011b72b5147162fbee86db2e5..d45dae5102cbae33d1d954646172a5c0af13a9dc 100644 (file)
@@ -3,7 +3,7 @@
  * joininfo.c
  *       JoinInfo node manipulation routines
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 29a1a614d7314c486ecba7a579efd8d44d2fb65e..8b8650bbbeedb4493ac925606cdf12f0ac394bfe 100644 (file)
@@ -3,7 +3,7 @@
  * pathnode.c
  *       Routines to manipulate pathlists and create path nodes
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a7d6ffc8a7706d045ce8846fc72433dfc92647d7..a655e7b60e4b13936ebb7f9cc597722adc9468e9 100644 (file)
@@ -4,7 +4,7 @@
  *        routines for accessing the system catalogs
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8a12b0ace93968539957889725012bf38a2a8631..1ac379f4400fef6054a0c4410dc317a249b77c75 100644 (file)
@@ -3,7 +3,7 @@
  * relnode.c
  *       Relation-node lookup/construction routines
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index db1eb8e2162acaa28556e6a9e01d9da6aff23d0c..3e2b62888b0e205fddbe477213e9ab091f2cae46 100644 (file)
@@ -3,7 +3,7 @@
  * restrictinfo.c
  *       RestrictInfo node manipulation routines.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c6dfa85627a5c606eb8e07073648c2bc278d36c7..321b062e61a00ef11b7703f0332e05a777a2b57e 100644 (file)
@@ -3,7 +3,7 @@
  * tlist.c
  *       Target list manipulation routines
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 30496ebda6e55ce59ea5127cbe6f5c033fb2229d..d6c75c62997621f5a787200c80fd73a17ca6f127 100644 (file)
@@ -3,7 +3,7 @@
  * var.c
  *       Var node manipulation routines
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b9e54dd2832d309c1c036157f119d0f860a651fc..aa84f3ca10d922166fe0612f1e2557cfb90b3b4a 100644 (file)
@@ -3,7 +3,7 @@
  * analyze.c
  *       transform the parse tree into a query tree
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $PostgreSQL$
index b25a125011affefdc6c8ee3d2196468f7a67bd82..32d9ac0165da6f1c4c4d52ea35b36d8e4f09317e 100644 (file)
@@ -6,7 +6,7 @@
  * gram.y
  *       POSTGRES SQL YACC rules/actions
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4089088d3ac949b9fa2b28f13b23456e2db979aa..c1660e5fc5cc068d64e79618439bc7c100976796 100644 (file)
@@ -3,7 +3,7 @@
  * keywords.c
  *       lexical token lookup for reserved words in PostgreSQL
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ed24032264e6f158ba8d35e6b5e017ad040e246f..1dfda7e3e4de4e7eb26efce41bf26d69a331b471 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.c
  *       handle aggregates in parser
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8ab9c2444b838fd9d992399d14455d28d644f2c4..3ec2b50057786a20d934df8406b70bb85667471e 100644 (file)
@@ -3,7 +3,7 @@
  * parse_clause.c
  *       handle clauses in parser
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fb45079b29fc2f3db367b9d1a8f9980832ec8453..763e01cd7d04053f15223dde4a3d24b916923877 100644 (file)
@@ -3,7 +3,7 @@
  * parse_coerce.c
  *             handle type coercions/conversions for parser
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a8b257cec557a5e5897ad9f3136447f11293b9cc..ad0335b71be869826518877124a759868d5235f2 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.c
  *       handle expressions in parser
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0a076a26eafd3951a8ce155d5365e934858b5493..674c62e55cf827199ff8997a87604bc18bc8136d 100644 (file)
@@ -3,7 +3,7 @@
  * parse_func.c
  *             handle function calls in parser
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a3afe2d3aca19895854645035dfe02eefac0b2a0..8243932c31276dc7ab8e01e77e0add0a95f355dc 100644 (file)
@@ -3,7 +3,7 @@
  * parse_node.c
  *       various routines that make nodes for querytrees
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2e4d4482a2c40f3aeb7710347683f40f8d419cb3..3a8a4bd0fcfbd48dee173c1b80c66b56a0a2c389 100644 (file)
@@ -3,7 +3,7 @@
  * parse_oper.c
  *             handle operator things for parser
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e930f8cb22cd154f4e3b2b7cb854326f4a08a6d3..7e41c71de85243a370fb86e6972f1939294f3906 100644 (file)
@@ -3,7 +3,7 @@
  * parse_relation.c
  *       parser support routines dealing with relations
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3981280b16f4a436d83ce53766e471bf83fb9342..5b37e55bb780577a736aeb9a15ac613a2ac0f0fb 100644 (file)
@@ -3,7 +3,7 @@
  * parse_target.c
  *       handle target lists
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index be2d6b746b3af256ef755e84880f78486963edec..fcfa7ee7f67cee09a941c590005d5331297535fc 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.c
  *             handle type operations for parser
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 72f97e399cc3bdd8536cfa5e1eadf0c2f30bfb39..4fe09d2881442b4fdd7ae44586dc73563176e91a 100644 (file)
@@ -10,7 +10,7 @@
  * parse_analyze.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 94f25938ed1e0396f3df90694b329ec6b562f0d1..ca555ecb389dc8b5d45e6b416cca8482bca61ff4 100644 (file)
@@ -6,7 +6,7 @@
  *
  * XXX The rules in this file must be kept in sync with psql's lexer!!!
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 73ade56eb199c602244b3a453f8f05a488645176..427277b088c087b4b34dd1818fed8c35a55390b9 100644 (file)
@@ -4,7 +4,7 @@
  *       support routines for the lex/flex scanner, used by both the normal
  * backend as well as the bootstrap backend
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f3c74acb0d621af0bd95247afd50ea28c8006b80..331797b05379220a6e05f13be5bfd4f69d2aff18 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.c
  *       Dynamic Loader for Postgres for BeOS
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dcd3f1afb683ee767bd64255390cca6d5dbcaa3a..12decb0c55f2c333e6cd0f839cf5f684b8fe67af 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for BeOS
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e0d2424f76d5b5c31cac05a727884b798033e140..2d9ad4d169e65e16d9fee8b87fbb5fa5df149061 100644 (file)
@@ -6,7 +6,7 @@
  *
  *       You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f8018de392c432c44226177bf08db148854bbfa9..fd971a6592c6351c99f8873731b2c4e8722bf3e4 100644 (file)
@@ -3,7 +3,7 @@
  * bsdi.h
  *             Dynamic loader interface for BSD/OS
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4c814758b1ff6174420bbe1faf191abed00c8f73..a16703780f0154276785bdaa2ea4e00174a1ad93 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Dynamic loader declarations for Cygwin
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2366fa6816d3a3d476dd72bc0913f7c6dd992efd..3524b7f8cde18ca9fbea51b3baaf5623a88e71f4 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dgux.h
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 6dc751203a142f4f4eb648a578c03e07da253515..5b18707928f16508f0580706631d5b0a743807b6 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 06cfb4281c7669f195a18ec15f036a14e4e95f18..ad7c066cf6db100bf6eabb8765b32cbb593308ec 100644 (file)
@@ -3,7 +3,7 @@
  * freebsd.h
  *       port-specific prototypes for FreeBSD
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4397fd27bb2c642cab3d44076a5db4ffdbce1f28..6bfd1544ab8ac88652109dedde73707015e8b196 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.c
  *       dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 54fd20619adb0b09410557a644dd1e4507c18c89..63555e5366b3af228bc88c851b030ee7a2f0631d 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.h
  *       dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b72ee0ca0761d732d2b882dadee667f5ff3d4b48..0fad57a04f53034dcf050ed87c49ba93b12a3c33 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Irix
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a8b81b34e99cfb2907d668c351e53b1d05f36d47..3939833cf312b19835351429dd24fc6e96ebd223 100644 (file)
@@ -6,7 +6,7 @@
  *
  *       You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5017da71d42cb32c6f4ce9b5c0cac91be0169dc8..43eba8adc1691f386338c5c9a65782320f123c14 100644 (file)
@@ -4,7 +4,7 @@
  *             Port-specific prototypes for Linux
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 82b5e3c1c07b356a8c7169625c1d553244501f3b..72bd516597aba075784f92428633d7413ae34dbf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 036062545d27de3a99703d1e45810c8a36b5e34d..cfb5b20e7c0761d50650e9c56123c26fa1cb1f62 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for NetBSD
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 82b5e3c1c07b356a8c7169625c1d553244501f3b..72bd516597aba075784f92428633d7413ae34dbf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 9f1a8c4a3853e77ac5c0333e5f46622ef7b5cf49..a15f8a2dc15f9ab6889b84be967fad5291856345 100644 (file)
@@ -3,7 +3,7 @@
  * openbsd.h
  *       port-specific prototypes for OpenBSD
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index cf91504613249b9a9497cd0eaec7d0181517bc06..f7e5274419ece1019248ad8ac6320516b991f2c2 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for OSF/1-specific routines
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9fe6ff5ee1ef83e0daec9aaf5a7db4a1290e219c..708cd98aa7511cb6cb61b6edee58c9f73a92ad7c 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for SCO 3.2v5.2
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ec0c37f68e7d4678e8f94e3805fc02a19bd71baf..c3f986bd6629537d6b18c226bb073d269e3c4f7c 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Solaris
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f66bf8c1e69f9940e2aaa3a387207a55f2c9a2de..ed74fea35b281c87ebec7bb518d3b0376013d1bb 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for SunOS 4
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 6343f3ac8c034f7add93e7af08edb8dba0c49da1..eb629d27839dead2b4a8ffac5a60bbd7745584ac 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Intel x86/Intel SVR4
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 74233d1b2fb2e2fa573c86b16896de7e2c0cd9ef..596080f51fcd878743e1f6e891abe63a9c3fc1e0 100644 (file)
@@ -3,7 +3,7 @@
  * ultrix4.c
  *       This dynamic loader uses Andrew Yu's libdl-1.0 package for Ultrix 4.x.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 37b32924e20cbe3a87e29ed0d1c717ebe8cb0762..f6cf54c344782844fa45ed269f1522a78dab1387 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7283ef5f829263151b4cf7a8e27b78863af6d2e9..b8836ffde6dabe2e5e107d17d272c98ed8b0eea1 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Intel x86/UNIXWARE
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, 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 652fe51d0b970dbfc5276f04b07b2524a91928ac..65da037d5525892cff6c1eddc057163fa3fd9b00 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Intel x86/UNIXWARE 7
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, 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 d3aee063baebcc636be2087b7ea9ccc28712ca61..2fd590a27fa20fb3af9b2c04cf8ede6f4e7f54d0 100644 (file)
@@ -16,7 +16,7 @@
  *        the parallel regression tests for a more complete test.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9beb8ce4880754abb2e4775167ae627eebf9b653..949515e77b19f012cd622d7995eb8ff56fd42db3 100644 (file)
@@ -7,7 +7,7 @@
  * sem_init).  We can cope with the kind made with sem_open, however.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 359f67238d448176685ab50ad3af35c52e82418d..664b5be2740370a86f43b86098e24032d43e71c5 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for ANSI floating point
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index cbff08d6ef5eb0230363e45ea79c3393123a49da..a4bbd455097bea0206cbe1446970ccb58fd91480 100644 (file)
@@ -4,7 +4,7 @@
  *       Implement PGSemaphores using SysV semaphore facilities
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1efe457c73d11dae5bc7593c5f6b32df0d2a73fc..a1fe5e95b95c24cebcd2fc6f98a43739f2d8f479 100644 (file)
@@ -6,7 +6,7 @@
  * These routines represent a fairly thin layer on top of SysV shared
  * memory functionality.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1f641ca2a81050b997bd6d1bbe25353640d56ebc..47f35ea9ebd3718d7fe2be6cf4bb6a3557338b20 100644 (file)
@@ -3,7 +3,7 @@
  * error.c
  *       Map win32 error codes to errno values
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 97fda21f2594ba42acba31089ba3b1425066fe9e..ec6e497fb80ab5f21092e2834c41626e05352e79 100644 (file)
@@ -3,7 +3,7 @@
  * security.c
  *       Microsoft Windows Win32 Security Support Functions
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index cc20a6c1a7cf634b4ea05a06ed59dc04fd6afd7b..616dac2445ebc32cd43eb1cf2efe8b617acb181c 100644 (file)
@@ -3,7 +3,7 @@
  * sema.c
  *       Microsoft Windows Win32 Semaphores Emulation
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index b630d13c49470fc18bf7dc635854d09806e257e1..4826a971272b63576934db32ecc12c16487b3b6c 100644 (file)
@@ -3,7 +3,7 @@
  * shmem.c
  *       Microsoft Windows Win32 Shared Memory Emulation
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 002b0693bb75d2c58e9d254d11e1e04d80374fe2..3447d56316f156723afb322258902b0d00e22e1b 100644 (file)
@@ -3,7 +3,7 @@
  * signal.c
  *       Microsoft Windows Win32 Signal Emulation Functions
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index daf2bff461d2e53118f4ca2811e33cb807be19aa..25df4fa9a672f8d3e7053620cd10610ae0aed32c 100644 (file)
@@ -3,7 +3,7 @@
  * socket.c
  *       Microsoft Windows Win32 Socket Functions
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 0ab176444e1a07149dc675ae78ae01aa7d305c1a..73bda0a549fd18296e18ed29ce30318643c2bcef 100644 (file)
@@ -3,7 +3,7 @@
  * timer.c
  *       Microsoft Windows Win32 Timer Implementation
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 0e6d80f0828dbb7f173a1a26d2e18f29ea562d3a..fd2942742369d41792f2066144e459e392b5b7bd 100644 (file)
@@ -33,7 +33,7 @@
  * restart needs to be forced.)
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 26639b621e1a89f5d87c527f03a637763d259378..6b15b1662a64ff9b6500451257053fe600b3c392 100644 (file)
@@ -14,7 +14,7 @@
  *
  *     Initial author: Simon Riggs             simon@2ndquadrant.com
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d4ec954c028ae1e1cccb0fd264d867c106451cce..2850ba7bc7686a8647f932fd6217b71198d0f6d3 100644 (file)
@@ -32,7 +32,7 @@
  *       clients.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d99efd7cb0010f8c8ba2b2b276ed75181da172df..c4ab2e32f5ae346930a1e99a8d61742d15f1495a 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteDefine.c
  *       routines for defining a rewrite rule
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cbe4794270dbaa27b45f99447b8918e855c263d9..53088370b46fd0e0625ebe0111a12e0206be6ec0 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteHandler.c
  *             Primary module of query rewriter.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8f296e56abe0ebdd31a8cedba0fffcfd9b88d4ce..ce72eb2fa50db8e8d7c66be81e27693be8c367d6 100644 (file)
@@ -2,7 +2,7 @@
  *
  * rewriteManip.c
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4ca393d5574db395626d64c1a42f2081f217b4bf..8d0c50fc14304661cde9a9a46dc1cbf4aaddef2b 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteRemove.c
  *       routines for removing rewrite rules
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c00bae1768b4cfb24f3333f5e0bd6fb0697f10fe..862e8cea0faf91eeeb5521c76642b0c879d8616f 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteSupport.c
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 734f8fe9ba3acfeb148a38e598d0a2fab513e698..1420040e5aa4119243f97e62ddf49d392d36c4f4 100644 (file)
@@ -3,7 +3,7 @@
  * buf_init.c
  *       buffer manager initialization routines
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6aecded7f0f09b0299e3e81616c3b52a0ac7a1cd..28257680089a7632e0b393d3f534ef9a1a8c52e6 100644 (file)
@@ -11,7 +11,7 @@
  * by the caller, so no synchronization is needed.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ac9fe5b95a7a651df5098a9831db8e744b34c7b9..67ed956d5513c14ba95b6c54a9254505eb60c53e 100644 (file)
@@ -3,7 +3,7 @@
  * bufmgr.c
  *       buffer manager interface routines
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 449ac707bc81c0d2108775ae24167692e141df52..6fc5efa6e61b2e44c92147349c502a988913e86d 100644 (file)
@@ -7,7 +7,7 @@
  * by the caller, so no synchronization is needed.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 80b817106d0c6ab8df38463868205fed7f11537e..ab1ae2ff495e63d14fb50a01a118c9ef4b6d9f22 100644 (file)
@@ -4,7 +4,7 @@
  *       local buffer manager. Fast buffer manager for temporary tables,
  *       which never need to be WAL-logged or checkpointed, etc.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 0301d078dc86b869fe131380db6365a8235c6d14..9587713c9a5b854422c69f8c54e5474c1e7d2add 100644 (file)
@@ -3,7 +3,7 @@
  * buffile.c
  *       Management of large buffered files, primarily temporary files.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dbbabb979daa59aad42661064f9aed1de6da24e8..e1326328a8d7e6a94e6950d568298416b6472971 100644 (file)
@@ -3,7 +3,7 @@
  * fd.c
  *       Virtual file descriptor code.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c5e7c7ef98ce8820fbd73d3f6df214d90129b2dc..6924f6f8c38cd56f3b43d4e6094a001b4e496537 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1fdd1459d34d4f460c20db8e8495e255fc2762c9..aa245d0aa2d681cde9a305eaddc363cdf5b9d29b 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aef75dc2944cee3a18669cb03aca4476cd4a41d2..3feae941391b2f15a53c74785ce7e18182254886 100644 (file)
@@ -3,7 +3,7 @@
  * ipci.c
  *       POSTGRES inter-process communication initialization code.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c15cee1e0c3507ba6dc6563e7bc19112d8189869..ad2824687dc22def595bca17e7b62146df7cd506 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cf32b0b683207013b7df3ca99e4d9f0bc2d15f9d..6a67b7cadaf1ca5aa2b4efe54140c38e33aa49f5 100644 (file)
@@ -3,7 +3,7 @@
  * shmem.c
  *       create shared memory and initialize shared memory data structures.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 16f9d6fb33356f6ab53f3e1d87aba5b592549c1b..6050445c2526eec0740cc2d076d126def879fe0b 100644 (file)
@@ -3,7 +3,7 @@
  * shmqueue.c
  *       shared memory linked lists
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5fa8bcadd2a81b2bb521d2825024b89025412455..e696476d91853015db3ebe2b6d1213ceb62020d4 100644 (file)
@@ -3,7 +3,7 @@
  * sinval.c
  *       POSTGRES shared cache invalidation communication code.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3439d24eff68085c84203fe6c72dc4b5b3f5c856..653a47f1b9b8f779b4ded273b6f95785d18e0d20 100644 (file)
@@ -3,7 +3,7 @@
  * sinvaladt.c
  *       POSTGRES shared cache invalidation segment definitions.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4ef63f6b8f344b6c9a0b56bde6d830bc0b6efdd7..6033d73a649a31a220749cb9e5a7b68425239a27 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for manipulating inversion fs large objects. This file
  *       contains the user-level large object application interface routines.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 63c145a2784999f9df591f66d42b84a264622dfa..1dcae5658538f3f4aebb457d4a6b8e409010c20c 100644 (file)
@@ -7,7 +7,7 @@
  * detection and resolution algorithms.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 79d3eb2bbe1c2aafc9bc2c5244ff369c2ac1496e..5cd5bc8c2d80d6e326aa4af2e9bf79ec94f26703 100644 (file)
@@ -3,7 +3,7 @@
  * lmgr.c
  *       POSTGRES lock manager code
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ea88cfeb51e86b2e1bfbe6a31b216463b1fd00a4..87aa730f39a0eccad171ce1ce40211ccb8b31d99 100644 (file)
@@ -3,7 +3,7 @@
  * lock.c
  *       POSTGRES low-level lock mechanism
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 32d77eaf1fe5c1bc276da7dd50b7f1f222b168e4..419ad2199260333019f85f6f6b144d3e283b37b1 100644 (file)
@@ -11,7 +11,7 @@
  * an LWLock to protect its shared state.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ba14590cd99fd3014424212b59edcf0dde30bef8..ea6514f8fa25021dd9d16e9433760820d6c52a2b 100644 (file)
@@ -3,7 +3,7 @@
  * proc.c
  *       routines to manage per-process shared memory data structure
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2d97d9e7eaf020b1e8039f2437f079ed97179a6e..7daa038132d6bd3b3175325727573f4ac09fec90 100644 (file)
@@ -4,7 +4,7 @@
  *        Hardware-dependent implementation of spinlocks.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4b6aa5606833d65f2ca61898c33301549525ce59..6935268899af8e5d923678b138252811a397ccd9 100644 (file)
@@ -11,7 +11,7 @@
  * is too slow to be very useful :-(
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0b83cd4ff58af78679c5a8405fb35b01cf137dac..9d7b32249b64282c25517e9c828d007bcb1b098e 100644 (file)
@@ -3,7 +3,7 @@
  * bufpage.c
  *       POSTGRES standard buffer page code.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0c2c160abaa57409e43a9bd80c4f65f72b9c5541..b337ff81e6815481d1b907bd24a96639677ba9a6 100644 (file)
@@ -3,7 +3,7 @@
  * itemptr.c
  *       POSTGRES disk item pointer code.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e1e4feda13e72aa73f111b4ed1f49b15441b9ae6..5f31970da9b58ca05eac2f67757096cb1967ce45 100644 (file)
@@ -3,7 +3,7 @@
  * md.c
  *       This code manages relations that reside on magnetic disk.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b5bcfa4f46945f289855b7d980bd3e4b31530362..ba1a5743326bd942369278b519f6a07762946604 100644 (file)
@@ -6,7 +6,7 @@
  *       All file system operations in POSTGRES dispatch through these
  *       routines.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d454ac4d0b978b8c8dc1664bc226e99ff00d9e8e..9099f6a54651d595875178becd121743ae73a73c 100644 (file)
@@ -3,7 +3,7 @@
  * smgrtype.c
  *       storage manager type
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 29bf7d3621788ff7597e6856b1518340f53e437a..8d373539b9fc83d49dcdd8aec6b1dbcd6790479b 100644 (file)
@@ -4,7 +4,7 @@
  *       support for communication destinations
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 35bb534d1ca9b262138ed30a63e5cdd0e8b3e41e..6f356021bd5cc149b799a501c3313acce7d252c9 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.c
  *       routines to handle function requests from the frontend
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9363ba20a290ac82ec8dd73422b19e13c12ea16e..cac60f9f3d5f1fee89b4a35d05bb4e00094ea2b8 100644 (file)
@@ -3,7 +3,7 @@
  * postgres.c
  *       POSTGRES C Backend Interface
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 184d7c14d27f9c332e1f7268506d3251ab923d9d..26ef0542696acaa938065fb4326411cd49a59e17 100644 (file)
@@ -3,7 +3,7 @@
  * pquery.c
  *       POSTGRES process query command code
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 39a822d32c2faf197b3b73355697a158d42a38a7..ea73b5c249603f2f7d1b42f46354b7c165892638 100644 (file)
@@ -5,7 +5,7 @@
  *       commands.  At one time acted as an interface between the Lisp and C
  *       systems.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cdf8476524b2231277ee9f6c387577dd23619b65..9f2e0995a1704e8474615e8a3958558e545dddea 100644 (file)
@@ -4,7 +4,7 @@
 # Gen_fmgrtab.sh
 #    shell script to generate fmgroids.h and fmgrtab.c from pg_proc.h
 #
-# Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
@@ -103,7 +103,7 @@ cat > "$$-$OIDSFILE" <<FuNkYfMgRsTuFf
  * These macros can be used to avoid a catalog lookup when a specific
  * fmgr-callable function needs to be referenced.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
@@ -161,7 +161,7 @@ cat > "$$-$TABLEFILE" <<FuNkYfMgRtAbStUfF
  * $TABLEFILE
  *    The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index e53a829a22afb36d65db1fbf8d687ab9bc0b2a82..16ce8359b9f7eb9481f0cb99a939d089b73b3845 100644 (file)
@@ -3,7 +3,7 @@
  * acl.c
  *       Basic access control list data structures manipulation routines.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5c7563466c2c9da6df1a050de6c79b9ebaa6da2c..f22c3a46002a4e88d27f19e76976abc35727503c 100644 (file)
@@ -3,7 +3,7 @@
  * arrayfuncs.c
  *       Support functions for arrays.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 91edbefd998a003e08672ccc2e2759e65cccb907..6cef6b884c0708a3c92ae5a11ec20009a6fe7264 100644 (file)
@@ -3,7 +3,7 @@
  * arrayutils.c
  *       This file contains some support routines required for array functions.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 47a36d9079f5d9afb64472d81c080763b3fe12bc..cb4b641fe2a25da2ab9dc801bef8cec34d424534 100644 (file)
@@ -3,7 +3,7 @@
  * bool.c
  *       Functions for the built-in type "bool".
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d52902e2dda045cc9d2d7d0a249687d9e96a50ab..771ca9ea50a6c3e8de46d0a8eb10049ecd7b2de2 100644 (file)
@@ -4,7 +4,7 @@
  *       Functions for the built-in type "char" (not to be confused with
  *       bpchar, which is the SQL CHAR(n) type).
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0caaefb75d4a03ac37cb07a5fd5e97217f94b894..e7d36eec6400ba4e1498e0496b5227a0f94380c9 100644 (file)
@@ -3,7 +3,7 @@
  * date.c
  *       implements DATE and TIME data types specified in SQL-92 standard
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 7fb53b4470e76912bab23a266232979d17b96f1d..ed629b236b13f7b5ef4267eee6173ada4bd69a8e 100644 (file)
@@ -3,7 +3,7 @@
  * datetime.c
  *       Support functions for date/time types.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index afb86439ce23f577fe5fc2e711f0bd1510bf9bab..1639a34966655f6cec813e308ff252c4362e0648 100644 (file)
@@ -3,7 +3,7 @@
  * datum.c
  *       POSTGRES Datum (abstract data type) manipulation routines.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b2afa9197491b0a3efebe33d025dbffc29006823..615bf2767d6cd0585abf8cad0e4f7f2a88dbf66d 100644 (file)
@@ -3,7 +3,7 @@
  * float.c
  *       Functions for the built-in floating-point types.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6935dce50dbc9cf6d9dff2b19f06a7f1afb45874..bcf5f127858f73d4e31f0f0af3ecfca098bc6c2b 100644 (file)
@@ -4,7 +4,7 @@
  *       Display type names "nicely".
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 02349d4ed973004c32d0c2c7c354af3c12e1c3ff..8a6635187a10bab744883d2ce46c26d294a8e763 100644 (file)
@@ -3,7 +3,7 @@
  * geo_ops.c
  *       2D geometric operations
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3e53fca9fc642c2dd75156d4a2fd46e0b9355eee..8f1e8ad7fc93859a4140380e9e59d3a1e60c6c88 100644 (file)
@@ -4,7 +4,7 @@
  *       Selectivity routines registered in the operator catalog in the
  *       "oprrest" and "oprjoin" attributes.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a327e138ebaa236a084f4375314b7da69397be98..a1b9836d5c713123e4e95a182cd315bd4b1965c0 100644 (file)
@@ -3,7 +3,7 @@
  * int.c
  *       Functions for the built-in integer types (except int8).
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f1b3e1f938baa492c0d6458ce5fd3315d94bcc34..10507c0c92b8ba028bf36daee0e57cbc88be5539 100644 (file)
@@ -3,7 +3,7 @@
  * int8.c
  *       Internal 64-bit integer operations
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c0f4d2ba26522bc4ca52ac27e17184aee62168b0..eb6018498a9f4a03a277ac2f210909a5db2b9fdc 100644 (file)
@@ -7,7 +7,7 @@
  *             A big hack of the regexp.c code!! Contributed by
  *             Keith Parks <emkxp01@mtcc.demon.co.uk> (7/95).
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 751cb0bced697e5660477f2a3637cf74145c3c84..fe1e336263aa5cd68a9312e160fd1ffbc4419f20 100644 (file)
@@ -16,7 +16,7 @@
  * MatchTextIC (MBMatchTextIC)
  * do_like_escape (MB_do_like_escape)
  *
- * Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     $PostgreSQL$
index e73f5e424adbaa4e69e11c395f4d88c6f20c853e..94d27425dd333bb5842b4292ff04df26866bdf9e 100644 (file)
@@ -3,7 +3,7 @@
  * misc.c
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7357cf55747d3692e891bfc91f7d3eb787a926e7..8d6cf20f79074ba135b1d377b5e44ba48e86530f 100644 (file)
@@ -5,7 +5,7 @@
  *       Functions for the built-in type "RelativeTime".
  *       Functions for the built-in type "TimeInterval".
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 785a5edbcd9adc43250f593d8e4633c2f809aab1..78ef31519bec75bf565982a14aa919665d40f422 100644 (file)
@@ -9,7 +9,7 @@
  * always use NAMEDATALEN as the symbolic constant!   - jolly 8/21/95
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3c4850c1261a9968ba355e3c8935bf0d67a71a39..3abd7813356fc8cadc8717dc6de2bb457e44314e 100644 (file)
@@ -3,7 +3,7 @@
  * not_in.c
  *       Executes the "not_in" operator for any data type
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c3266343a406a36009bf1e1a030d09433dce50fe..0634aafc13f2284bf7fe41588f5fd88fb4242efc 100644 (file)
@@ -5,7 +5,7 @@
  *
  *             integer:                                pg_atoi, pg_itoa, pg_ltoa
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 63ed6c72475fa9a2bf0da570246dcfcf304c3374..68c911603efa7f97b352f1e4b421bf9e9db37461 100644 (file)
@@ -3,7 +3,7 @@
  * oid.c
  *       Functions for the built-in type Oid ... also oidvector.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 70661c58a2c981a4eb38b7c2077a9eac572faf42..f03e9274f8715105ac7fbf3fadab9efe62de110a 100644 (file)
@@ -2,7 +2,7 @@
  * oracle_compat.c
  *     Oracle compatible functions.
  *
- * Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  *     Author: Edmund Mergl <E.Mergl@bawue.de>
  *     Multibyte enhancement: Tatsuo Ishii <ishii@postgresql.org>
index f80d39c27595b7d8f9d102a9df59b6415654da83..c08ddf9b6905050c46ae18376bcde51d4846d93a 100644 (file)
@@ -3,7 +3,7 @@
  * pgstatfuncs.c
  *       Functions for accessing the statistics collector data
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1490c941d911aef811a54b4ad48ac7f989e23fe9..21247592e6f7f4eb77c1e5aa1ea5dab5729a92b4 100644 (file)
@@ -11,7 +11,7 @@
  * we do better?)
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 77044b71b99de992826be9a96be7bbbf4ec6a235..e1460b6373146f25abbcd295ed6b0701e7fe36ff 100644 (file)
@@ -3,7 +3,7 @@
  * regexp.c
  *       Postgres' interface to the regular expression package.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3ca7d67c87ba41d2d898115ff55d794e171bdac8..a0b76d46948e08d9197a7e1064efd0ea32627c16 100644 (file)
@@ -8,7 +8,7 @@
  * special I/O conversion routines.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 592371ef591c643ee8196fc05757ff880bf5f5e4..56aae272410741d9215037c1780e936db7acfcd6 100644 (file)
@@ -15,7 +15,7 @@
  *     needed anymore.  Improve it someday.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 594dede69ed798334919ede607cc4070673f1679..debb779dfa4b9d6ac264a53dac44fc7141a877e0 100644 (file)
@@ -3,7 +3,7 @@
  * rowtypes.c
  *       I/O functions for generic composite types.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ba3c9f77cce21d5e2c4d528d5a0ddb536aaf20f6..45e9b16a68717b8b6607a342683119a342b9fa9a 100644 (file)
@@ -10,7 +10,7 @@
  *       Index cost functions are registered in the pg_am catalog
  *       in the "amcostestimate" attribute.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 459b06d37fc8d4b57212bc9a17f1b06483231f70..2c67078d56606474419a3410ae5bfbf65e011611 100644 (file)
@@ -3,7 +3,7 @@
  * tid.c
  *       Functions for the built-in type tuple id
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cb8eb56c229f9a8d0aee313bda7c87be2d821e66..3ad0a5797e1e58482b472a4ab5399e80571a4ac0 100644 (file)
@@ -3,7 +3,7 @@
  * timestamp.c
  *       Functions for the built-in SQL92 types "timestamp" and "interval".
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b69432140f53626544873fd0e709a6e4a384e49d..533d8bef93e5161b727100d012d28d6eccb732c8 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 460d36cff725ff97728d6230d55810f0d9992154..88fd8f6b8a47ae64890a0f86ae1ad1b9d4a3da54 100644 (file)
@@ -3,7 +3,7 @@
  * varchar.c
  *       Functions for the built-in types char(n) and varchar(n).
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9e707add91c0c07d0f8712baa17661fbc6d4c8a0..66c9a6a16c7a0c410bac078efad891c3d9bbe638 100644 (file)
@@ -3,7 +3,7 @@
  * varlena.c
  *       Functions for the variable-length built-in types.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 933b6f7163c8d21f2a1e23734e842ee16cb342e6..4c05965fa4fa96324bc413f1f8aa7514b786de33 100644 (file)
@@ -3,7 +3,7 @@
  * xid.c
  *       POSTGRES transaction identifier and command identifier datatypes.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ba64dfe980a4139dbfca8de4a94dca24ebbec01a..cc96e0a793200c775d0d0fa33bbc8bb85f2dce92 100644 (file)
@@ -3,7 +3,7 @@
  * catcache.c
  *       System catalog cache for tuples matching a key.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 18c3210d9c7f75644dccd16d902ea8905c762134..689da61d5a96b948460f7dd82894b3b582ed77b1 100644 (file)
@@ -76,7 +76,7 @@
  *     simplicity we keep the controlling list-of-lists in TopTransactionContext.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 965aeb2c19146b8c8d43c6b5a131a6a0e629ceeb..8874140604d46b55d7beef33a87bd78d3d648edd 100644 (file)
@@ -3,7 +3,7 @@
  * lsyscache.c
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c588128e89cca220135f007022b17399e2df159d..10e6bfa4d614978f83ff1a40a078f41e5b554caf 100644 (file)
@@ -3,7 +3,7 @@
  * relcache.c
  *       POSTGRES relation descriptor cache code
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f7d1a24719388b4214c1aa976390ab8814274d7c..d741d54d9dd77d8ad59ac3bbc22b5246a6fd8308 100644 (file)
@@ -3,7 +3,7 @@
  * syscache.c
  *       System cache management routines
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 399a804c1cfd91f692d375539f529beff47ebe3f..03c26d9325ec84e132096cc83b040789b813823d 100644 (file)
@@ -32,7 +32,7 @@
  * entry, since that may need to change as a consequence of ALTER TABLE.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cacdd8629f4ad6eb5b88c571350faa63d75df2d0..9ea582ca6c8e05d7f8f4d07a99821fe1f7bed698 100644 (file)
@@ -3,7 +3,7 @@
  * assert.c
  *       Assert code.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a70409425a3c181ea6d6ec01b8c1eb7ad1773ff5..633874a0ed41ab158838a4bcd97c32dd3261bf81 100644 (file)
@@ -37,7 +37,7 @@
  * overflow.)
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 95ab3f6816ec1d7ad83a075012cdcfe356954885..643ef5dbb2fed1c137097db8fe20c5eec522edba 100644 (file)
@@ -3,7 +3,7 @@
  * dfmgr.c
  *       Dynamic function manager code.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c7a4de92ccd1c9dcd92dd6ca97b166a9667b2a82..6da27852efe6ee91aeb3a13a4db80aa43bfd5519 100644 (file)
@@ -3,7 +3,7 @@
  * fmgr.c
  *       The Postgres function manager.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6e4ef233e7351807251d97c3ee6b154e5fee3823..6bb5e322922ea7601102f64bd8cbbd497245254d 100644 (file)
@@ -4,7 +4,7 @@
  *       dynamic hash tables
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 206dc35d3c1c3b0df8f2b7cb3aa6cec576d4fb4d..065506991e807a912fb9cbc1e3864594a96645f0 100644 (file)
@@ -4,7 +4,7 @@
  *             Hash functions for use in dynahash.c hashtables
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 41fe69491cab1b11428f7ee05ae4df3711358d5d..c83e21f9e0824a331a51adfa477f2d19899a95a3 100644 (file)
@@ -3,7 +3,7 @@
  * pg_crc.c
  *       PostgreSQL 64-bit CRC support
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cd499854ca10b180a3f7b7cc7d798cbb1fa1fd8a..90a588842c1360f84d1d746669c4e3415540351a 100644 (file)
@@ -3,7 +3,7 @@
  * globals.c
  *       global variable declarations
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 01bad208ff46299d7b0074f975db42d012909532..fc2196df23c3104e9debdccc5c106ad2c63c33a8 100644 (file)
@@ -3,7 +3,7 @@
  * miscinit.c
  *       miscellaneous initialization support stuff
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c9a4a2f1f32f0c3dc1bfd410a8406cf080afcaa9..49d29ec0f05844fc8ea897f7042be446a893bb3e 100644 (file)
@@ -3,7 +3,7 @@
  * postinit.c
  *       postgres initialization utilities
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6d5596cdff30d34780f5a1c7220dce963129a5c4..4062fa26b964dc74890883d93be108ccccbedbda 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       Utility functions for conversion procs.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ed411a8bc8d795beb930b3642a3cfb70356c7ba9..ba07637722582157b50f76f03783b4c638f6ea41 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ASCII and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8a3326bc1ed39e0fa67f67b909932151a5d9ea36..e0eb3f52068869cab15da58ca21c4d26042cc98d 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       Cyrillic and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a05b0896d79bc7e19af69aa14d2c3d6dbf5ae33a..b29e6dce6f1f0b2019bc415b1a8d1526848d18c3 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_CN and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5ca8962cd455aa3a722bf2ef3c0fd7dc0b2bd08c..bd5b2a94398c223d86b55c89d021248ca240094e 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JP, SJIS and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 68767a36cce99763c9c9adc494e761328526926c..b560032968a4259958ac5e3d0052b42953fe1e97 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_KR and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c5ebce5f72f8a6179ee4d4a778a7e70b94b44aa8..61e0050a7776c8248ff4e7bbea824c258dfc83f9 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_TW, BIG5 and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4f5b2b994360e34e3069b3ef4ac62f2f371cc8e9..a881c45be9798b4875b34c41c6120183e0d8d950 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       LATIN2 and WIN1250
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f1f0a0d1eee3f5dae49e30e8bb651000614f38cb..d05138c607ca43df5f0e165140a4e73af9307a82 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       LATINn and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 108dbe09ebccbca38213ad6372879a13d92d909a..446277fc2df59638a8bbdedb16ad96c4a548908f 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ASCII <--> UTF-8
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1a146f3c00c4eeb9bfb7f50243a2a7980ddba848..c8382a314e7a74701e1b6edd1a10573ee1aaac84 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       BIG5 <--> UTF-8
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 78070c0d13b0c962df36183264e4f2fb88d3c25b..2a44db85f070a3c22d5a24f765e732b633572836 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       UTF8 and Cyrillic
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e3527cd4624c912eabd4dc7293c05ffb83ce4916..eca4bbac5a29083b255361d6eacaeb2e40298add 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_CN <--> UTF-8
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bea4b7bb5f4cb6ad5fc741f335594b24490902d6..9f59ce8358844f72c0447d80352ef364ca857268 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JP <--> UTF-8
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3e5762a1a7cfc5de794356b5df21b8f56133b5a4..9f772624f7b0c5cbd01bf12f4f0c3c4715a80f39 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_KR <--> UTF-8
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 943531187ee342639d14d3f441a1774b2ccf36b0..b2f088c9a39071d4516734144d7c225b9c983840 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_TW <--> UTF-8
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6a039a907f78753dc9b3f420b9feaaa428254027..7f7b4625d81b5387f17368aa0b2d221178f85f10 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       GB18030 <--> UTF-8
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7ec6268cc9933e88fd551662eda14f5e0fd059e1..39ff56aaf8ff50b679964e1d9984c779bba3b11d 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       GBK <--> UTF-8
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a317a741aadc2abb67df54f8bdef334dd5e81105..9da468a0569b7c70d4bdf088c803f2ffc82b46df 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ISO 8859 2-16 <--> UTF-8
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 239fbf703c3de5df83f3cd5be4c57d789e6e65cc..9265c807c656d08009735aec4edd35e5176d714b 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ISO8859_1 <--> UTF-8
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1107d692b1c51fc31a4909c859d44568a8141505..7a8f6db907e38ede9b9f186041864be5cfe25d62 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       JOHAB <--> UTF-8
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c9797764741d2feca6de831543c162ab00cbd43f..e56124aaadd769fa5ff9e3b2bc8e615571682c3a 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       SJIS <--> UTF-8
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index de3b45af4544aff1c1be19bf44a5c89ffd00155b..892951196c863928f6a481232da39318b83fdc5a 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       TCVN <--> UTF-8
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f82234b32264e5ede40769504964e5905c381208..f311f4936a07237ed2d68c5cd9f4ed3c28e297dc 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       UHC <--> UTF-8
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index efe357520fb9631550624fb4cf8aa3f7eca58b36..7448e507f8e36bf3d52545e639755ee8c092d648 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       WIN1250 and UTF-8
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 10f27310d75af28cf9cffc23711f72b21411c4a7..2e15022eb3d7315f6b5fa81cc7cf23e9cc4897b7 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       WIN1256 and UTF-8
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d67da19bf56cc89a37aaf70ee28aafa27bb38254..b866b190f6e3ea85de6b2c96de855d82022d5eae 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       WIN874 and UTF-8
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e1020f8cb4486c786f9236b2d58332b0cea28a43..74af4cf7f24dfeedfa59bf1ec5ac4f417b26a686 100644 (file)
@@ -3,7 +3,7 @@
  * database.c
  *       miscellaneous initialization support stuff
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ca1d34d241a19cd79264ac93877a0c6602df5196..6c40bf1eb79c5e60dd0c22e3bd665f36be78bf36 100644 (file)
@@ -7,7 +7,7 @@
  * or GUC_DISALLOW_IN_FILE are not displayed, unless the user specifically
  * requests that variable by name
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index bf984c056cafc90a50b30ffc2ac9d3009efb8cf6..d682d95fa1741eff3861dd4bb5f2e65f53cc5c33 100644 (file)
@@ -5,7 +5,7 @@
  *       Also, a function to check for the owner (datdba) of a database.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 87d5460de9da12d5e5e3065c53939be87dad3aad..df146c1ca4752814bad031d86078d9e55b9d5316 100644 (file)
@@ -7,7 +7,7 @@
  * type.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e19e93d31da676f22d1dda6dd4bde2b1cff1fa2b..88d4de346259c25a56e726dbc8e016c620725050 100644 (file)
@@ -9,7 +9,7 @@
  * context's MemoryContextMethods struct.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3be1bfb5432bf04781048aaf8d00d410c5e9c793..525ae8f343212cf4200fb79f51ac9cec2c030622 100644 (file)
@@ -8,7 +8,7 @@
  * doesn't actually run the executor for them.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fa840092a1de11437ef62b9ed99d897c406e0181..13e90d6e7bf4227e4b6e5f910f6849e50cb91721 100644 (file)
@@ -9,7 +9,7 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5f8cfc81ba25adba4331e1b464c538857b55d1cb..44c5c6623e819a40b25b161377e7d1fe70538b28 100644 (file)
@@ -60,7 +60,7 @@
  * care that all calls for a single LogicalTapeSet are made in the same
  * palloc context.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bf7e151d6f8d1567a978b23a182dbae9760c0995..a96ade0d46911aea6b974be789205435770a123c 100644 (file)
@@ -74,7 +74,7 @@
  * saves one cycle of writing all the data out to disk and reading it in.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b16fd233dba6fb59d3a659771df3f41f5d9dda27..e1de7bd557f3f5c49786852c911c5fbfc6160e93 100644 (file)
@@ -32,7 +32,7 @@
  * the Tuplestore's state.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 552169f0f0530409d2324cd43fba0e85eb1ebd31..b90a1dd1f1e843592fd1bf5f9ed16a08ea267c27 100644 (file)
@@ -12,7 +12,7 @@
  * has now committed or aborted.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5654bc1704488680909ad9564f6f2636ff2aea8e..7e27cebd5cc6342f6d6f05f642e70035b777f52c 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/initdb
 #
-# Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $PostgreSQL$
index 615332b4ddbe64f07ccfa6dec7f3f63690047490..af99cfff5cc74ef1007fa0c841e7d91d9f847bd7 100644 (file)
@@ -35,7 +35,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  * Portions taken from FreeBSD.
  *
index 3c86eb99dc0d367467ac0f85d4f43c38df7ae1eb..aa9ca9ae001b0dbf1e2b6dc68f9a34bb4ba3e9f9 100644 (file)
@@ -15,7 +15,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index c659d49e14e235acc8eec515712bc4b7457da409..a20a8a6a886e08bf542bc7897a41da4be658dae1 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_ctl
 #
-# Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $PostgreSQL$
index 37aeb55d23c07b06e7e0b215e7d1ceed479d797c..d2d866d1303c4e91645098b04325bc7513bc6db8 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_ctl --- start/stops/restarts the PostgreSQL server
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index c43e6a63b544f47c8e8d42cd7c6e2bd180982cc3..5f17abfff912d60782634571508d32ce33e3ce03 100644 (file)
@@ -6,7 +6,7 @@
  * Since pg4_dump is long-dead code, there is no longer any useful distinction
  * between this file and pg_dump.c.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c80f1c3a829ae3d5b7ab2f93b1f801fea0227275..e4221ac2b9b40a9dc92b6fe0f5c3ea565142ce87 100644 (file)
@@ -4,7 +4,7 @@
  *     Basically this is stuff that is useful in both pg_dump and pg_dumpall.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 042ad1409f2591a712f8dff54d0d3470bba4c0ba..ef1ba67a740a217209e5a5755fe70a4ed940a1ed 100644 (file)
@@ -4,7 +4,7 @@
  *     Basically this is stuff that is useful in both pg_dump and pg_dumpall.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8cde49c7ca42f90ae2f9ae3ec26327a26f484c0f..65e064694746b7aae8cf2d52d99e9a49e6779606 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-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, 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
index bc55b03a8b40ea2492320bc48d173033fef25092..b7bc2b7a18182574012a59f607caaa2346db9d05 100644 (file)
@@ -3,7 +3,7 @@
  * pg_dump.h
  *       Common header file for the pg_dump utility
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3b43f8ead1b4bc8f8ae0ba1f87912ee8d255d568..4810be9888924f1ed6b22c91c016214cb890f591 100644 (file)
@@ -4,7 +4,7 @@
  *       Sort the items of a dump into a safe order for dumping
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2d61deaec389b1ac917a21afc8c2f47f165ba476..58e0758458d90e9896de8073d948e4cbd044a630 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_dumpall
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 33108e155ed7c74fafc3c6fd99cd0eed3f08bc60..f2bd1b7233ceb1b0a05197c6fc4dda1cf98463f6 100644 (file)
@@ -20,7 +20,7 @@
  * step 2 ...
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 141136a5248a6f68fdb3d2c6944e926eee7256d4..83094966707f4d9971ebfc0f60144a8e1a3e3cb9 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pgevent
 #
-# Copyright (c) 1996-2004, PostgreSQL Global Development Group
+# Copyright (c) 1996-2005, PostgreSQL Global Development Group
 #
 #-------------------------------------------------------------------------
 
index b5947696e17e2522c4b5d358a4fbed12f0c8a34b..5cbc9904d1198b823ac909f239e88a2d0a224703 100644 (file)
@@ -375,7 +375,7 @@ print_copyright(void)
 {
        puts(
                 "PostgreSQL Data Base Management System\n\n"
-                "Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group\n\n"
+                "Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group\n\n"
                 "This software is based on Postgres95, formerly known as Postgres, which\n"
                 "contains the following notice:\n\n"
                 "Portions Copyright(c) 1994, Regents of the University of California\n\n"
index 6880af69d7968b571b1491b219bb299556708265..106fd90efaac86b8ea3e33fd1ebdfc3be1a31580 100644 (file)
@@ -27,7 +27,7 @@
  * subroutine is responsible for looking back to the original string and
  * replacing FF's with the corresponding original bytes.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2c3f9a178dc60079443d01d7287d01ae285b1c2b..045409658db5e7cebfc8ee99ce4455b8fcd7da62 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Miscellaneous shared code
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 56b7cb6fa373e43f9965a6a1c2b543dafb2a2351..9faa9aacf89bf4cb0460b48b5a244e0118c5fc35 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createdb
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 127c7e18841a831d523660e232ab3c73d5a0bce7..1900331520bfbe8b4724134e17ea702d4ccb0dd5 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createlang
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7b2dbf9f2d43fd992c8fdb4b6a00f24bdefa6af7..e9a6885adb317afcd3b7dc5715925b94ab6eddaa 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createuser
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d5ee65cc29f33f9185cdd51c577e02c198237c30..ab23b9cef113c896f5fe1b288dec8a6447a9751e 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropdb
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b88037c9488a94abc833a070923cc1811b20335a..4117cc73e559aed70a34fca83945bcfc52463143 100644 (file)
@@ -2,7 +2,7 @@
  *
  * droplang
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a2cad56cc39f66de01fbb5c777c54a1c2a5f5f64..04f902a6179b11e0c85ccb6d1ebf748810aea367 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropuser
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4403c33d2e1cb39d0b9d5d1790cbc78863212e04..31f42ca50b89b8747ce9e79e60d4be34f2c46452 100644 (file)
@@ -2,7 +2,7 @@
  *
  * vacuumdb
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4627816b3db24cefd65ac0674a5a3b944dcbcb5a..440f297e83a046fe5a9091db0fd6de21541c59f1 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES attribute number definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7781d82031b20b11fc12f678159ded02f2234f0f..0bb2ea0c4047137e109074b9d4e882fd4cf1f068 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction-commit-log manager
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 940deb106cb305b730d7bf9758e132b04384f124..93665eb3321781df18c62bc333b5863f0f1fddc2 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES generalized index access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0ff9e2c098d734667954eb911d79e74f063f507e..2b8a3b45d9834f2eb81438611d2ce1d4afb8628b 100644 (file)
@@ -4,7 +4,7 @@
  *       common declarations for the GiST access method code.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 326e5506f91dbafc2b77fc4a729ed813763acd01..413a4fa6cfe1f995ac70c665b6842fa025b5d49e 100644 (file)
@@ -4,7 +4,7 @@
  *       routines defined in access/gist/gistscan.c
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d4908d082e6354a8164437ff8033f4666b4ada8f..14438e1ef89a5255373d8689663ca5650a54a84b 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres hash access method implementation
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 432694afaa92bb3f094055548619eae18dad7543..cc4e31732f6f32b2642925ef004df801666b3118 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 33b7c53c50c3f26a19493259eda3fe2ac577d195..dfc84118d2a33807cce26cd8f17a6ba45571fb4e 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap access method input/output definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0df7e5b47f1498161e03fc7ada0676f6f2377962..0c27e7ce6e60f875271e4a871ee1d9d193a3ee03 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a656ddc630426956cc93fb57e00b4b78bee6393c..70f79ad836ba89dfd754c7a9524e8805268f365a 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES index valid attribute bit map definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b6faf00efca818f0fc79fec18658fcdbd83c7c14..5ba90025b3d9621616b3e045b92b9a19be646010 100644 (file)
@@ -4,7 +4,7 @@
  *       Index scan key qualification definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 487f36c06f0fc27dfc81dad0a293863e5441b1f9..a9b5b80796f42803a195be8828553180e5231475 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES index tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index aaa6dbad55f1bb133108daaae984481805b26688..a30ebfe0e1c9ade1ead5753c1ade7f24b8556156 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres btree access method implementation.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 521a287bbcf01eb3dc82db7fb69057223c5b1bd1..a64cebe30cb5ee9f7d119356be4f71f877c8681f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index cd340f4302ed7307b02e16df74b763e900f1bede..75a38b6c7522a854f0a540fc5561d23c0a9070c4 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES relation scan descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 03fed2e7994182be7e79e1c2fe3dd9a3a271ed56..9791834fe4eb8ef7de0729692c2789c4c0e898f9 100644 (file)
@@ -4,7 +4,7 @@
  *       common declarations for the rtree access method code.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5c0aaa9066d6dcb8b5294eacbf3a61b49629785e..0e3cbd4605fef52a4e3776ee26b3eee7eeb8d5ef 100644 (file)
@@ -4,7 +4,7 @@
  *       routines defined in access/rtree/rtscan.c
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a7e0b2a0e590f731c412001707daaa51e1560511..4888d46d2b380112342a25565e8f2f0cc74a5bf5 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES scan direction definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index afa82fcd190965e65cdd086172aa5634f40cbd77..b7a1b4e183b6b67688b1cde88ca6cc6d46996b2c 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES scan key definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8c637109306d661afae0f3db1581c232c734cfe9..b96950470dd605b4f6bf3adb89faf72d3df1597f 100644 (file)
@@ -3,7 +3,7 @@
  * slru.h
  *             Simple LRU buffering for transaction status logfiles
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 152cd72b23fd150c4baf9d731a10148a54b84031..aef2332c4a95c94aa80f04d3b6ab75465518cc52 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL subtransaction-log manager
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b34b67564ef6094719f284991ea030b5f58c96f7..1129fb847fd6103284e310fba2c9f8bf5c2898ee 100644 (file)
@@ -4,7 +4,7 @@
  *       postgres transaction access method support code
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3553325d17fa3589eaaeba082f1db2955b40f618..89dd7487a68b066fffe33cc0aa4208be1e49282a 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES tuple descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 76776e8c76478125503ec85a9543de4c53fff09c..6208366d7a7fab940a9c15e677946b8011987c61 100644 (file)
@@ -4,7 +4,7 @@
  *       Tuple macros used by both index tuples and heap tuples.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7c696ba9a3cae4cfe722d8fa37ffd9c23cb39f86..432280b83581d5f6ab657d7bb3d1506c512b6b35 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES tuple qualification validity definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d3c9f71a9925302d090722460635d7882644d5e4..6fefa6fa1e1fc8ad4ce06bd955d7dd420b17d1bd 100644 (file)
@@ -4,7 +4,7 @@
  *       postgres transaction system definitions
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c4b3b70e0c8f49f09eed42ab5026ec1588d6a5df..16d24a8972dfd2163b3c7ca11d78d18a57b5a975 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction log manager
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3f708c499217a08e77ca289b28f47100e32ff528..1f7ad8238d6cfb5fdd5e21c14332c0e95201d184 100644 (file)
@@ -8,7 +8,7 @@
  * needed by rmgr routines (redo/undo support for individual record types).
  * So the XLogRecord typedef and associated stuff appear in xlog.h.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b0e6e4a8b0ffa996214cb0f187101b7b59387888..17fe15e2b6c5eafd0a1d872784d20e8a01540f8a 100644 (file)
@@ -4,7 +4,7 @@
  * Postgres transaction log manager record pointer and
  * timeline number definitions
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3c06bb3ae2d2aa902c697095d6184406f450b7fd..899724a5536f8b0d2124345426abf23df733191a 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction log manager utility routines
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 38fc3f743efe7f0f000342f7e7bd7a601deefdbf..649e02200adb6b3953f00bf25afb93c4c13bf861 100644 (file)
@@ -4,7 +4,7 @@
  *       include file for the bootstrapping code
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 12e29c23d110975d6e91c432c92f0a1953754a16..95dc3a07371bfefc8a192f50dbd5aaf57c933aff 100644 (file)
@@ -9,7 +9,7 @@
  *       polluting the namespace with lots of stuff...
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a83f052e9bf5fb4db32a607d4944ed86a9c4b4ad..869cb4ad743d63664f7637e4b7e256251d5e1244 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/catalog.c
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5f865d00f9b460271b0bcc7a5991ae383802cb08..5f91eb286c8d2ce394958aa129043fa560cab24b 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES system catalog relation name definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index bc098efa954dda120183163942793d509985db06..d8e034e971f61505365cddc78feb5c6ee08ddf43 100644 (file)
@@ -34,7 +34,7 @@
  * database contents or layout, such as altering tuple headers.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e500add866cf8b80de8956ce9219e53ee2e2d444..de03d4d16315377c65e2dc521b09801d799bd546 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 927917ad7315081833536110834c5a62975f48d7..3909b82f6980df8002a2b745af00c3ca6e69c042 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/heap.c
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 81034b49b3c028a5a70d081ec53c2562337914b3..ed9efbce6cf59d0887638d42f34966ff8a9898d9 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for index.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3785755f49f16aed0e85e1decdfe3132bae114eb..fc80ad927e791fcb1e725d91aa900b5772238509 100644 (file)
@@ -5,7 +5,7 @@
  *       on system catalogs
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5b506981fb8e91e67df8d29fb3e8afd4323f4396..158aac8b47af94520270ae0f3075210196951a04 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/namespace.c
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 30fe743426a16cb42de0134d5022674610a31a89..2090a7e3c95c0cf16cac54c3b00b3e1bad970f88 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ade0090d855955651a99161cc0258efe6b634cea..06196c7c9759806f6131e9cd5d778436dbf13958 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8fcab9dfd045fe04bb4891713a32c821633b59f4..4bad3410d47dd2b7d0014722886ffafc391cc90e 100644 (file)
@@ -20,7 +20,7 @@
  * for multiple subtypes or strategy numbers of a single opclass.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 09315ba720dc1df25e547372a72698c8508abd31..e0e07a82ac1e58262acba0da523f1777ee1bb673 100644 (file)
@@ -16,7 +16,7 @@
  * to subtype at all.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5a2a9916b0b71611a27ddb2f5f21bb318286d6df..58235e15c12cdf648ce7b1e565d4678495bb3798 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index bb1cf78d71cf3cadbf459a394dd5b050e011f18f..a593d6e549421e09fc4a6bc20dfa07d176eb2b69 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c8746284734a7c3d6599ac905aef9331472c811f..0d7ec87712b77e41c589059a1c6803cc5b6bf39d 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c840366c9e0dac40a0053338fe76e9029c240630..1eccc7470aeaf61f7df3e1ce648f48ce6973b574 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9f077769f07990d3bb56e88b53ee913dfbe7bd4d..44cfcf8c6d462a9f6e95029e5ac5150a61a0440f 100644 (file)
@@ -5,7 +5,7 @@
  *       However, we define it here so that the format is documented.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 64842159ea321039bc113956e33283033acc5d62..da62cfaadb039457d1d161dde6f7ddd0df354604 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index cd0309678adaf6c312a41b2b9c2c871336ed2125..b117321932d6c5c8152e4b83cccc61c591513930 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5b88c5dc36a4b3cd99ab9ddd1f2cca4d87564db8..f495e309005b19dc9a026bc5ef73dd3ec83b7627 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 37424569db4f7cfb2530adeba5dc7c6a6afe4c60..dc7a5b815389a962aea4aa4f2ad2423f3fe7a08e 100644 (file)
@@ -19,7 +19,7 @@
  * for example).
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 18bfcd34a5323e63043a3a4e00ad3b0492f41f4f..c7690382f7ddea29782192e9e26ffa75b949dfa9 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ffed29a58c36bc69ab1b92ca6095cbc5425afb7a..455cd24f90ea5b16e4995fa6d37cde38f5604041 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index dfd7b4f274085e79b101f424aca7113ad3eec201..afa8388ed0b8fba1a38d6e8c09f1410686796d05 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a1c4a1564cc849a1a11f46b143630f3a65527e73..9b846156eafa1a637392bec0cca0ef21986a10ba 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9caaa028579af11ccd921421d0ce55a1318f35a1..a5bc540e9da2c63c8b3f79f5524cd1ae35308324 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 85598a290afe1eb38ad3e2e88d5dddbb81f48ebe..0549d2258d0d72c50d1ae92a8431f6cabb14de48 100644 (file)
@@ -4,7 +4,7 @@
  *       Asynchronous notification
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 586299d0898e571d65b6b551352572472b29d8f8..c3c995c2b670301267c7ec39b3228fabe1f397d3 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5044486551fd13916125d3b26c4f6d78a9076687..4034d52f5b123ae82946369a0a4eb3c0474cec23 100644 (file)
@@ -24,7 +24,7 @@
  * AMs support this.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 09417f2ca4d7a5402923bd69f504cb46c2a145f1..caf945809495516bca4d822009a1ac05cc11ed5e 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5383c1323adad57360ff638f5cbe4e0b9806c6d2..8eec12144344258272adf09d29fc1bab04bb7195 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of the system "procedure" relation (pg_proc)
  *       along with the relation's initial contents.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 497f3be4227c48b1a1984f8cc7005ae6b7709387..54cb6508252b996315a8843dd0ab1db58d97c08b 100644 (file)
@@ -8,7 +8,7 @@
  * --- ie, rule names are only unique among the rules of a given table.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5e77856e22aecf244588a3b62d3772764316c19a..633d5b7e5ba2bfb4ad45f88eae9bba9cfc90d6f2 100644 (file)
@@ -6,7 +6,7 @@
  *               pg_user is now a public accessible view on pg_shadow.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9fe853cf37f3d63ebb4465a711f1bcefc289225d..626ed7e161e2e4abb78d919b80fdfc7659a2220e 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 936af4b1566493bf0c49add40ddadfd2cd847d26..459232776c580495fea37617bfaa084f5be2ac36 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0023e24262104189e730760a77beb8fe2098b0c6..a59ecec1b5d47496e0826c3fa6eef20e3109d8d1 100644 (file)
@@ -3,7 +3,7 @@
  * pg_trigger.h
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index a2048837bbc718c2149808752885a723506cc9f9..0a78c31a942e0e555d1233ea260245512ca958f8 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9926542e0c21cf365289285bd6506ba8a6c5e6c6..1876049106d8ee51b5e754e6b3703f707cfc3823 100644 (file)
@@ -12,7 +12,7 @@
  * isn't even created at present.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 17c5ba7498d416663feeae35ca1f614a4825b54a..0287812ac5d29cf4a6a20d712d71130b0730f670 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for commands/alter.c
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index fdfbd392a1a9823a2c0d4652532979c418f9e550..8c477c861b823233a53841da232f760764bd2957 100644 (file)
@@ -3,7 +3,7 @@
  * async.h
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 1ea80a20603c016004f52e8b610ab2f3940069fc..185b324eafb8ee0c85c248a1325892d544c1307e 100644 (file)
@@ -3,7 +3,7 @@
  * cluster.h
  *       header file for postgres cluster command stuff
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * $PostgreSQL$
index 8a84ff7d5dce2a2000218e15946e561d93f7a707..11288e45638b032480be429c76a38b23ad80538f 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for conversioncmds.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f2c10d3806bb6b74004546d5981b06a8b2fe8931..65a37c5cdb85783e6559430786400874891b3518 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for using the POSTGRES copy command.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index cb0c76c69eed4bcf152ef2d363be3fbe7824be8d..f341e655298660f9c65edc0cbe6478ec6ae0976d 100644 (file)
@@ -4,7 +4,7 @@
  *             Database management commands (create/drop database).
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7cc4bc1ecc50c596d1910af3bff51a8306aebdd2..46879d6b30061509fa442eb58543ded37552a5fd 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES define and remove utility definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 85c0e6daf026d12b9fb2074f29aaa9630391e117..0bf3c5f7df56fda9813f74fb74216300419e57b3 100644 (file)
@@ -3,7 +3,7 @@
  * explain.h
  *       prototypes for explain.c
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * $PostgreSQL$
index e2599ccb9eb15161ec457bf2d3eb0db95838d64f..660a990647d5b1569438181bc5a8fa95fb0b9222 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for lockcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 877ad166e452e87a96c5d4c9c54ce0f62586f526..60a810acbe20173cc9621adb09eeae2a3813a344 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for portalcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 146b98783a8d03f9ffb077b412fa32451a5f87a5..1fa62fba9196d0a0a3cc96f10a8dbd81b93801bb 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for schemacmds.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 6dfddb9034eade65985c82d2b5718685a7a140b8..f2963ec0d7e6bf1a6f31e18f9ed04d8786eb085d 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.h
  *       prototypes for sequence.c.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 84f78bd95083ce2d17b4244db3c096ecf6df9742..f86d19f372a002187750781ce1e6e3ad88fcb738 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tablecmds.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a080a50b921e12099f1fb127068c4af9474a0ff0..baf0a53866691168165cc9012009f45245a11f96 100644 (file)
@@ -4,7 +4,7 @@
  *             Tablespace management commands (create/drop tablespace).
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8dfd71e9c16b3cef2ee6649bec8abfc9c5357cf3..38f282b8cc561f2c9825406a9c7a8b8a17fa09fe 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.h
  *       Declarations for trigger handling.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index fc8286cf946066abc6bb1e8a1732eae0a70709b7..7b6d33c3b9619dba794005f4b08836cbb73ade8a 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for typecmds.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e0718b0d01edbc9ac49d1444772205acbc3b43e8..3d1ef222909095841c0d8a75b5f2263c3b17a825 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres vacuum cleaner and statistics analyzer
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 227e25e7458b199315c434cd2e5b015388e02687..4255dfb0b6728e4dc691ddf269b5c8c4c26052d4 100644 (file)
@@ -2,7 +2,7 @@
  * variable.h
  *             Routines for handling specialized SET variables.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 1004b6130a3b51bda3832e288e943ec04f4422a0..a467d6555cc144ab3fbedf1f127431b223c3b624 100644 (file)
@@ -4,7 +4,7 @@
  *       Header file for versions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index cb79f21bc59e97681bca7badc398fc1859a59b42..a5e0d2825536b75e4a39348f8d3d3ddd853d6e47 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2e39eb159b04c4880b1e61a0480fd1a788237e6f..ffb8dfa7867d0c6fa5eff830dcc0313f4b9a5fee 100644 (file)
@@ -4,7 +4,7 @@
  *       #defines governing debugging behaviour in the executor
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 640d66c714db66036a5ac934d4cbcab23a20c807..b08a38afacb5a37750a87017eaf3457bda1eefb7 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index dc61b7f412f85fc2e9da9355c5c48c7b4bf252a2..6e12b94d419b8bd940a2544d76a39f77546e4af5 100644 (file)
@@ -5,7 +5,7 @@
  *       and related modules.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 49981c9f15323939c4fd783205ee492f4d5429e4..592541debba9e3cf150b6343184f4c5c965f8b4d 100644 (file)
@@ -4,7 +4,7 @@
  *       support for the POSTGRES executor module
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 445f4a16ce8ed9c23622c77b1cdfd45dd8e0e3e4..c007ff31dd357196b0f6768c86aaac6d5b5c23b4 100644 (file)
@@ -4,7 +4,7 @@
  *             Declarations for execution of SQL-language functions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c3950d36301cc5a44d88529039edeceaffd17cd3..e31f8c9a05c260d6fb03b3b210bac59d8cb7074b 100644 (file)
@@ -4,7 +4,7 @@
  *       internal structures for hash joins
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 51c406dc8e2175d9a8172046aa555917b123066c..88e394b44c21fb825d8345b032ca0b04b71b0b8b 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeAgg.c
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a11743814dbc091ae80cc34df62f8677dc7b0895..d180438314b4ecd4b31b74f0386373a0f9d12163 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 41023ca0deead973c706c753a6af9503043963c4..f1514b9a82fc1137afb3d1e153a5384924066585 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e7b0ec2618e8027daa6d0baecacfb51d4054c0b0..bb67e62c8fb19c9f5af311197a636e6e743f5fce 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeGroup.c
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 59bcc8146b5f71ace518e9ce6eb50ac4b267607d..ba289849d8609c17cf08981c3cc81b0bbfc38bf2 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeHash.c
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4a1cd05427db2303b00bd336f25d3737ee3ae1b3..731d333120b3bfb1a0daac5bfad572f1670e162e 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 71868c4bc6e1f214e11322c29638814b21133295..20dac5a458422e8b4f622425be2f72c6d9ccb784 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 449a316f09aee471174ef2809cf7dcb75bb59fa4..2d3329da363018e80e6607b411913a24ffad7571 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2062129943f044e9ea97af4be452a3c11d06b9df..f255f8d1f8df37c9ef752bbd2d6183040e2ff2ab 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 022aafc0735fe960d707bdb0ab37e45e5f0a6c85..a38240da1ccad00fd4b342b81e6f8ac67d5c0cb8 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index bb8bec1606e5e1e175cb91bd1d8bc777e67cb8cc..f2053f2aed76be8aadad533756290036463e97cf 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index bc29ceca0f8e0744f9056bd9759d086f341f8d1d..603b649826c01154b3766f3e107c0c94564cce16 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 20990309e9f9e01fd83e173b745dd0a688ae0efd..aeab76f788a5093b92d4ce0ba26bd25b545771fb 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 75bf5608fc4c35890ac205a1eb55579c7c7a6d0f..974b56958615da54e8a5732b8dc489ad36dc8594 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9ec4b6ee15a1e9813a7f5b9e9c8b4ead7aadbed9..a57f366a8f2bd29fa5a21d4bb93e187165fec555 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e75fe55bd626cb0e1db74773b7d262a3ff0295a2..2caba65bedfa7e6e89006a9258e36b4b2d9ee857 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7f8f1c785f42d57f6b0a011d2d1c54a495a2243b..71bed6d320808b1429f01a5285fb5aa705098ba2 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7908cb254b4ec770e5eb913a496ce2ed1221d519..ceb708a194a89d6f40b969bf75db65a86e08e7cd 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e59f77e6b6dedb744b695f693e2551f284cfedf1..576941f284a3f4054b54f15441c18165d5897081 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 551d58ffe95d0480f7719f2ed1923cf83e75ce60..c07fb365ca8eb3cb76b796b6a5f0cbabbd560743 100644 (file)
@@ -3,7 +3,7 @@
  * spi_priv.h
  *                             Server Programming Interface private declarations
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8d87ed0d148f151a57e3d34ab359a3077f9dae84..68f3ba3d07877e7b1fbea7f888af9c719baa9ac0 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tstoreReceiver.c
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 89e61202b778b996ef69e042961f0dd6c40a40ad..31e116cff0372a09ec1268b74aa101d2ab41dcc9 100644 (file)
@@ -4,7 +4,7 @@
  *       tuple table support stuff
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9dc4783b1a136268272fdd3a55de4073b36e130e..c1804f9007ec3c3c89dc3c46a536ae04e89f0857 100644 (file)
@@ -8,7 +8,7 @@
  * or call fmgr-callable functions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ffa6c503fc39a5b0d8bdd9eb8796b79a55256c29..c0ffb72e2aa121d22c37c066c505f5e0230278d0 100644 (file)
@@ -31,7 +31,7 @@
  * freeing the larger object!
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5b5481fc616abb9cce2208981e7253fb943ef78f..27603e2a2c44057ce2df1a114ac4fe5c9374447c 100644 (file)
@@ -7,7 +7,7 @@
  * It can be used to buffer either ordinary C strings (null-terminated text)
  * or arbitrary binary data.  All storage is allocated with palloc().
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 39240bd4f1a278d37df74ee8b5358b2c6f574f81..d1dd5b2945954809b27637516b3c455b0b08c9ab 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for network authentication routines
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b4972bfcea98492e73536155edbc26bae977755f..c3cb5da6a10e9e23755d155e08570e03de8a1b58 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c1b83f18f04445314eae974bf54f7c1c2b9505cd..1d01493cd8df4977c73b60427519d0fac8457fad 100644 (file)
@@ -3,7 +3,7 @@
  * crypt.h
  *       Interface to libpq/crypt.c
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f3025ab0016cc0973c7d1ff4c2605a54f2c55281..9772f2baf06afe6c896964842c0d06c33445be13 100644 (file)
@@ -8,7 +8,7 @@
  *       Structs that need to be client-visible are in pqcomm.h.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index feb5494faa74decf34accd02ee10829aa3e38943..10c1ec742e6b92c827ed1c27c6abe8487542f4f1 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for using Inversion file system routines (ie, large objects)
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d4b339ed94576086bdf742ce9f2bf358189ca84a..5867d795455ba63f62c33235b8d63cbb255f3ecc 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES LIBPQ buffer structure definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b7b9633819d489c749781782e6d4680c7e953863..5a996b4e487adcfc2fe178e946832a4f2e1d20bc 100644 (file)
@@ -6,7 +6,7 @@
  * NOTE: for historical reasons, this does not correspond to pqcomm.c.
  * pqcomm.c's routines are declared in libpq.h.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 047697cf4adc43745fddd45fc052a95f2f3146c5..aee111ee7d666e8ea5c7bab41308378840d9a74d 100644 (file)
@@ -3,7 +3,7 @@
  * pqformat.h
  *             Definitions for formatting and parsing frontend/backend messages
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4db10af0dcff3f5ba15ddfad394a4783aac431fc..94ed876b09124ba45ed9206e933733e9d921d77b 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for the reliable BSD-style signal(2) routine.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5753142d01df61c8297f2c0cddce7ddc4a10cb7c..21c777b436401d8861df8483e0c10ef7bfe22289 100644 (file)
@@ -10,7 +10,7 @@
  *       Over time, this has also become the preferred place for widely known
  *       resource-limitation stuff, such as work_mem and check_stack_depth().
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c9fa470b06e5b79b32daad9d3f50b0a13454f165..5961c6912b2aace08e3328b108a62ee4985433ff 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for executor state nodes
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8dd93bd51b455bbd4ca12eab8d5303bf4e61e2c8..077840b785dd50a305be274b7b06cee8f01bb380 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for the creator functions (for primitive nodes)
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 52f107ffa458a4aa0f147ee945faa91dfb3a5af9..7c977b4c4508e3e67b33a5263c9c98aa58b151b4 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES memory context node definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ff13b29b3ff0a16cc7e8a560efff18d6a2ad005f..edb9c46235ef857bd560c0cb10fd1fc9d12867c0 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8c428bf171af33653f040ea1722a80872548ae30..29f6a1615a3aa0654effc57e895ed0c50ce9952f 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for tagged nodes.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0015c5d153103370f3614b415397e5ef12cc6543..a8b00723a1dd8dcc44b2788955fcf4778c6fe2b2 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations of stuff needed to handle parameterized plans.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 69189866ded67087bd6047c0a6da887fa911d1dc..380394024b34f7a69dfdd9b84418c29a26e17770 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for parse tree nodes
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c808f55ec03ad1736b2522a798499fb492c391f4..c299c24ef3ba1533e0ae42538a842cc4379afa20 100644 (file)
@@ -27,7 +27,7 @@
  * always be so; try to be careful to maintain the distinction.)
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f3f79606ad4159fa2978dbb36b6f2e4db5611d1b..a6ff5b2ae45f20b4143bc0a2dbdd9c8073c0bcc8 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for query plan nodes
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 1ae79f90d705a5980477e9af0cf8f4c503a5672d..b935619b0cdd112e7216eaa999f6f54b547939d3 100644 (file)
@@ -7,7 +7,7 @@
  *       and join trees.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5e1db6740b076bec532d6cc120fd1aa5b7fd0a03..7708484946a08a5911a25a8fd99ef06ae130755b 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for nodes/print.c
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a03cb6ba0750f985a52f9d2f5f13f00f70c2e860..211a8e3bf015a4cabdd8d5f7c177d4b5c7c87505 100644 (file)
@@ -4,7 +4,7 @@
  *       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-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 13aa12b3c6538f85b2236c7602b8ae12bcd17f06..12d566964f4c8203101083b039c9697584ab9916 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for planner's internal data structures.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4bb8953864bcbe3d12674eafa7b5f9084cde8462..124f859d5d37271d9593c92e2fdad083ea04c47d 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for clauses.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7b133a3038fe6819fa9040437cf3cc2c65218ea0..72d9b4dee67e3b469e4a9d01ea5572d6ddb2b1c0 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for costsize.c and clausesel.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a537c0e81bb61893c845108102ab26aaddf3e6f4..6e2465fb492f6537b04bb2306d4f72cdfbb9abd0 100644 (file)
@@ -3,7 +3,7 @@
  * geqo.h
  *       prototypes for various files in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b25f36dd5ecd745fc2b95e15ee7a4613a2e4a7ab..553d7837969be3ea854fb5bc09536cc3d733d2b5 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_copy.h
  *       prototypes for copy functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 783f557bfcf57aca2727d2ee40238befdb42babc..6b135a6928d1544927e87489c9545a841af0efee 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_gene.h
  *       genome representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index dedb37fa3ade570b4140e03ae5f553a0059c1d0d..0f3ce45898955ff142c469751d58649ab1c18015 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.h
  *       prototypes for printout routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f38c55a6d94679137b4ea25ae8f757ecb2233e54..152898ea281bcd1eeb44188b2ca357822f0c63a8 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_mutation.h
  *       prototypes for mutation functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f752402e804f21bf35c239f5edc9533438daf725..6a8ee75b2f20b7005cecbb5b6d3e787b34028e11 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.h
  *       pool representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7571db7a5f7110d89e81c274fee8217ce61e2a40..e949e7f2bef7d62a35fae5ffa9f2e8889b870472 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_random.h
  *       random number generator
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 38c08bc25df0601e35889cb2b817509e0bf563e8..981ebd9ebaee5b007a785f569d37afb5486964bd 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_recombination.h
  *       prototypes for recombination in the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index adfe9813c5cbc6865b804dec3595b72c43ec67c1..992c049688d9875f07ec2e0476594468d70e8189 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.h
  *       prototypes for selection routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3070f68aae84927157b8c5430ffe247bea62c54e..f6fee5bb11160f611d396fb313a0541d2e6622d2 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for joininfo.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ad56fcf88d35b5d0f8b27bf1e37af1eed989cf6f..7a21ae5e8ca40c153f86d557de294602a3d74ea2 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for pathnode.c, relnode.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 48b9f8d8d8c307f04bb1b2636eefd01c87018ebc..3a91886b00346ce5c881ab7e7e7ab763273aa3a3 100644 (file)
@@ -5,7 +5,7 @@
  *       header files)
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4263f12cebbd7b87ccd6d4a82d31cecc30c45370..b1e8555b2a94a60af39237e958b029c8f42f8137 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for plancat.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0941d74b9fc8c4cb11dc8e83dd226362b26fdef8..6d7a4ae098bc24d5d4a68a94153ce359edcbf15f 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for various files in optimizer/plan
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a50f28f1c4f767ab42620e94389ce0c086ae6f8a..e320889524a398e096007c5ae9b26d115e62f579 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for planner.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9f4ac380893f73edcb2c39ec9296b1c270918185..22f5af4c76690057f3eee76d0f21c786b3aa85a0 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for files in optimizer/prep/
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 64f55583d6915c96979b9b4b94b9c9a970b3c766..cfa3373ffc77abaf421fce2faf2015423d40eb54 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for restrictinfo.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 93fefb47daaee59c0591a60889eb1402293dab1d..f91bf192fee631232c90183d272ba38898d2053b 100644 (file)
@@ -2,7 +2,7 @@
  *
  * subselect.h
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b1df928106e22d541b0b723fbebcaea47aef1e41..a8952d90ad0c2c97543b53274f425c2b7b5d7969 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tlist.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 02c216c9df8e4d7ba9bcdf889a3f9540275d4047..b2d54d5d15b97751923e4035a20370820ef9aa32 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for var.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 335be3ed75278c77887ff18c8e478c68f8617513..c4522c8cfe9f375a3f40af09455750febda2b25f 100644 (file)
@@ -3,7 +3,7 @@
  * analyze.h
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2322d9c0df060402c3a14bc2c1e1e7d625304cbf..1e21312739182854739a3f35531b66cb7263a162 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for routines exported from lexer and parser files.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8f7f457f6c6a63506be84c416ee3006447915ca1..5968955d4a9ac28c18c7e1b4ced19ed9d6b42e91 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical token lookup for reserved words in postgres SQL
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 68f258b6adbe9c6b595e211cadd41b4c079f57dc..05147d86be351423345ba11d88a86087e1d08279 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.h
  *       handle aggregates in parser
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 80d4980238cd2bd441b26d80e0ae6cacaa176521..0415475f0998cd7d7c4a9c89cf6c6f299eb83c38 100644 (file)
@@ -4,7 +4,7 @@
  *       handle clauses in parser
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7e1271987b739b5f8ce179d02164fee0dbebfe4b..263c338bd120a252819e9c85597330e9c2d3d37c 100644 (file)
@@ -4,7 +4,7 @@
  *     Routines for type coercion.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5af032a5efcecafd3bc19064f6e1e68fd7e270ff..de23394f3c018e1a5f629d62157c44463404fb67 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 1986a2133bc591e4b89e30c926d31e0c50a54331..427bacb662e2eacf40b7574fc6258a681fbfdf26 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7004a57b9bc07558227d7e4eb78e9ee4d77c79cb..f3619b1b282182e043f8fdb17c9141a1b382c15f 100644 (file)
@@ -4,7 +4,7 @@
  *             Internal definitions for parser
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 40a2fb12b13c8e80d9c15dafca82de01a3c387a7..ba455abb2a57e537709036e757ccc03af79b5683 100644 (file)
@@ -4,7 +4,7 @@
  *             handle operator things for parser
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 07b5fdef70df80529e66b907e83154863956408a..d07a173140fdc633a2fab5b8226717833cbe1ae4 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for parse_relation.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d86b52318fa71fdafe3b8c2336635f014ca109a2..0577e6ac90379ad291ea4138d82aae83c099d8da 100644 (file)
@@ -4,7 +4,7 @@
  *       handle target lists
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3bfcc2ca8838c00f47264a6480899ca7b4ee8220..b020b03da6894116b6cd5dce02d0f67ea3e8bb02 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e7893881b190322c8fc2c68ba160f6bbc0a63c09..18f8d783507a62266d5b0c7a327c468205125383 100644 (file)
@@ -4,7 +4,7 @@
  *             Definitions for the "raw" parser (lex and yacc phases only)
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 787bb4c831049d3f30861175ebbed9b1c20b7c58..2b35f8d10089bea97a62dbe640bf98f314e39a17 100644 (file)
@@ -5,7 +5,7 @@
  *       parse trees.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 124f8493e47ebe270424670f8698551c56065016..18dd1f9d96974c80f75978d971d9a1021fb3f9e5 100644 (file)
@@ -4,7 +4,7 @@
  *       scanner support routines.  used by both the bootstrap lexer
  * as well as the normal lexer
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9aaa1ee98040b886852ad7b4c52be54688aac09d..89c01382535372d5bf7901fc5bd00b81f3082954 100644 (file)
@@ -3,8 +3,8 @@
 /*
  * Parts of pg_config.h that you get with autoconf on other systems
  */
-#define PG_VERSION "8.0.0rc2"
-#define PG_VERSION_STR "8.0.0rc2 (win32)"
+#define PG_VERSION "8.0.0rc3"
+#define PG_VERSION_STR "8.0.0rc3 (win32)"
 
 #define DEF_PGPORT 5432
 #define DEF_PGPORT_STR "5432"
index ba4510fce3fbd045b1cc5739bf26773f73ac03f0..e4ccf87b27bf4a8cbbd0799083867cbfacb3911e 100644 (file)
@@ -3,7 +3,7 @@
  * pgtime.h
  *       PostgreSQL internal timezone library
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 152dfc3a551b086115d11f5f9d88b8449bde87c9..9a73045a07bea8566ea22fe41c3419555a0de02c 100644 (file)
@@ -3,7 +3,7 @@
  * port.h
  *       Header for src/port/ compatibility functions.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 74fee7eb90cff821184512f18efee9c2e78d53e7..b7eb9e515854a1b67f5760720ccde95715c7b5ed 100644 (file)
@@ -7,7 +7,7 @@
  * Client-side code should include postgres_fe.h instead.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * $PostgreSQL$
index e23564efd149b08b72e5df0d8b5c5403c697cdfe..bb2c5992d1cf320ecd0678ad809a657e0f2e00d7 100644 (file)
@@ -8,7 +8,7 @@
  * postgres.h.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * $PostgreSQL$
index 93739a49a5a5cde1b48b25b718529f0efb2ba9db..7e2400abaacb5dd7bbe13248c39613729eada8e8 100644 (file)
@@ -3,7 +3,7 @@
  * bgwriter.h
  *       Exports from postmaster/bgwriter.c.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index a65f29b46586c5de04663d60039bd08ab40e614b..3cb40a7ec12ed1764e45739c0ac5f60832699d82 100644 (file)
@@ -3,7 +3,7 @@
  * pgarch.h
  *       Exports from postmaster/pgarch.c.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index df0b972ffc06979e2f2613af075b40c6a0770737..083968f9671701da93bdf82d8ffeedce8bbd7d8f 100644 (file)
@@ -3,7 +3,7 @@
  * postmaster.h
  *       Exports from postmaster/postmaster.c.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 84f2c22ff96fd08656fc2403849ca071ea748fc4..8e1651f3f35b05088b3bd67070b961d33123e6cd 100644 (file)
@@ -3,7 +3,7 @@
  * prs2lock.h
  *       data structures for POSTGRES Rule System II (rewrite rules only)
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index cbf8ad58d51ff9c9c585c3d08a600673217effb1..7a76e5cb4f8ce358d2b826b4b02cd74599814be4 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 43ab05c3979c3eb9fe6ecbbee44bbfe6928d9c4d..9f609993b82978e13f74cce69612c34adaa97ff0 100644 (file)
@@ -4,7 +4,7 @@
  *             External interface to query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 05ccb1c37f305f27c713a13aa92abcaf728fb828..80d881d8fa2b7311284fb636f6eb4ba43047e30a 100644 (file)
@@ -4,7 +4,7 @@
  *             Querytree manipulation subroutines for query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 01ae8a7001aa149e9ad831f4dcc8c2e164543808..42efcedc60ccf93da0e59f04c254279ebe8f97b3 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 687eb594e3cc5e3cad9e5e15c2a0216a2fa89bbc..55fcf53d0197ac3661276c3b3ddc3736fc97d05c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0b27c76358c30f0d70c77c43b7181820675428c4..8d0161496f4c05cf50f7284d3068a1248b4fc329 100644 (file)
@@ -4,7 +4,7 @@
  *       Stubs for getrusage(3).
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index dcfce56193827f363f79ad98293e003de6901043..a5b02cf51a89b76ebbac7c7de222176d983f7f01 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES backend id communication definitions
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5ac5d81847cd5b0ceb4b62a6c94f28abcc1cb330..7873980761f15fed1ca77c8e4def01349f227997 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk block definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c2cfc0f55c752d085dd1c5f02d02d9f6e4d5118a..46fd1e5bb287027954a5ca6285e58c982c44251d 100644 (file)
@@ -4,7 +4,7 @@
  *       Basic buffer manager data types.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 100b710488a28544747bcfe8b060137e7d0c0ea5..60111fb9ffbeeb0ef637a3e8dfeaeafe8463716a 100644 (file)
@@ -5,7 +5,7 @@
  *       strategy.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 68efcf918caafbab60b23d0597504dc6418d6aef..3c9ed1421b7c21d1887db227a52f4a4505795c8d 100644 (file)
@@ -15,7 +15,7 @@
  * but currently we have no need for oversize temp files without buffered
  * access.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7eb837f3a13c7c54ae9bb2ee3cef56e3f2ca6a9f..f8fbd8f15f051d88d8d4f0acb8e2dffc169c92d0 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES buffer manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0505608e32415ded61f63f5f13de47f9e472e818..08bdbdeb9c018a0f15af04c71c8610179a68c5da 100644 (file)
@@ -4,7 +4,7 @@
  *       Standard POSTGRES buffer page definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 1f355aa2a37158e88f20f2ed9812297a4f727cd9..ed47d1ad9739ca7e358f2408620563b0bf038928 100644 (file)
@@ -4,7 +4,7 @@
  *       Virtual file descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 87607eb6da7e13029bc859a6607eb5aeb65a0ac2..4e04df4eb5ea134794a5297ec300ee719a6aa483 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4f8b7d804ef565e03b95d33ca809601b67e8161c..1d80477acafa1171d122e0014b3bff1bd7f58493 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 407bc9ab1c889215742561b5a79ee159d6441f01..269847c5d3d2ec3df797634c60dc188a0c87b7f4 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk item definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9a4e6ad845f487a326ea742b10bef65b54109b9a..16e62b80c7b5dc2978cbd2ebef35445f41a73263 100644 (file)
@@ -4,7 +4,7 @@
  *       Standard POSTGRES buffer page item identifier definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e454b7630c1e9b9ab9fa76060a45714bf46023c9..217d3777eaeee64c7f43025fde2bc193e81bd9fe 100644 (file)
@@ -4,7 +4,7 @@
  *       Standard POSTGRES buffer page long item subposition definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0f22cf27cb9cc42ebac6349eed1a524c370ffe6c..9b6f13d0dd4cd51ad0fc4d8b4ec02055b998adaa 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk item pointer definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 32a055db529fb7df47d05e301779181ca93f7efe..5af574390e07b3b429dea877a8fe45b0b7b59d47 100644 (file)
@@ -5,7 +5,7 @@
  *       zillions of large objects (internal, external, jaquith, inversion).
  *       Now we only support inversion.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2e95f98bf6b1a3c3079a0f82c39308bbaf1d4f3c..1a9ab1c8c5c8489b2ead0c45d71828cb7264fc67 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES lock manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4f8f0e16818f05046218e38da73b50e1390b9f74..3dcbd621a23dd7bf4ff338f158da88869c3cb905 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES low-level lock mechanism
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c57e5a50f3b93dbb9dfd2712d1f4ed8c3a98d4e2..a0d1aa68a03272fd89ba298d40be5fcc858888c3 100644 (file)
@@ -4,7 +4,7 @@
  *       Lightweight lock manager
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 427109e2e1cb970209ce6cc6a37d55e4a90ac339..1f882f7e7eb4a46433227a828f309ddd555d7cb0 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk "offset" definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c9a130fafe9cd5e3aac5730eb688f8708b97087d..f00e8de6a04cbccb2507771222dc0b0db2d34b01 100644 (file)
@@ -10,7 +10,7 @@
  * be provided by each port.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index de4640259d81f2d030be758480b70b1c6a14970e..cb2ab59a204b0eb3542269518fd3c5d270306656 100644 (file)
@@ -14,7 +14,7 @@
  * only one ID number.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 6d9fca088063e7184161e8fce6e440b91d9eb321..dfa3d917cbb833eb740befcfd44c1bfe45fc0e14 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 646e4cf70dc6fecd0265ca87ca83c5ec3bf2d87b..fc965d41caca00fe2df07a5636097443dfb74336 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES "position" definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e05af2bb93bf82ca48df16e69b3677bb7e667026..75043d6ab597a7f909bf5682301a27fdd477f50f 100644 (file)
@@ -4,7 +4,7 @@
  *       per-process shared memory data structures
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3796f7c82ab254511391eaa1ff04bb0f8e6e21be..73f96d2dd3707f94d3645b7d32dad43e71842e67 100644 (file)
@@ -4,7 +4,7 @@
  *       Physical access information for relations.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 567978545e165da247b5fd7cdf1537799365e0ed..6304e38e0e6d209268a312a91a48411d1844cb56 100644 (file)
@@ -63,7 +63,7 @@
  *     when using the SysV semaphore code.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *       $PostgreSQL$
index 5f1bb64a3d90615a21821a95fc22010bfc1794d0..c8327d0b453396b6eecb879bd7c28799e4ab1456 100644 (file)
@@ -4,7 +4,7 @@
  *       shared memory management structures
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9e795160cff9b1d20be6302abbd815693104d1e8..cefcf6602e30893ab1b5843b3b00b78df4c5cc15 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES shared cache invalidation communication definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c7c58a5dec693710417f101fd2d7d6b5cd1bf9f8..2493294489245b6368a79c65e273c4194815cd6e 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES shared cache invalidation segment definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index beffdd5c284c68c0dafc1cbe3dec453b151c7998..daf0b50f5d99f59dc7b74eae19b0e25fd14b2e43 100644 (file)
@@ -4,7 +4,7 @@
  *       storage manager switch public interface declarations.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 78e49cda81350f7bafe9b5f48ba2cbf52a4fa9d2..1692f27881e8da8adad66b20486cf7ddbb82b529 100644 (file)
@@ -37,7 +37,7 @@
  *     supplied by s_lock.h.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b0d7bd9bafe5fc8350c7500b4776b2b23e7fe90b..9eec1dd7df8beac5cfaa666818c629493af9e070 100644 (file)
@@ -51,7 +51,7 @@
  * calls in portal and cursor manipulations.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 80769a5cb933d534a4b6233f96aadf2ad723e5bf..5ae66d62aa5847d38fac6418653c7602dc20b4d6 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.h
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5b41ceca470889cde299e0c92b95ef13105af188..9f32bc75a2e7487a9d6f573ebd60bfa30d50cd82 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for pquery.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a9840f01e89d82f8fdd6228e1e37893d6bd277db..8c4ea173cece2c281068fe617260ee21d9624d34 100644 (file)
@@ -4,7 +4,7 @@
  *       #defines governing debugging behaviour in the traffic cop
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 72a85489cd90df7fb0b777c948539025ac337b24..14660cc3ff4f8384cf911c5523a4318047568a61 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for postgres.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3d8fb4b6c5164b0268523763dd81d6c4fdeb19d0..d858ff73b358cd8594b492cf2ea2870d44641fad 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for utility.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 6bb7328f1bacc407714bd10085ef7d801517611c..4b799ff786c2b7a6fca968e9e2b4cc7af55d43ff 100644 (file)
@@ -4,7 +4,7 @@
  *       Definition of (and support for) access control list data structures.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d2f2cd6dafe16389090432c13782f13937d75164..22c8a47a2fb6ead04c0ff8a0f1e60b2939c2e2a0 100644 (file)
@@ -7,7 +7,7 @@
  *                             utils/adt/arrayutils.c
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8ebd95dd13d1551cd98d4b3644557eb021c62eb4..639fafdf9556b27f3e51d42a712d2812ef2db87b 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on built-in types.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index dfd277e69ec8099c3127e512846d7387e0e90edc..f1523d24369c44b4bd2fe8c5d3944653f1e7366e 100644 (file)
@@ -10,7 +10,7 @@
  * guarantee that there can only be one matching row for a key combination.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4111ac133c99cf71e6d5b9679b017b656b3b6c32..c5bdf5c558259ecbb778580da457791a3dc9dad9 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for the SQL92 "date" and "time" types.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 46f0b6cffb3467c02770fbe7841dec294a4c69f7..d279fd378517b49e77e94df8fc51f0f07cd0f4d1 100644 (file)
@@ -6,7 +6,7 @@
  *        including abstime, reltime, date, and time.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ec133a2844a89666157b6c384be5420d000405b6..5078e48ad1073432d563fa58308347c7d0d379ba 100644 (file)
@@ -8,7 +8,7 @@
  * 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-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 6fad8d74b0bc2d67f84e46b09c1ab204db1d83c0..4786e3c2463ceab626ada2302df9757a4e1734b7 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES dynahash.h file definitions
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index fa44d75e1c48bc8938934694c22674d620a8be11..9eea63a154828eb5bcfd5e7876a57dd3cc6fb540 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0e713b74bde06a8205ef263a94e0bb12c630e11f..0788df3e3d5d3a90cf03d254bf3e6484f55fb326 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES error reporting/logging definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 46b4f2a53d352b420b7d6c85d8a9f909ae6cfdcd..422ba1d2c07d6798e482ef1fe9f0ea8216694c18 100644 (file)
@@ -3,7 +3,7 @@
  * fmgrtab.h
  *       The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9aa96e4402248d0e00c865321e1a539eafd8162f..711c9064b4599237de83da9e7d056d41d413fa80 100644 (file)
@@ -3,7 +3,7 @@
  * geo_decls.h - Declarations for various 2D constructs.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2d7e4f7720fa1a8dd0afdb5c2f99996c4d161f44..376c13cfbda79700cb95c62052d79d1288b74ed7 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See src/backend/utils/misc/README for design notes.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  *       $PostgreSQL$
  *
index 002eed09d5db623235576e9d0872336e88167233..b2dd1e96d3bf3732bca91adc0f2195eece4eb501 100644 (file)
@@ -3,7 +3,7 @@
  * help_config.h
  *             Interface to the --help-config option of main.c
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  *       $PostgreSQL$
  *
index cca3ad9228944d7e34a18e43807604526c051025..0acf37fd057b9b96f6b26d4ad224fa51acfc2b5f 100644 (file)
@@ -4,7 +4,7 @@
  *       for hash tables, particularly hash tables in shared memory
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index cc43f865ff31bc184295e02b9607954ad3e680b7..f7a3311104e6defc84d76c5d7f81f46ee538f271 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on INET datatypes.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ee710a8d16202e2d2961ae77be46db96c278cc90..4965c76be7be71b7cef159ac46ade88cd1d1e96d 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on 64-bit integers.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f824cedaa33599cf13c09fbd3fb415263d0149d5..72761bf454756792fa65bab895a43ae79ad4f0c0 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES cache invalidation dispatcher definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2686290184ef16802fd27a0cbabc577696aa2180..e8f1483a7593ab312288a8ec57bf3a985d6c3a90 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See logtape.c for explanations.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 61ab035666a8030e753844f1c9ba6d89c89e6ed1..e79f59c33ebc31686db9baa9370bbab4a643754d 100644 (file)
@@ -3,7 +3,7 @@
  * lsyscache.h
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index da84af5fa9a2f7c87441582c3052f459ebf3da39..328dbda584d8b09c951502a0dda4970e9f48f641 100644 (file)
@@ -7,7 +7,7 @@
  *       of the API of the memory management subsystem.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 998da660cab71202c5691bc5149f83d59428675c..f8f6fbe5a9c1af0065fd5f86077294b1e31a7970 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for the "new" abstime code.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 6fb9db42d447750ebdf47fdbcb6af35787fa64bd..6176745d81b0c02c8689228573c2dff323149897 100644 (file)
@@ -18,7 +18,7 @@
  * everything that should be freed.  See utils/mmgr/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 33ac9da899bb35f1c02f47a477d9bca3ca20dc3e..342028cfeb953c9425c1bea850af0edf563aaabe 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL 64-bit CRC support
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index cd0a1e95ba7d504cd7aa686c7c19e2eb00ca7ff0..48cfa0d25608f3f41c56113abbec9c0def27fd75 100644 (file)
@@ -36,7 +36,7 @@
  * to look like NO SCROLL cursors.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4787a20dccb94103f427d39e062a25fb8334284a..a68ff76b8974efad0d468f142b8a00bf1e7f9de2 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES relation descriptor (a/k/a relcache entry) definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 505277dde4e9d2a6b332ca6edce2d46fb92e84e9..40ec1f3844b448ac7e091e0aad09a1ecf44ea19e 100644 (file)
@@ -4,7 +4,7 @@
  *       Relation descriptor cache definitions.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3f1e14716c515b082d56ea7fc6794b1691bbbfe4..f1acb940c5738a06234d0e0517cda689d6251272 100644 (file)
@@ -9,7 +9,7 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4d352fe9d012947b3645e10b6e2dc47018c703cd..5a1a9e02aa68ce6a3063fff3f32a1d8addfa4269 100644 (file)
@@ -5,7 +5,7 @@
  *       standard operators and index access methods.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f727e31126d546aaac7107065586ba39b69b2cce..bd669a96f979e70b040e370e47d806d2b896c4d2 100644 (file)
@@ -6,7 +6,7 @@
  * See also lsyscache.h, which provides convenience routines for
  * common cache-lookup operations.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f124984d28280127b18cef9bc03209934233ce50..1931ce238f961e373a2742b972134665f1141ce7 100644 (file)
@@ -3,7 +3,7 @@
  * timestamp.h
  *       Definitions for the SQL92 "timestamp" and "interval" types.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0d990981347534de13dc12a7ef971a2cd7109508..62e0a34bb4333dec5f94850da25ab2cc987b34a8 100644 (file)
@@ -5,7 +5,7 @@
  *
  *       Should be moved/renamed...    - vadim 07/28/98
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index edf065e58b1beaea43695911d03380cd37690596..d3ade4af559a7e527b99ef76aae508cac0906fa0 100644 (file)
@@ -10,7 +10,7 @@
  * amounts are sorted using temporary files and a standard external sort
  * algorithm.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e960e0729a0bba054df9351f46602286e941bd6a..fbae98d60a608d42e377a6114ba910edc1ab2eb7 100644 (file)
@@ -14,7 +14,7 @@
  * A temporary file is used to handle the data if it exceeds the
  * space limit specified by the caller.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index aa095ea0b1c3337242acb7a43d6306f620b8cf85..8fb62545d0d579dd77f2f8ec2aabbe9de87a245d 100644 (file)
@@ -6,7 +6,7 @@
  * The type cache exists to speed lookup of certain information about data
  * types that is not directly available from a type's pg_type row.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 119bbbfff8225f7fd10f72179a8039a34d3f2941..e4ea974c7461b336d5cb7fc129e72689e5a273c1 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8725ff766f0ff8931ce69ef4f1296e5223b9cc41..79559ab885c9c25cf28da40882aa1de8441e5076 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 54d9e0c17b1e8fb82817c5bf65e026f78ae37ce2..32be04e93ab62b21b4d760bf862c0ff4c2595752 100644 (file)
@@ -3,7 +3,7 @@
  * keywords.c
  *       lexical token lookup for reserved words in PostgreSQL
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e36139910cf22a88ccb592af52135a76b3ae802f..8097ad6080f166627e9bb4e571996117ddc3a5c4 100644 (file)
@@ -7,7 +7,7 @@
  * This is a modified version of src/backend/parser/scan.l
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bc02c974ac1060b51c1f6c1ab8646bf85cbfc4d4..9ac0c4b5336ccacf9439824b555c6f643b86f62c 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/interfaces/libpq library
 #
-# Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $PostgreSQL$
index 38c9405d913b923ea48b98359e2c9204e9ed7f8b..3eed4abab5f882f39b0ace84793e5f2eb204c888 100644 (file)
@@ -3,7 +3,7 @@
  * fe-auth.c
  *        The front-end (client) authorization routines
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, 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
index 6d6c479bd61e6a72a764231573c8e6ef7ea210a7..d69c9ce89ed9ac3827bd7e3fb6905875313e9421 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Definitions for network authentication routines
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index fb0c4e641e5e7dbff6358eb5429bb75032d2f7ef..5942e1c4e6c9a7cf64f0eb15120e0f0341c76557 100644 (file)
@@ -3,7 +3,7 @@
  * fe-connect.c
  *       functions related to setting up a connection to the backend
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aa714ad1e418abd1424c76294e821aa07d066356..94ae527a8436dd055f03ce1244793ab424ffe0a6 100644 (file)
@@ -3,7 +3,7 @@
  * fe-exec.c
  *       functions related to sending a query down to the backend
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6a8f78d700e25d3718caa347f69a0cc41816dd74..3fa539e40dbd3a5f8013674b93d603dc3b946b7e 100644 (file)
@@ -3,7 +3,7 @@
  * fe-lobj.c
  *       Front-end large object interface
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1d1706212297909cba03887e1746c23a2a7f4cd1..5de3360db9d0c5bb189235c19104b756e45ac3a5 100644 (file)
@@ -19,7 +19,7 @@
  * routines.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c8cb6766dec7683aead68c6e5580e11558052f38..b078ce71f2d506e84d90730e3a239069efa84088 100644 (file)
@@ -3,7 +3,7 @@
  * fe-print.c
  *       functions for pretty-printing query results
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, 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
index eb3463f1293ed86dc053d68fc45b05345a08d417..612fcb260ecc43fd8f5db1f2e615fe6bdee15851 100644 (file)
@@ -3,7 +3,7 @@
  * fe-protocol2.c
  *       functions that are specific to frontend/backend protocol version 2
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0bd029956919e7b3fda260c1a708c12c8bfd7cb8..cbfb0b8a5dc7c4881913d4316adfd19912da73b0 100644 (file)
@@ -3,7 +3,7 @@
  * fe-protocol3.c
  *       functions that are specific to frontend/backend protocol version 3
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9fdf07eb8de0d50a61fafae05919652d1a919949..922fbc23dcd60bb996f62a9ae9c6fe7e961ed1b6 100644 (file)
@@ -6,7 +6,7 @@
  *       message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eb5a42d3dcf1760d09fc0af35a46665d4248acb9..7e60a305ceb243894851664024d602feb8cac583 100644 (file)
@@ -4,7 +4,7 @@
  *       This file contains definitions for structures and
  *       externs for functions used by frontend postgres applications.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a8e562feff1ebf9e349c3d3e1a8e8c188a537838..4b252a6b1d18616be106e2d985d89463d2d4ddeb 100644 (file)
@@ -9,7 +9,7 @@
  *       more likely to break across PostgreSQL releases than code that uses
  *       only the official API.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 18b355c111bec682b5c2425e233a0766915b77fe..2f6f38fb301e2f998923a2713b26a5a48170f89e 100644 (file)
@@ -14,7 +14,7 @@
  * a usable vsnprintf(), then a copy of our own implementation of it will
  * be linked into libpq.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 6fac356030f4ef647fb828093d31f01c04b3fbc8..a3d175e5d1b659663213c0db062eff2cdeaed31a 100644 (file)
@@ -15,7 +15,7 @@
  * a usable vsnprintf(), then a copy of our own implementation of it will
  * be linked into libpq.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 6de1f6277e8e171e074060ccabbdb789857d3c46..f4e172502bfa821c0c4a58b74d0c52ec62b48822 100644 (file)
@@ -4,7 +4,7 @@
  *       reliable BSD-style signal(2) routine stolen from RWW who stole it
  *       from Stevens...
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5250d850c442f855284cb65759d425ca76947ba3..f062f17da54433a25619820e41c8fd119ca51773 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for the reliable BSD-style signal(2) routine.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b2c77063e1f4e483eb94c0be0063b0909bc57ee1..8122bc9b146e92cca199ce2ed00a28bdb75abfd6 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-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  */
index 8b48900f55410bb88bf5105fd3d25decd0747579..0f833e5af18bc5ff737b10554a35000d4abd667c 100644 (file)
@@ -3,7 +3,7 @@
  * copydir.c
  *       copies a directory
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     While "xcopy /e /i /q" works fine for copying directories, on Windows XP
index a5e6ec6d75693c93efdc2415b1e6863cfdefa22c..aa914128084424b142102c2352f9bf06b5c7186c 100644 (file)
@@ -3,7 +3,7 @@
  * dirmod.c
  *       rename/unlink()
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     These are replacement versions of unlink and rename that work on
index 5f62689198a827981d83366e074b584c4a88e082..3c9dad7c0b70791f47cd56a1c2685b681853dcc8 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for finding and validating executable files
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 269a0e2174ea8a62971362da9b02c6c4e587438f..ddd184ca3ea962a84006e765d06aca0647cbbd7c 100644 (file)
@@ -3,7 +3,7 @@
  * fseeko.c
  *       64-bit versions of fseeko/ftello()
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1a12a0c9e30349ccf2ac9b9c55f73e2c793549e0..fcc5754283fc4d3e89e68e2e1ce42721a5363765 100644 (file)
@@ -3,7 +3,7 @@
  * gethostname.c
  *       gethostname using uname
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cc778bd25cd3fea281d68cafd8899757180e5783..a5f5eb043dfa534673c7c90794b68c5b0a4ce52c 100644 (file)
@@ -3,7 +3,7 @@
  * getusage.c
  *       64-bit versions of fseeko/ftello()
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 57b6b3588104cd861e66c0ad35373d9d27dd8f27..61b26b797e6a0c6270d77a72557920146b334c3e 100644 (file)
@@ -2,7 +2,7 @@
  *
  * isinf.c
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 71c1c01177933a8f6fefd319c3bcbb99649e3188..abba166f6e21f39d7ea734bea574969c5c15a932 100644 (file)
@@ -3,7 +3,7 @@
  * kill.c
  *       kill()
  *
- * Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  *     This is a replacement version of kill for Win32 which sends
  *     signals that the backend can recognize.
index 147bf0bb7a3c95c5b4029b89a52e6800462e53b1..a61cf5f5c0f7d489b2bfe48765a5731625d86b34 100644 (file)
@@ -3,7 +3,7 @@
  * memcmp.c
  *       compares memory bytes
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 0d9ddce955bf462ea2286ab2bae410193b279437..aa8872707b1af99c0df0091ddeee877ea3f58713 100644 (file)
@@ -3,7 +3,7 @@
  * noblock.c
  *       set a file descriptor as non-blocking
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a8455d831f9d8b93aee6adc84dc5f57b6d1978f8..68894dd6a5a20c910ef174becc1606732458e597 100644 (file)
@@ -4,7 +4,7 @@
  *        Win32 open() replacement
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index a0cde3fba38721481705eb8cfc6ba4218bd8617b..3ebd388913c22785f6f97693bbf016c600bdbd44 100644 (file)
@@ -3,7 +3,7 @@
  * path.c
  *       portable path handling routines
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fc681c5fa6a839f992009b00492f346da833b5c1..7b63ec7ded1575829844c1bf073cb203a7643e9b 100644 (file)
@@ -4,7 +4,7 @@
  *        Portable delay handling.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 8cd64e2bc3be37ea571f85f04d93b93b960aa824..8eb3857d4c787e4b3211d06699b4ee5c0aaa7756 100644 (file)
@@ -14,7 +14,7 @@
  * NB: this code should match downcase_truncate_identifier() in scansup.c.
  *
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 5538213715cb17c8d88f901ad4c476ec6980a548..8b802b1a626308910d67a2d01812bd44daf28035 100644 (file)
@@ -3,7 +3,7 @@
  * pipe.c
  *       pipe()
  *
- * Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  *     This is a replacement version of pipe for Win32 which allows
  *     returned handles to be used in select(). Note that read/write calls
index d221a09cfad7f2a671e7c3de4d525c30a2958933..8c951e4e1e87f5dde91c815a47b685c1a52b7d06 100644 (file)
@@ -3,7 +3,7 @@
  * random.c
  *       random() wrapper
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c35e114c83776c9311d947f94fca0edfacb664ca..40e212f59de720839968a15f6e34ad8982568c58 100644 (file)
@@ -3,7 +3,7 @@
  * sprompt.c
  *       simple_prompt() routine
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cd374cb8abc1c7672d773e51a679c7ba24be7f4c..ac2f6cbfaa74de0ea3f0810f3028b8434d83b829 100644 (file)
@@ -3,7 +3,7 @@
  * srandom.c
  *       srandom() wrapper
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 413ea39d3fad5d399fe493d3ffdc9c490b285c27..6c831654af71ad3fb1efaee8321e1417ec653366 100644 (file)
@@ -3,7 +3,7 @@
  * strdup.c
  *       copies a null-terminated string.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 77bcf300e8143c8018a85163dc66a459319dcf87..3e0a92f06f2139ec58d5d21b126d47e5785a77c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index c6bee275b5081a8631d204eb95f6d61241ee87b6..e725e1fc675fccdb062e27132b9746eeba2a50f4 100644 (file)
@@ -5,7 +5,7 @@
  *               Prototypes and macros around system calls, used to help make
  *               threaded libraries reentrant and safe to use from threaded applications.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 10f77cbcc221e8ce678bdf4aa0bf1ac1e1802755..5ded416c7498ea34eb891d3c6cdcbe8e62837c7c 100644 (file)
@@ -3,7 +3,7 @@
  * unsetenv.c
  *       unsetenv() emulation for machines without it
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 829c6649c9a352bfe63a96454979d828b805dbb9..a34ca360a3dea163f464c76c2bad6833948971eb 100644 (file)
@@ -17,7 +17,7 @@ BEGIN
    VALUE "CompanyName",      "PostgreSQL Global Development Group"
    VALUE "FileDescription",  FILEDESC
    VALUE "FileVersion",      PG_VERSION
-   VALUE "LegalCopyright", "Portions Copyright (C) 1996-2004 PostgreSQL Global Development Group. Portions Copyright (C) 1994, Regents of the University of California."
+   VALUE "LegalCopyright", "Portions Copyright (C) 1996-2005 PostgreSQL Global Development Group. Portions Copyright (C) 1994, Regents of the University of California."
    VALUE "ProductName",      "PostgreSQL"
    VALUE "ProductVersion",   PG_VERSION
   END
index fa1353bee874aceab3afd8b3233daa550f623878..593b5843daa0f0c2ed6a21be3c2eefa3290e9b83 100644 (file)
@@ -3,7 +3,7 @@
 # Makefile--
 #    Makefile for the Wisconsin Benchmark
 #
-# Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994-5, Regents of the University of California
 #
 #
index 4336c5adfd40e6b50244d7128da7c45c31356d18..367986135ff543aa1d19d4ebe9cd296cd37d90b6 100644 (file)
@@ -3,7 +3,7 @@
  * testlo.c
  *       test using large objects with libpq
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2dd7320b99840cd4716510cd015ccc530d5cd4a6..c36cb850ea68f8ac2b37f412702bd5c530897bff 100644 (file)
@@ -3,7 +3,7 @@
  * pgtz.c
  *       Timezone Library Integration Functions
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index c4c426e4049c467a50bfa44273a121e3dfdaa573..10cd9e95d8761397ba8059d4eea3c672351d65c5 100644 (file)
@@ -6,7 +6,7 @@
  * Note: this file contains only definitions that are private to the
  * timezone library.  Public definitions are in pgtime.h.
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 2dbb585290e1748813be1f458fee49f2572ed5dc..28e7a87cc4a340bad8472ffaaba06cff10d47d0f 100644 (file)
@@ -3,7 +3,7 @@
  * test_thread_funcs.c
  *             libc thread test program
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $PostgreSQL$
index edd786ee16aa6ea15b14979a26044f80fa5782aa..a0fb707217d7d0993b48b75acbe090f46049210d 100644 (file)
@@ -3,7 +3,7 @@
  * beard.c
  *       sample routines to use large objects
  *
- * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9e7f89f639b401284fdd91854c4b481598283de6..7ba9b8c105cafcaea1fde92a5ad23c4cb5c1c53c 100644 (file)
@@ -5,7 +5,7 @@
 --    use this new type.
 -- 
 --
--- Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+-- Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
 -- Portions Copyright (c) 1994, Regents of the University of California
 --
 -- $PostgreSQL$
index 9ced5557c04c76860cfbc581e26e72070a38f175..27f50df14be820a70b8fde9701d549beabf49852 100644 (file)
@@ -4,7 +4,7 @@
 --    sample queries to the system catalogs
 --
 --
--- Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
+-- Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
 -- Portions Copyright (c) 1994, Regents of the University of California
 --
 -- $PostgreSQL$