Update copyright for 2009.
authorBruce Momjian <bruce@momjian.us>
Thu, 1 Jan 2009 17:24:05 +0000 (17:24 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 1 Jan 2009 17:24:05 +0000 (17:24 +0000)
1037 files changed:
COPYRIGHT
configure
configure.in
contrib/adminpack/adminpack.c
contrib/auto_explain/auto_explain.c
contrib/dblink/dblink.c
contrib/dblink/dblink.h
contrib/dict_int/dict_int.c
contrib/dict_xsyn/dict_xsyn.c
contrib/fuzzystrmatch/fuzzystrmatch.c
contrib/isn/isn.c
contrib/isn/isn.h
contrib/pageinspect/fsmfuncs.c
contrib/pageinspect/heapfuncs.c
contrib/pageinspect/rawpage.c
contrib/pgbench/pgbench.c
contrib/tablefunc/tablefunc.c
contrib/tablefunc/tablefunc.h
contrib/test_parser/test_parser.c
contrib/tsearch2/tsearch2.c
contrib/vacuumlo/vacuumlo.c
doc/FAQ
doc/FAQ_brazilian
doc/FAQ_czech
doc/FAQ_french
doc/FAQ_german
doc/FAQ_japanese
doc/FAQ_polish
doc/FAQ_turkish
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ_brazilian.html
doc/src/FAQ/FAQ_czech.html
doc/src/FAQ/FAQ_french.html
doc/src/FAQ/FAQ_german.html
doc/src/FAQ/FAQ_japanese.html
doc/src/FAQ/FAQ_polish.html
doc/src/FAQ/FAQ_turkish.html
doc/src/sgml/legal.sgml
src/backend/Makefile
src/backend/access/common/heaptuple.c
src/backend/access/common/indextuple.c
src/backend/access/common/printtup.c
src/backend/access/common/reloptions.c
src/backend/access/common/scankey.c
src/backend/access/common/tupdesc.c
src/backend/access/gin/ginarrayproc.c
src/backend/access/gin/ginbtree.c
src/backend/access/gin/ginbulk.c
src/backend/access/gin/gindatapage.c
src/backend/access/gin/ginentrypage.c
src/backend/access/gin/ginget.c
src/backend/access/gin/gininsert.c
src/backend/access/gin/ginscan.c
src/backend/access/gin/ginutil.c
src/backend/access/gin/ginvacuum.c
src/backend/access/gin/ginxlog.c
src/backend/access/gist/gist.c
src/backend/access/gist/gistget.c
src/backend/access/gist/gistproc.c
src/backend/access/gist/gistscan.c
src/backend/access/gist/gistsplit.c
src/backend/access/gist/gistutil.c
src/backend/access/gist/gistvacuum.c
src/backend/access/gist/gistxlog.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/hashsort.c
src/backend/access/hash/hashutil.c
src/backend/access/heap/heapam.c
src/backend/access/heap/hio.c
src/backend/access/heap/pruneheap.c
src/backend/access/heap/rewriteheap.c
src/backend/access/heap/syncscan.c
src/backend/access/heap/tuptoaster.c
src/backend/access/heap/visibilitymap.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/transam/clog.c
src/backend/access/transam/multixact.c
src/backend/access/transam/slru.c
src/backend/access/transam/subtrans.c
src/backend/access/transam/transam.c
src/backend/access/transam/twophase.c
src/backend/access/transam/twophase_rmgr.c
src/backend/access/transam/varsup.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/genbki.sh
src/backend/catalog/heap.c
src/backend/catalog/index.c
src/backend/catalog/indexing.c
src/backend/catalog/information_schema.sql
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_enum.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_shdepend.c
src/backend/catalog/pg_type.c
src/backend/catalog/storage.c
src/backend/catalog/system_views.sql
src/backend/catalog/toasting.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/discard.c
src/backend/commands/explain.c
src/backend/commands/foreigncmds.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/prepare.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/tsearchcmds.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/execCurrent.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/instrument.c
src/backend/executor/nodeAgg.c
src/backend/executor/nodeAppend.c
src/backend/executor/nodeBitmapAnd.c
src/backend/executor/nodeBitmapHeapscan.c
src/backend/executor/nodeBitmapIndexscan.c
src/backend/executor/nodeBitmapOr.c
src/backend/executor/nodeCtescan.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/nodeRecursiveunion.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/nodeValuesscan.c
src/backend/executor/nodeWindowAgg.c
src/backend/executor/nodeWorktablescan.c
src/backend/executor/spi.c
src/backend/executor/tstoreReceiver.c
src/backend/foreign/dummy/dummy_fdw.c
src/backend/foreign/foreign.c
src/backend/foreign/postgresql/postgresql_fdw.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/bitmapset.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/nodes/tidbitmap.c
src/backend/nodes/value.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/equivclass.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/planagg.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/placeholder.c
src/backend/optimizer/util/plancat.c
src/backend/optimizer/util/predtest.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_cte.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/parse_utilcmd.c
src/backend/parser/parser.c
src/backend/parser/scan.l
src/backend/parser/scansup.c
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/sysv_sema.c
src/backend/port/sysv_shmem.c
src/backend/port/tas/sunstudio_sparc.s
src/backend/port/tas/sunstudio_x86.s
src/backend/port/win32/mingwcompat.c
src/backend/port/win32/security.c
src/backend/port/win32/signal.c
src/backend/port/win32/socket.c
src/backend/port/win32/timer.c
src/backend/port/win32_sema.c
src/backend/port/win32_shmem.c
src/backend/postmaster/autovacuum.c
src/backend/postmaster/bgwriter.c
src/backend/postmaster/fork_process.c
src/backend/postmaster/pgarch.c
src/backend/postmaster/pgstat.c
src/backend/postmaster/postmaster.c
src/backend/postmaster/syslogger.c
src/backend/postmaster/walwriter.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/snowball/dict_snowball.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/freespace/fsmpage.c
src/backend/storage/freespace/indexfsm.c
src/backend/storage/ipc/ipc.c
src/backend/storage/ipc/ipci.c
src/backend/storage/ipc/pmsignal.c
src/backend/storage/ipc/procarray.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/tsearch/Makefile
src/backend/tsearch/dict.c
src/backend/tsearch/dict_ispell.c
src/backend/tsearch/dict_simple.c
src/backend/tsearch/dict_synonym.c
src/backend/tsearch/dict_thesaurus.c
src/backend/tsearch/regis.c
src/backend/tsearch/spell.c
src/backend/tsearch/to_tsany.c
src/backend/tsearch/ts_locale.c
src/backend/tsearch/ts_parse.c
src/backend/tsearch/ts_selfuncs.c
src/backend/tsearch/ts_typanalyze.c
src/backend/tsearch/ts_utils.c
src/backend/tsearch/wparser.c
src/backend/tsearch/wparser_def.c
src/backend/utils/Gen_dummy_probes.sed
src/backend/utils/Gen_fmgrtab.pl
src/backend/utils/Gen_fmgrtab.sh
src/backend/utils/adt/acl.c
src/backend/utils/adt/array_userfuncs.c
src/backend/utils/adt/arrayfuncs.c
src/backend/utils/adt/arrayutils.c
src/backend/utils/adt/ascii.c
src/backend/utils/adt/bool.c
src/backend/utils/adt/char.c
src/backend/utils/adt/date.c
src/backend/utils/adt/datetime.c
src/backend/utils/adt/datum.c
src/backend/utils/adt/dbsize.c
src/backend/utils/adt/domains.c
src/backend/utils/adt/encode.c
src/backend/utils/adt/enum.c
src/backend/utils/adt/float.c
src/backend/utils/adt/format_type.c
src/backend/utils/adt/formatting.c
src/backend/utils/adt/genfile.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/lockfuncs.c
src/backend/utils/adt/misc.c
src/backend/utils/adt/nabstime.c
src/backend/utils/adt/name.c
src/backend/utils/adt/numeric.c
src/backend/utils/adt/numutils.c
src/backend/utils/adt/oid.c
src/backend/utils/adt/oracle_compat.c
src/backend/utils/adt/pg_locale.c
src/backend/utils/adt/pg_lzcompress.c
src/backend/utils/adt/pgstatfuncs.c
src/backend/utils/adt/pseudotypes.c
src/backend/utils/adt/quote.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/ruleutils.c
src/backend/utils/adt/selfuncs.c
src/backend/utils/adt/tid.c
src/backend/utils/adt/timestamp.c
src/backend/utils/adt/trigfuncs.c
src/backend/utils/adt/tsginidx.c
src/backend/utils/adt/tsgistidx.c
src/backend/utils/adt/tsquery.c
src/backend/utils/adt/tsquery_cleanup.c
src/backend/utils/adt/tsquery_gist.c
src/backend/utils/adt/tsquery_op.c
src/backend/utils/adt/tsquery_rewrite.c
src/backend/utils/adt/tsquery_util.c
src/backend/utils/adt/tsrank.c
src/backend/utils/adt/tsvector.c
src/backend/utils/adt/tsvector_op.c
src/backend/utils/adt/tsvector_parser.c
src/backend/utils/adt/txid.c
src/backend/utils/adt/uuid.c
src/backend/utils/adt/varbit.c
src/backend/utils/adt/varchar.c
src/backend/utils/adt/varlena.c
src/backend/utils/adt/version.c
src/backend/utils/adt/windowfuncs.c
src/backend/utils/adt/xid.c
src/backend/utils/adt/xml.c
src/backend/utils/cache/catcache.c
src/backend/utils/cache/inval.c
src/backend/utils/cache/lsyscache.c
src/backend/utils/cache/plancache.c
src/backend/utils/cache/relcache.c
src/backend/utils/cache/syscache.c
src/backend/utils/cache/ts_cache.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/fmgr/funcapi.c
src/backend/utils/hash/dynahash.c
src/backend/utils/hash/hashfn.c
src/backend/utils/hash/pg_crc.c
src/backend/utils/init/flatfiles.c
src/backend/utils/init/globals.c
src/backend/utils/init/miscinit.c
src/backend/utils/init/postinit.c
src/backend/utils/mb/Unicode/Makefile
src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl
src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl
src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl
src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
src/backend/utils/mb/Unicode/UCS_to_most.pl
src/backend/utils/mb/Unicode/ucs2utf.pl
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_jis_2004_and_shift_jis_2004/euc_jis_2004_and_shift_jis_2004.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_jis_2004/utf8_and_euc_jis_2004.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_shift_jis_2004/utf8_and_shift_jis_2004.c
src/backend/utils/mb/conversion_procs/utf8_and_sjis/utf8_and_sjis.c
src/backend/utils/mb/conversion_procs/utf8_and_uhc/utf8_and_uhc.c
src/backend/utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c
src/backend/utils/misc/guc-file.l
src/backend/utils/misc/guc.c
src/backend/utils/misc/help_config.c
src/backend/utils/misc/pg_rusage.c
src/backend/utils/misc/ps_status.c
src/backend/utils/misc/superuser.c
src/backend/utils/misc/tzparser.c
src/backend/utils/mmgr/aset.c
src/backend/utils/mmgr/mcxt.c
src/backend/utils/mmgr/portalmem.c
src/backend/utils/probes.d
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/combocid.c
src/backend/utils/time/snapmgr.c
src/backend/utils/time/tqual.c
src/bin/Makefile
src/bin/initdb/Makefile
src/bin/initdb/initdb.c
src/bin/pg_config/Makefile
src/bin/pg_config/pg_config.c
src/bin/pg_controldata/Makefile
src/bin/pg_ctl/Makefile
src/bin/pg_ctl/pg_ctl.c
src/bin/pg_dump/Makefile
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/Makefile
src/bin/pg_resetxlog/pg_resetxlog.c
src/bin/pgevent/Makefile
src/bin/psql/Makefile
src/bin/psql/command.c
src/bin/psql/command.h
src/bin/psql/common.c
src/bin/psql/common.h
src/bin/psql/copy.c
src/bin/psql/copy.h
src/bin/psql/create_help.pl
src/bin/psql/describe.c
src/bin/psql/describe.h
src/bin/psql/help.c
src/bin/psql/help.h
src/bin/psql/input.c
src/bin/psql/input.h
src/bin/psql/large_obj.c
src/bin/psql/large_obj.h
src/bin/psql/mainloop.c
src/bin/psql/mainloop.h
src/bin/psql/mbprint.c
src/bin/psql/print.c
src/bin/psql/print.h
src/bin/psql/prompt.c
src/bin/psql/prompt.h
src/bin/psql/psqlscan.h
src/bin/psql/psqlscan.l
src/bin/psql/settings.h
src/bin/psql/startup.c
src/bin/psql/stringutils.c
src/bin/psql/stringutils.h
src/bin/psql/tab-complete.c
src/bin/psql/tab-complete.h
src/bin/psql/variables.c
src/bin/psql/variables.h
src/bin/scripts/Makefile
src/bin/scripts/clusterdb.c
src/bin/scripts/common.c
src/bin/scripts/common.h
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/reindexdb.c
src/bin/scripts/vacuumdb.c
src/include/access/attnum.h
src/include/access/clog.h
src/include/access/genam.h
src/include/access/gin.h
src/include/access/gist.h
src/include/access/gist_private.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/itup.h
src/include/access/multixact.h
src/include/access/nbtree.h
src/include/access/printtup.h
src/include/access/reloptions.h
src/include/access/relscan.h
src/include/access/rewriteheap.h
src/include/access/sdir.h
src/include/access/skey.h
src/include/access/slru.h
src/include/access/subtrans.h
src/include/access/sysattr.h
src/include/access/transam.h
src/include/access/tupdesc.h
src/include/access/tupmacs.h
src/include/access/tuptoaster.h
src/include/access/twophase.h
src/include/access/twophase_rmgr.h
src/include/access/valid.h
src/include/access/visibilitymap.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/catversion.h
src/include/catalog/dependency.h
src/include/catalog/genbki.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_auth_members.h
src/include/catalog/pg_authid.h
src/include/catalog/pg_autovacuum.h
src/include/catalog/pg_cast.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_conversion_fn.h
src/include/catalog/pg_database.h
src/include/catalog/pg_depend.h
src/include/catalog/pg_description.h
src/include/catalog/pg_enum.h
src/include/catalog/pg_foreign_data_wrapper.h
src/include/catalog/pg_foreign_server.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_opfamily.h
src/include/catalog/pg_pltemplate.h
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc_fn.h
src/include/catalog/pg_rewrite.h
src/include/catalog/pg_shdepend.h
src/include/catalog/pg_shdescription.h
src/include/catalog/pg_statistic.h
src/include/catalog/pg_tablespace.h
src/include/catalog/pg_trigger.h
src/include/catalog/pg_ts_config.h
src/include/catalog/pg_ts_config_map.h
src/include/catalog/pg_ts_dict.h
src/include/catalog/pg_ts_parser.h
src/include/catalog/pg_ts_template.h
src/include/catalog/pg_type.h
src/include/catalog/pg_type_fn.h
src/include/catalog/pg_user_mapping.h
src/include/catalog/storage.h
src/include/catalog/toasting.h
src/include/commands/alter.h
src/include/commands/async.h
src/include/commands/cluster.h
src/include/commands/comment.h
src/include/commands/conversioncmds.h
src/include/commands/copy.h
src/include/commands/dbcommands.h
src/include/commands/defrem.h
src/include/commands/discard.h
src/include/commands/explain.h
src/include/commands/lockcmds.h
src/include/commands/portalcmds.h
src/include/commands/prepare.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/instrument.h
src/include/executor/nodeAgg.h
src/include/executor/nodeAppend.h
src/include/executor/nodeBitmapAnd.h
src/include/executor/nodeBitmapHeapscan.h
src/include/executor/nodeBitmapIndexscan.h
src/include/executor/nodeBitmapOr.h
src/include/executor/nodeCtescan.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/nodeRecursiveunion.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/nodeValuesscan.h
src/include/executor/nodeWindowAgg.h
src/include/executor/nodeWorktablescan.h
src/include/executor/spi.h
src/include/executor/spi_priv.h
src/include/executor/tstoreReceiver.h
src/include/executor/tuptable.h
src/include/fmgr.h
src/include/foreign/foreign.h
src/include/funcapi.h
src/include/getaddrinfo.h
src/include/getopt_long.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/ip.h
src/include/libpq/libpq-be.h
src/include/libpq/libpq-fs.h
src/include/libpq/libpq.h
src/include/libpq/md5.h
src/include/libpq/pqcomm.h
src/include/libpq/pqformat.h
src/include/libpq/pqsignal.h
src/include/mb/pg_wchar.h
src/include/miscadmin.h
src/include/nodes/bitmapset.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/nodes/tidbitmap.h
src/include/nodes/value.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/placeholder.h
src/include/optimizer/plancat.h
src/include/optimizer/planmain.h
src/include/optimizer/planner.h
src/include/optimizer/predtest.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_cte.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/parse_utilcmd.h
src/include/parser/parser.h
src/include/parser/parsetree.h
src/include/parser/scansup.h
src/include/pg_trace.h
src/include/pgstat.h
src/include/pgtime.h
src/include/port.h
src/include/portability/instr_time.h
src/include/postgres.h
src/include/postgres_fe.h
src/include/postmaster/autovacuum.h
src/include/postmaster/bgwriter.h
src/include/postmaster/fork_process.h
src/include/postmaster/pgarch.h
src/include/postmaster/postmaster.h
src/include/postmaster/syslogger.h
src/include/postmaster/walwriter.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/snowball/header.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/fsm_internals.h
src/include/storage/indexfsm.h
src/include/storage/ipc.h
src/include/storage/item.h
src/include/storage/itemid.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/procarray.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/tsearch/dicts/regis.h
src/include/tsearch/dicts/spell.h
src/include/tsearch/ts_cache.h
src/include/tsearch/ts_locale.h
src/include/tsearch/ts_public.h
src/include/tsearch/ts_type.h
src/include/tsearch/ts_utils.h
src/include/utils/acl.h
src/include/utils/array.h
src/include/utils/ascii.h
src/include/utils/builtins.h
src/include/utils/catcache.h
src/include/utils/combocid.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/errcodes.h
src/include/utils/fmgrtab.h
src/include/utils/formatting.h
src/include/utils/geo_decls.h
src/include/utils/guc.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/numeric.h
src/include/utils/palloc.h
src/include/utils/pg_crc.h
src/include/utils/pg_locale.h
src/include/utils/pg_rusage.h
src/include/utils/plancache.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/snapmgr.h
src/include/utils/snapshot.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/tzparser.h
src/include/utils/uuid.h
src/include/utils/varbit.h
src/include/utils/xml.h
src/include/windowapi.h
src/interfaces/ecpg/compatlib/Makefile
src/interfaces/ecpg/ecpglib/Makefile
src/interfaces/ecpg/ecpglib/pg_type.h
src/interfaces/ecpg/pgtypeslib/Makefile
src/interfaces/ecpg/preproc/Makefile
src/interfaces/ecpg/preproc/parse.pl
src/interfaces/ecpg/preproc/parser.c
src/interfaces/ecpg/preproc/pgc.l
src/interfaces/ecpg/test/pg_regress_ecpg.c
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-events.c
src/interfaces/libpq/libpq-events.h
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/pthread-win32.c
src/interfaces/libpq/win32.c
src/pl/plperl/plperl.h
src/pl/plpgsql/src/gram.y
src/pl/plpgsql/src/pl_comp.c
src/pl/plpgsql/src/pl_exec.c
src/pl/plpgsql/src/pl_funcs.c
src/pl/plpgsql/src/pl_handler.c
src/pl/plpgsql/src/plerrcodes.h
src/pl/plpgsql/src/plpgsql.h
src/pl/plpgsql/src/scan.l
src/port/chklocale.c
src/port/copydir.c
src/port/dirent.c
src/port/dirmod.c
src/port/exec.c
src/port/fseeko.c
src/port/getaddrinfo.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/strlcpy.c
src/port/strtol.c
src/port/thread.c
src/port/unsetenv.c
src/port/win32error.c
src/port/win32ver.rc
src/test/bench/Makefile
src/test/examples/testlo.c
src/test/regress/GNUmakefile
src/test/regress/pg_regress.c
src/test/regress/pg_regress.h
src/test/regress/pg_regress_main.c
src/test/thread/Makefile
src/test/thread/thread_test.c
src/timezone/pgtz.c
src/timezone/pgtz.h
src/tools/findoidjoins/Makefile
src/tools/findoidjoins/findoidjoins.c
src/tools/fsync/Makefile
src/tools/msvc/Genbki.pm
src/tools/version_stamp.pl
src/tutorial/complex.source
src/tutorial/syscat.source

index 8389909dae74f563ba21284a2fb3fab79f6526da..2e36725abbbe0ec1032aaa0ce70f3b39f1adf547 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-2008, PostgreSQL Global Development Group
+Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 
 Portions Copyright (c) 1994, The Regents of the University of California
 
index 063a6de40e695a4262502ab976665cfa6916e318..5cef1d59d92871da4664c285f119d8d25fee0c68 100755 (executable)
--- a/configure
+++ b/configure
@@ -9,7 +9,7 @@
 # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
 #
-# Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Copyright (c) 1996-2009, PostgreSQL Global Development Group
 ## --------------------- ##
 ## M4sh Initialization.  ##
 ## --------------------- ##
@@ -1506,7 +1506,7 @@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.
 
-Copyright (c) 1996-2008, PostgreSQL Global Development Group
+Copyright (c) 1996-2009, PostgreSQL Global Development Group
 _ACEOF
   exit
 fi
index 427c84df4dbb54768fb167db98f13587e429b984..54779ddb1c050cffd703691a852dd5e20348500b 100644 (file)
@@ -23,7 +23,7 @@ m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([Autoconf version 2.6
 Untested combinations of 'autoconf' and PostgreSQL versions are not
 recommended.  You can remove the check from 'configure.in' but it is then
 your responsibility whether the result works or not.])])
-AC_COPYRIGHT([Copyright (c) 1996-2008, PostgreSQL Global Development Group])
+AC_COPYRIGHT([Copyright (c) 1996-2009, 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 1367b4cfea0242bf8e111ba405c7edaf0f725e78..12940f67bd8136345903048dd6728ac583327ec2 100644 (file)
@@ -3,7 +3,7 @@
  * adminpack.c
  *
  *
- * Copyright (c) 2002-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2009, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
index 66f30c456e02d22c092ab800fe8b9f52089565aa..63e6a12e7cf923abda050979caa2663964fbc3e0 100644 (file)
@@ -3,7 +3,7 @@
  * auto_explain.c
  *
  *
- * Copyright (c) 2008, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index f13b7bc846d1d89f9a3b7d4a544d5276c497bb27..e7d3d73886391712f07532a2a56a571de2554406 100644 (file)
@@ -9,7 +9,7 @@
  * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
  *
  * $PostgreSQL$
- * Copyright (c) 2001-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2009, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 81be7e45fcfd168b95bae1ea8d799ece78d52fef..3a6757581c410c4ff93d6726f54b36c3dec533eb 100644 (file)
@@ -9,7 +9,7 @@
  * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
  *
  * $PostgreSQL$
- * Copyright (c) 2001-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2009, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 93abbe71d4c48f4ce51c0779fa51a2b9676ba897..afede9bd6f6cdb7dc4d3a51fbfeaad918c6a5028 100644 (file)
@@ -3,7 +3,7 @@
  * dict_int.c
  *       Text search dictionary for integers
  *
- * Copyright (c) 2007-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 150d1ce68bc3ae3ea7547beae2df290991474308..17b6ba660622f42c5c618d9b8a975f2b750d0f31 100644 (file)
@@ -3,7 +3,7 @@
  * dict_xsyn.c
  *       Extended synonym dictionary
  *
- * Copyright (c) 2007-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 4abffc2625447d235963097da105e26666823a58..09d3f9c11d4aef0e81d3b2d8a2fd2e6d41b3d490 100644 (file)
@@ -6,7 +6,7 @@
  * Joe Conway <mail@joeconway.com>
  *
  * $PostgreSQL$
- * Copyright (c) 2001-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2009, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * levenshtein()
index 820aea14f0753b78c88278e8673103f4845b13ea..a07ac9c5cdcfeca3640d1912e3e8dc8c0a6105a4 100644 (file)
@@ -4,7 +4,7 @@
  *       PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
  *
  * Copyright (c) 2004-2006, Germán Méndez Bravo (Kronuz)
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 8b068ea57f10b5bc4daaafd7edb60689f57afc7e..ae92896e0ec2216c6e1d0c43f1c5a7c14a1f7f74 100644 (file)
@@ -4,7 +4,7 @@
  *       PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
  *
  * Copyright (c) 2004-2006, Germán Méndez Bravo (Kronuz)
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 27fc732dd2b223f96f67ca023808bc35ed502263..b378a3b3dde618eaf6c6f0773cf96d47a542b613 100644 (file)
@@ -9,7 +9,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index edddbd0e6956648b6371bd1e5eb05d7ab77fa689..e2055e82e30347e6f5ac7e4d391dea70a903f9c5 100644 (file)
@@ -15,7 +15,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index a10780d6660381cda17bc9ef126db9c5589abf4f..17ca7d7d37323f5b31c6376ad2a3fcc14de993af 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Access-method specific inspection functions are in separate files.
  *
- * Copyright (c) 2007-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index b1276c7d2ea3a0942f623dfb02775633dc3ddcee..ff645a945b4d2a2becfcfa74f50960fdc79fc2b4 100644 (file)
@@ -5,7 +5,7 @@
  * Originally written by Tatsuo Ishii and enhanced by many contributors.
  *
  * $PostgreSQL$
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 201ad509aa2d7321fa8978141e4b2c00ca2e22f4..9d17352de68becdc3c400d103041f773562656c9 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * Copyright (c) 2002-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2009, PostgreSQL Global Development Group
  *
  * Permission to use, copy, modify, and distribute this software and its
  * documentation for any purpose, without fee, and without a written agreement
index 35ec00880877e304f155b4b0394adae5c4dab9e6..fc906dc3c943456fc09a48d98eff9c0cd06cd00b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $PostgreSQL:
+ * $PostgreSQL$ 
  *
  *
  * tablefunc
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * Copyright (c) 2002-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2009, PostgreSQL Global Development Group
  *
  * Permission to use, copy, modify, and distribute this software and its
  * documentation for any purpose, without fee, and without a written agreement
index d36227557c4893108478ba181782092ff3c193f0..d2f84f7440037d34679a30a2c10836b0e7d47762 100644 (file)
@@ -3,7 +3,7 @@
  * test_parser.c
  *       Simple example of a text search parser
  *
- * Copyright (c) 2007-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 7e23c3f513146d61e078f5b3b6c93933c36308d5..4e127264eb9e7d6a32a5c9da5d5098ab74ec3418 100644 (file)
@@ -3,7 +3,7 @@
  * tsearch2.c
  *             Backwards-compatibility package for old contrib/tsearch2 API
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b77d42288005fa27066ec9991faa479784c7a71a..a2c729db5d74509403ddf7815e990af011bc7ba5 100644 (file)
@@ -3,7 +3,7 @@
  * vacuumlo.c
  *       This removes orphaned large objects from a database.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
diff --git a/doc/FAQ b/doc/FAQ
index b7d456041c86212ebc127b99da7de04a8c129c7c..cd57893da4029adbdef5064d7f32ca58e0bbf5b5 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
    
    PostgreSQL Data Base Management System
    
-   Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+   Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
    Portions Copyright (c) 1994-1996 Regents of the University of
    California
    
index bce4406eefffc46da145dced056b7db291a4bfba..16d47428b3c948ce77480243c60279ddaddd3ef5 100644 (file)
    
    PostgreSQL Data Base Management System
    
-   Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+   Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
    Portions Copyright (c) 1994-1996 Regents of the University of
    California
    
index c556e9de1f9fc2f49d864b7499e8552ae9679bbd..99120e60606ce621cca6e94c8cb4fb682977c632 100644 (file)
   
    PostgreSQL je predmetem následujících autorských práv:
    
-   Dílcí Copyright (c) 1996-2008, PostgreSQL Global Development Group
+   Dílcí Copyright (c) 1996-2009, PostgreSQL Global Development Group
    Dílcí Copyright (c) 1994-6, Regents of the University of California
    
    Udeluje se oprávnení k uzití, rozmnozování, provádení úprav a
index 7db7cac408215594d9ee653c9e3179b40569bea4..71f19f0095dd4ae43c77af300f7fa4ea720a03eb 100644 (file)
    
    PostgreSQL Data Base Management System
    
-   Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+   Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
    Portions Copyright (c) 1994-6 Regents of the University of California
    
    Permission to use, copy, modify, and distribute this software and its
index 200c2cead3ec5d90126fceca1b4eb61cde467438..1459e5a08c4d8c0527c3c5d9862306c3bd883bbd 100644 (file)
    
    PostgreSQL Data Base Management System
    
-   Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+   Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
    Portions Copyright (c) 1994-6 Regents of the University of California
    
    Permission to use, copy, modify, and distribute this software and its
index 443c2b648d7357efc488c67e54171f2f234e4e0a..7a6b0dc974148438b6e0924413b0671c5faa8606 100644 (file)
@@ -155,7 +155,7 @@ PostgreSQL
 
 PostgreSQL Data Base Management System
 
-Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group Portions
+Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group Portions
 Copyright (c) 1994-1996 Regents of the University of California
 
 Permission to use, copy, modify, and distribute this software and its
index c35a61c35e33d60b8cf75339a865c7866426d97d..ff50ec26e32a8470fcc885f6dd836cb5b30b8c2d 100644 (file)
    
    PostgreSQL Data Base Management System
    
-   Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+   Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
    Portions Copyright (c) 1994-6 Regents of the University of California
    
    Permission to use, copy, modify, and distribute this software and its
index 479fac64707bd5854887700dfca800c58a61d5b2..d1c886d2a910a09dee4113087dd0a482d305f0f5 100644 (file)
     
    PostgreSQL Data Base Management System
    
-   Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+   Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
    Portions Copyright (c) 1994-6 Regents of the University of California
    
    Permission to use, copy, modify, and distribute this software and its
index 05e96f16a3d2311e608322827ebc6ac626bbbd76..2a5ad212106889693192fe120b4078783b1ea320 100644 (file)
 
     <P>PostgreSQL Data Base Management System</P>
 
-    <P>Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+    <P>Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
     Portions Copyright (c) 1994-1996 Regents of the University of California</P>
 
     <P>Permission to use, copy, modify, and distribute this software
index e50d602a953ff2104392f1a7c8736fb95cb4d7e6..35e7c051e0235528fda2d57f3113dc224d5484dd 100644 (file)
 
     <P>PostgreSQL Data Base Management System</P>
 
-    <P>Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+    <P>Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
     Portions Copyright (c) 1994-1996 Regents of the University of California</P>
 
     <P>Permission to use, copy, modify, and distribute this software
index 61972204fea0c0d7ad5c57e99b45303766c1f06e..39c26974e5819ffd92cf20f9009fecb9fc98c608 100644 (file)
@@ -102,7 +102,7 @@ kdokoliv může připojit. Jediné co potřebuje, je přihlásit se do elektroni
 <h3><a name="item1.3">1.3</a>) Pod jakou licencí je PostgreSQL?</h3>
 <p>PostgreSQL je předmětem následujících autorských práv:
 </p>
-<p>Dílčí Copyright (c) 1996-2008, PostgreSQL Global Development Group<br>
+<p>Dílčí Copyright (c) 1996-2009, PostgreSQL Global Development Group<br>
 Dílčí Copyright (c) 1994-6, Regents of the University of California
 </p>
 <p>Uděluje se oprávnění k užití, rozmnožování, provádění úprav a
index ae0e11b49ee0cb711aa1333542854117e57f45f1..12f33422e2656bf28a6e361b322fa9455dc0b27f 100644 (file)
 
     <P>PostgreSQL Data Base Management System</P>
 
-    <P>Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+    <P>Portions Copyright (c) 1996-2009, 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
index 5749e20fb4f432cf0678f1d66e4d8e41811df51a..bd3f86895644e9ec507b1a2ef333c4fbb7b1f721 100644 (file)
 
     <p>PostgreSQL Data Base Management System</p>
 
-    <P>Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+    <P>Portions Copyright (c) 1996-2009, 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
index 9874ad9f7a41646b44ea2d853da2a5ff3d7477b5..ec86f097ec2ad9212df9117eaf6b991fac691847 100644 (file)
@@ -175,7 +175,7 @@ href="mailto:juk at postgresql.jp">juk at postgresql.jp</a>)<br /></p>
     </pre></small>
     <p>PostgreSQL Data Base Management System</p>
     <p>
-    Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+    Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
     Portions Copyright (c) 1994-1996 Regents of the University of California</p>
     <p>
     Permission to use, copy, modify, and distribute this software and its
index b93d4ddaa5a3690f0ae8d612aff75d3130e1f1a7..f0364198d3089da43b4b63a685a030e09e06e426 100644 (file)
 
     <P>PostgreSQL Data Base Management System</P>
 
-    <P>Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+    <P>Portions Copyright (c) 1996-2009, 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
index 13c6f7fd43ed8a471820f854126a305923ee9272..6327029c75d643bc518988075600c95d73c07c7e 100644 (file)
@@ -159,7 +159,7 @@ adreslerinde görülebilir.</p>
                <h4><a name="1.2">1.2</a>) PostgreSQL'in hakları nedir?</h4>
                <p>PostgreSQL Data Base Management System</p>
 
-                <P>Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+                <P>Portions Copyright (c) 1996-2009, 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
index ef26b9f92356b409c1ac5fc8e5f2d284c20895ee..59141d91060c8e4c7665ee2a1a959fb538331750 100644 (file)
@@ -1,7 +1,7 @@
 <!-- $PostgreSQL$ -->
 
 <copyright>
- <year>1996-2008</year>
+ <year>1996-2009</year>
  <holder>The PostgreSQL Global Development Group</holder>
 </copyright>
 
@@ -9,7 +9,7 @@
  <title>Legal Notice</title>
 
  <para>
-  <productname>PostgreSQL</productname> is Copyright &copy; 1996-2008
+  <productname>PostgreSQL</productname> is Copyright &copy; 1996-2009
   by the PostgreSQL Global Development Group and is distributed under
   the terms of the license of the University of California below.
  </para>
index 7503c168c9884c07c67ca5186f21a9fa878daf09..a9023d4e8d4c5148c5448ed18b0f0c4d38e57bfe 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for the postgres backend
 #
-# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $PostgreSQL$
index b3380ef0429470eab8791fe923bb5733a4f4198b..5e84057ff20547c08e1ae37bc449e6d49b7a2814 100644 (file)
@@ -45,7 +45,7 @@
  * and we'd like to still refer to them via C struct offsets.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 487185ca9609a91c22d423e8927dad4765d46883..82e746696764548e7d63c94e563468777144352b 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aabaf1d3463748f698329dc402d454222d73856a..059bdb255721fdf1bf7186e670811490bf1a2ad4 100644 (file)
@@ -5,7 +5,7 @@
  *       clients and standalone backends are supported here).
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index db39d90d0286f6c1999787de6b2ebda5be0662c7..41a79f88fdc121bfc1689b04766f4350e8a74afb 100644 (file)
@@ -3,7 +3,7 @@
  * reloptions.c
  *       Core support for relation options (pg_class.reloptions)
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3ccb72b3abd37dfbc13da30bc981fc43f7bd9cc5..3923e2a0c4124813383d357f5dfcb3de7e9967ae 100644 (file)
@@ -3,7 +3,7 @@
  * scankey.c
  *       scan key support code
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4f268eaad7e43568e2cbf9dcbb762143fde16b79..a5d0d2fd06a211c664cde0a63bce4e34ed647912 100644 (file)
@@ -3,7 +3,7 @@
  * tupdesc.c
  *       POSTGRES tuple descriptor support code
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4c6ea99e28eec88e05930565667cba3e05109bce..dcd4a58f889354e082f2927a418d040d1fd382cd 100644 (file)
@@ -4,7 +4,7 @@
  *       support functions for GIN's indexing of any array
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a3ac34b84b6d95da337b7bc629a8b72f40463c33..1975b4d5f7ffc4082132f01dedfcc3ebc6828f1f 100644 (file)
@@ -4,7 +4,7 @@
  *       page utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5219e551e2b4b673cae4460e1435cadd652e3ea2..89c9f0862436cc2653a54372a26ba58354eef186 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for fast build of inverted index
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bf0651d31190486f911425d60679a8b9855e51b7..e595167fd9b046dc0a978fe6ee40907ebbb2e3dd 100644 (file)
@@ -4,7 +4,7 @@
  *       page utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b293700f2e520924caa1e1478882d07790c103aa..8294ae7b56c1734bbb6010000eddb732f8b6442d 100644 (file)
@@ -4,7 +4,7 @@
  *       page utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 23131e5ab92989a71a29e839c37686e03ac54efe..3f3bcb0b0e785ffcc77ea7a1ebc317531a1b25cc 100644 (file)
@@ -4,7 +4,7 @@
  *       fetch tuples from a GIN scan.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4be89bc925280a2574b26bd51ed3a1427dabc5a5..7f32fe7117c1d5a5bc39393d4886f3ee82997227 100644 (file)
@@ -4,7 +4,7 @@
  *       insert routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bc51e9452462eb319731c2ea747eceaff485e351..02a4bb566ade1ffaae610169857ff8c060a513d5 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to manage scans inverted index relations
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5e71c8594d9cfd364e806a59586b16fb7826c6c1..fd5566505732a9ef7e1b59712e0d071c9c5503c5 100644 (file)
@@ -4,7 +4,7 @@
  *       utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b180cd7bfbe5984552dcf97c2cd056ebb3e134eb..0c100eeea77cf23ba8551338bf7e7e087a3f787e 100644 (file)
@@ -4,7 +4,7 @@
  *       delete & vacuum routines for the postgres GIN
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0d40bfbc68ef03e6cce9842e6c97045e2f1e341c..d2cff392e57316f459adfb0c68e92ec923c441d3 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for inverted index.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7b3b6c7a7bc0a067552f47c9005c015bd27e466f..b565f5474bc2baf2947f89e5d22724abd5100ef6 100644 (file)
@@ -4,7 +4,7 @@
  *       interface routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b1e9270be26457a8b7b0cff3b2374c4265dc546c..1e8e52de76c516cc799b3a12fb21656ee4c8177b 100644 (file)
@@ -4,7 +4,7 @@
  *       fetch tuples from a GiST scan.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8dd482bafd15362201e2a480fea7fb1f1f419f7d..7363d7010fc282692de1fb7a366514a7721dd9f9 100644 (file)
@@ -6,7 +6,7 @@
  * This gives R-tree behavior, with Guttman's poly-time split algorithm.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c42c170a728b81b2b8126202a7d0d6d3f3f810a9..8dee86c719365985ba0790ce05d577df8f57a334 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to manage scans on GiST index relations
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 56d0f66e0c3f30dd2626866c42e2f6c8f615d4d3..92490e5d84e1da0cecbc05915e1800d13380184d 100644 (file)
@@ -4,7 +4,7 @@
  *       Split page algorithm
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d9f4d2cf1eef38cb644fb7d64da8bb48af00d734..33541abb5c5b67feb1eb7836afd153e1ba9ec7b1 100644 (file)
@@ -4,7 +4,7 @@
  *       utilities routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 51bbe7e0a081394acf508e58b71d94e502a3036f..e4c8e2ae13ea9d2b25f2880c06fe8cabcd64e706 100644 (file)
@@ -4,7 +4,7 @@
  *       interface routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7d35f2f3c186a178fd89ce2613da1e59c4b2546b..116449e3c833bdfc2b6f634b3a1a5f46bbd9f6aa 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for GiST.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c2c2759fc88a8d2bcbb80cfa300b2283ae68ff6f..94b1bd51fa4c86f562b6237c6284ddd2b2bdbc82 100644 (file)
@@ -3,7 +3,7 @@
  * hash.c
  *       Implementation of Margo Seltzer's Hashing package for postgres.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 979065ef8c58b02768e369aa31cd2ce010c1dab7..96d56434d8fcbed85f0a08fa891a72aee0c08115 100644 (file)
@@ -3,7 +3,7 @@
  * hashfunc.c
  *       Support functions for hash access method.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0048c3ce23a041fc69f1b2904111c188a76a315a..bb606078479cb77d4706d1ad44f1df9e4364ede7 100644 (file)
@@ -3,7 +3,7 @@
  * hashinsert.c
  *       Item insertion in hash tables for Postgres.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e17ae173e8ab85ad6d6ac7c8f6cb12d1d7903a33..4a7056acda56f43c5e3713266d47f42bce3b5f4b 100644 (file)
@@ -3,7 +3,7 @@
  * hashovfl.c
  *       Overflow page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7b96e35c78a55f95f7d475eda3125f5dc7334802..96d25951afbcb93dc79a4e3ae635c831775160c6 100644 (file)
@@ -3,7 +3,7 @@
  * hashpage.c
  *       Hash table page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fe2966f61ff431cdd48e89a9b7805ff7b4e1487c..e484bb7870b307eca206806072eedde5aa6cca30 100644 (file)
@@ -3,7 +3,7 @@
  * hashscan.c
  *       manage scans on hash tables
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8b77d2cc5335958a59a864d8530de58ed6bcb7dc..32fa3fbaaf08eac24b5af07b9ad1a0c67d531556 100644 (file)
@@ -3,7 +3,7 @@
  * hashsearch.c
  *       search code for postgres hash tables
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7e85d86d73994b871a19c1353d333eea4618186c..036edf17b7db9c1596612b2905a2b22e19fe7d90 100644 (file)
@@ -14,7 +14,7 @@
  * plenty of locality of access.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e8a3b88029237510dc4a8043a58a7118b135e719..9456431c748b91189c390ae55e75dca66fea30a5 100644 (file)
@@ -3,7 +3,7 @@
  * hashutil.c
  *       Utility code for Postgres hash implementation.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 610254bbc22d3019af593e68ba858a450be3e95c..4af17c80795031cbf323c3b134bf9ea5d2941dfa 100644 (file)
@@ -3,7 +3,7 @@
  * heapam.c
  *       heap access method code
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c0d0e4133e43eef9b91d2beb3a0b7e40810c9536..108f486bbaff908c12e72b30acc7836709bb1d46 100644 (file)
@@ -3,7 +3,7 @@
  * hio.c
  *       POSTGRES heap access method input/output code.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 132747773152e695ba1530159dbffb88699174b6..2691666e39ced2c6a84e61837a91d7898c5d4e9a 100644 (file)
@@ -3,7 +3,7 @@
  * pruneheap.c
  *       heap page pruning and HOT-chain management code
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e0fdf8ec5c859c5e1e1a847157e9d9f433198f55..838e7ece39953dccc1884dee20eab2cfbfaa2a49 100644 (file)
@@ -92,7 +92,7 @@
  * heap's TOAST table will go through the normal bufmgr.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index dfc7265adfec89be5e58beace66dabdb8ea32ed7..1c1975d778ae59497323daa285d5a7fc7e80d26f 100644 (file)
@@ -36,7 +36,7 @@
  *             ss_report_location      - update current scan location
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f8681d9da2d95e492abf294fcb1ac9733ff065e6..2738b0f113e1ac96fd64327be791f9bc106999db 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for external and compressed storage of
  *       variable size attributes.
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f8aa4bd4e841bcbc15c4a6c38a90c40f1fcb5a1d..a1e3515458b34c7e2809e3cdd3359aa89c6bca31 100644 (file)
@@ -3,7 +3,7 @@
  * visibilitymap.c
  *       bitmap for tracking visibility of heap tuples
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 304676f2e288a3d0167bf22e60e7ee02921e00be..88baa7c90432ac5f32fb587b509fdcc74ca50445 100644 (file)
@@ -3,7 +3,7 @@
  * genam.c
  *       general index access method routines
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0a17f96b32f433f51ca60dadfe6eecea70857b86..92eec92babca01a37649d737bf5b598929db5fe0 100644 (file)
@@ -3,7 +3,7 @@
  * indexam.c
  *       general index access method routines
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3859afdeb4ada59632ffd0cabfe16c287e5c6453..b4fb818b4b38a7fe06280627572596eafbe300a7 100644 (file)
@@ -3,7 +3,7 @@
  * nbtcompare.c
  *       Comparison functions for btree access method.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b167f12054449e4d443a3e8d680bc812f4971e77..69a2ed3ec249daf279e86bbeacec1990d897a8d8 100644 (file)
@@ -3,7 +3,7 @@
  * nbtinsert.c
  *       Item insertion in Lehman and Yao btrees for Postgres.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b65a17ce03c703e01685900b1f4fe48d0832ebbc..23026c2905e150a1ce528e7604cd58245b631dae 100644 (file)
@@ -4,7 +4,7 @@
  *       BTree-specific page management code for the Postgres btree access
  *       method.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 86b0eddf429ce5abd720037a68257a0e611445a2..59680cd0561fa403c9f5baeaab5715ab8dc546cb 100644 (file)
@@ -8,7 +8,7 @@
  *       This file contains only the public interface routines.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8c4f422c2f1b5854b4e52e21664b801b9bfc6492..313da304b516ffef9bce9224cf8e9074665e19d2 100644 (file)
@@ -4,7 +4,7 @@
  *       Search code for postgres btrees.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 367c6b228346144568ce7e3295d60a630cfb9651..f97e447bc37615b926e60cafa550d434f37f87b3 100644 (file)
@@ -55,7 +55,7 @@
  * This code isn't concerned about the FSM at all. The caller is responsible
  * for initializing that.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 48260e2327551712f4d1a5dd890598bd7eb0f773..1b2eaecc51ecf6204427ef3723dd73f95e051f44 100644 (file)
@@ -3,7 +3,7 @@
  * nbtutils.c
  *       Utility code for Postgres btree implementation.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f6d7cf2fe44ceacd42fb85d5d137ee21ba160cd7..a874e491f5096a186e3bac3ab3175c71263f08b7 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for btrees.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c6c79e3f1dea374d413847175e4709472aa2421b..c80867c4727a4029ed1e0ae0bb46a0c3d2896251 100644 (file)
@@ -23,7 +23,7 @@
  * for aborts (whether sync or async), since the post-crash assumption would
  * be that such transactions failed anyway.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 16bb2c6c694747edb4084b3321e728bf512abb4a..78d47154c9b7a667379bc8b875bbea6724a0b7d2 100644 (file)
@@ -39,7 +39,7 @@
  * anything we saw during replay.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a662c3a3186a589375128488d16afa1e0506569f..68e38696fb5bfe2f8437d127ff273c4cde77170b 100644 (file)
@@ -38,7 +38,7 @@
  * by re-setting the page's page_dirty flag.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 063b366dcf0c2596dc12515111dc8a34590cecc5..0dbd2166be738393fa2eeb0bf46caa6555bc5100 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 61e393bdae77bf079880e787546730233acc5432..2a1eab4d16c0a9b3a899340aa456cf80e9a9531b 100644 (file)
@@ -3,7 +3,7 @@
  * transam.c
  *       postgres transaction log interface routines
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8a6b8bdfd1e98ced5af7db2ec03b95663186cbdf..eb3f34183f49e5c6f357b0f743d05c69c1b92a90 100644 (file)
@@ -3,7 +3,7 @@
  * twophase.c
  *             Two-phase commit support functions.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fff3a53acaeefb3fafbe87e2abd9d0496fd395bb..90f3c0e1dde298435205678642c264979b7b87d5 100644 (file)
@@ -3,7 +3,7 @@
  * twophase_rmgr.c
  *       Two-phase-commit resource managers tables
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8cadc3c0d474ce2af3261ef6eee9a5c070d42322..16a75346e8b2d7ebcca30baacdc256c83d0427a1 100644 (file)
@@ -3,7 +3,7 @@
  * varsup.c
  *       postgres OID & XID variables support routines
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 5187b9ffd81b229d932a7d184693bed42a86c070..23f6ea0a8b5d8b333421fa11468cc211e96f9abc 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See src/backend/access/transam/README for more information.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c6798d20a76d4f4292432520e77ead0f2da46655..06ca52909d082cd4b255e811aebf55a78b408aa7 100644 (file)
@@ -4,7 +4,7 @@
  *             PostgreSQL transaction log manager
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f00a45782ca4e9ffea8141c77fcb50a544958dff..ef5fe4cef7f0e8c405b258cb134b34c1bd9ca6ef 100644 (file)
@@ -8,7 +8,7 @@
  * None of this code is used during normal system operation.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 472f1d831c5968cfd53c10f8a1826fa989712ce3..8d3f6c27fb24f936c92cc4a0f95fcf7d77f441ab 100644 (file)
@@ -4,7 +4,7 @@
  * bootparse.y
  *       yacc grammar for the "bootstrap" mode (BKI file format)
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 43a400f722cf24237e57f7cc2b2e5f5b5574a622..fba262416f459920798d72a69ee9d4f68fccb475 100644 (file)
@@ -4,7 +4,7 @@
  * bootscanner.l
  *       a lexical scanner for the bootstrap parser
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d3852497d008780eaa823b7d9a594e2204756dd1..e3222600aa92071f137fd476fccc66d4a9aeff7e 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0a05d38c43d00ae3e255ff5fdfb992bf310b3a40..6673d7516b7d7b950ee91b92ba9d51803c96ee94 100644 (file)
@@ -3,7 +3,7 @@
  * aclchk.c
  *       Routines to check access control permissions.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 66f7f7c40b36a3bbe16c2f6650c3ef3b70572835..59e60932d3bfa426dfe90bddd83a40a445c776bb 100644 (file)
@@ -5,7 +5,7 @@
  *             bits of hard-wired knowledge
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8bce8e4fe8bd76f12c6760ad95ed46ae3d0488a0..5cf715b11e2b96a1ee080c6a7781db36c5f2415f 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 428228fba5667aa5e94df3aeffce957d12d9b417..4abc25723da39fea3c5158f517a40880bc64df32 100644 (file)
@@ -6,7 +6,7 @@
 #    files.  These .bki files are used to initialize the postgres template
 #    database.
 #
-# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
index 06eaf34cf1ac622e89acf7f8121893fe196edeb6..190bd580a35bd132cb8e21fe16f7e724a9eac03b 100644 (file)
@@ -3,7 +3,7 @@
  * heap.c
  *       code to create and destroy POSTGRES heap relations
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0e8268a15aac78148f4e4f7300e5b5af97a1c769..35191633e64babae0fca4a516858b6a85175db65 100644 (file)
@@ -3,7 +3,7 @@
  * index.c
  *       code to create and destroy POSTGRES index relations
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 860f32db3e3c163538c9b12a9536d6760208b0ec..a6688f92dc449a86fc0e14482911f17c1de36705 100644 (file)
@@ -4,7 +4,7 @@
  *       This file contains routines to support indexes defined on system
  *       catalogs.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 662b40323b48dd5ef6de27cc1255ca5c5b592f8f..c2eb4a0b4f77f11bb2d62645cde4ad752f55481a 100644 (file)
@@ -2,7 +2,7 @@
  * SQL Information Schema
  * as defined in ISO/IEC 9075-11:2003
  *
- * Copyright (c) 2003-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 069803937ecfd91d1c873080774c71cad6e8e8a7..acaa6aa72e26eb67dd1ac095bb222bf2a9f2c880 100644 (file)
@@ -9,7 +9,7 @@
  * and implementing search-path-controlled searches.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 140554481d804f417af1b19ed39410f743ab9175..8fc3599697f632a9ad8d67812d8e2def212a9175 100644 (file)
@@ -3,7 +3,7 @@
  * pg_aggregate.c
  *       routines to support manipulation of the pg_aggregate relation
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c1452e7fd0de648516dd8cec2f3ce659d40e877f..8a265779d9cdb8219361941b266529f52391bed8 100644 (file)
@@ -3,7 +3,7 @@
  * pg_constraint.c
  *       routines to support manipulation of the pg_constraint relation
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a90905782ad22bfc9ac6a9f4d2f063ea5a08ae72..d4a8183fc216f96d0ae29778d1a5f6bb655e5d82 100644 (file)
@@ -3,7 +3,7 @@
  * pg_conversion.c
  *       routines to support manipulation of the pg_conversion relation
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3b3203659b35bf8c1c2ba5fc57c48ee3a3c10060..36215bff33fd00473c87b9b8c07db3d7c9b08001 100644 (file)
@@ -3,7 +3,7 @@
  * pg_depend.c
  *       routines to support manipulation of the pg_depend relation
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b988c8bb28094193cccbc9fe559bc364e0c823e3..abbccfc5e3efa44215025f4b16041dbd490e996a 100644 (file)
@@ -3,7 +3,7 @@
  * pg_enum.c
  *       routines to support manipulation of the pg_enum relation
  *
- * Copyright (c) 2006-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f405188765b4b4ac48a90dbf0b740893c6acd1ad..c92ab024e5c97b6780b947bf63152c9ea5617528 100644 (file)
@@ -3,7 +3,7 @@
  * pg_largeobject.c
  *       routines to support manipulation of the pg_largeobject relation
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1fa9d9dcada49b7daac16b76734083f23f288332..8fac0b66493881ecc9eedddeb1727d457ae64676 100644 (file)
@@ -3,7 +3,7 @@
  * pg_namespace.c
  *       routines to support manipulation of the pg_namespace relation
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 71dc8b328c0e7669f81ec9a973b538c4888a44f3..4eb84ff638a0004f0d37ccd30c5ca99c9978fc9b 100644 (file)
@@ -3,7 +3,7 @@
  * pg_operator.c
  *       routines to support manipulation of the pg_operator relation
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aae510f5b020401d32fad3c0794621e766a38842..5ba771683041358009cc35f79e1831e21c542eec 100644 (file)
@@ -3,7 +3,7 @@
  * pg_proc.c
  *       routines to support manipulation of the pg_proc relation
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 69bb4ca4744bc17da6314b0f2f8989c6765d98b0..3446bf57b34542f259389e1e3e579b981a77b520 100644 (file)
@@ -3,7 +3,7 @@
  * pg_shdepend.c
  *       routines to support manipulation of the pg_shdepend relation
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a70f5024b66cf621cb43f774e45b1582dc37947a..ab782429d5a3b85a5e82be3022b3a3d887c6e30e 100644 (file)
@@ -3,7 +3,7 @@
  * pg_type.c
  *       routines to support manipulation of the pg_type relation
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 910c2c99d3e343394590a9d2a012b674c528a76e..869effeef373155d9b2392c999b1507167fedb2f 100644 (file)
@@ -3,7 +3,7 @@
  * storage.c
  *       code to create and destroy physical storage for relations
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2fc6f053def3efbec2ec5a1456dc2154a463cd8c..1c274be1bafb0bd2289e3eb05ab0cbfcfe3a0c1a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PostgreSQL System Views
  *
- * Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 86a25f22ad545d6e697b70d188b281e7cc017e21..cd267849e52dc06134f1d4155f42a56c84baf3aa 100644 (file)
@@ -4,7 +4,7 @@
  *       This file contains routines to support creation of toast tables
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2d7b248bd2e10bf1dd6812220c368e1b2983d41e..af12f75f5730fed32784309ce1fa7826f8df6023 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for aggregate-manipulation commands
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1a03cbf11ab7ca4998042cc04d0d2cf4ec1f18d5..835b738f816d660ff97afce7179ad6561d3a2612 100644 (file)
@@ -3,7 +3,7 @@
  * alter.c
  *       Drivers for generic alter commands
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b31147c30a1115e868504e0f4cd63e8558b34a6a..7fa8cee2e15ca90ea3c249c5a89e8338c2a9db55 100644 (file)
@@ -3,7 +3,7 @@
  * analyze.c
  *       the Postgres statistics generator
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 99da39f8252ae21e897afb4e1c49d135465789ee..a6b93e5910fc2ac11e5971c9816670ea1e51ab32 100644 (file)
@@ -3,7 +3,7 @@
  * async.c
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 456616c18e245129334429171c720eb1ae307b3b..23928406d663e33a74fc5847cc7060afe37446a3 100644 (file)
@@ -6,7 +6,7 @@
  * There is hardly anything left of Paul Brown's original implementation...
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 8d249e175d0fa16f30df045789ca344abf12a2a8..e479c8f8d218ccbb3669769f46500462708ccf50 100644 (file)
@@ -4,7 +4,7 @@
  *
  * PostgreSQL object comments utility code.
  *
- * Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index c26811ef454f5bc00ad5df759602e510f8304460..f067da298373f3fb1a2310f6739c1833f7c138f6 100644 (file)
@@ -3,7 +3,7 @@
  * conversioncmds.c
  *       conversion creation command support code
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bfda0e111aab3a3e7c63bbe31ace78f8ebe18ba9..b1b1f131f6a11596a43518e9766dc0ff6f46335a 100644 (file)
@@ -3,7 +3,7 @@
  * copy.c
  *             Implements the COPY utility command
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d2bc02be1e401cea210f59735c1c0ba0826149ca..50cb6780d53a8b84be495257f85d0034b9dd6ec6 100644 (file)
@@ -8,7 +8,7 @@
  * stepping on each others' toes.  Formerly we used table-level locks
  * on pg_database, but that's too coarse-grained.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0aec124991e70707d2f622a15d22c9f716e49c7f..53ddaa785c8414e41259764689dc43aeb1de1e43 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for various kinds of object creation.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fd83b4aabeb6c7350de12dbf3b9447478ec5c595..348e6e033f7ada92fd2506720a6fa09d5b10cb7f 100644 (file)
@@ -3,7 +3,7 @@
  * discard.c
  *       The implementation of the DISCARD command
  *
- * Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d5f39dc98dde38f2b0f0fb4e4d0b98e837f62969..4380d632f3b5b6340bc46ff243a85fe3a9eeac51 100644 (file)
@@ -3,7 +3,7 @@
  * explain.c
  *       Explain query execution plans
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index 85c0012b2b309d74910e47d9f8ee016df854c65a..63aafc36aa8fc88329eef6e9910afe027940a5d6 100644 (file)
@@ -3,7 +3,7 @@
  * foreigncmds.c
  *       foreign-data wrapper/server creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7b694c78494a27b2fcc79f501a7ca609965aa5c3..91a3cd8e73bf2c082fde4ec253b38ecbf9da3068 100644 (file)
@@ -5,7 +5,7 @@
  *       Routines for CREATE and DROP FUNCTION commands and CREATE and DROP
  *       CAST commands.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f5789dd7e336fce197ff3d737e646fc538e168e2..9f7cbc8dbd8cdcd8c5ffe04ba86ce3a0d827952a 100644 (file)
@@ -3,7 +3,7 @@
  * indexcmds.c
  *       POSTGRES define and remove index code.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7bd07c179545c692f375b406525bd6c9602eeb95..1eb000f1c1fc787fb304430b61b1d8b2b2235b3c 100644 (file)
@@ -3,7 +3,7 @@
  * lockcmds.c
  *       Lock command support code
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fbbbe9599ff6475522ad3a0248792969af36b084..84dc2ce109e92f03fc245d4280dcac0b122de796 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for opclass (and opfamily) manipulation commands
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cbe3cdd1e97d3f7d5e0feaea7204ac3e6d041496..56f529aa7836908a6419616be7fe0b2616e78e23 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for operator manipulation commands
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 99b7829ed1a526621b3ac512576397cfed4c57f4..9853bd5f3f47d9c909a35d60bd355b1d876f9da5 100644 (file)
@@ -9,7 +9,7 @@
  * storage management for portals (but doesn't run any queries in them).
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d5ff0b3a52094cd9cd6fbf9d651bba551753e0fd..7199cee35055405ac61e7de36b60efd661a1a5cf 100644 (file)
@@ -7,7 +7,7 @@
  * accessed via the extended FE/BE query protocol.
  *
  *
- * Copyright (c) 2002-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 6b664392af45c21f06ad967d74098f2283be7517..2c2067fd71840a2efd6604238edca563461da492 100644 (file)
@@ -3,7 +3,7 @@
  * proclang.c
  *       PostgreSQL PROCEDURAL LANGUAGE support code.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4868f20e4a25b83d5e1ce1eb6358bbbd6a0ff6d0..23f8e1159b96883cfe365990550021edad1dd9bf 100644 (file)
@@ -3,7 +3,7 @@
  * schemacmds.c
  *       schema creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d126b801a8a1d093fde7a7ec2d8b1724b841604c..c80f2a669aed612f720668db06cd89e7f43809c5 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.c
  *       PostgreSQL sequences support code.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8c63e6a5b45774d11481b7456f4f117453c84590..cd73e68c35294fdc76bf06a4af27339dc863fb92 100644 (file)
@@ -3,7 +3,7 @@
  * tablecmds.c
  *       Commands for creating and altering table structures and settings
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 32d3c5a172fe00fd4667c99795dbd0f1b3624aa5..7fa4bfba62d0884b660cb0dd81f6f12726f8b0a2 100644 (file)
@@ -32,7 +32,7 @@
  * and munge the system catalogs of the new database.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f4b8c9c75d3b3d50bea10ced89d7defe2b7d5402..898dabf464f5256f6b5f961bacec81d1d3ef3677 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.c
  *       PostgreSQL TRIGGERs support code.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1e018492859c23d81ee9e3f4723c81cd2b80f63e..71af958054ce93d35410ed9086c0cde283683c3c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for tsearch manipulation commands
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ccc771d8ccc457e69bed188b11607144d8f80ab3..67783ed0439a851dbaa28970229dda371a77100b 100644 (file)
@@ -3,7 +3,7 @@
  * typecmds.c
  *       Routines for SQL commands that manipulate types (and domains).
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6f800b2a34b5a37d8afc0c17c0f3c7b3c2a77624..07cfa4b4b829da8c5fa75b7d8884c2318acd553b 100644 (file)
@@ -3,7 +3,7 @@
  * user.c
  *       Commands for manipulating roles (formerly called users).
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c8e4226acd30431598cf8af8b4cefffdf03d6bc4..5167f42a600eedc98fa419e3db78f7f25775b2e1 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index acb02a428cd5e7bf18d926feb05e41bbd3941d70..c1ee1c0d13e53ebe8506c7192ca67fb7888d2d39 100644 (file)
@@ -24,7 +24,7 @@
  * the TID array, just enough to hold as many heap tuples as fit on one page.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dbe2172f852b8e49e80619e0b13e5b41fc72ca54..ec8ade90f99f2ffe80886e94579506b6ae712587 100644 (file)
@@ -4,7 +4,7 @@
  *             Routines for handling specialized SET variables.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 41276c51789dd660b46f7f2d6418b3d92b3a491a..ac70facce7c4facd9b7867af2bc4b084da720a13 100644 (file)
@@ -3,7 +3,7 @@
  * view.c
  *       use rewrite rules to construct views
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8b3eff508a15a1691e9a7d3b722b044781fda04b..25f350f273681f6aaeffe70ce4322c004f26eb6b 100644 (file)
@@ -3,7 +3,7 @@
  * execAmi.c
  *       miscellaneous executor access method routines
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $PostgreSQL$
index 4af402c58fd85c5aa579ffdabce1fce1be30ebe7..fe0caed06468c41412ae680c5df1f08b683f0c57 100644 (file)
@@ -3,7 +3,7 @@
  * execCurrent.c
  *       executor support for WHERE CURRENT OF cursor
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $PostgreSQL$
index 715b1bdb0e018c73ce31efa4c4f69ac152260df7..0d4a70d9ecde2b37ddd6ebc42c4321e42ac808f3 100644 (file)
@@ -3,7 +3,7 @@
  * execGrouping.c
  *       executor utility routines for grouping, hashing, and aggregation
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2f38e7bedba87cf0b3a0bce4a8415256fd5ef638..564347ffd75c91fb58335ee554a44ba517345033 100644 (file)
@@ -3,7 +3,7 @@
  * execJunk.c
  *       Junk attribute support stuff....
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 45966b5f58db8fc96b20546e5a9d0b1a69ceeeac..0a2eed7b8d882b326663277611f52744ef55584c 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2a224ac407c0cdb42824e911f4979c93ff0ad808..15af71122c0c69638d0d84ab6eae64823ea422db 100644 (file)
@@ -7,7 +7,7 @@
  *      ExecProcNode, or ExecEndNode on its subnodes and do the appropriate
  *      processing.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 93c9537f1c85716bea8d30058525094675bc8018..f05380d5dcc3b09c48e1fd1a851ec99fcf5eb256 100644 (file)
@@ -3,7 +3,7 @@
  * execQual.c
  *       Routines to evaluate qualification and targetlist expressions
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 52b61b2a901e121e2eb5e1fe7a0335b41bccd717..19fa4e63dd6440a3386a9ee70b67691091649716 100644 (file)
@@ -7,7 +7,7 @@
  *       stuff - checking the qualification and projecting the tuple
  *       appropriately.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c5f4eac2080974f8949bc1404f12a2f0387c2574..80ff13ad62dcddb0450143368e3ddbddaab8ac9a 100644 (file)
@@ -10,7 +10,7 @@
  *       This information is needed by routines manipulating tuples
  *       (getattribute, formtuple, etc.).
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fc67da5ea0d28043517123ccfb8d3ebb8de1da71..e6fe4feb43a7b8bbe919bd15230b01404db2332c 100644 (file)
@@ -3,7 +3,7 @@
  * execUtils.c
  *       miscellaneous executor utility routines
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c467e970e84975a79d822376a60a6d035d73dfe8..9930eac79b2692bdc23a07339db40493cec6d251 100644 (file)
@@ -3,7 +3,7 @@
  * functions.c
  *       Execution of SQL-language functions
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 60c1b19c18a5365807add152ef34a7fb8f4d64af..d8d703976745c4afc4f93296658962ba3b6d3239 100644 (file)
@@ -4,7 +4,7 @@
  *      functions for instrumentation of plan execution
  *
  *
- * Copyright (c) 2001-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index daade5c1e11862bd46d167d36f4fdd872776c859..b48896c620229203ad6b534d1f8926f4fa8338b9 100644 (file)
@@ -57,7 +57,7 @@
  *       data copy step when the previous transition value pointer is returned.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9e3605aa82b40c2d1fe449614ff39fd10c67f90a..0938e941f5083ab03a0959bf8685a9b6c59806b2 100644 (file)
@@ -3,7 +3,7 @@
  * nodeAppend.c
  *       routines to handle append nodes.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ef26daa92deba13ccb9d28d727920fe57e346244..650d07fd417b12bb681b0f02262ec52e14b7acb2 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapAnd.c
  *       routines to handle BitmapAnd nodes.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 64a598da2bf4897d9ac5f2f6a04a1f4fa9a11e4f..f3dfd6c3cac4e9fc5ca7a5d824796ada5720157b 100644 (file)
@@ -16,7 +16,7 @@
  * index qual conditions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 30f0e158de3f9fac7be13f516b98e8da94cbb668..dd04ca16b62543883f126644c03bb75b2c5895c7 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapIndexscan.c
  *       Routines to support bitmapped index scans of relations
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 89f22a33580e38e674e99ecb312bf3d05f4cb15f..e3c8070affe2fbdb7ed014de8057aa325f177025 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapOr.c
  *       routines to handle BitmapOr nodes.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 80de4db699f89642358632057c4a7dee990df3b3..f54066ec886f3b8397a708cfb4aad4f35abb01b4 100644 (file)
@@ -3,7 +3,7 @@
  * nodeCtescan.c
  *       routines to handle CteScan nodes.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1e5086f3793e992c1ac3e2f1bbec362c30bd4bab..5100f081e17a7466f1a88aa95044a0efc02ebb1f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFunctionscan.c
  *       Support routines for scanning RangeFunctions (functions in rangetable).
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 20671083fb1f3e084c4d772a816ebdd17c386f82..1cac7b7aa6d72578ce8682313fd493e48c7bd292 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGroup.c
  *       Routines to handle group nodes (used for queries with GROUP BY clause).
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 05ac7d1854d5b49e9329a712da7e847babaad648..c27e2962c876eade4d577bc20d72d2f9a16b3b45 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHash.c
  *       Routines to hash relations for hashjoin
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bceb363af525b5fc4cd55d15e40e1dbd04f0d95b..e6c50eb6ebabac953a9c3001cf747b153f57f016 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHashjoin.c
  *       Routines to handle hash join nodes
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4d106ec9819633ed9a5203ecb7eaf50d423418fa..684c2df1e623281793362901738bc8bc6d031ae8 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexscan.c
  *       Routines to support indexed scans of relations
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f748ec6e918c70fc60b841d1e7e1b1e9799845c4..2c732a535f9dab9ee42a37dc7edab38ab9f7974b 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLimit.c
  *       Routines to handle limiting of query results where appropriate
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dd043d154f3ec0f3a3fd6674191a33942387ede4..66971d2018a305f29c4bcea88f77961a6413e449 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMaterial.c
  *       Routines to handle materialization nodes.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 35af68771ceecab1b9e00ab3fb155379fe252645..d10d1ed72f3faaaeb6772dc11306fbbe39797de6 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergejoin.c
  *       routines supporting merge joins
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5c7a26fb700e3ab98555394c1d63c024f571015f..142c6d393ea44ed9800a7dcd3ae58014abaf09f3 100644 (file)
@@ -3,7 +3,7 @@
  * nodeNestloop.c
  *       routines to support nest-loop joins
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b6d68d9e6e5ae311ad3af3d16dfe8b7732c9141e..709103d7ab2489ea85d9a33b7858cdc9c0b7d7fe 100644 (file)
@@ -3,7 +3,7 @@
  * nodeRecursiveunion.c
  *       routines to handle RecursiveUnion nodes.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b3d7f309dde771dcd53828a522e13b34aff4ab33..aa3d1a7bbfb48ca377bad4ba51b318b4cb6b2186 100644 (file)
@@ -34,7 +34,7 @@
  *             plan normally and pass back the results.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bcbcbdc4578f832fbca93864d123c483eb41ef6c..bdbdc97e98ad5b2948a66383d5ee5620f9187c2d 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSeqscan.c
  *       Support routines for sequential scans of relations.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 014043ce59447353e20e046f5a8ff9eb5f337e5e..37e71daea744ec6e7c750060f73f5b50c1cb4b1e 100644 (file)
@@ -32,7 +32,7 @@
  * input group.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6292e9e13da8d8f2e80220d62a7c23af51ffdcda..5ef1b3e7793edbd37c6bb223467fa0df03bf7cb6 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSort.c
  *       Routines to handle sorting of relations.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d52919786a4e8a4065125ec70c4575c55b793f53..618776a846db3e7b06ded1b9237649b4ce336100 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSubplan.c
  *       routines to support subselects
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0de01d5d7cea10fefea996cab433da863cc73ccc..9c6abc4934dd0ddeaa0b2c979983ad05dba5eda3 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 67101b595ade11abf219e815c1264ac003df7aeb..b2c029473bac5f609ce9b722b3e56be9835799bd 100644 (file)
@@ -3,7 +3,7 @@
  * nodeTidscan.c
  *       Routines to support direct tid scans of relations
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d655485d8b196f98554f263cdb7427823f7798e3..5f18f737c9deabe38339204190d037ffc1005483 100644 (file)
@@ -11,7 +11,7 @@
  * (It's debatable whether the savings justifies carrying two plan node
  * types, though.)
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eea09ba6f0ab43ad69cfcd94d35d44ff6429f870..8cf89b4bc06e7dca6a1366aaf3a23705e0fad417 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for scanning Values lists
  *       ("VALUES (...), (...), ..." in rangetable).
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d3c304e29bc803f965eafdeec6d6b77c153d0ab5..8db779407784268ea0a3eca3fda84e9932c1f70e 100644 (file)
@@ -23,7 +23,7 @@
  * aggregate function over all rows in the current row's window frame.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4150d43aa535fc3e567695af7f9c5c6d6e10879e..a1e0553be789cdba4b1dab03f7847f96c8908cd2 100644 (file)
@@ -3,7 +3,7 @@
  * nodeWorktablescan.c
  *       routines to handle WorkTableScan nodes.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 45dfe5713fb9a2244e652724caf1935a24d15f7e..df72975845d9ebf5951551a4480b5a704b9e16fd 100644 (file)
@@ -3,7 +3,7 @@
  * spi.c
  *                             Server Programming Interface
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 63843888caafdd46fcd55effc0d5860b851a06bd..7e183c1de4708f28bfb5c2c331ab5a91d35874e3 100644 (file)
@@ -9,7 +9,7 @@
  * data even if the underlying table is dropped.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a6c869b8c1138544a06d8c086072abe4bd98285a..5d3cea6b9f10afb0378e021b60d8b76424a9a72f 100644 (file)
@@ -3,7 +3,7 @@
  * dummy_fdw.c
  *        "dummy" foreign-data wrapper
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *        $PostgreSQL$
index c3346538793c65b983eaadbfdb912db42781f815..75f430b05bb2d41749c8740cf44ba09da81de925 100644 (file)
@@ -3,7 +3,7 @@
  * foreign.c
  *        support for foreign-data wrappers, servers and user mappings.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *        $PostgreSQL$
index ecea1b6a149f9841bbc5255dd3fcf3e3fb7b8d45..b1410fe48cfe8bb457970b425b985a3fb6b43502 100644 (file)
@@ -3,7 +3,7 @@
  * postgresql_fdw.c
  *        foreign-data wrapper for postgresql (libpq) connections.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *        $PostgreSQL$
index b771fce38db9ac5f2b82e3a02b4df3cd17fdf00f..33fe02c07300916392efdb5ef7ca134fac86648d 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 80a795c1a7a8de9d61c20c30e6de8942f5cc443d..b09f2068484c1e18378b817cd316d8e0b6586a1c 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *       $PostgreSQL$
index 4fb728d963dcfe72f78e8bbc191909ada9565fc0..ffd179cf9dc8a2ff643342a0d743a68adf7c7ee8 100644 (file)
@@ -3,7 +3,7 @@
  * auth.c
  *       Routines to handle network authentication
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7a70a132fc0d87b8ed84f2131e21540b12ec3d60..59d591ea748aaf75a0c09e1e791c092066e1e2f3 100644 (file)
@@ -3,7 +3,7 @@
  * be-fsstubs.c
  *       Builtin functions for open/close/read/write operations on large objects
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f2e9a66a138586ac9c3edf870b2c780bf570cee5..42bb8f4a23298ac77e7036f1b079f158b0ded1bc 100644 (file)
@@ -6,7 +6,7 @@
  *       message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9f0e911e4408883c1801a48c70636cf575e65404..d5cd2204ef02688b57866ead534b9c684f97db44 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Original coding by Todd A. Brandys
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4d720235119b93ae7a9bf1c119e3d5774d542ed4..2b85af6f66c440b259765891af9e5d27a3e9072a 100644 (file)
@@ -5,7 +5,7 @@
  *       wherein you authenticate a user by seeing what IP address the system
  *       says he comes from and choosing authentication method based on it).
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 33867f1ff42de9ead4259ea8889cb13ec6506203..192b73003fc7045adb604d7994f63c80ff96d6a9 100644 (file)
@@ -3,7 +3,7 @@
  * ip.c
  *       IPv6-aware network access.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1e3b01d484d6286d9f6e0316fbfa8a0df959fb9d..f77975d780aea90ffbc16f9c2da9d932b3e49eed 100644 (file)
@@ -10,7 +10,7 @@
  *
  *     Sverre H. Huseby <sverrehu@online.no>
  *
- *     Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8d385f0649f253485f817e82eedba3daa2c5c33f..5782b2321b1da3060701323c430f8cd69b82b120 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $PostgreSQL$
index 0bb68cc19cd667673cd6528e70196f16bf60d9fe..29b6a9c78cf70a1e16bfcffb6b703a3ea376e94a 100644 (file)
@@ -21,7 +21,7 @@
  * are different.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $PostgreSQL$
index 681edc92f5c5d1bd670b0c47fc393ffd12809fc9..e3deb90498bf99cd99ba39abbb235758baa13f48 100644 (file)
@@ -4,7 +4,7 @@
  *       reliable BSD-style signal(2) routine stolen from RWW who stole it
  *       from Stevens...
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f5cff431fba955456c8904d1d9016c44df807640..d8ef569f7d633e988bf0ae43b6ea755de7b3bbc3 100644 (file)
@@ -8,7 +8,7 @@
  * dispatches to the proper FooMain() routine for the incarnation.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 59a19e8614d40538789bbcd7c7f069188fa96fe6..fde1071d6e5ee7768a6f3b78a30ae72686f75406 100644 (file)
@@ -11,7 +11,7 @@
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 6a57830ba751f949499b5960d9de8cc4788de95d..9c59375a5cd5a58fd49ec51b0209ef72fadab171 100644 (file)
@@ -11,7 +11,7 @@
  * be handled easily in a simple depth-first traversal.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 17398ebb5c8544b2a5a27bad03ec8dae5a51e35c..1f38c217f26a72d0b7489175ab7b303a84aebf97 100644 (file)
@@ -18,7 +18,7 @@
  * "x" to be considered equal() to another reference to "x" in the query.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 43502b9b6605d9e97fd19a4abf441cef3713e60f..5c5212cc0d00b0976594c350cce8e41feb28985b 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation for PostgreSQL generic linked list package
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1a2a2662bcd6d7820def8e82f3fa7485800747b2..241f1a39fa6e61efb356a3e8ccc0ec382066c5b4 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dda998e02d1b34c22fb1be1dd4f67672eb3df7ea..f45e0b2b9d436a7427fd952b11c1a0a20bdd53d6 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.c
  *             Various general-purpose manipulations of Node trees
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b843d2081a09dd942ba2fc649e32b8397d75967d..c26b970928bff5cd7ee4b05e3abda4703401d85e 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7f04e4525637d037bfdf7f172125922533366d68..59a55857e928dac2bfac4fd48d8720c0608355c6 100644 (file)
@@ -3,7 +3,7 @@
  * outfuncs.c
  *       Output functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index be1e2547121d8e8809dac76d914c22de6e8bab7d..2f1b1cbc8d992c7432f8db5459daa26346e699fe 100644 (file)
@@ -4,7 +4,7 @@
  *       Support for finding the values associated with Param nodes.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d49c97867b8ea3ec884e607f1148b81148493de9..0adfa516ec25f2008918ae234aa605115c8959fe 100644 (file)
@@ -3,7 +3,7 @@
  * print.c
  *       various print routines (used mostly for debugging)
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 95d97e1e6def7ec9df9417c3c178ed3beb95a15d..e069e79b6d9b54af43c4b33ed82998a567d34eb5 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to convert a string (legal ascii representation of node) back
  *       to nodes
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ffdd8346cc77966bc08bf0dafce62f4a64a30806..d27c0c9eb180c20a84f9afa364fc883a03ccbd8e 100644 (file)
@@ -3,7 +3,7 @@
  * readfuncs.c
  *       Reader functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ffc882f008476c2cdb1f8934fd72f757632798e5..3f4ec336ec2562ef9187eaf77fdb6caf63b6fe9b 100644 (file)
@@ -29,7 +29,7 @@
  * and a non-lossy page.
  *
  *
- * Copyright (c) 2003-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 115dfaff4abfd9940d38730890ecb6df1ce9e6e8..dc808dab8553cd50f7b5fb00dc1d9942e3d0505d 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation of Value nodes
  *
  *
- * Copyright (c) 2003-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 5048ebae20d7f3abf69ec14cfdbe401d40779c24..83af33abed8b9a76653fc21c17a08f9092a73632 100644 (file)
@@ -2,7 +2,7 @@
  *
  * geqo_copy.c
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f69232e66f5037e8832267b79f041752a5073743..04b3bfe72d5716133fb94255e108a1f3acc6e7b0 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_eval.c
  *       Routines to evaluate query trees
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7e701f16f7e0238470affa6c53e7bf3486b087d6..72b0b5732edb263cfc64445f4dfdb94080cef75e 100644 (file)
@@ -4,7 +4,7 @@
  *       solution to the query optimization problem
  *       by means of a Genetic Algorithm (GA)
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f104f419623f54328e0dc3ae7ecec36e8edbbfa2..455cc415a5cc297ec531fad105dc3e1350292785 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.c
  *        misc. printout and debug stuff
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7b3a92b05c2c3998e06d1e27a9a67bf108b8e493..72eb34f3f3a8a56581cb41a9631fceb293a68c02 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.c
  *       Genetic Algorithm (GA) pool stuff
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f9371c3f8e6573a4a25017929c619f678599371b..d4f2c4d5dd7822797dcc9359adb49faaf8fd1abf 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.c
  *       linear selection scheme for the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ab06654406ed8381f554a54e92191e3a93e6e308..0ab70b5a436c2f2316718099e6d5e51554efa7c2 100644 (file)
@@ -3,7 +3,7 @@
  * allpaths.c
  *       Routines to find possible search paths for processing a query
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6dca9c7596c2ca29407215919b98680b85245918..47d0be6afde8634356e62d88f0b5322baa717a41 100644 (file)
@@ -3,7 +3,7 @@
  * clausesel.c
  *       Routines to compute clause selectivities
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 40e1fcfb19f37f0c95ed1a1107a427c9adad66da..c00c3fb64000536a8a702fcb19f871f4002beb1b 100644 (file)
@@ -50,7 +50,7 @@
  * the non-cost fields of the passed XXXPath to be filled in.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4dd2caf9cb7dca775e4b14b73af99aa1ea9418a5..f4e334d2fd30c7e64667ca100eda8c93cdecb119 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/optimizer/README for discussion of EquivalenceClasses.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 06514bfa7d38aec455ef7c7db1305f8305f6a21c..7e27e7b0b87f8db744c688dc452a35c662b553d0 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to determine which indexes are usable for scanning a
  *       given relation, and create Paths accordingly.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f5ceb9bc014b21e48037a90151f474936a553654..967ccdf1e3073b3a04aba4be54acfdb39829d897 100644 (file)
@@ -3,7 +3,7 @@
  * joinpath.c
  *       Routines to find all possible paths for processing a set of joins
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2b9775ce5fd6ece07347b4eaa3d44626e5972005..1f1309771fabd878bfaebc827cc0e9f392428dd4 100644 (file)
@@ -3,7 +3,7 @@
  * joinrels.c
  *       Routines to determine which relations should be joined
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a4d97ed49342116762ae6107b24804927c96750b..94715b21f8fc66477c46940d62185da174285c8d 100644 (file)
@@ -3,7 +3,7 @@
  * orindxpath.c
  *       Routines to find index paths that match a set of OR clauses
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9e555c9bac52fc325831e93f080fee82b7a4ad7d..fe5342dcf7defb0e0004b3900f33a2260c5a9b00 100644 (file)
@@ -7,7 +7,7 @@
  * the nature and use of path keys.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 67132fc691d309fe801a19892cc5f555dfc48ba6..ca9137933761df20305b5773e25baece5175701f 100644 (file)
@@ -25,7 +25,7 @@
  * for that.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 26b470e38600903fd8053c978c4f09d707cf7bfb..fa19c5e0d036101c5a7ce2e9af900fbc6769be99 100644 (file)
@@ -5,7 +5,7 @@
  *       Planning is complete, we just need to convert the selected
  *       Path into a Plan.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a3b4f22cfca842927193621bdb5dc966c80415b9..b4dc2ed62f435d41fa405bc188fafd8fca6cb136 100644 (file)
@@ -3,7 +3,7 @@
  * initsplan.c
  *       Target list, qualification, joininfo initialization routines
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 885e7bd233a6491d758e63ab3649fb351f65bc9a..dd70223bd70c92382ea68a5af2d88b7a5bc5f137 100644 (file)
@@ -3,7 +3,7 @@
  * planagg.c
  *       Special planning for aggregate queries.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 55fd091d5fea75d56a31f9a01da269346ffe3067..5f60fa2d4e72c03daebc1efd6dc5d662696d7bdd 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e1d6bda0f2b60c8273f362f4baf5b50418cb1971..eccd67f36a29d244712a581f1f7a563d8da2ed54 100644 (file)
@@ -3,7 +3,7 @@
  * planner.c
  *       The query optimizer external interface.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5e8ddb86bd75e3a6be4a9e9133131ca0b4b69dd9..ec0c17caaa18e1b48d9e883c0674f7c6eb8decb7 100644 (file)
@@ -4,7 +4,7 @@
  *       Post-processing of a completed plan tree: fix references to subplan
  *       vars, compute regproc values for operators, etc
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1cf1730b3f824788b50eba8c4e6cbddb47179515..76cb7bf6537af30c649e887ab86a7c8b3ccf541b 100644 (file)
@@ -3,7 +3,7 @@
  * subselect.c
  *       Planning routines for subselects and parameters.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b03da558a8b4ac647c6cc04d08e358082edd7f59..f540f46b2ac14d2a81f1565499d3307edcebbee5 100644 (file)
@@ -11,7 +11,7 @@
  *             reduce_outer_joins
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3e069005bf38abfeb285ab8b9277574d4c42f810..fa86aa630db006deb91251ab3f0bd2c82366c931 100644 (file)
@@ -20,7 +20,7 @@
  * tree after local transformations that might introduce nested AND/ORs.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1d9003b55cd931f9bb48875dc3116ee88e0a9844..088c9a2c0a5c7f4d17ef4ad8798922e33efe5a3f 100644 (file)
@@ -12,7 +12,7 @@
  * We may also need junk tlist entries for Vars used in the RETURNING list.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6143d39e8a11816418822ee7bde815b73f6f135f..458b40ae0d60b6aa214eceeaae60afb51bdc3176 100644 (file)
@@ -17,7 +17,7 @@
  * append relations, and thenceforth share code with the UNION ALL case.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6ad1cde021b9b14f6dfef6605ab19c0e700cc5d2..b50d5004e9b79954dc24303b55995f3a400b26ee 100644 (file)
@@ -3,7 +3,7 @@
  * clauses.c
  *       routines to manipulate qualification clauses
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7fc39ef07daf0c09a03988d8c781e4cd056844b7..d8234c60bd7afd245a407b07deaafce67dbbc8fc 100644 (file)
@@ -3,7 +3,7 @@
  * joininfo.c
  *       joininfo list manipulation routines
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e59420e9461cd60992f91ba362e986f4c0d8d051..dc894cdf514e773c9fe457bc4c2cf70c33000974 100644 (file)
@@ -3,7 +3,7 @@
  * pathnode.c
  *       Routines to manipulate pathlists and create path nodes
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 73df2c9e8c10f3beb2f7cc6df308548c3d1ba41b..dc15f287557f321c238561a525d5edc975cf6ad9 100644 (file)
@@ -4,7 +4,7 @@
  *       PlaceHolderVar and PlaceHolderInfo manipulation routines
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a6cf33c0ad3ef3cc68efb2786c5627238381b00d..e8c579651eb3fde588dd8748fd114fd968cc19ed 100644 (file)
@@ -4,7 +4,7 @@
  *        routines for accessing the system catalogs
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fe183862c6b18311b5f35f3f4de38a3a39f4a0e6..72ccd6ab872d616fcd2a5c0d30a82f2669a5ff04 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to attempt to prove logical implications between predicate
  *       expressions.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5d74adb1f748334b93a8a1103ddac67cbfcf64ed..3577827a35a45f2640508bac74c9e04dbbf51668 100644 (file)
@@ -3,7 +3,7 @@
  * relnode.c
  *       Relation-node lookup/construction routines
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d14ec28ec3d163524a3db7518bbe983ecfb26e85..4c2b5f1a59ae4de69bcc10320a21438026642923 100644 (file)
@@ -3,7 +3,7 @@
  * restrictinfo.c
  *       RestrictInfo node manipulation routines.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 91e6336735d1999c9279d0f232739f30c50c1d4e..74bea3dd0edc235f8ac9372dfa997d421f35be1f 100644 (file)
@@ -3,7 +3,7 @@
  * tlist.c
  *       Target list manipulation routines
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c246a5b503ca766c7736330c204c9d8ede780642..1f9a035cea1258c1daeac712e060bdcb7061799b 100644 (file)
@@ -9,7 +9,7 @@
  * contains variables.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dd8129973ec879917004b254c8c048402bc830d2..eca385c77ebd1c9b193f0a059cef2bc131701725 100644 (file)
@@ -14,7 +14,7 @@
  * optimizable statements.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $PostgreSQL$
index ae59261d98608f42bbdeb9a5a021c79f45005b80..249083ee219984f1ee4c4df8bb33ed27eaa24551 100644 (file)
@@ -6,7 +6,7 @@
  * gram.y
  *       POSTGRES SQL YACC rules/actions
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 595b98f7c173abb57f7f99cd948b4eb0530b372f..47b2458f3801d6bebcf9247e77070a44e11ca74d 100644 (file)
@@ -6,7 +6,7 @@
  * NB: This file is also used by pg_dump.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5f4094d4723fe5dcd26df9bdb0078294fc7b1b77..bc4e84a9da6a955dfe5c410793fb3af6f1b6d0fb 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.c
  *       handle aggregates and window functions in parser
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ba97533d325bbfbd1d174bd143e57ff51bd52641..4008a231cf031e27fde1babf0ae03d45f8515c1b 100644 (file)
@@ -3,7 +3,7 @@
  * parse_clause.c
  *       handle clauses in parser
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 06485fe453f513c30c6132c0483cb646f38ab9ac..e48e1b4e1ee5127baf1d57aa343f68176168ab2d 100644 (file)
@@ -3,7 +3,7 @@
  * parse_coerce.c
  *             handle type coercions/conversions for parser
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fd4dec11242408bce9d344cba377d130aad0f409..55295ae1b4014c6468fc3f2596188ca396115e62 100644 (file)
@@ -3,7 +3,7 @@
  * parse_cte.c
  *       handle CTEs (common table expressions) in parser
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6b8210c6d8e12dfaab3347ab13ef473c5f58ff38..1431fd3e4c1d7be02ba0832275e5a59a8bf1f3d3 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.c
  *       handle expressions in parser
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7f6cee721f564c9f7e10cf3926cf0289110321de..7c41bece5a8cdec16b59ca4fdc5cf42be18150ce 100644 (file)
@@ -3,7 +3,7 @@
  * parse_func.c
  *             handle function calls in parser
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 66ebc8873860367893485b3bb34252ea4c82f777..cccf0f48314890a4b235fca8149f1c94a8e50870 100644 (file)
@@ -3,7 +3,7 @@
  * parse_node.c
  *       various routines that make nodes for querytrees
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 00ea9efa52a2904f8269ee312800bae03b1d19f6..a5610f53bae2c59c57c6c4f840a8a544178955a0 100644 (file)
@@ -3,7 +3,7 @@
  * parse_oper.c
  *             handle operator things for parser
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b296d90e22c238c3c2ccdc930702d4a2e072e693..604784b7ecd0a14e7c6964856627840374a882c7 100644 (file)
@@ -3,7 +3,7 @@
  * parse_relation.c
  *       parser support routines dealing with relations
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1f19131ae20e9360486a6ad9c7847f60340feaa3..737d5ef3c5938a1e4cb2607347751257f36a03ce 100644 (file)
@@ -3,7 +3,7 @@
  * parse_target.c
  *       handle target lists
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c4cc894c07392689c0dae68092738a31d7a058a8..4c1a4b8dd95f911fea867f0962555f294b307158 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.c
  *             handle type operations for parser
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 77585e90dd0006b2e9a181358b7655019e05ea81..e1da898833149e289d8492f63fa56431df75e2f4 100644 (file)
@@ -16,7 +16,7 @@
  * a quick copyObject() call before manipulating the query tree.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $PostgreSQL$
index 459a0867b1148d71551a26f62194cd1f56c9e3b5..c8a77d98471ccb62c53e32d356dfbb1556954134 100644 (file)
@@ -10,7 +10,7 @@
  * analyze.c and related files.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8066843203c374368c53d5557b7e47595a68a1c6..133668eaf0a70b9eb1246eaf3760bf99c41af7e5 100644 (file)
@@ -20,7 +20,7 @@
  * resulting "lex.backup" file says that no backing up is needed.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d89790cfa8371f297f76a09d57184bb3d9bae13e..e1aacb089439b2a8f005c84e89a664ad1ae6331d 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d525ed588efb2eed49be5b35b909a718783b928a..1ce61b8b826ea2f814c8db1ed80d9691938803ec 100644 (file)
@@ -6,7 +6,7 @@
  *
  *       You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d24797493ef6d0fadcde636d1595406e2f83edce..99bd341495d93e23fa51fe3d678465b311904b27 100644 (file)
@@ -3,7 +3,7 @@
  * bsdi.h
  *             Dynamic loader interface for BSD/OS
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 792b09e5c3a3a39907b3580fe09dfc182d934a1a..f2d28ef45aa5aa3940bfa4417c6c7307ea2f486a 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Dynamic loader declarations for Cygwin
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f7a1b3b17353df5ea6a5350e0c071a5104e50990..7cb06fb089b0c2323d4ee244a92a4a6f420b12d1 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dgux.h
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ac8942ab2b5956b3175bb0ad7300e1cd25dec228..b411299b401747daf557466d1e832c8052bd4c78 100644 (file)
@@ -1,7 +1,7 @@
 /* $PostgreSQL$ */
 
 /*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index cf8c2be99784c2e0486cf02ad9603de6be8a03e3..646e2570b8e5991f467b550e4a900a9c407a9293 100644 (file)
@@ -3,7 +3,7 @@
  * freebsd.h
  *       port-specific prototypes for FreeBSD
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a8e5ed74c89a113d99f5682bc86b699becf95e5b..5d9e3a7a97f46cf171a3d97967e4b6929aed69c6 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.c
  *       dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 14148406f471e807e88a961252db224aafd24d96..e8f540ee7e122b4cd3affa84da42ead8056ef2d8 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.h
  *       dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ad0f0a84cea69d88c3c74039514dbddbd02e0d9a..e0cf42c18dba66ae4238cc207137c2427a5f85b1 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Irix
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7bc07e421f1b4a4d33f28da9275457d5ea75ab03..8707eb350fb2ab8c302168f2d8176cd76dc0985f 100644 (file)
@@ -6,7 +6,7 @@
  *
  *       You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 51baecc76688b3311552d60703a76e6d493052be..9c1a093d5e036af3c570598f09838e1957a6a58e 100644 (file)
@@ -4,7 +4,7 @@
  *             Port-specific prototypes for Linux
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4b6c5b170d897acf1a75a156b791f5c342f81d4a..da758fe6a01e2eaf9a2dd9b85892289a21611550 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index f3d0e4182c98ce0fcba1e6c0505ae2f0a8398180..26d71575ea5357793f25795f699f0e3c95bc6295 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for NetBSD
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 839ae99b7f187d9d6336c8f6a808cace54e168bb..64e9736e945265cadfacf8557aef51b781df18f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 5e513cb6adb0afc91f77ab177c138447d5ccf19d..ffeefb2d644c7d5772f2651450b2552407e8f25d 100644 (file)
@@ -3,7 +3,7 @@
  * openbsd.h
  *       port-specific prototypes for OpenBSD
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0dc39b1407ef0f31d7777dca670f1cdd8b4ca4fe..92642c50e031dfc703178544677a58cf3e6d25d4 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for OSF/1-specific routines
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 51499f8ee331859f26470214fc2c0feb03edd6a2..ac529d90aeb685714a6fd9b2eb79232a34a58233 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for SCO 3.2v5.2
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index fa9cc093eff2463ca17a9f61d195212535f68fad..21510dbde108a6c61baba3da95b351ee18517f4d 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Solaris
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 58d291df57f4a195e3537987239de021d7e3a0d5..05bcd9699ce3c4112de744193536c9a2f7c3154e 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for SunOS 4
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index fbe1996328a42632851140b191e0bbaf5395b9c4..eda5521d00f4b2a6509216fd353c8be305dcddf1 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Intel x86/Intel SVR4
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ab9894108564174e585d23a84a345480c0735855..4bdaee288e2570f17049ddc47c02778485e4bf67 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e04d8167b6afc19d8403a404690490c4c67627dd..d94bdb5c9c21abd62bc914a5399be51b778b7345 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index af56a547fb1b0a20bed77dd05c7b720b89ee3124..7afcdc76032cce1d9cb257ca11dbaab889752476 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $PostgreSQL:
+ * $PostgreSQL$ 
  *
  *-------------------------------------------------------------------------
  *
@@ -7,7 +7,7 @@
  *       port-specific prototypes for Intel x86/UNIXWARE
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, 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 d80a825ca98f3b4fe34dff0ddf4dedb300e8b1ee..ad1266e5349545333a48088515663cac8086fc32 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $PostgreSQL:
+ * $PostgreSQL$ 
  *
  *-------------------------------------------------------------------------
  *
@@ -7,7 +7,7 @@
  *       port-specific prototypes for Intel x86/UNIXWARE 7
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, 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 7b8df634b542264e311b36d40ad7eb546d1de7d0..7c6a0b4eda6498f861fdb7e297e7b4177a7e99be 100644 (file)
@@ -16,7 +16,7 @@
  *        the parallel regression tests for a more complete test.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cd082d575d943828fb8b214d6f596fb0a05f3baa..516d6594a1531d732d0e70800da2e02860746725 100644 (file)
@@ -7,7 +7,7 @@
  * sem_init).  We can cope with the kind made with sem_open, however.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4e3c7464e882679d0198cdc192b89f8cc5c0e196..2ca2516f5b995a7843c993267e38568ce29bd28a 100644 (file)
@@ -4,7 +4,7 @@
  *       Implement PGSemaphores using SysV semaphore facilities
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2c63090756a27e4c6c5c10ad1a0f7a7e2bbfe3f1..7d0e21e7b9c69b7bcd07c2db52de172082293c35 100644 (file)
@@ -6,7 +6,7 @@
  * These routines represent a fairly thin layer on top of SysV shared
  * memory functionality.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2c4130b6d487860f02757d27fef7b0c5a9ce1d60..28c76c3c5b953708791a4b106d551065823e11e9 100644 (file)
@@ -3,7 +3,7 @@
 ! sunstudio_sparc.s
 !        compare and swap for Sun Studio on Sparc
 !
-! Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+! Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 ! Portions Copyright (c) 1994, Regents of the University of California
 !
 ! IDENTIFICATION
index afdd9e84b33af74abaf5a66ca178a28d959eb4b8..d3243c821d118f2eac35c3038f22585ca491bc76 100644 (file)
@@ -3,7 +3,7 @@
 / sunstudio_x86.s
 /        compare and swap for Sun Studio on x86
 /
-/ Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+/ Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 / Portions Copyright (c) 1994, Regents of the University of California
 /
 / IDENTIFICATION
index 4ec9c8e3ff514c7b48294c690e4b6c8eefbc03ad..65bf909fa0e3bd69e6e7b35faec13379ca96acd4 100644 (file)
@@ -3,7 +3,7 @@
  * mingwcompat.c
  *       MinGW compatibility functions
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index e7893f64b9acdfc347ed618ad4cbc9225c253a98..5e90c0545927c71280837355c1fd3c33d72c3762 100644 (file)
@@ -3,7 +3,7 @@
  * security.c
  *       Microsoft Windows Win32 Security Support Functions
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 58e5c155e134bb233c0fb46c376fa054f649f304..6990da01377ef8c381a56aa43c8bd6c73cae6c6e 100644 (file)
@@ -3,7 +3,7 @@
  * signal.c
  *       Microsoft Windows Win32 Signal Emulation Functions
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 739249ad708759b0498986637a082eb36b4c165a..91daa4682e79e8d9650b603183f2f56e8c9e3884 100644 (file)
@@ -3,7 +3,7 @@
  * socket.c
  *       Microsoft Windows Win32 Socket Functions
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index acdc676d45a091ab42bc26a1450d797e36d2ae08..e521232f42b7efbf523cb7df82fa82feaf18e602 100644 (file)
@@ -8,7 +8,7 @@
  *       - Does not support interval timer (value->it_interval)
  *       - Only supports ITIMER_REAL
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 2acb17307a56b0bd85422548c9051ed2a005a172..a45d863796104f85e83f8651f496aa878cda2e07 100644 (file)
@@ -3,7 +3,7 @@
  * win32_sema.c
  *       Microsoft Windows Win32 Semaphores Emulation
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 893ca609efff19f00bfb820a7e9527d629ab2600..a7cc9aab17d1ab74a808f9bfeae288738c671437 100644 (file)
@@ -3,7 +3,7 @@
  * win32_shmem.c
  *       Implement shared memory using win32 facilities
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 2c68779b2354aed3734575f5d763e815b1e7995e..b442c421604ae4dab2adecf5605c4a58d1d9a39d 100644 (file)
@@ -50,7 +50,7 @@
  * there is a window (caused by pgstat delay) on which a worker may choose a
  * table that was already vacuumed; this is a bug in the current design.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 72188d994aaa186112daa2a6a75a482a13b4592b..6a0cd4eebf3fcfd5d4fc89d761d0b12ef615c4ba 100644 (file)
@@ -33,7 +33,7 @@
  * restart needs to be forced.)
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7370d46817b31908d21532d3901c37d9490319cc..9ef1d3f6128595c5d855a941fef7010f3422c9cb 100644 (file)
@@ -4,7 +4,7 @@
  *      EXEC_BACKEND case; it might be extended to do so, but it would be
  *      considerably more complex.
  *
- * Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 2d48f4ee40bbb192c21f646934ed080636780e1b..d9a2714b4fac9c16b136030de410c8033ca49326 100644 (file)
@@ -14,7 +14,7 @@
  *
  *     Initial author: Simon Riggs             simon@2ndquadrant.com
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5ae0ec1b9b7a8e164b7fefb01944cbe47db9a77a..b73f2cf4cb8635be4073747b6e50beec706ad6c7 100644 (file)
@@ -11,7 +11,7 @@
  *                     - Add a pgstat config column to pg_database, so this
  *                       entire thing can be enabled/disabled on a per db basis.
  *
- *     Copyright (c) 2001-2008, PostgreSQL Global Development Group
+ *     Copyright (c) 2001-2009, PostgreSQL Global Development Group
  *
  *     $PostgreSQL$
  * ----------
index cef453bafdba8cbaace8dbde68af53c973a6e8a3..f9ea20b7df206fce5f10773afe8c007c3e2a659e 100644 (file)
@@ -32,7 +32,7 @@
  *       clients.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9c7d8dbc8d8e32c8b20e16d5a72dae66dcf63762..461c1ffbe8893b7771a62721b59d73ddf2d472fc 100644 (file)
@@ -14,7 +14,7 @@
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
- * Copyright (c) 2004-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 1fcb836d2b48916abcae0253ef53de38c416ba84..1760f49bc49c8e379888a5d90a01683c5418ad63 100644 (file)
@@ -30,7 +30,7 @@
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ac7a29aa3a8eb2d1c85d9ba66204ba33a71a13b3..45c8756c66792b4f6225bfcf4594ebf0379c0e68 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteDefine.c
  *       routines for defining a rewrite rule
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7dd23a8ae6320c84c213a943551d9876027a57aa..fd5c8baddd1cc2f833d95b28e5eea217ccfc0ce3 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteHandler.c
  *             Primary module of query rewriter.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ab8ac95054e36d93f50069084e71258b4a684430..7c618dc0bd03a513c99bda18a718c917e7154a04 100644 (file)
@@ -2,7 +2,7 @@
  *
  * rewriteManip.c
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7dcf11e699d111dc5bab25ea2c00e165f9c6fb42..7ca03697a3f7aa287561684257bf1b875730b1c3 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteRemove.c
  *       routines for removing rewrite rules
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4d4825d4a51bfa5cb7dae86de14ea39bdf847768..f4ee7845afad6b29d2abc9883d827e61bf60964c 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteSupport.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 438bc1c1a01309884e0c280b94a013b380548979..af082751a5d8a7950965b6c34a0bf4d62233c2cb 100644 (file)
@@ -3,7 +3,7 @@
  * dict_snowball.c
  *             Snowball dictionary
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 3549aba351953dff7f5a7d74f0cb182337e4bbf2..e0211f57ee31ba5c52ae92ab3eb3dacca03b5e51 100644 (file)
@@ -3,7 +3,7 @@
  * buf_init.c
  *       buffer manager initialization routines
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 588df87c14d8da52ce0b14621425b63eceeae0ab..34ad44cba58fc4086000f6cf063102e71c7060d7 100644 (file)
@@ -10,7 +10,7 @@
  * before the lock is released (see notes in README).
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 76174b28a4c485d30266623d74302232e7111bb4..88f318f35aef60035a15b1fabb4ca0af36da4468 100644 (file)
@@ -3,7 +3,7 @@
  * bufmgr.c
  *       buffer manager interface routines
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 79c816de01b52518552279a3a070163db68a840e..b52a0c03d1b7e026431507a01f88e2d086790545 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for managing the buffer pool's replacement strategy.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7b5544f5db3672a74543f0cf797d724b25c961dd..16ad174888f5290e8923929c81d316475c4ffdfc 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 8a4c8f23d96c4097ead7694446c195059d4e3690..207ebbdc63b04e0fbcc998ea6263fda1819155d0 100644 (file)
@@ -3,7 +3,7 @@
  * buffile.c
  *       Management of large buffered files, primarily temporary files.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 105dd44e9ef1fe432719e9bcb85f4762e66de27e..356a99c2fd9cda3279011a6e498c5059406d83dd 100644 (file)
@@ -3,7 +3,7 @@
  * fd.c
  *       Virtual file descriptor code.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 93f9e6b07dc4f335f4065bc33b254d771ca9df63..8ef11be652a129d4cf8724a979497f1745cec15d 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ad9945cf90ae72d76b62a36a41038c524994f934..ff340fc84df734b7a091cd55ac03cecbf7133d2a 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to search and manipulate one FSM page.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f3558bd10f3a86b0f3d52cf12552ffe3e0bf91b7..40bd2d669eefcb57c0209efe275b7be958332adc 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free pages in relations
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a7c5c72ef61449f43b3948acd80cf5ae3ba3d213..13623a3c6a4706906b1b09c09ad0f4936816c0f8 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0fe89325e5a862b1ac832b5a25964be21d67c4b8..8c7751db1b2a92867b2e4406ff084dfb699c7e04 100644 (file)
@@ -3,7 +3,7 @@
  * ipci.c
  *       POSTGRES inter-process communication initialization code.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 474b86e82c69a37b5c6f8ccdbdff114fedb605d3..00bbbc7b43150e2b149af2361a42a0f093981da4 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1c2bd9df6f4a602eb4487331d9e96fe92cd37f00..06f8ad8f4a1a519b70e4138fae8264af62466810 100644 (file)
@@ -18,7 +18,7 @@
  * backend PGPROCs at need by checking for pid == 0.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6a66506fef7fb8dcb5aef31b9b4c453c988e71e8..62d62b05e775ea8cd783f3b3f9fed97be8c4a272 100644 (file)
@@ -3,7 +3,7 @@
  * shmem.c
  *       create shared memory and initialize shared memory data structures.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 673c15529e2cd6042510aa93d069262eb77ecf7b..a06730f3d795a13a5288736d472da9dff95dcf6c 100644 (file)
@@ -3,7 +3,7 @@
  * shmqueue.c
  *       shared memory linked lists
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 06da9254cf892178123f8589a21d3f8e8e7f5001..f9fdb8416bf075e35c9d60738d16f7fcfc4e7316 100644 (file)
@@ -3,7 +3,7 @@
  * sinval.c
  *       POSTGRES shared cache invalidation communication code.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 98ae9a3dda9c8b98db3536c3b123be95b4fad0f7..cb4e0a942bfcdfda7196cb6d247f2908eb18581e 100644 (file)
@@ -3,7 +3,7 @@
  * sinvaladt.c
  *       POSTGRES shared cache invalidation data manager.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7ee080f3a0e0e4b28a86a48b4ec3f4c90f97ac66..6047dd082a4ee2c46f2d3c132fbe43936870cba5 100644 (file)
@@ -19,7 +19,7 @@
  * memory context given to inv_open (for LargeObjectDesc structs).
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ccfcb45a62776d97ac81d1b4c403ce41af9d219e..1b607308857f0cb87fbec4d71fbd820e9aed45b9 100644 (file)
@@ -7,7 +7,7 @@
  * detection and resolution algorithms.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 508b1bdd3aacd7bafb138a61a5b5f481deb908a2..444b0c0d53c4b9ceb564140c1f2fcdf4e640eab4 100644 (file)
@@ -3,7 +3,7 @@
  * lmgr.c
  *       POSTGRES lock manager code
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ccc65622a312818b05ee931bdf88e0df81997aa4..7c8b1f5aace81a2a73604363bf7e9a8961c172c4 100644 (file)
@@ -3,7 +3,7 @@
  * lock.c
  *       POSTGRES primary lock mechanism
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 30576fd66ea4a63003c04a1f50d4023f727f8924..f2ccbe14e7cc8b4ec767b93830440d04ab243625 100644 (file)
@@ -11,7 +11,7 @@
  * LWLocks to protect its shared state.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f1f4d79baba5d07a4999f8574aac6db57c420e4b..9e871eff92a0e6d8d4418b9fe0fd61a6930d7ab6 100644 (file)
@@ -3,7 +3,7 @@
  * proc.c
  *       routines to manage per-process shared memory data structure
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1f064e970e4465afaad509a7fd04b4f20a0b1840..189a0ace95df70c036b666ff24f1461c033822c4 100644 (file)
@@ -4,7 +4,7 @@
  *        Hardware-dependent implementation of spinlocks.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c0f55ceac77f8b8fb4b903ef1563e20d115f69d9..c6f8ec5fecacebaf49e9bef2435da783d12485ab 100644 (file)
@@ -11,7 +11,7 @@
  * is too slow to be very useful :-(
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 377ecbac3fe944c29eb656a7dcba0ebfbc59f3c4..2fb3426b098e05e471100b4f0de8a0d907dbd138 100644 (file)
@@ -3,7 +3,7 @@
  * bufpage.c
  *       POSTGRES standard buffer page code.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 47f961745c843ce063739da89531fccf74dafeef..e29259f06fcd3e604316cc75b04421632cfaa29f 100644 (file)
@@ -3,7 +3,7 @@
  * itemptr.c
  *       POSTGRES disk item pointer code.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 30a1d0925b5873568f8cbe4591a487997b528061..c78d5bdeb6c02453c587dc09d8d9a21553d2d7d3 100644 (file)
@@ -3,7 +3,7 @@
  * md.c
  *       This code manages relations that reside on magnetic disk.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ddbf2c31200a61613b3a71710141ea542d96bdc1..f923479598dae6e75f37b7ac07c24e0540183660 100644 (file)
@@ -6,7 +6,7 @@
  *       All file system operations in POSTGRES dispatch through these
  *       routines.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cf5b2f252d4a6a82bcc7d3fea9cbeb5b7f38c796..0320e3dbd24844fa4113c82e5ca451556d070df0 100644 (file)
@@ -3,7 +3,7 @@
  * smgrtype.c
  *       storage manager type
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 520affa987c99eeb34a0648aa6aa4a10e9210154..e3975702f495719ac683d75df5b77bb95f2b771f 100644 (file)
@@ -4,7 +4,7 @@
  *       support for communication destinations
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 20bd02cd8cf84e6f5206e3f321538f87c8bd5edb..ab2249a2d23f7b8f42fe63fae5e30752b6af28b1 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.c
  *       routines to handle function requests from the frontend
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index be208de1ab1d2f7f7e8119112adf7329bfcc9a06..987b807832f1f26485af124620f88f72255ea2fa 100644 (file)
@@ -3,7 +3,7 @@
  * postgres.c
  *       POSTGRES C Backend Interface
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 765ae190bf032388b0ab2bd05ea52bacc7929b57..56b8254f8f029b404d7ace99586f6e944f41f59e 100644 (file)
@@ -3,7 +3,7 @@
  * pquery.c
  *       POSTGRES process query command code
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 38a7b7363a4468249daccfb78af2626514ecf64c..b34068d757b280788900eeddeacf60310bd019e6 100644 (file)
@@ -5,7 +5,7 @@
  *       commands.  At one time acted as an interface between the Lisp and C
  *       systems.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c67f3e63f44dbf92f4cfadce90b7fda9b5805bec..067c8904447135754980899237b330f6b14754c9 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for backend/tsearch
 #
-# Copyright (c) 2006-2008, PostgreSQL Global Development Group
+# Copyright (c) 2006-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #
index 0726bbc085be055dfc5ac6cc7ee15775570dc751..aff8f6bb60e6283a177fa35f4a533b2745388740 100644 (file)
@@ -3,7 +3,7 @@
  * dict.c
  *             Standard interface to dictionary
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 45c83174581cb638b27588a275295cc5a8f0d444..382420fb71e001c04734dbb9014b5b692c9acd99 100644 (file)
@@ -3,7 +3,7 @@
  * dict_ispell.c
  *             Ispell dictionary interface
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 10bf619dc705a02953ed77f6c2fef1330acaa5aa..9d859eb00ce19ac80ff1131c0b44f5c09d6cb57a 100644 (file)
@@ -3,7 +3,7 @@
  * dict_simple.c
  *             Simple dictionary: just lowercase and check for stopword
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 443476cd2e958423e7b7119bd2cf90243980292f..657d523c403a9701bb92e385124410ccf2d39c43 100644 (file)
@@ -3,7 +3,7 @@
  * dict_synonym.c
  *             Synonym dictionary: replace word by its synonym
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 9d1f105985ee3bfce500df00127966c19e690f10..7b75e6975eef8a278b710d05845f5e49847dc83c 100644 (file)
@@ -3,7 +3,7 @@
  * dict_thesaurus.c
  *             Thesaurus dictionary: phrase to phrase substitution
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 1350475bac1cbddb7339f84eaae265ef9a51968d..d8517285dd8941694d870b0454b9f103fb7221e1 100644 (file)
@@ -3,7 +3,7 @@
  * regis.c
  *             Fast regex subset
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 583296078c01b848eaf191cf99450d64b6a17573..88475c3803568c1c0fb665625ef5b070820c61a1 100644 (file)
@@ -3,7 +3,7 @@
  * spell.c
  *             Normalizing word with ISpell
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 99d0b0e9bfd9633d193ca8e874ab239facc70ccd..958809112116bcae3ef6ca8e8daf9006e88bfcb0 100644 (file)
@@ -3,7 +3,7 @@
  * to_tsany.c
  *             to_ts* function definitions
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c534ac1ff77e52bd932e66eb7780f17888bf8617..343e603964002fd716a9b5525dde3c5286bb415d 100644 (file)
@@ -3,7 +3,7 @@
  * ts_locale.c
  *             locale compatibility layer for tsearch
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 39be8ce187190e733fe06cd2e3b9b326ff80082f..d717bb3dcecc298efce7abf58f3d8559dd63fdb2 100644 (file)
@@ -3,7 +3,7 @@
  * ts_parse.c
  *             main parse functions for tsearch
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 79d458e3914b8b472e116d5acba3b1a8d7332a98..ddfdf38f45d4a9a7f1a0c7f0c29a7e76c7946ecf 100644 (file)
@@ -3,7 +3,7 @@
  * ts_selfuncs.c
  *       Selectivity estimation functions for text search operators.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a98a19f40531aee270bc95d722274140c3328bc7..fa062e6736ef7053740f06ed179c5277829d744a 100644 (file)
@@ -3,7 +3,7 @@
  * ts_typanalyze.c
  *       functions for gathering statistics from tsvector columns
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 09d78a15b7ee5d2d8b96d5d5a88043e8a101024b..6052679c3b1716aca4c0175294d59d5fcbaccbda 100644 (file)
@@ -3,7 +3,7 @@
  * ts_utils.c
  *             various support functions
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 829dcc3fb5dba9f275145f83ca6d7d768fe40be9..bad237670142f1b7a64b4ae3d7ba031f223c8ed1 100644 (file)
@@ -3,7 +3,7 @@
  * wparser.c
  *             Standard interface to word parser
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a07fedc0a7a0a00f0862e38e2928bbf6a59a0045..55cc3a7e9607c99baa58e29ff2c9e07f0ad51611 100644 (file)
@@ -3,7 +3,7 @@
  * wparser_def.c
  *             Default text search parser
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f426d8f205f65a9f5a80211d4d9b67bb8708ceb6..7f8b1d36e9b0641d028c7f98d7926843c1244414 100644 (file)
@@ -1,7 +1,7 @@
 #-------------------------------------------------------------------------
 # sed script to create dummy probes.h file when dtrace is not available
 #
-# Copyright (c) 2008, PostgreSQL Global Development Group
+# Copyright (c) 2008-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #-------------------------------------------------------------------------
index b61d53ec18554e31ca714e70d47a7b16aebb2738..1f3e6a4a3b6c43e47f593f6a40ae855524dde761 100644 (file)
@@ -10,7 +10,7 @@
 # require people to have perl to build from a tarball, but on the other
 # hand Windows can't deal with shell scripts.
 #
-# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
@@ -90,7 +90,7 @@ qq|/*-------------------------------------------------------------------------
  * These macros can be used to avoid a catalog lookup when a specific
  * fmgr-callable function needs to be referenced.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
@@ -126,7 +126,7 @@ qq|/*-------------------------------------------------------------------------
  * fmgrtab.c
  *    The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index 68e4ecef13c9fe75d03662c564c78473421f08ca..9cbe5d23370f3e70ee80e69a22ae95bf374a03b6 100644 (file)
@@ -6,7 +6,7 @@
 #
 # NOTE: if you change this, you need to fix Gen_fmgrtab.pl too!
 #
-# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
@@ -124,7 +124,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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
@@ -179,7 +179,7 @@ cat > "$$-$TABLEFILE" <<FuNkYfMgRtAbStUfF
  * $TABLEFILE
  *    The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index 3c8aef50d06fb02a519378552934ab8a5d300ca5..d16246f8634a75101e3487c048eb0d4baa9f43e5 100644 (file)
@@ -3,7 +3,7 @@
  * acl.c
  *       Basic access control list data structures manipulation routines.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3f6404d31e8a37f401a17e087ee5f32367ce0eaa..13a409d0c59744949cf85d31d5fddc1f9b744c90 100644 (file)
@@ -3,7 +3,7 @@
  * array_userfuncs.c
  *       Misc user-visible array support functions
  *
- * Copyright (c) 2003-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index c9c129ad55848bc4775082c8fecc072fed303ffc..3b257d49bad4199cea12952f1a8888dd48ebe4bc 100644 (file)
@@ -3,7 +3,7 @@
  * arrayfuncs.c
  *       Support functions for arrays.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ab725f06dcf56e51b90a023aa947937431027472..a27125dd07c9162a0e636969c05af7b78848cb49 100644 (file)
@@ -3,7 +3,7 @@
  * arrayutils.c
  *       This file contains some support routines required for array functions.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eda186ed384614662511c0b3023f44d7705bec92..91fb40c2575d60a60eca0f645b27e96c9dd07a17 100644 (file)
@@ -2,7 +2,7 @@
  * ascii.c
  *      The PostgreSQL routine for string to ascii conversion.
  *
- *      Portions Copyright (c) 1999-2008, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 722f695f760cfe99089855e30a184a7f5d781184..a109a82be741a67497ad59a662e164785d0a7156 100644 (file)
@@ -3,7 +3,7 @@
  * bool.c
  *       Functions for the built-in type "bool".
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 54dd6f165dd032fca2a5b197dc912a5f89bd42a9..8535ce0924afb73d9468ed085d7fef50332f20c7 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 57af75028908e08842db13c40a30e6b53baf2723..4a4215ca3abbe399ed6d0841410d4d61d8f3ed9d 100644 (file)
@@ -3,7 +3,7 @@
  * date.c
  *       implements DATE and TIME data types specified in SQL-92 standard
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index be2b5d6445df1f515b4ce9f88df63403d376ad0f..a9144c7d09a8b246ce8a618115a1cf09583fa136 100644 (file)
@@ -3,7 +3,7 @@
  * datetime.c
  *       Support functions for date/time types.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0d4f938547a30cdb1d66455670fbe7d573a42d49..6228271bbcb0acf3056514c0076e47b411f2e0eb 100644 (file)
@@ -3,7 +3,7 @@
  * datum.c
  *       POSTGRES Datum (abstract data type) manipulation routines.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e4dedde67c3b6ca597193b48deca38d2cca6790b..7b6d0094d429dc6ca64c7e69565bc71a7418be23 100644 (file)
@@ -2,7 +2,7 @@
  * dbsize.c
  *             object size functions
  *
- * Copyright (c) 2002-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 0e4313de13056a7f07ab91353da09240df7239b2..ffd5c7af37bad7b059c59e7b9d1a4afcd34cca2e 100644 (file)
@@ -20,7 +20,7 @@
  *             to evaluate them in.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 830f705815c571b59ce2accf34b41c1061500449..eed799a0f40aa1a302c956dd67d0bd10a8a87152 100644 (file)
@@ -3,7 +3,7 @@
  * encode.c
  *       Various data encoding/decoding things.
  *
- * Copyright (c) 2001-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 16bf4688145be0bb6499d3e855e8757b2a19cec8..00569cb1cbdfa7fb160ea520a5a7387737dfa875 100644 (file)
@@ -3,7 +3,7 @@
  * enum.c
  *       I/O functions, operators, aggregates etc for enum types
  *
- * Copyright (c) 2006-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b665f639ef63694f5dac0bbff378bef06b0c8e66..bd3601c6087b50f8f68e9ae21da5bfe90d9ca96a 100644 (file)
@@ -3,7 +3,7 @@
  * float.c
  *       Functions for the built-in floating-point types.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0c9d0cdaab477ec1ad5569cd97ba6791f8c693c3..60f2038f748a1f0aefd892c6e98612cd87cfe76b 100644 (file)
@@ -4,7 +4,7 @@
  *       Display type names "nicely".
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bb2b68455eeb814f4c9f5bc0bcf2a5dffc3a6e82..9e95efb7c91342cd14a1156448a2683077a65a80 100644 (file)
@@ -4,7 +4,7 @@
  * $PostgreSQL$
  *
  *
- *      Portions Copyright (c) 1999-2008, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2009, PostgreSQL Global Development Group
  *
  *
  *      TO_CHAR(); TO_TIMESTAMP(); TO_DATE(); TO_NUMBER();
index b36fa5d8e20e1b6d7e63be8601c6643852a6b580..e1328dcfa338dd91a599208fd28c372d895276ee 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for direct access to files
  *
  *
- * Copyright (c) 2004-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2009, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
index 6828e5e5598890896278f9c100d27e04d02194c1..5c23cc24b24161aed23ca4c325de0788ac8be5bf 100644 (file)
@@ -3,7 +3,7 @@
  * geo_ops.c
  *       2D geometric operations
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 40fc22058d007b57b2f4efd710acec07c181bbfd..0b729a972bc0a8ccad9a7deaf43508d8902fc0ce 100644 (file)
@@ -4,7 +4,7 @@
  *       Selectivity routines registered in the operator catalog in the
  *       "oprrest" and "oprjoin" attributes.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 70c5e75db0e01a600ee504368b70bdf4a1974eb2..d6c946c3277bcb8c403284580932f9dae5a64263 100644 (file)
@@ -3,7 +3,7 @@
  * int.c
  *       Functions for the built-in integer types (except int8).
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b326a8189ac7560c8a9fae36e47f38aa9562fe49..1512259110d236876b7e99b1cdb99d96ce8b11be 100644 (file)
@@ -3,7 +3,7 @@
  * int8.c
  *       Internal 64-bit integer operations
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3f2d48bf711e5a215ab2a08846a670bb5e1c2b3e..e2ef722e91f1a770819dbc58825932df35692f4a 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ad78216eb30146156ea5fc4a9d08f8aa5167c3a9..8cfbe04e9000f7df145b2b6c3ba6a8ac74686efa 100644 (file)
@@ -16,7 +16,7 @@
  * do_like_escape - name of function if wanted - needs CHAREQ and CopyAdvChar
  * MATCH_LOWER - define iff using to_lower on text chars
  *
- * Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     $PostgreSQL$
index 65e95b631838cf6ddc5d03a89bcbabb2dbefab70..e31eec4fb98585f2d2045ab2dd8e05aaa35b8a64 100644 (file)
@@ -3,7 +3,7 @@
  * lockfuncs.c
  *             Functions for SQL access to various lock-manager capabilities.
  *
- * Copyright (c) 2002-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             $PostgreSQL$
index bd40f38d4408e54507ca81aec151ea5acbc1974e..a03bfa842320049be9a23f68140f93636a21a6e1 100644 (file)
@@ -3,7 +3,7 @@
  * misc.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4b724ba4e05ec4c880972dae3f6cc042960814ef..8b69d141502799130a0a21b272c4afea0ebae8c7 100644 (file)
@@ -5,7 +5,7 @@
  *       Functions for the built-in type "RelativeTime".
  *       Functions for the built-in type "TimeInterval".
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ea268e39618363c7cb51a60ac0f3d2c984e0bc9c..275347a575ba6ffd1418b68acb6c3a1b577cb6f9 100644 (file)
@@ -9,7 +9,7 @@
  * always use NAMEDATALEN as the symbolic constant!   - jolly 8/21/95
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c063147f37a7b21f7a1ab1730a9d511b32675387..7cba341244f923bbb4612396980c31e426345f31 100644 (file)
@@ -11,7 +11,7 @@
  * Transactions on Mathematical Software, Vol. 24, No. 4, December 1998,
  * pages 359-367.
  *
- * Copyright (c) 1998-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 6d8e3071d7709554b8ccea461af646491d6f9c28..cc440bae14289dc6c4775d9779e63d414c53e38c 100644 (file)
@@ -5,7 +5,7 @@
  *
  *             integer:                                pg_atoi, pg_itoa, pg_ltoa
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f0b7780d7c2ae4362b7c545e0afeb53f4bcf3329..f5800e7a69a390e6786497860598849d72791707 100644 (file)
@@ -3,7 +3,7 @@
  * oid.c
  *       Functions for the built-in type Oid ... also oidvector.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fdbc9a71d90b4974f2c5947732f3f3ae3c55feb4..b1f5b7d2dd286e9c68d5b55723049b18088be82e 100644 (file)
@@ -2,7 +2,7 @@
  * oracle_compat.c
  *     Oracle compatible functions.
  *
- * Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *     Author: Edmund Mergl <E.Mergl@bawue.de>
  *     Multibyte enhancement: Tatsuo Ishii <ishii@postgresql.org>
index 6de06a766354bf0b8a8631dd61ddd51abda9bf4f..7a8c31cdaab6a04fe25f26788c6c386ce5397503 100644 (file)
@@ -2,7 +2,7 @@
  *
  * PostgreSQL locale utilities
  *
- * Portions Copyright (c) 2002-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 31901b6dd39951f7feb014165c6945586f30f58a..7400c0b90db8f39a417294ec7b7dfa260351c793 100644 (file)
  *
  *                     Jan Wieck
  *
- * Copyright (c) 1999-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  * ----------
index 77c2baa98f81e94ce3251844253dc5ee3826608e..72071629c55cb440a12bb5d659da1e1498904407 100644 (file)
@@ -3,7 +3,7 @@
  * pgstatfuncs.c
  *       Functions for accessing the statistics collector data
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a1145d1541d17b66c37224a93c5120a1320f063e..030da79376008db2946db97ef23a84c9d6394efa 100644 (file)
@@ -11,7 +11,7 @@
  * we do better?)
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a8250fdbcd86e4573fb949892f84fe92605918de..01537ac811d662ec6ffa65c1cbb939956dc04dd3 100644 (file)
@@ -3,7 +3,7 @@
  * quote.c
  *       Functions for quoting identifiers and literals
  *
- * Portions Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 51e45e14071ad2bed1b8b34a76ba660952be6c7c..45e2059da133be642a66ecb8835c5590f24afd64 100644 (file)
@@ -3,7 +3,7 @@
  * regexp.c
  *       Postgres' interface to the regular expression package.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 05a7f002a969ebd2118b0e8b1c41ee3a9351217b..0817e6a6807bc86d730732a69cdc9d3d587cc4d3 100644 (file)
@@ -8,7 +8,7 @@
  * special I/O conversion routines.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9cab2675a42c5613477ae6529691fc83bf42b545..fa8b889a53a4dc6b245cb19496e0875eee3ece76 100644 (file)
@@ -13,7 +13,7 @@
  *     plan --- consider improving this someday.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 67bed9c3bf54b265abde31bf7c2cf0f1cbfd0784..8476fd2d19c8e5df1fb9f25dcd2549a9240a4415 100644 (file)
@@ -3,7 +3,7 @@
  * rowtypes.c
  *       I/O and comparison functions for generic composite types.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 096b0151edbfeae90ef70d5c52891658bbd92f4e..7a9f8280af86cdaf8497e611114d6fa8bca42e9a 100644 (file)
@@ -4,7 +4,7 @@
  *       Functions to convert stored expressions/querytrees back to
  *       source text
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index db7cf123a418f90c2e60ed88791f109df1463f16..5711c8ca6d3fa5052cd5698b6a859bf293dc6cbd 100644 (file)
@@ -10,7 +10,7 @@
  *       Index cost functions are registered in the pg_am catalog
  *       in the "amcostestimate" attribute.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 40dcbd7e4295a373447ee781ad43d787cec18d2f..5bb166dcd37ef7525f2cceafa4bc2a891a94a7b8 100644 (file)
@@ -3,7 +3,7 @@
  * tid.c
  *       Functions for the built-in type tuple id
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fc6e178c6fce39c81c02424866342eefbfc588ab..a36617d0153dceede43ba3feb75b414cb591d1f9 100644 (file)
@@ -3,7 +3,7 @@
  * timestamp.c
  *       Functions for the built-in SQL92 types "timestamp" and "interval".
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 54d49dc4763d165357707045a3276617f8c5c242..df9a7ffed3919a6fe512b8f5c376a2b59d004665 100644 (file)
@@ -4,7 +4,7 @@
  *    Builtin functions for useful trigger support.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 88cf224f318d59d159e2839f8df7aee9fd88e0db..474783df1620a85a9645e711d03e9a255c0d75fe 100644 (file)
@@ -3,7 +3,7 @@
  * tsginidx.c
  *      GIN support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index cb56f0feb34a2e597544d4eb627b2f937cfa0ae1..09ac11d2a389e53921ca39a348c2f73e25e60509 100644 (file)
@@ -3,7 +3,7 @@
  * tsgistidx.c
  *       GiST support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 3f5e19ca0f090c697b61ff28da5d9bf0b360969a..891aeb2781ab6da71ac34628a84b471a8f313e3c 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery.c
  *       I/O functions for tsquery
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 6b848157de09a1114fa2d8d4b74594abedd03aad..ba3d6726d9ccc21b13d8fb448515357d8ae96bc3 100644 (file)
@@ -4,7 +4,7 @@
  *      Cleanup query from NOT values and/or stopword
  *      Utility functions to correct work.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a2a5dc060183fe0dbf54896e748d37d80825545e..fd2b08a87ea13eb17a41fdf7e01ee78d61766823 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_gist.c
  *       GiST index support for tsquery
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 0af69964e8f413f4dc41cf3cb0a8c14415ca1c36..9080a7452926ddd095166d041f9c5c857f6f46be 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_op.c
  *       Various operations with tsquery
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index db0f1ecb1e7c82aa4eefd03551cfb535e934ea31..01509b55359274b406811cce27bcdc37e2b6aa7d 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_rewrite.c
  *       Utilities for reconstructing tsquery
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 4b7f8bd6c93d911c021eeddde5ddeaeaed8f64d2..fd053ce9dc86b140aed4aac0ed6b41082299cde4 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_util.c
  *       Utilities for tsquery datatype
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 2ef441417c65dc1d58274987156ea290ff0d369e..304203985e4397d29dc7f398c0bebf022bf22b7b 100644 (file)
@@ -3,7 +3,7 @@
  * tsrank.c
  *             rank tsvector by tsquery
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index e4aa393afc8d246cefd6e72d2d1dc5d170793f04..478f9dba84ba22ead033257588b7b82458b226df 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector.c
  *       I/O functions for tsvector
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 8234f856cf84dda938ac831c3e3e8e3ea0a22ef0..015a036d8354cbc823c312695125b481b2224159 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector_op.c
  *       operations over tsvector
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7d466670ae65a7f282f668574796fd7cca2d1bad..ae7b35477bc63517d9cbd36a3b8ecdc55d84e7f5 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector_parser.c
  *       Parser for tsvector
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d167e1d539411dd6020d4ef1becbbf23a40bc01c..7e51f9e2ad2fc375e3744203bac01fe44a3dbcae 100644 (file)
@@ -10,7 +10,7 @@
  * via functions such as SubTransGetTopmostTransaction().
  *
  *
- *     Copyright (c) 2003-2008, PostgreSQL Global Development Group
+ *     Copyright (c) 2003-2009, PostgreSQL Global Development Group
  *     Author: Jan Wieck, Afilias USA INC.
  *     64-bit txids: Marko Kreen, Skype Technologies
  *
index 57bdc1dc35dd5f3670370dc4a46da1c3834e6830..581f6717af7df8afada5a26bcd0845ee64a38831 100644 (file)
@@ -3,7 +3,7 @@
  * uuid.c
  *       Functions for the built-in type "uuid".
  *
- * Copyright (c) 2007-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 68107f05af5d898320b5ecb6c2edf2175a5b07b2..9bb3b7b0412477fd863d66c95775930b324c343a 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f4fc20babb0db9a2ad64992d09354f7243020024..5f3c6580568d2ede1e36c3cec38497d0e48fafb0 100644 (file)
@@ -3,7 +3,7 @@
  * varchar.c
  *       Functions for the built-in types char(n) and varchar(n).
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c5dd4476bb152d421c35016c06bb27bf87822fb5..c73ddae4d0e3b2c435bd4778715a874024b6b782 100644 (file)
@@ -3,7 +3,7 @@
  * varlena.c
  *       Functions for the variable-length built-in types.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b3eafa626936129e963e0f5d79c7e70061852fca..d41721dd47347dcfb978fafe9feea01e91e04f0d 100644 (file)
@@ -3,7 +3,7 @@
  * version.c
  *      Returns the PostgreSQL version string
  *
- * Copyright (c) 1998-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *
index 45fa0e2426b71c5f9e12651de1f7085b18e258dc..74cac2fd802918e1514a178db6a696f97d1bc1ad 100644 (file)
@@ -3,7 +3,7 @@
  * windowfuncs.c
  *       Standard window functions defined in SQL spec.
  *
- * Portions Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 081b9ab0ec1caead4a499bdfe9fa5d3c1af41063..9ea702cf343be89a5f9336bfc5602e4b32544067 100644 (file)
@@ -3,7 +3,7 @@
  * xid.c
  *       POSTGRES transaction identifier and command identifier datatypes.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index adebee6a478f484f358766cc94afa21bdf4b2ac1..c71cff95f642e006ef73201f1c192c65ddd8610b 100644 (file)
@@ -4,7 +4,7 @@
  *       XML data type support.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e7c864c06d98e1ffb2885de4bd3a1fafb0e892bd..af66eb5cac80004f8826f3085055c7f3d231f65b 100644 (file)
@@ -3,7 +3,7 @@
  * catcache.c
  *       System catalog cache for tuples matching a key.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e10f3e6aa5c95d8fba950598f56788a3b2574b9a..9738fa1c31a8e417d7cfbda8357d12462b2d6b85 100644 (file)
@@ -76,7 +76,7 @@
  *     simplicity we keep the controlling list-of-lists in TopTransactionContext.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e87c3edee361687e86c9f9d104f564120aa7bb02..c65edb72c2ed00c23bc8fd293fa4196147e53f45 100644 (file)
@@ -3,7 +3,7 @@
  * lsyscache.c
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3b3f4f529e6f4665cc2ffe9258c206dc059ef72c..7f2ecb573b0551206094b812a86cc37cfd5aa74f 100644 (file)
@@ -31,7 +31,7 @@
  * be infrequent enough that more-detailed tracking is not worth the effort.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5694d9c9a4a31a64caed6915aa096902e416f97b..4f2687ea7cb5a8a24c70a4ba1bdae8243904145e 100644 (file)
@@ -3,7 +3,7 @@
  * relcache.c
  *       POSTGRES relation descriptor cache code
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b75448f6bd80657b1169aa63123d0304ef9a4412..4956c596dded52c57a6e21382bcbe2c9b71ffc7b 100644 (file)
@@ -3,7 +3,7 @@
  * syscache.c
  *       System cache management routines
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7c69ade92e612eb292199d66c518eee425b1acca..d930eb23a43fed8456c8e87f78ce2f7e4a4824d4 100644 (file)
@@ -17,7 +17,7 @@
  * any database access.
  *
  *
- * Copyright (c) 2006-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index d8f991e64145afbb7a5b4bf21050e3c93bc77794..1eae55f2900db32f8e9493c31cd8d83c604e35c4 100644 (file)
@@ -32,7 +32,7 @@
  * entry, since that may need to change as a consequence of ALTER TABLE.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f8f06b488a643a0756063e0e420c45df12e8c33b..d2d64277b875bacd89164c8b347fa86802866b3e 100644 (file)
@@ -3,7 +3,7 @@
  * assert.c
  *       Assert code.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 48266ca30d4d13537c49a81e5b935ba3f3952cb7..98a7beffe5b14b5f98f7aa68ddc3a1f29e6cb009 100644 (file)
@@ -37,7 +37,7 @@
  * overflow.)
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cad18f297d09328b902a07ebc861c7f055a8802f..df70ce4fc4333ca63ff39808cd96a575b87840a2 100644 (file)
@@ -3,7 +3,7 @@
  * dfmgr.c
  *       Dynamic function manager code.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3f7788495e5c44f9d44fd5faceb79bb259aea3a8..f5e9696a7f594b2241a641f269cf6c18c4a924dc 100644 (file)
@@ -3,7 +3,7 @@
  * fmgr.c
  *       The Postgres function manager.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1e823097f2b7d05cc870c5313f0f9892a25f68b2..6b1f064bb1e7c489ad212e5a5ab1385335115f30 100644 (file)
@@ -4,7 +4,7 @@
  *       Utility and convenience functions for fmgr functions that return
  *       sets and/or composite types.
  *
- * Copyright (c) 2002-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index a273c4caa7599b8a858c1488f1c8353d94c0ceb4..52aae2139966e6628518f0181a480727a98c906d 100644 (file)
@@ -21,7 +21,7 @@
  * lookup key's hash value as a partition number --- this will work because
  * of the way calc_bucket() maps hash values to bucket numbers.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e412da74165afde31793aa07c0359331784cd8bb..c87c2c4529c35e9d9abf66524ba01fcd2ae70357 100644 (file)
@@ -4,7 +4,7 @@
  *             Hash functions for use in dynahash.c hashtables
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c5db6267cae906fcdbbd821e05ebe5608b43c287..9c5bccdac39a60ceb66ca73e7fd46ffa5a8b3afd 100644 (file)
@@ -14,7 +14,7 @@
  * code for possible future use.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 05f59a79b89b232cfb70d816b20a64b8f063dcaa..9dbc53c159d4883d902b30dd7abe2442647cf8eb 100644 (file)
@@ -20,7 +20,7 @@
  * a way that this is OK.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 63e627d941f6d324a492dde64c44d19698484fef..721d5300453b0a4f937c9d377abaf6637ee2b760 100644 (file)
@@ -3,7 +3,7 @@
  * globals.c
  *       global variable declarations
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d3cbbf0890abb29522d3834a81fc07934b1da42a..3c1f00fef9824c85d1dea30238f5764ae0d78f25 100644 (file)
@@ -3,7 +3,7 @@
  * miscinit.c
  *       miscellaneous initialization support stuff
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2738c91a1e40a818de95e04622fe7f8615577724..cf98323d2a25732ceca3e187b7e1b24211d054dc 100644 (file)
@@ -3,7 +3,7 @@
  * postinit.c
  *       postgres initialization utilities
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2b490f3077e9746ee47e210421d76de42c7ee2b5..b9a43d2a3db734268c5607331c810c89633915b8 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/backend/utils/mb/Unicode
 #
-# Copyright (c) 2001-2008, PostgreSQL Global Development Group
+# Copyright (c) 2001-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #
index 572210d80c3e41eac097d3ae88f7bd76f6242115..76491217cae6cfbc978a876c93661e2afd123cbf 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2008, PostgreSQL Global Development Group
+# Copyright (c) 2001-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #
index d6b3e4566cacbc4c76a175c687230ebfa3fffc82..cb95ab5171896d5fffe44fb903922194b869f6c9 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2008, PostgreSQL Global Development Group
+# Copyright (c) 2007-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #
index ca5fe8b0db7d269458cc7853637749f13ede643a..81b0a37c137a23e58e94dfea45835bfc41afd9a8 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2008, PostgreSQL Global Development Group
+# Copyright (c) 2001-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #
index d22340e1502f25d8d3b8bade0d6fd47034867362..3d2745a4c0300d6c77453c809a6ce4f85c79c31c 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2008, PostgreSQL Global Development Group
+# Copyright (c) 2001-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #
index 132c86a4284736e6ff3a137f836ef8e847f2bea5..e5a9bdd56a4f73904bbadf2714b5dc7e7a37d472 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2008, PostgreSQL Global Development Group
+# Copyright (c) 2001-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #
index 23a14e8985bf8f3322142f491d2469b9a95f4297..6554dcad862997f66e26b2378f71795c83a9f1fa 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2008, PostgreSQL Global Development Group
+# Copyright (c) 2007-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #
index 189b495e0da5846d65108781bb25a35246b1046b..c04d47c6fe0292814742bda1a728ce518bfe6ca1 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2008, PostgreSQL Global Development Group
+# Copyright (c) 2001-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #
index bc7d1c2d88349a8e070c850086ae3a81436c5335..ab4d1b7b726ac8933596ec5fd14a9dae369066a7 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2008, PostgreSQL Global Development Group
+# Copyright (c) 2001-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #
index 1361d60ab2c745daa1c4f64c547509ec4ec289f9..a187015d962122d686da6f4d4d806a6d6ed93a46 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2001-2008, PostgreSQL Global Development Group
+# Copyright (c) 2001-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 # convert UCS-4 to UTF-8
index 5de21d7bc78f2e8c863441bbb8cac67e49282ee1..a931e58364705c45bae7eb83da47bfa7ea9e51cb 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       Utility functions for conversion procs.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 939640c2096848e45bffe98dc087f14c71b97daa..ad34b13945c662fc4a77449188c20870cbc4a94b 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ASCII and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3eb5db340f1940e5e8cd514caaeae36ad7abfa4c..7af6a4bfa3f8c03a74f0419539cb18c1d564400a 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       Cyrillic and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9e841da962b08171a8a0395d3bcf8e8a9c94ebed..3905b540504f54422c4ba1f744a14529d1eab2ad 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_CN and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 93483c0c8403a1c633117a7f875590b7514105e9..f8b81b225f40deeb7380d7037077e439bdb0813b 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JIS_2004, SHIFT_JIS_2004
  *
- * Copyright (c) 2007-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 6afd2992c1f2f1854292ff7a6799bd05549f713b..fd4c80aa7155dea71c9a608895a54e71115af814 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JP, SJIS and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fa6f252cb2fb95f9487e915a0690d3d48fb3556e..d254fdf0bf89579e6a88942a5ac8188a5e39be3c 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_KR and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6fcd15a1d9b187c0aac0b83e90112af75911e7b0..57ef534d3df53fa390722312ef6e24b13afd5ee2 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_TW, BIG5 and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6ee193a2d439a7f7b32f9e553b55393063f9ef68..bba161e245597609e1a842ef2059b7435e8de233 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       LATIN2 and WIN1250
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4327e0831dd8412917901c50104fd51a9315f4c0..8fcffc96ca70a5bd30a74f6b5f92e156aff11c85 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       LATINn and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1f3eafda37ff7196319477a252201c70dd0a06b9..44163932ba31b9166fe2f23ec4a94d775929386d 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ASCII <--> UTF8
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6c74385b4fed79e2dc9f5c9b32c666d6c937883a..4aeeb1b5213d361163963fa41d37382c6c23d71e 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       BIG5 <--> UTF8
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f64f6ef37f9b9cd37954dcda846d55a5b97eb9b3..0787ed5e352132b45889b214914d2291eb88c2ce 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       UTF8 and Cyrillic
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4791034d71c326930d9b60520f8c2fe45dd33fad..c1c141107823baa8277b2b7d0fc24d3b6340cfd2 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_CN <--> UTF8
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9e8ee65268b95ab193ea9b55392457ca4793d5b5..f9fc6a67121613983bdacdd55614090ef6451260 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JIS_2004 <--> UTF8
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ac1ddffe48ab526ae8d42a3b0ed575386bb331bb..bba1a01cad4e35c3a3275465b2ad532d934f783e 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JP <--> UTF8
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e74a9ad7c87c62d7fd1864aa2d47161d1d04365a..3aea319eccc5da9a71a5bccb40c6ccad2ab35b09 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_KR <--> UTF8
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1f9ee29398cf8a8f6e4a218a6fdbbe69c172a38a..c2f1974b62c0a1731f6e9373077acbcf2508bc83 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_TW <--> UTF8
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8b570315e93a64eefc8d8b600228f27acbc545d7..91e52f417a24a3ee5851c7e8fd43f720170920d6 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       GB18030 <--> UTF8
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0a7ddad95d21bee9e2c12217ae5ce4f6d3194dbe..1792753332ec65f3db95f34fb63de7ed071c8dab 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       GBK <--> UTF8
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 08328eabea60338c1d55f30c641a2619187c1da4..e568147da22a6855d6de5f6876b63a6f408f445f 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ISO 8859 2-16 <--> UTF8
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dc4c66865f07d6006a3cb0de626b164c95556db0..b3f2a0bd17eb3ec9b8f39cccb3d429bebce628d1 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ISO8859_1 <--> UTF8
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 568da38f6cc44eff0b7e746af4e323a20f9cfd67..bc49a7acffd796a41a1db981ebdb7681cdd18d85 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       JOHAB <--> UTF8
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e4a3ddc2d2223c614abeb2767c51140b46a4efa7..5e37bad4af7ffceaad4f925daf259dd3c52412e8 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       SHIFT_JIS_2004 <--> UTF8
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index daee07c4e671c9bd77b3add4eb52909584e5bb2f..34515a135a163ccd911b2b24842a22711618efe2 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       SJIS <--> UTF8
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3cc1d3b46b3d238c08646bfb766773ba9914ac50..12a0aed8aa5b02065381b2f4eeceda2978dc74bc 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       UHC <--> UTF8
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2d4cea6b022d2526b80b0c5cb45424d38765f2b7..3676a51a08a4f9eea3316644d2ed73cca47c82b1 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       WIN <--> UTF8
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1e3e972e8ab701418e71535dd62affcc4e04e38d..354da1ceb460fe5c1fdb36b56158cc0c591e0ad2 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Scanner for the configuration file
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index b912df0b25379dad8c9633ff97901cb23e8959e1..1378abd328adf3137778dcadb84237e8e3b7d26f 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/utils/misc/README for more information.
  *
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  * Written by Peter Eisentraut <peter_e@gmx.net>.
  *
  * IDENTIFICATION
index d83db146e864e6bffab48a0e17c562d489fd6ab2..81e849eda2300fcac91256e7e2b3e0e1048c0049 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index a8db13d15e0c5d8130078b0a219d5d1e92be39a6..9705d9494c1e5403b1b6992b98c2ed432c4733c2 100644 (file)
@@ -4,7 +4,7 @@
  *       Resource usage measurement support routines.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ba602cafd9014bbfbd0f1f7969f12457c3dd4def..dcb0f891db393d22e4c3041e7c4c3dbb0020243a 100644 (file)
@@ -7,7 +7,7 @@
  *
  * $PostgreSQL$
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  * various details abducted from various places
  *--------------------------------------------------------------------
  */
index a8aba6e3297d8e5d2a5da76f890261fedad7d49a..21f9f4eaf3c98e13813d5f9fd81c53ab5772cbf4 100644 (file)
@@ -9,7 +9,7 @@
  * the single-user case works.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8a9150970034183139f01fe3a45270b16c4b68c2..1acbac98763451e2cfacebdd8961b5add9a8fca3 100644 (file)
@@ -9,7 +9,7 @@
  * probably fix with PG_TRY if necessary.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1ed75b8b3b89a96b83bb1027c66b600f02f48793..0e2d4d5e3a56afb1af0a7e5c40c1b4e39dd7b56a 100644 (file)
@@ -7,7 +7,7 @@
  * type.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0cfe1aa41ba99dfd5bd635fbacff945212535717..ae4ed739ddb7c9bd4fc75cdcc5e188a29945112e 100644 (file)
@@ -9,7 +9,7 @@
  * context's MemoryContextMethods struct.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d9b4ef061c76b095d30f03096b8963b7de92861a..3234cf33a9e215beb0c783a620034c2af490f79d 100644 (file)
@@ -8,7 +8,7 @@
  * doesn't actually run the executor for them.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4e9fd9f9fd38890dccccd67d67884407f94a395f..f68a7d2157528b74bb0dfd4ca8b03a958058505b 100644 (file)
@@ -1,7 +1,7 @@
 /* ----------
  *     DTrace probes for PostgreSQL backend
  *
- *     Copyright (c) 2006-2008, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2009, PostgreSQL Global Development Group
  *
  *     $PostgreSQL$
  * ----------
index edee5ea62db63e1fc888f74b975d44ecbc683684..7b6e15b17f392e1261e98cabf84cc6d88406bb53 100644 (file)
@@ -9,7 +9,7 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5ab884a99d61aa29dab7b73c2fa9b010f33c98d8..ee632d224c80dcf8a32a7e64b496c82458214b4f 100644 (file)
@@ -66,7 +66,7 @@
  * care that all calls for a single LogicalTapeSet are made in the same
  * palloc context.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ce00d77dd9e0a1bf08f6a75ea12ca060789b977e..b6d326ed9d4d157f7d0746180eb315cf8fcf2983 100644 (file)
@@ -87,7 +87,7 @@
  * above.  Nonetheless, with large workMem we can have many tapes.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index de5f731fbc049fc303e5c49bf0657b1e85dcd07f..fe090d56a1bf87b1ac7aa97f7d4341c167de7471 100644 (file)
@@ -43,7 +43,7 @@
  * before switching to the other state or activating a different read pointer.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cadd7233ca243a5650667afd1d95f43e3ba9cee7..cb7f57c013b47cf97c0570ad68c516658326002b 100644 (file)
@@ -30,7 +30,7 @@
  * destroyed at the end of each transaction.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 398916a1ef267b0830d57dbd262566d3674b6375..9992895941c93505ded4c5c04c4802403e7a90f8 100644 (file)
@@ -15,7 +15,7 @@
  * long.)
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a891caa6085f57be8985d77dfab95e2cf994e0d7..dbfbb023aea3449ce896b90e8d56a891095e1a49 100644 (file)
@@ -27,7 +27,7 @@
  * race condition.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6451f8f18e90afa91c7534aaf7184696a3fe7ffc..ec824942338827780b2a03910685b8719b300d5e 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin (client programs)
 #
-# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $PostgreSQL$
index e9abd809d0b689bb7369d84824962c21ebe9bac6..f8ff59438b0bae315fed4a504748ad6a011f767c 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/initdb
 #
-# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $PostgreSQL$
index b8eda08755cf122a7e3b8e6e50d1ea65614de3c1..bf58867b3e11e65b5fe3aa1995241ed3e2d17c40 100644 (file)
@@ -38,7 +38,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  * Portions taken from FreeBSD.
  *
index 38b604170e6dc3016803a76435a509803061af7b..fcd164e55d24649bb9b8106fc7321b500eb2a2cf 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_config
 #
-# Copyright (c) 1998-2008, PostgreSQL Global Development Group
+# Copyright (c) 1998-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #
index bbee1b33135c01f1524586f8e67a8d361be48286..b878564fe1c6d76fbc154ba247e50b934a91ad18 100644 (file)
@@ -15,7 +15,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index c8145249a5a205a5a769ecf19180481d8ba44eb5..b63dde395bc29c20c076ab2669a58f4c1b4ff964 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_controldata
 #
-# Copyright (c) 1998-2008, PostgreSQL Global Development Group
+# Copyright (c) 1998-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #
index 0895b3191ecb6afefedc96e38b1ce23b6cf266a5..11c3c0e883b190bf9a6bd3af95ebdc23964d8457 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_ctl
 #
-# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $PostgreSQL$
index a94faef728aa98ee5a1bbac1a6393d8a68f92d64..ce2c512228cc95885c7e90ea8151d9072142a28e 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_ctl --- start/stops/restarts the PostgreSQL server
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index e91361b936ca638acacae094268ac027d3fdc73b..6b3f8f5b5cb83ca8d2c3ffc197ac1a4674cfad38 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_dump
 #
-# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $PostgreSQL$
index d0c2f0ab5ccbad8afa4f2a186ea198cdc42857e3..058c8345f37a8fc8cd83b56653c12419dd91edda 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f2e1dceb09cf3d4b8dfc31fd1798fc56d20e581b..36ab3145f28ee1b16824bd8e556a1847623308d2 100644 (file)
@@ -5,7 +5,7 @@
  *     Lately it's also being used by psql and bin/scripts/ ...
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b51d6f92bc5d21007595688ff523dfddf5dd3019..6b20f90d235a9b4f9ba7a16484f6c33f0aa36758 100644 (file)
@@ -5,7 +5,7 @@
  *     Lately it's also being used by psql and bin/scripts/ ...
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 29b13cf3a973ecf7da54b0195c1ef4dc103ca28f..5ab0e4b3a135ac2304d6fc1163fb85260bd2d473 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, 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 855013511396f14123e0e418e85bec3b9afb221e..4cab10aae74332095d697ac80cf3ad90bfe9956d 100644 (file)
@@ -3,7 +3,7 @@
  * pg_dump.h
  *       Common header file for the pg_dump utility
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8d77903fa3695455fc3fdf23a5a015397b5911c7..59209a94dff58f0ee78fd5df1810099391a7ebe4 100644 (file)
@@ -4,7 +4,7 @@
  *       Sort the items of a dump into a safe order for dumping
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 647cc7c9bd58a485cc64d91120a68503b7ff49e6..81f49dba61c7ad54a502d9abbf09446d5510cf58 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_dumpall.c
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 582ade8eabc65d2bbcb5d062f3fac23279e54150..3556fbcf7a0e793f04c979a462d74199255bb508 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_resetxlog
 #
-# Copyright (c) 1998-2008, PostgreSQL Global Development Group
+# Copyright (c) 1998-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #
index bb61d08fb35bc8e453fcd46e9ffa412985356415..51cdde11450f4f960ae9d1b770b43655d85894b1 100644 (file)
@@ -20,7 +20,7 @@
  * step 2 ...
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d08eaa22507106d386862fa60716182cec894d90..3512e6e642d8e165978f25258573664c96363798 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pgevent
 #
-# Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Copyright (c) 1996-2009, PostgreSQL Global Development Group
 #
 #-------------------------------------------------------------------------
 
index b2de9eb831963adf5fd138da2a97a185e4906e92..06757115aa51559a0bf9731022c8d37935532fb4 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/psql
 #
-# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $PostgreSQL$
index f2d7a3d465137fccad294e98988363967326860e..5322dcda33222e7c0dc79c05dc44bbe082ffabd4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 2fc7433b716248e68c498a4eda29b61c2b724ff1..3163c71103778910fa0cc66776c401dd57e3150b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 3edf3d1ce10273560c7f0808f3d30b51f70bbcf4..1629052ab6d35b684b59613afa2c4f59595dda60 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index e239ccc52442f8f619929bb5b14e49a1fc1f4bb3..edcb2e54fd3d5668665a25fa1ab3a2fd060e637c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 2ddc9d7cb383e677d278cd2bfd1dfd8720dc54ca..27dce11a979d40eab9a676cb699e0c44e2c9a540 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 28573c9be0a93cb432b698dc7d46e99746dcf6db..8e214d447352d6ec217bc14ee097045ff9aebf7d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 7fff50ccafda25a9aecd2cacad1dd165a76e878e..ea0e89c0471a52c51d631c512c55ebcf7fa8564b 100644 (file)
@@ -3,7 +3,7 @@
 #################################################################
 # create_help.pl -- converts SGML docs to internal psql help
 #
-# Copyright (c) 2000-2008, PostgreSQL Global Development Group
+# Copyright (c) 2000-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #################################################################
index 68e0a816d56a8796b259a9de1e9c9841ade9c560..df6276f832399ba376f6833eabca5ba4da3d1a74 100644 (file)
@@ -6,7 +6,7 @@
  * with servers of versions 7.4 and up.  It's okay to omit irrelevant
  * information for an old server, but not to fail outright.
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 63cec91479bed901ebc851e5ba775bafb2422132..0709fe876ad6b144235298012288e6c019ca7dae 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 99a3f40961f93597d1140a83ea0f61a6a54dd48b..212c787ec339cb19831b6a4b08252f1483c379ae 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
@@ -437,7 +437,7 @@ print_copyright(void)
 {
        puts(
                 "PostgreSQL Data Base Management System\n\n"
-                "Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group\n\n"
+                "Portions Copyright (c) 1996-2009, 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 f2012538ca84e54017f869bb5ffa8e39cc2b21f1..6f4904e395d227521dacf9a42ba6491357a817ee 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index f854d7c10900d20f8929e059c9bfe96dea3bfd57..ede19d4a14fa8dc64f8847b0e84ac8e3f62beef7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 250e6247bdbbd6cf5d0b7bdbfaf338e54e429cbe..06f1e35ccb351c87700067402660a3a79e0e394c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index e029884c17e8c4a28d94df18f75381f6897f0bd8..a97cc7342563fe33c105c9ff4f34ea5bf5ae6700 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 6a78ac81687cd521f0fb6bf4db44f2a1e8cdcc9d..27b6b466c2d7069d2c794619fd29e5ecc0e0d785 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 7f2c0fa079efb2f5b145cbdadd71ec5af8f96c45..6d897caa78391273a843beaee3cc19efd8728d75 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index b3e676dd72fa000b06f5ad18a52fefc053a246d6..5c2a446bb5af421ab62871b77223ec06c280a983 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 23e14d95a617f55a5a06f7bec4266d04ae7ac61d..a236cacb4325204c5161d6e72f052f8b4397de84 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index cbffac5a611d6657faf1e4f42278076ca4a4abac..1553263cf1654da7f95fd00db2aec8ccd0b0dce3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 1f4ca29f03d307ee38a040af7d30a14b0874133d..ecec575f4dce8fc23e05dea327479cb59247f8a2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index aeec9abd82bde4eda40a3b6a877fdce44433f642..8a6289b8804a7323ada43c4759ebc0d9390208f2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index c45d0cb0e6836fe13a6c9a5b8bc184c9acce74ea..b2440b381c51b18eb410581e0ba2254f249fe986 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index b5287ce50f49c475ba2b829f84320b607d59eee1..220b803ee1c7b249ee044be16827fce145a7a701 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index f18bd81e3a399f8a7da86e1b2bad064cc2d56552..7f08da22e0557ff6e62c8b5325d18dac67fa42fd 100644 (file)
@@ -29,7 +29,7 @@
  * subroutine is responsible for looking back to the original string and
  * replacing FF's with the corresponding original bytes.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a9502547141c23b3a7fe1f1fb5397edd57ebc121..c3241992918cf72e83695802bc436a610191c094 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index e5b13f62c6e6d0b28f21fd4b5b5ec6414f030c8f..6495150cb811b0f0f328ddab233fc4540ca215a4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 35d7cacdfb4d4226214ec497020758e7ae9884f9..bd2c956c7b6551d074f03aaf3d4b5245e062cf6e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index f6348dad6b9c8a645ec3ca05cf71c96fe1bef476..4b2be9ecdb04b7b9bb087e72b6dbd58835fb2585 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 5d685611d8a860c37f46b86db159c38fb1697c10..ecbe2a63cacf10fb9027d8dff86acc4599dbad41 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 0373b4fb304d7b0c5c2878324d3d07e87744fa66..0b7c229bbb6a5340ac203bde58d6747da87117f4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index e333a226fd31f41a959458905d4e038c4cedd13a..5b0393fc97a85b4465af2c082cf2a9f027261bf3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 5db604b0fc548822f805d0d33ab75123f2763e6f..c316345413a8ee13ce2a7caaf4b0bff9a7397b90 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 35ab0f8798a48aa37e15e4493c1d0dc9ba576332..7305d886843f5c2aebda48dd54700bcb8995250f 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/scripts
 #
-# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $PostgreSQL$
index 8b070a601b16347fc2d4425f37a83f9927a75461..ac49bed92220f09ab6a94eeffe39932681ad39c6 100644 (file)
@@ -2,7 +2,7 @@
  *
  * clusterdb
  *
- * Portions Copyright (c) 2002-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 9a022df3783c6d1399eec2bba119cbfdc76eecc2..06c865c08c33e016bef6fcc840fd0719eaaf4d8d 100644 (file)
@@ -4,7 +4,7 @@
  *             Common support routines for bin/scripts/
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f965620bdcc25ee77f251698dc3929831aeb5f9a..030ad263279ed8842e91dfc43aaca1e3bb270b72 100644 (file)
@@ -2,7 +2,7 @@
  *     common.h
  *             Common support routines for bin/scripts/
  *
- *     Copyright (c) 2003-2008, PostgreSQL Global Development Group
+ *     Copyright (c) 2003-2009, PostgreSQL Global Development Group
  *
  *     $PostgreSQL$
  */
index e9e724a34a3e6776cbc46306fb0e56213a6ea7ef..ebc133b85e4ddb6963a381e830f1c107a199d5d3 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createdb
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c4aaab2636129ee67cecb89746b9ecb7f9c658d0..3ecc2230761f61dfa552aad1072e1f71d46bdfa8 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createlang
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 35e71496c4704575a7d2c9b18fde3cdad6f4dea5..069fb4158ed9227b22a462822404a7c1c09ce4c0 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createuser
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0efda791dcec2a5c90604e6d471d646eddd2a7f2..36e9554fdf2a95ad6bab728712c9ab538767f644 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropdb
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c8acbe2da69c11a9230eb1b95ee24c51de777406..c1774406ffeb791dd08265b6550a93a2574473c1 100644 (file)
@@ -2,7 +2,7 @@
  *
  * droplang
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 94ebd04fa8d93d40d2e136589e8309c1be2271f8..fdf68b78e21f46084a8c9f1ddff8ec4a495328f3 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropuser
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d0adb1677e4e62df802c65a2c3285e913416bac7..bf51fa52e624e09cd1b21458d34baf863b97fa5c 100644 (file)
@@ -2,7 +2,7 @@
  *
  * reindexdb
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 74690863619a52d079d677aaf1e808b7f535995e..c0f78a1e059da1e665904dd25b32720cd7f28c62 100644 (file)
@@ -2,7 +2,7 @@
  *
  * vacuumdb
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e479e5479a64b694224d45d114c95c20dc8036f8..5796423aaebb204354576b408a57d871d2735c9a 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES attribute number definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 82e8a48320bd0db12f2206ddeee4439fb6e93c60..6c3a76a8bd2940e45403d21f204aa0bf35835bbc 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction-commit-log manager
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a2219d6fda11ba7fd6214fa337b94666b05a18c4..e4f72a8b328953b468a966314c0102385ba965aa 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES generalized index access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0fd2cbd1bf9ef8bc94afb06793fad23472c0d723..0db1b8dbfa5abbfb7fb2401b49153a66ad88bb4a 100644 (file)
@@ -2,7 +2,7 @@
  * gin.h
  *       header file for postgres inverted index access method implementation.
  *
- *     Copyright (c) 2006-2008, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2009, PostgreSQL Global Development Group
  *
  *     $PostgreSQL$
  *--------------------------------------------------------------------------
index fb6f764a93bb7e841abe48ca1de91d74ef6572cd..c2382f599b0e0b0ab3005e29e4b7efc66412b535 100644 (file)
@@ -6,7 +6,7 @@
  *       changes should be made with care.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2b73e83632451d7dccf21b6c471d44a9149ac7cc..aa1337aa61b10c75cd394fa8245be5a1965362a9 100644 (file)
@@ -4,7 +4,7 @@
  *       private declarations for GiST -- declarations related to the
  *       internal implementation of GiST, not the public API
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index fc2385a079ca48f4800e673d3353c9a65090f0b3..02128366d9260008e5d6fbaa5c86f35cb4dbda1c 100644 (file)
@@ -4,7 +4,7 @@
  *       routines defined in access/gist/gistscan.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f561597eee96371dc23f4430ed085a6650427d0d..b6a17d45f954e873e10b2cf0ce9fc7a2ea2f9af1 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres hash access method implementation
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8ba22e052e82128a1c5248e43b0b1655d29f8513..a5d97697944a7d86ad438765e6544d7e0828e54a 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index cc00723bec5a1d68a9305769d3fcf0cfba826859..da535976111d665df58ccb1134a862d9d20ccecd 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap access method input/output definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ded5ac94033793575cde72b9d604de99d008904b..54264bdca4811d7e30eaaf06c1f596be744c57b9 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c62b88271b0328e97284f5bbfc8ab77fa5937ac0..7aa7c952f8636a864f73e8b54f5b387167993042 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES index tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index cd99426a9263dea220aa45d8679ec8ae6abb7831..7ffc15a38467df5c5e47212658dc49a06616d725 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL multi-transaction-log manager
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c699c0fde61d4457a4a329324874307c59193389..2df34f54ee3ca72057bf95488f591913d9d54298 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres btree access method implementation.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 661116de5709b38a6d1b72e68cdb4b3b0d1aee34..8ba79bec853e12fe4c0aa52a7a9d3f020cf0210a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d2cf1b6605aae3e46f16648668648001fed3d513..4775f92d24baf1139eccae3abb0780c83f7cd0be 100644 (file)
@@ -8,7 +8,7 @@
  * into a lot of low-level code.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ac628911b7b9c82b192b70089494b17c813f5902..47b95c27ac9e520a0c2914c328f0e51fcb275c04 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES relation scan descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 14f6c18278df5757edff9be548e2aaf56846aa84..da45ff4e129c4780e2d507182d7ce213a6973475 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteheap.h
  *       Declarations for heap rewrite support functions
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * $PostgreSQL$
index 1398bbcaed694b9c13e466e3a25fbae2ae1b2ce3..3c9c920e221c7d8a7d1522c180ea8040f73b97ac 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES scan direction definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ae75ca738c29d8a5ad0a18fa4ef5262304fd3536..b7976e339ff2213bf230ab27bf7aae4a2c870f99 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES scan key definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a3a90828e8d56f7ab7461862624764ff308eb6f7..179514c923c2bb7d48f8064c8b22d244629c5241 100644 (file)
@@ -3,7 +3,7 @@
  * slru.h
  *             Simple LRU buffering for transaction status logfiles
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 08d840f05ab4f5ddb377bd3cb046d1c6b74a8d8c..6ff25fc5cf5bbf101da0641118fa47c3af7fe63b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL subtransaction-log manager
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f3a24a58dbe0df88e7f28d21f8df25c0708e1885..f8fa910b7d33009dca5848b7358021145bede72e 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES system attribute definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 70e0ac33a85b0879f7d66df3f84e7a33c6f9b17b..2b796b699e625da1754a9d8678eff01889b3074d 100644 (file)
@@ -4,7 +4,7 @@
  *       postgres transaction access method support code
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c5fb69af7c9ca993ca4cd57ccc3e6d3838e2ad0a..87c931a4603b1701efd8c3b02364aea6beb15015 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES tuple descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 64bce10a44b6bc3032191e0eb46bda203d6df875..7666aaa9ff1d0a49f5098f2a48fac8fe834311e9 100644 (file)
@@ -4,7 +4,7 @@
  *       Tuple macros used by both index tuples and heap tuples.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2717ef0ceaf5729677044fe7e23eebb0cfbb4803..51524658f6d0e3ffdd2c7037aff14b84440adf47 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES definitions for external and compressed storage
  *       of variable size attributes.
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 6a227903b06215511f8bbbd674816c8b027060d0..64dba0cd3fde97dddc5ac19742884b21fadbce52 100644 (file)
@@ -4,7 +4,7 @@
  *       Two-phase-commit related declarations.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 69e77c3400934e5fac53e7d6c2ecdcf5168a845b..5d6c028212288839adf9e0e392af02977a26f9c3 100644 (file)
@@ -4,7 +4,7 @@
  *       Two-phase-commit resource managers definition
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e8f1eae65ff27d8d384331a3116d54c5b017a01f..da96c16aeb89e9c06aff068b8d39fde3ec5a2832 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES tuple qualification validity definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 94d46ef221e6852ab38afde5b7bf7af652ef675f..482f0bb995624dbbff7d6006a1ff2109bb8503e9 100644 (file)
@@ -4,7 +4,7 @@
  *      visibility map interface
  *
  *
- * Portions Copyright (c) 2007, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2007-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ec1a3ef0d5145fec6e40e49e2f7e4ba8afe2db33..f255d88c10fd6af54786c34261bb5dfc350fadae 100644 (file)
@@ -4,7 +4,7 @@
  *       postgres transaction system definitions
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 498bb560fcd9daaeba3026528d761e882ca771bb..5b7374ee667f296437d78819b44926487e8ef912 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction log manager
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a69d529f9b11f0dbbbdf4e1bc788ba9566d66c0d..5675bfbcbd9f99c60141a2f39d17c912a442d366 100644 (file)
@@ -8,7 +8,7 @@
  * needed by rmgr routines (redo support for individual record types).
  * So the XLogRecord typedef and associated stuff appear in xlog.h.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 57b215801a5fa56105d3f66cd76a56166d55d649..f7094dfacfdc4896a93b92b161527547c2f0d040 100644 (file)
@@ -4,7 +4,7 @@
  * Postgres transaction log manager record pointer and
  * timeline number definitions
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0164f83e4e7145869568660e0b5fd5bd95f6e1ba..d09cad2b81c97941309cdec3772582612cfa827a 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction log manager utility routines
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 51a116f2c57e05d4b2beb6b767deeca1d39b4e64..b43408f12970f703ae3f6b3e19a5546c4ad85efa 100644 (file)
@@ -4,7 +4,7 @@
  *       include file for the bootstrapping code
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9ec4c65bfcbecd7f0aa76316e6a061fe20e3826d..41a6be45ac82020dd615eca77d6648a050e1b866 100644 (file)
@@ -9,7 +9,7 @@
  *       polluting the namespace with lots of stuff...
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 167983376065d1905cfea705e8fd0a71038a6cd2..8a678ef94054879944910b22a15594f9be7fcf29 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/catalog.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c2abad36cab778bec2b0834152cfe25eec5444a5..861011580e27480c6dd11eb719dab3d45680214c 100644 (file)
@@ -34,7 +34,7 @@
  * database contents or layout, such as altering tuple headers.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 47a0e7a0df733eb5fec88f4e1efb05dbddd9ec1a..59718dc027bdf37aa0635e13fab798c29e21b544 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2b87227729d88dc521b601f0063e15d025ec08cc..a24f8c96e769a4eeba6baf170c4c02efb6e42ac0 100644 (file)
@@ -9,7 +9,7 @@
  * bootstrap file from these header files.)
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5d5068a3cd8bfc619946c89b6fbdbe818efa3bab..9c650d1bcbbeb2842192c65fc660fcdd7994e34a 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/heap.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 322f1a991c852afd8b7d81a5cce0bc2065b173ce..7275641805d6a373684acbcfbfc0e3e3c94a7a32 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for catalog/index.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ab213691039bd84af7584c0df8980f94cf04e1ca..dcd7415b00ab28bc81f596efc5f47a12b54a7b51 100644 (file)
@@ -5,7 +5,7 @@
  *       on system catalogs
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3514c36c6f06eb1de2d6062c0aeb1cd254f3788f..140399c17ab6b14bfe989205e1198ce34f4b8cf5 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/namespace.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 1be4b5d396ed1de1fa743287f0a548c23dfa1afc..23d4cf6811fbcf3099cf3ab1ed31fd217acef409 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9a4200f280eec7342795ca8683d85f4219f1abe3..b7d362142a62cb5016d161f57674b8210774a068 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5861fbfd6e03c899941d55393d7b841aca65ed2d..2ddf3f345aa199aa381c34cb9544777ee2bd0ee3 100644 (file)
@@ -26,7 +26,7 @@
  * intentional denormalization of the catalogs to buy lookup speed.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ef61de85572dc4a4253ccab63f4956787aa917f2..2bd2fd52081a4948da7cdb1516b400ffd0b431b9 100644 (file)
@@ -19,7 +19,7 @@
  * some don't pay attention to non-default functions at all.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5dc72695004bacdea83c638df96cbe1e11579b05..0fa58c8a9f7b1b9c3c0914b62e9cd7ab206b5466 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4642469521a1fe77730b298043dde9e89449ba3f..c22e9b9c524c22c41133be38098744510c8777f8 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 6ee357a684843f7523044ee7634103c99af32732..5d6156d7c04613693aeb6cc4f593fba63e1ad201 100644 (file)
@@ -5,7 +5,7 @@
  *       (pg_auth_members) along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 004ab5c42db50c1c295daeb16128ef41a8d9bcc1..74c4e8963dd6f9550d5e17132eefd3523c10080f 100644 (file)
@@ -7,7 +7,7 @@
  *       pg_shadow and pg_group are now publicly accessible views on pg_authid.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4c10d8a202c73a68080f135b81797bdae6262876..d1c04db17d2f8a32aa454d5bff4fac50e4e30600 100644 (file)
@@ -3,7 +3,7 @@
  * pg_autovacuum.h
  *       definition of the system "autovacuum" relation (pg_autovacuum)
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 534b560acad104ee7770873a7b54d1662e6631a0..64b1335ff0a5fe8edadaad246349d613568785d2 100644 (file)
@@ -8,7 +8,7 @@
  * but also length coercion functions.
  *
  *
- * Copyright (c) 2002-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 4812b05abe2170c10445a1b94eb6055f99a4b74a..b6c0ded2a576f389af69d8e42cbe24c342d6f30e 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d5a7d4842eaafdf9367c9351bcceb2d56468581a..d4623975129c764f0d9941ac666235e80e709f61 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 38a82087973f1fa33ac8cc5a6485674c699ec4cb..400f32c74919293aa86dea3d4eb212a314ce4aae 100644 (file)
@@ -5,7 +5,7 @@
  *       However, we define it here so that the format is documented.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7f0f37dc5abc0f4d5ebbb121d72c63afb3f2667e..64e4d6fb7545791884032a7e69126ed4012c73b6 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c23233bfeec41ef07d79bf2ca5e974b0c0718e40..4c16655e736f7b774050e2ca5fd3834f9f962127 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for functions in catalog/pg_conversion.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8eaa04f4cfb5d88e6e70526fe6e1cd0ed7d7b66b..3a0516f31b93b737c61605b1b89c3ae5ab3a33f0 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 262529d6dafcea6430af53d04075e1a59d869a7b..8714d52572ddf4966dd2f059faf572afd01df733 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 44ecebeaceec57ee5949f403aed16a6850ed3644..a42c635fab329d5d0f1ea8af4399ce7c9a3a6c6f 100644 (file)
@@ -19,7 +19,7 @@
  * for example).
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index eab57fb2b98fe4104687529d691caff3fdffa2db..9761a2ef5ac8dd54717968d14331cdef84f9286e 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 2006-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index aecaf8941ba946ea11b35035e84bb68687c9df6f..280102f13071cb7393c777d8e1c86476795ff2d3 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b4b131727ff6dcf84e9382066c7e656e45bd8c25..8f93818cca45bab4f39c7100d0a0c59f06fb61ae 100644 (file)
@@ -3,7 +3,7 @@
  * pg_foreign_server.h
  *       definition of the system "foreign server" relation (pg_foreign_server)
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9f4bd78462f36a9867a44ba04cc2dbaba1864c62..19069db82a97b756c564617b3d871dede59b3b99 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5adf50e6036edb1824742b1e9ba34933b8a961a4..efa500c6c01dd85ca95b84af4c44e90114fa7548 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 64e881e02a1b67d0d7dd26fd4b515034e079866a..ea887df63d76d4950558113efafcab3fffa52cd0 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d75759424573b6f940232c749c75f8610e1fa1f5..5ccfa946e68ca4f67e88764c3cc75ffe0c04f556 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 99f17054e26c0b2cfbd3ad378aa8e299b34f3bf4..7e02e69e4059b648749016db6780a131b8ebfffc 100644 (file)
@@ -4,7 +4,7 @@
  *       Asynchronous notification
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 1a7c3180cc6d7328a1039815ef0ad06614e9dab1..9168079f30bf907b174bffd240f312f0f6d2bfcf 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 277a177af7a32de97f7d87da0e0cbbda6071ed81..2e106f9a9f823c44d86c781429becdfbd76c9e2c 100644 (file)
@@ -25,7 +25,7 @@
  * AMs support this.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b5be1954d162d20d6a9256159623837d5faf90e5..026708ed9528f275862baac689249ff1da906cde 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index dba21ffe097f270df3bf5b798efe9ad71b0f2590..9be6bedc64bc32c36c5d1952556ce749c152e792 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b9b03c2f299e694e35a7de86e9ad299602e744c1..b710e18fb121d640d6d33cf6a371ee04adb9a6f0 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9b01466693c5b622ea6bd62f736585377ff7e056..4c3aa956d610169a57aac6128a2d4365708befbd 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 771b5c5e49d0d67657100d8762470b4f0f03b3cc..630694a692e5e45e5d78c66fe99589ff578ba71b 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for functions in catalog/pg_proc.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 389eff762c14ce4799076c34367830262efa0895..4ad9da461f184d6322d8b72ac54aa696fe9ace72 100644 (file)
@@ -8,7 +8,7 @@
  * --- ie, rule names are only unique among the rules of a given table.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index db51f1a4803863756995b694fe1fa1a83003a2c2..343b22ba8328b64629c759302acd90f2181cbbeb 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 770bd3014b0ff6e6b2416d3d70303ef68df84914..79c4e97260fd2102489a9c88c392ddfb00d197bd 100644 (file)
@@ -12,7 +12,7 @@
  * across tables.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 08dc63759d0523bece01b2fdfce67391f5fce3a7..acb72a020622069d6c2ddd9031c61bf4be41d396 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 20e481dba249394c34905dcf3275676aa1e236f4..29cd6f405cd6de8aa5fd38f6028fb93af90ad248 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 1dff948e61ed5c2c2ed0605bab431b9685c82e0a..c8b57a1070bf77974d72df54e02bd1a63f687c1e 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5aae8d6c6d9af46ac15ecf5e95de5392301d2c36..730851fb8ff1c13ccd80863f94c6d34fbbfb3d46 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of configuration of tsearch
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8a3d69cf7b16f525f3b1828ac3220dfd89283896..ee81377ac1355618ad308a8699753af6d15423aa 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of token mappings for configurations of tsearch
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f53765438fb4f419bf329f944502f1f57687d599..9449fcc8b9983f7c146666d48fb151688a5cf522 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of dictionaries for tsearch
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 85e0256577bfcee938f915e61e79b2c0eac3a6ab..72c0f7ccdee611b5aedcb453aa3f2628d8f741b6 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of parsers for tsearch
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2b53880cf9a02a44f59e6aa543119d1899a4983e..999a32640c7dd8bc5915fa2047ca93ad44dbf0a7 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of dictionary templates for tsearch
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4194e66cd2a6795c6e060d703ce2d3816e094e54..f4d315fdda457cd49343c5f2e05fea0213e94bc3 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index bac78c8828df293b6672b8e6897a66db79cb6ae6..5fe754883a903cc04dd42b81107969034284d224 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for functions in catalog/pg_type.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3cac06bc4648b46c2b56debe848a8cc9dd835588..40a66b493e6bc97b6a0d02ceab12090b50a92486 100644 (file)
@@ -3,7 +3,7 @@
  * pg_user_mapping.h
  *       definition of the system "user mapping" relation (pg_user_mapping)
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 98d9c724ad2fc776a3aa3c1408e1440494333684..f58cb17095fc6a0ccf9021538b98929134ac4087 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/storage.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0d89e2e9ad68168a1a177a8645b2a231a5513a22..acc5f3669edc1ec6f8737abe2f83f91b5c467343 100644 (file)
@@ -4,7 +4,7 @@
  *       This file provides some definitions to support creation of toast tables
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f02c86724631026c233e64e1336d52415bdd02e5..ab5d6f45cc766298d75c13f381cf2a0f867ea6ab 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for commands/alter.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index bdba53a7d721b2663cbb19dc3807b01c4d37468f..448d6ba1b17d2add175e4c50ce4a956be884df0b 100644 (file)
@@ -3,7 +3,7 @@
  * async.h
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f6e8763643ec1a0e8bd5a6eb5f4cca01eaed431b..f7f6457e08b70b4e05443f31d42c2b0b2a44137b 100644 (file)
@@ -3,7 +3,7 @@
  * cluster.h
  *       header file for postgres cluster command stuff
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * $PostgreSQL$
index d2d4330835ac13a8f7c9b88ce94b31da49eb4b2e..ec50fa45d76f53450a527840e091c65cb29f19d5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $PostgreSQL:
+ * $PostgreSQL$ 
  *
  *-------------------------------------------------------------------------
  *
@@ -7,7 +7,7 @@
  *
  * Prototypes for functions in commands/comment.c
  *
- * Copyright (c) 1999-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2009, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index e395a92a802caaf415412a0add1c75ee1e70a97c..389f1fb302df4e14d12a26592cbda8a67078af79 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for conversioncmds.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4f154b8fe596cc5989e4c49f7e8baa5a3f6fd521..7c919b037fcc86de395cc442d81ce3d30b73fee4 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for using the POSTGRES copy command.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ad9e2d4c4b426811f9263f84236b9ebd85718f6a..0ec23d70985e09d6689db29107689a47fc8c4d75 100644 (file)
@@ -4,7 +4,7 @@
  *             Database management commands (create/drop database).
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a82104d0d43dd46d2d632272972f199b7f706e96..4356492c97541e8a69add4745835fe28416718a5 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES define and remove utility definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index bd25a9ca777ffd91493b1796401543747f5500c9..d33c9c5dba670e95a2e0b54c449c07742419a138 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for discard.c.
  *
  *
- * Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 7fd4ab9c7fdb47df395f7bb6e3cafbec8d3ea5b3..a0e1ba5ec471523d1ce81685f50c1b1956bd1f57 100644 (file)
@@ -3,7 +3,7 @@
  * explain.h
  *       prototypes for explain.c
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * $PostgreSQL$
index 7d8048a5c3e440d33d4b9f8e339169f4cf1eb927..95e0222d6e37aa176c35d5d8b843458240de05a3 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for lockcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 6263ae91c86cffbb504beea24398b0c2c07b4698..1815ddc7a5c1c4b513006eef695c38060d62560b 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for portalcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b5b6482293cb57063f680ad70b426bde59a4b204..bf16bd347f28ac09b738f35eec9e7129795248a5 100644 (file)
@@ -4,7 +4,7 @@
  *       PREPARE, EXECUTE and DEALLOCATE commands, and prepared-stmt storage
  *
  *
- * Copyright (c) 2002-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index e5a1322338db6f9f0fed40b6e4cf8d095e5d586f..5f384a17a2a47a47a752748d3e12d3d3a8c209ca 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for schemacmds.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index cea4f5d0793cad4f39b62d8fa10eeedb5d3b702c..8a2c5065b17e7a811951eb197100bfcfb1b891b4 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.h
  *       prototypes for sequence.c.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5a43d27962a093c308e4070d4c09e3b8ccc72865..6c31ee3f6d7a30f8576acdd3d0a26e6a99ff9828 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tablecmds.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 24b0775c97d8f4fd62bf0fece13040f0ef5340ee..05ad1a6afda124f5b89323721186f948ead4278f 100644 (file)
@@ -4,7 +4,7 @@
  *             Tablespace management commands (create/drop tablespace).
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d70653e3ece5aaccdca122d3d1928711c37a7b94..400f345b4ccd4c3103dbc578055d94a099e6fd35 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.h
  *       Declarations for trigger handling.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3992561234f0c0b754393b15bac4d0dc1c803036..b7fd240657eb735e1c648042fd560562573d8dd9 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for typecmds.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index bb516328be50441c9a9cfb19571b6da98930cc81..29aa0a0dbed553696b82ff250cc6fcafec97a638 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres vacuum cleaner and statistics analyzer
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c7de5f5b14922e27615f4a2649a1510af1829cea..542c05debf702019379abfd115123e27143eb23b 100644 (file)
@@ -2,7 +2,7 @@
  * variable.h
  *             Routines for handling specialized SET variables.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e784db2f2aa127bfbc70b98c8d408d854fefe3b6..4214c69b0ad6eac4c1f6a1fedb606f54473f22f9 100644 (file)
@@ -4,7 +4,7 @@
  *       Header file for versions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d520c3770361bfa46c0c210110ea5d14899c2b44..c965a49053a9c4c25252478e7c4777abe9ec7982 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c9de0fdf6b717631d15d36e78db4c78cf2375c43..afb63f56d5257b85fd892dec767b0e0033dc6c53 100644 (file)
@@ -7,7 +7,7 @@
  * for debug printouts, because that's more flexible than printf().
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4e79dedcf4e6c5f24f820f57f852bae591c631d9..64c356e32e933196075e48659b94387fa7a72c75 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 353dc028d521b7eee214907a0c0f635db056561e..c3cc84104403cddef39b8a3dc1883f6c10a55fa8 100644 (file)
@@ -5,7 +5,7 @@
  *       and related modules.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 097471f0629605114789138bd3f21465ca4bb0ad..27bb3b40d42c6fb432a7045a7fd725f6d64db7d0 100644 (file)
@@ -4,7 +4,7 @@
  *       support for the POSTGRES executor module
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8d84e9e831c1a2d7334830850237a3f13d5a76d4..96e2dd0d258ca15a8518d5c2e1fef9df3a304c0a 100644 (file)
@@ -4,7 +4,7 @@
  *             Declarations for execution of SQL-language functions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index fb7c0b40d9260bf1affb7f49c38c38fe582b3231..74acbed99b0e631159c42904b860fffa0cc2dbdc 100644 (file)
@@ -4,7 +4,7 @@
  *       internal structures for hash joins
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e8b52bcb74dc829049a596cf1d10e693bfe5963a..9846f6f7312cb55d8dae43c2147bacfab9ebcdce 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for run-time statistics collection
  *
  *
- * Copyright (c) 2001-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index c26a4ca774e9a198b6c79b0fb5bf8d76800aedc4..dda700a2f68d066ff285513f62ac925d95a10462 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeAgg.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9735024679f6a46cc5427a1e7e1f0461c069755e..47157240689e0f36017c0bd0bfcdd037c758665c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 94ef4b057e35f9c477d546db69c06a2a8b02ceba..a3545bd9592b702d474fc739bc9064c5cd226efa 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c1b3b10c53c17528103901733d06b77b96a581d6..ce81c6b9ccb7573d3d5ab10d2a0f0107345c688e 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index bc5aa71348d0b5db43367a097a81898b0a6e5866..093e4a74172243e90c97f8ec13b2b74c3e428559 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7be101227519ae2a3199f69a7505a66c57fecd30..089fe7a11011aca9628c9c86346e6da595417c7a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 6f9e382f24ba97f498e266db00fdb12465ba879c..47b02ced418053e86e5b4b6db53fba45b25d54e5 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b22a7db2c86a6608edd107e1ba2729c9c40bc14b..8f6b8fe76715f00641a7333849cd099359484a64 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0667444a45bf1ccbb6fc3d24067da321f92fb224..5d362bef115e72c161019feb9c05cc69c8444996 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeGroup.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 701a87c9ec5df1a09fdf4a4ba385b90cffb87967..c2633308ec714d8d29275f0b7e34d9728d51331d 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeHash.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3bb621073bd5fc24c73e7d870b87ec8da629114c..0669bbca399adfd106c1551a38fb5c582e5ed902 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeHashjoin.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f239cc598e7871ebd49d7c6286873c51a2f3fa40..5441dad9cd72bc0804c27de9d1e6703e104533a8 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 257c7e1c68f2f26667b0e31249f66e899c6cc4b4..3bbfa3ebfb9779e0131dd4b101f3178246669ff8 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 83c21821b7bdaceb39c5e90ce683e1db53dbcc0f..c6feb68b130ecb836ca405400d8400630d4b88ad 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7558543197e822baeef129e3d64f1de52527b23a..c41e55d3f5aa83e4ee422d4558b91c6749b1bd16 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a6f5cfc3721468759e4e85e53d1cf0c5bd90c469..6565cec48be635bbf9709154b7523589324be808 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e9af902d60a36ba0b21d04debbc1fad5834a735b..4deb08196ccfb6ff2d4e08aa3217463c116aa53d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f1ae0965c6cfe06c01d53903262f8f9131e8ba2b..2aa94a74e380eab5fd5094255c873573993c404f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4497dd5471664d3a9866567bf464f2cd3ac0ad71..fec0e62da320182a76b7bd802842b6ac607b7666 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8cb6e64ae93ef5c462ce2336a6e79f9952ed2bd0..18bf0094acc3e4a13c7fe35efb629ddef43d971c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b8cc5626906470d9d9f30a8308eab9dff087fe6c..6c96d33114dbb008d7045f5fad128f70e1637db7 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b156c4f66c317e0c32fda41ff680edfca4892891..0d86a47453d9b4708785c697f8c58fd41d4e293d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 04544faeebe87e5aa97c97b886d564cbfe949d13..25bee0980cdfd0abaf2ba183acb57fae7720d7ad 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8b6dc5b9a6f7efb4263316bf58568e45a20e1228..476ed5ddd9cb9e25252d7f35d9748d43cae2fd2c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d3fc7255e043a4f0f380c2272da117d41ab6ad26..bec791adc7bc09e8218b2bcb6e030b800233c257 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b2ff5611efb10bd6473f732b98aecfcd81c5aec3..f5e4534dd3a4c54e5bbcbcdf65d82953652d4820 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7208dc8e02c0082b2abeb1ab0254f61caf3d1c26..457bd682b4f0b1670fc7eefa653cfd16fd2a7ded 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeWindowAgg.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 04cd63a6205e7c322a53b9a23363c3895e84d640..96d297f001fd5b09fa54e8ba51ab77a44c45b356 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7a3824beda2f0329aea015be99a177b967dde212..a79171aa114d2c827a51a8c7c891d61925cafebb 100644 (file)
@@ -3,7 +3,7 @@
  * spi.h
  *                             Server Programming Interface public declarations
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 04f3614cb751983039c5a7ed4a69b4178ba40ff4..013864120c03855bcef410ba0a22777a72c6b3b8 100644 (file)
@@ -3,7 +3,7 @@
  * spi_priv.h
  *                             Server Programming Interface private declarations
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index be5d068808124a82a5d62ca3c5dbe5e33407df1f..f2b82870033d680e5f5045dc70a01f45aa677b2c 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tstoreReceiver.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ef0f5cf08e44304a8f32e48deb2786f21f03fbef..2917fcfd263bf8b5f1c5500e8e912630151d3eec 100644 (file)
@@ -4,7 +4,7 @@
  *       tuple table support stuff
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index aa7afd80872631589b5ae28708db9a3d931f13fb..1ae6c330fe607f907b60de76e4d8939b7699fb27 100644 (file)
@@ -8,7 +8,7 @@
  * or call fmgr-callable functions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ba6332e845dbeb37ce9383df002de22c812eefad..2c6ed994bffb616d28d380bac393df3313bdd8df 100644 (file)
@@ -4,7 +4,7 @@
  *       support for foreign-data wrappers, servers and user mappings.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 90f62ab8160683f4f4f5ea1d347a469d9ff1dfcc..06fa2e0d3db07bf8a14443a2762eb0cfaf2e76d3 100644 (file)
@@ -7,7 +7,7 @@
  * or call FUNCAPI-callable functions or macros.
  *
  *
- * Copyright (c) 2002-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 4db0f05f7ee2f638611bd10c29aabb705c292b2d..fac81b05dddc4625c0c57a3ec2f713952270df57 100644 (file)
@@ -13,7 +13,7 @@
  * This code will also work on platforms where struct addrinfo is defined
  * in the system headers but no getaddrinfo() can be located.
  *
- * Copyright (c) 2003-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 404db2e3465f91ceca81352f818f2a2de283def1..fbcd1fabc72fbfe98cb7fa49532a93f563cc1cfc 100644 (file)
@@ -2,7 +2,7 @@
  * Portions Copyright (c) 1987, 1993, 1994
  * The Regents of the University of California.  All rights reserved.
  *
- * Portions Copyright (c) 2003-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2003-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index d754b03afc6183601d353d618269d1ad62e1d728..53c71f79f497e639e68fa8bb456b0a6956e5b663 100644 (file)
@@ -31,7 +31,7 @@
  * freeing the larger object!
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index fe7406756bcf546d471e623ff9f0f34f61160efa..17990c452bf66dffb5b24c986f468b3072f5823d 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 1498ab0e35515f942f2cb127da5cf457a6409918..2dd92ef7232b31904ee5ce98cee80caa8da699e8 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for network authentication routines
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index fc0fd1e95a52e041e72c7f2d4f08b9c6c92ed56e..5579618d6d6fc240e72b9216db1501dede11555e 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 63cf31501c6f4f4dfce69936148da9f6d73679a0..0c72bc3efaef1d2a4f16a770c5f15ebf416b64d2 100644 (file)
@@ -3,7 +3,7 @@
  * crypt.h
  *       Interface to libpq/crypt.c
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 43897b79ee9811c00aa98408d509165006c734ca..19349574f8da9f3af21759bc334e761cf31c2855 100644 (file)
@@ -6,7 +6,7 @@
  * These definitions are used by both frontend and backend code.  Be careful
  * what you include here!
  *
- * Copyright (c) 2003-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 886ce8feafc2474b7930b94b2a3684c0a86d53de..35158277dbf02e608ea49bf842d302a40de4e08a 100644 (file)
@@ -8,7 +8,7 @@
  *       Structs that need to be client-visible are in pqcomm.h.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 57fbf4660a69f317b705ad63ec45da5fb8999fe8..b317ad90e98ec6a8e3844ec1be3cf1fe07d867a7 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for using Inversion file system routines (ie, large objects)
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c7e7161536bb0800eb51165eaab4e522f1a0274c..cd0415dbd6e98533968c919dba166374aec8e877 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES LIBPQ buffer structure definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4725f6956152e7c2f3b214fef44b0e3bc07042b7..255c53198095194f0358b07c78bf3a7c38ab6813 100644 (file)
@@ -6,7 +6,7 @@
  * These definitions are needed by both frontend and backend code to work
  * with MD5-encrypted passwords.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7ba66122351afe1292e090f84e0c448304e49a81..8a604d39fe823549296a4872d2ff3fda09470cfd 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 6af40f088f741b6a500626c48ca43a5ef84c67ff..92906e58372205496187b1ec24f0c1fed7f5092d 100644 (file)
@@ -3,7 +3,7 @@
  * pqformat.h
  *             Definitions for formatting and parsing frontend/backend messages
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b982889ba3c255e05edef6f6d59aa28de9c68937..8e011a4ea994210255c4d8eb523aef84e18ee7d9 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for the reliable BSD-style signal(2) routine.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e3d869662067ba5e15e2941f81e0b2ceed7b32ee..22021bbf42ea7f37273c74c7b84b93ea206c035b 100644 (file)
@@ -3,7 +3,7 @@
  * pg_wchar.h
  *       multibyte-character support
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 12e16b84d72b42abcf94ea669cfabd7ed37c1f03..2b1382c0ab2d7175648d418166bb5412db65585c 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index bcb383b534cb7a92a2c9e5b437412327f149c63b..b2e3ae855f884533690804c7ba90938d469a03db 100644 (file)
@@ -11,7 +11,7 @@
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 3f9c13059f84283264f129de217bcbe787204747..67d6f7f78b80633c807eb113157cb9a7ccaecab8 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for executor state nodes
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9799da2a39f62e3e12ca0840201b8aa2f919347b..4b6f056d1f0346e35f4c0e7c15cff507f2117e5e 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for the creator functions (for primitive nodes)
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3b4ec2d7fa9958991e1e2e6be69fa7c12b9066c1..3a569ecd0f5487c4df52e04b35c55a126cd185af 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES memory context node definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c3d78fde9d99722f29e0cd2d8c70900b69e2c0a5..ada18c994257bbd21e92ce98c609e1e5061a7e22 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.h
  *             Various general-purpose manipulations of Node trees
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ae8a8d90feec66b3eb050f8cf64d68312b5e5042..12ac4d440226d75b305e35b830ce1e56530ec197 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for tagged nodes.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2b08b48cb240607d10282a5a330ee283fe64622f..94a99ca1228619e87366801ed464253696848d98 100644 (file)
@@ -4,7 +4,7 @@
  *       Support for finding the values associated with Param nodes.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index bb1cc178fea164c8b95e604a7a5bc95d0efb5baa..a782005ea1bf67f13ddfbdeac8adf480d39f4f4a 100644 (file)
@@ -10,7 +10,7 @@
  * the location.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d23e118a857199f9cada4242e2eb6520225a8d19..a691ba42cd1e048bfac3142f4dbe54e15317797f 100644 (file)
@@ -27,7 +27,7 @@
  * always be so; try to be careful to maintain the distinction.)
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index fe12e80541237dbaf40b43b6cd5c21c4f5fc44f2..64bad927dd1a2ee1e20993da377130bb3f60f7e6 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for query plan nodes
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d13150ad764b7cda4ff37495e06ededdf0e2a3ae..2968d0d4cd8a862a2e74db8628635f0204d0e678 100644 (file)
@@ -7,7 +7,7 @@
  *       and join trees.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 717ad3b8b59c5c295c0d6b1aec1b66d2d08abf9d..06534acc9484ebfb22d737214adc575ec778d2b5 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for nodes/print.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 96bf470adfd7b435f58857dee2c49c21014aeeaf..dff807a5eb1a9fdc47c04381af432399d34fba83 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2ad9ef77332570dbf8e44b71e17fc371a721277e..736f8ce1b45c610017dab7727933d03fdb611eb0 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for planner's internal data structures.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 56d6a0d8bcdf71c4d527d222d3bb55300e933cf4..aff8f2936a829933259bc6cdec3aa0a5490d6267 100644 (file)
@@ -13,7 +13,7 @@
  * fact that a particular page needs to be visited.
  *
  *
- * Copyright (c) 2003-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 14134a2765137c7acd4b8131431cabd7cada1d56..1b7c36624b5b8e5ada4a9c021652bd9dba7c20aa 100644 (file)
@@ -4,7 +4,7 @@
  *       interface for Value nodes
  *
  *
- * Copyright (c) 2003-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 294b608ce7c831ca1b5a7c04d4718f0969ff33c7..8c1e9d58579d1432182f6e21c277b6607eab2cc5 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for clauses.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 73fb4b46f7b96b9ccb5f529533557c6d58cbdff3..f0ce1a5a012bb00020e4873711a14a0cc854026d 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for costsize.c and clausesel.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2ab544963cb038989c283f606348b226424637e1..ea4c812aae06eaeb447a2c5bc89e83af5e693fa9 100644 (file)
@@ -3,7 +3,7 @@
  * geqo.h
  *       prototypes for various files in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4ed6a295bc68889b132d363c61df26dde2da62fe..ae13059751969599458183b36056fc5b1892a543 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_copy.h
  *       prototypes for copy functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 24d0994074331396799eef43e81b9e747b3f5433..cd2fdf45c7fabe46fe31456953f3f590fecab740 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_gene.h
  *       genome representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2b740dcb31855ccac8bd224b083de36689036e0b..7c0bfbb0b58459e803c6580c4123bae5075d7d60 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.h
  *       prototypes for printout routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 37a64050a24a5f163bcf659905dc2173b3c6bb04..0384de8b6fa8bd6f92317ef1145ff85e0fd5d973 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_mutation.h
  *       prototypes for mutation functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4d0ae416a54d0bd1094d441520722ac7621ca96a..950e667d61256f20d7a596df318bcd84a963b0bc 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.h
  *       pool representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index fcccf5d4b5da0d782a2bdd43b1c1e719c213c9c4..fab072828f7d39d67601db76d5f7abdf9c8e5322 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_random.h
  *       random number generator
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 19dbb70e48c1752bdf52a4d3fd466d9f2ad338cb..2c4a338ca4c069ec46304a0d90cd9b5c8effec63 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_recombination.h
  *       prototypes for recombination in the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ccb22845057c69398aeb2c220a1f2eef00929c38..4b336d13ec1486f62adc3ade689f472f71527339 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.h
  *       prototypes for selection routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f3df045674fd3cebc127dd61dfaf676af8dc49c4..7b704b41adb75f3a5abe047b80ba19364e78dd26 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for joininfo.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e0ac7d88402aa588cc3a7c3d270efb3a71df9449..0f4c52ef7c25bffd0fac58c0d052613ffcb2e462 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for pathnode.c, relnode.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 987c39e2ebc029fdfedb06755d995f477205ddc1..853940592faebf2a604be9142b9dc9416ca4f54f 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for various files in optimizer/path
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 6bb53074c3308fcf330458df7ee8b1e818155653..3b2436f27019d2ac929454a0fc7849cac29995e3 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for optimizer/util/placeholder.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 13e479e296d6a8730b43e9692bcb1132dfef4627..8fae93c8632b08d7046223106d68c4c954fd2505 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for plancat.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c8957adb9d73bc23a20c08487743df4854761dba..2353b7b22b19862a55bae6ad3fd98232c346de00 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for various files in optimizer/plan
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9dbeb6e1b0f562ee7b7e397ccafd046e0930ecf0..9182d64fd494851e533e3d8a90dfd05ba0a3b102 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for planner.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9f1d847f2ed260324c2c96912df6a2d745558c26..b17ca5f71cbd732e09829328ae5f88bf16be23eb 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for predtest.c
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 48616463284c0fb45b0c9585f51e5e3bd0a5a160..78adb90904c1b0746819f4022edd94c2f3775224 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for files in optimizer/prep/
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9548c36d2e4036479b2eb4df80329f36429df76e..2c70de767a125d0b62f0c0844808084b2dec18b4 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for restrictinfo.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f4087c03e8aab0737947635fa461d9326bbf7b39..5b07ef35c95dd14e0fde63237dcfce34c86febe3 100644 (file)
@@ -2,7 +2,7 @@
  *
  * subselect.h
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 730b9cd221867b96dd05ec0cf12eff6a46705af2..7f177416d40db673a0cacdfc940b5b45f7ce1295 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tlist.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c5dae5bfd6749c53187fe287e89352fb17938c86..c85786d8bb7bb75d88d4a13c85814e82cf5264dd 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for optimizer/util/var.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index da2f43d5ff62a29d71793cb975dc6fc18cd8b1d9..ba712d523b6c5a6a705c189e33b2f0a9e29f425c 100644 (file)
@@ -4,7 +4,7 @@
  *             parse analysis for optimizable statements
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8890ebce7a224812dff69d056905974a7721b8b4..186afa5312e7d24e6b9f71449c50fa7566b782f2 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for routines exported from lexer and parser files.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c163ed773bfb96cd3efbb479a904eb77f60de931..4c56c14ea3a908a77d8a4e5f77fc7423fe7a62f2 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 75372a6553c0047f4f45e0f7b6aa4b7059e8c406..b142c20b6c05d11e3983fff7c49dbf940ad656e8 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.h
  *       handle aggregates and window functions in parser
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ee32e19dc984e5920100717ee9f8029aaf613ba9..16bbb320fe239b7594a685a4ae7c18464ed966a5 100644 (file)
@@ -4,7 +4,7 @@
  *       handle clauses in parser
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c8ae4adf41c8d9c613eb9e1acbcbd120b0a02cd4..d9da169dbd68093f4fc8755ae8ffba4c47b41e1b 100644 (file)
@@ -4,7 +4,7 @@
  *     Routines for type coercion.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a8f5e675b8aa50e4cb71a21f9866cf393419d480..59b8e9f05cf5ec8c92bd2a2cb23392c1cdda05e3 100644 (file)
@@ -4,7 +4,7 @@
  *       handle CTEs (common table expressions) in parser
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5b51992f31625ffb99c9169ffbbc73a83cf91ef2..dd7bd5dac7d7b6fb7f6b8266b6db37340c3a1c02 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.h
  *       handle expressions in parser
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c62a6fc3c2d02b3719c34e755ac5b883da2fc4a4..beb865d3c5b67ec49a183ae5568eed9430933ad1 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 38ecd2334b1ac0d0ed1bf0fb97c09d6f457ed0a5..ffc43abcbde3f5e30ac9c64a2dccaeff04c73bbc 100644 (file)
@@ -4,7 +4,7 @@
  *             Internal definitions for parser
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index fcfae39099661ea71112190f0cce345130152658..fa0b1edb2c19c90d95bc2cf0cefb827af0841c71 100644 (file)
@@ -4,7 +4,7 @@
  *             handle operator things for parser
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a082786cd022fb212d65ebb68ecd9c06f50b9f84..b7be0f274f3ef6b95ad647d05fd895ccf1983f95 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for parse_relation.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index dd237c27761ffd4117f2f6fcf272ecc5a716dd54..2222ccd1f6bdb8fef81a825f58eaeb895a4f3089 100644 (file)
@@ -4,7 +4,7 @@
  *       handle target lists
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 31fa68c16151cff33fec05a5bd9098bc926fa199..2f2dc3f1a7e6d548d04bb8387ed3481a3009b5bd 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.h
  *             handle type operations for parser
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 09ee27d71dc305d19e25a5e744e4031f196dcd7e..1fc3efd84101e2c2827f4ae633b87ee3bd35d0bf 100644 (file)
@@ -4,7 +4,7 @@
  *             parse analysis for utility commands
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 62e2c593f480a46601c881a73cf428e26a0b0809..227953df7bd23930f05acb21d042c6c845f9f286 100644 (file)
@@ -4,7 +4,7 @@
  *             Definitions for the "raw" parser (lex and yacc phases only)
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b375da82118cc98a7f8ed9e34c92065dc2942ffe..cb4bd9e31d72934419084ee4e7befd54e8c3ea0c 100644 (file)
@@ -5,7 +5,7 @@
  *       parse trees.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 6aa37e0d6edd3d9fe986deee2dd4bf964bcf00ee..5e0179c25c57faa25bbc5e4cc3774e9ed4d01e22 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5cd572f6ea9437422faa43139e8584e806668f2b..4fce344193c4fece3d4e894a0a39c08567362226 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Definitions for the PostgreSQL tracing framework
  *
- *     Copyright (c) 2006-2008, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2009, PostgreSQL Global Development Group
  *
  *     $PostgreSQL$
  * ----------
index 4a1e2749eb70df8e73d53b54f3e50f612129f23b..fa67e6b7537e188fc14c38e4eeded02db099722b 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Definitions for the PostgreSQL statistics collector daemon.
  *
- *     Copyright (c) 2001-2008, PostgreSQL Global Development Group
+ *     Copyright (c) 2001-2009, PostgreSQL Global Development Group
  *
  *     $PostgreSQL$
  * ----------
index 8231808c92ee9ab1f83c71e9a6478fb2f2d99500..5bcc6e539c65f542c011e501f11dcc192016046e 100644 (file)
@@ -3,7 +3,7 @@
  * pgtime.h
  *       PostgreSQL internal timezone library
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index eb70b35ba1d1dbee4cc92d4cbed6893cfb478177..56a45195feadf8794427141faae855f36f6b753e 100644 (file)
@@ -3,7 +3,7 @@
  * port.h
  *       Header for src/port/ compatibility functions.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 1b7fc7c13e414859234d54864f1774f4c441dc47..ab51951ae688222ec043298b8888f16bfd88d086 100644 (file)
@@ -43,7 +43,7 @@
  * Beware of multiple evaluations of the macro arguments.
  *
  *
- * Copyright (c) 2001-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index b2b2c8f23536e5d17d99e5484c8380019b2cc4fb..26dfecc7763895092a24d50a37d7611fb2b67931 100644 (file)
@@ -7,7 +7,7 @@
  * Client-side code should include postgres_fe.h instead.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * $PostgreSQL$
index 57ef1c2bb16199659574c970bd03e7d62f93fa08..d4f77272722c2b257a3215527256b5f8fb8923ae 100644 (file)
@@ -8,7 +8,7 @@
  * postgres.h.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * $PostgreSQL$
index dee88adac796e33b2bae911f94e28c1c219786d7..34d6d7b3f9f1406ece3a46b63f61c2b56cd11eb1 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for integrated autovacuum daemon
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 60e4455018fffa265a8577bb3ab87a1577491812..c1c9d7f580bb32752e0b906f33298f5a1b3c04b9 100644 (file)
@@ -3,7 +3,7 @@
  * bgwriter.h
  *       Exports from postmaster/bgwriter.c.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 109a5b4791e85fb6e8df910fe3e283205258c5d4..d7c25ff65ea3fd956765f3b7826ae0fb798796b5 100644 (file)
@@ -3,7 +3,7 @@
  * fork_process.h
  *       Exports from postmaster/fork_process.c.
  *
- * Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index e7fffb1200a50765deec8978d878a60722964066..34210eeae577d5bf0faa10aeda05e9c7394f7b56 100644 (file)
@@ -3,7 +3,7 @@
  * pgarch.h
  *       Exports from postmaster/pgarch.c.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index dc660de4d4c118aefec7068c783c0f0cfbc24baa..f22bcbd8f957c02cc5a5068b705468a526355a35 100644 (file)
@@ -3,7 +3,7 @@
  * postmaster.h
  *       Exports from postmaster/postmaster.c.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index fe4a78c26619600c36a040c23c7f41b5f109fea4..928e85d89003f29f8f34371558047190b1f09f6b 100644 (file)
@@ -3,7 +3,7 @@
  * syslogger.h
  *       Exports from postmaster/syslogger.c.
  *
- * Copyright (c) 2004-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index dd885c1976c7581f8939ca11534f2f157debee73..50d6528ab3829f1750e9664735f29c0d22b342c1 100644 (file)
@@ -3,7 +3,7 @@
  * walwriter.h
  *       Exports from postmaster/walwriter.c.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index a54759340d976f3ed3f0822b76986090ed8843ba..0ef15262e4dbd6a3fb3b5b94508c529b88ee6103 100644 (file)
@@ -3,7 +3,7 @@
  * prs2lock.h
  *       data structures for POSTGRES Rule System II (rewrite rules only)
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 26ad1694a3dd57d470e05f2b5c7e69570e851d21..371cc44df31a6917b14097de094c85eab26624cb 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2ebbeb93742b636b4a9b84448730aaddd0ee00d6..be70f7002ec64fa1f248b158a67be9afba94739e 100644 (file)
@@ -4,7 +4,7 @@
  *             External interface to query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 10b02b892089132a6f985613b47672b424812cde..49ff45f10a7ad225bba1efbadd0b310e49505167 100644 (file)
@@ -4,7 +4,7 @@
  *             Querytree manipulation subroutines for query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7d6c4e6d7337f3fc469aa7439ff776386d3ea86b..ff4aa490210e76d8e50699389b21ce1b967540de 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d98a8e188ca818d17094586a590c8db3ded8f1d2..0a62ec19896fe75610355bbf1f3b63a8cedb7701 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 47a18f6d955002b4907b0db2de0607b252405e2b..865df1116ce453207bbddd8aa43120eda319c9a4 100644 (file)
@@ -4,7 +4,7 @@
  *       Stubs for getrusage(3).
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 887e634e9150b9bd0662cfc21ee96ee85b66a074..145125437a2876f16fac0be562e75c0d28a23602 100644 (file)
@@ -13,7 +13,7 @@
  *
  * NOTE: this file should not be included into any non-snowball sources!
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 35546172e76c6b51cbeed4b138e5b49960478ac9..ae29cc6da9f3eaaacbb46b40206cf45eebe506cf 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES backend id communication definitions
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e5dff0d535ed36d319b744a9a0057d6ad448e763..beb2a9cf678ca3de576afe083fac068859f3e890 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk block definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 923afcb468c53265e2c3f454349668232713a9d8..111eed3a74aa1c84fff75e6dd5bc46cd0b17e2e3 100644 (file)
@@ -4,7 +4,7 @@
  *       Basic buffer manager data types.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7778414a400c8f07c4ac0489cd053c885ccd09a5..739e9986efa4b8f6a4c1b21f9984296ab02b97aa 100644 (file)
@@ -5,7 +5,7 @@
  *       strategy.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index adc0ee08d2bf789dc13caee413453d40a70c4b57..34095a1feeb4a4b0caabb883d831a7df00dd6e38 100644 (file)
@@ -15,7 +15,7 @@
  * but currently we have no need for oversize temp files without buffered
  * access.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4e0d7b2ea2bca91137c980565ed38f3a331f7503..1a5ec4e05059d498c46e1cf84bed092d11bf861a 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES buffer manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 87c6ed347a768055addea5cbc51d40a74e54468f..05dfcf32830d5f19fbfeaceb491c42f5c310ee2e 100644 (file)
@@ -4,7 +4,7 @@
  *       Standard POSTGRES buffer page definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2f686a9eb199e001985730139de568f18cc03129..4e7a1031a5105b6210c4aba76d5afca9ea213120 100644 (file)
@@ -4,7 +4,7 @@
  *       Virtual file descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a4c86708d640af2f4fd8c9f48f1fd11b775c600b..df7545ab7dba8e048e1b9890406da6980139a504 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0f085785ba944e66f42809acc1c7f8e4ec2d55cf..f1536d4eed12da6a2886c7f07d3cda83f04c23e1 100644 (file)
@@ -4,7 +4,7 @@
  *       internal functions for free space map
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 326339359ec0dcf7419f77c5a8e07febbefab243..300c2a8ca2d9b5179cee494d33b865e3595a7b83 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding an unused page in index
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 243c141bfa4fe65c38c1e0818e90a5639a4c1783..d3aea147f57cf7bd408f5471189c13237a23f8ab 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 788f83c434a943ce79090c0ad5d8929d21225468..9c095b7d3e3ac5a086d2967da46828a933897965 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk item definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index cb2d30640e85b31426bf6e96d18e66bc014ec074..a3b9670be658c4e59f0c18b55d0fdf1a95061790 100644 (file)
@@ -4,7 +4,7 @@
  *       Standard POSTGRES buffer page item identifier definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e1f6f4081dc1004e8013f02cfcccaf511fc01455..18cd5dda6f3107578162d7254d1d70b942b782ea 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk item pointer definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index fa6c99f75709b84f355005d72bb7ccffe14660a2..818db4029a484b103542c3a0c22c6c83fe5ed691 100644 (file)
@@ -5,7 +5,7 @@
  *       zillions of large objects (internal, external, jaquith, inversion).
  *       Now we only support inversion.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 64068a57c88a487e78eb7668aef4890c496a3c33..225ff064391122d1707d29141169141a540fe2ff 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES lock manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 80765840f35ea3a5067160cc542ac4a3eae24c55..615d63f790266bc0ff3e03363bedae82699f6d2f 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES low-level lock mechanism
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5a1ca5891f952b5e0268db5ed9dba3416d093fb9..a323db89410257b323f9b680e8bef6ddb723c401 100644 (file)
@@ -4,7 +4,7 @@
  *       Lightweight lock manager
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e5d48c47b4cff43de7f02fc2986d48afd30c0b4b..24881a1d62628e3bdee30525a21e917c02e868d9 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk "offset" definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 6e9405b76645f82fef11ec155a96b4a8d613f8f1..625ca45475c82b83a63345227e1ee3629383a1fc 100644 (file)
@@ -10,7 +10,7 @@
  * be provided by each port.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3df71d850ee78a1a889ca6d0cf9fd634b3af43b4..37fae2296f29ed0d748eba975b321475f2592809 100644 (file)
@@ -14,7 +14,7 @@
  * only one ID number.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f0e084cc2ef140200f3a2f5f7b1ce2c6562fbfb6..3101092cbd4d3c511708b96c228d0654d39c0a17 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f0c15529464dfcd7dd34be42451c76434d557b01..06fddfc0e7ab87f558836d969ce88c4248e06047 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES "position" definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index de80967653f0238dbd1488c97c5810f7302eb949..7509332d590214e9ff1664a4baa8c5c5aba33c31 100644 (file)
@@ -4,7 +4,7 @@
  *       per-process shared memory data structures
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0b5ed29621ce47b12ec42b8a90980b69ff279f3a..065a9b9ac8cde0c6c5a92f8b592a204176ef363e 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES process array definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a81e4bfb6be0b34bb1bb6dc4f2b68d34a1a7ad2a..983cbda07327a85820d161959bbceef1cfdcc5be 100644 (file)
@@ -4,7 +4,7 @@
  *       Physical access information for relations.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index a253d1301fa6e8859e58785afcb297a77523edc3..dceceba851f9fe6c52d0e05fb55ec1547402b61a 100644 (file)
@@ -63,7 +63,7 @@
  *     when using the SysV semaphore code.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *       $PostgreSQL$
index fdaf2478ab72225c2707c4ccf51fa47cb19801ae..222c21cb593601eefa114029d3e7c0f4f5c05f3e 100644 (file)
@@ -11,7 +11,7 @@
  * at the same address.  This means shared memory pointers can be passed
  * around directly between different processes.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index dedf8a5bcb2ae6c6a62f715e1ad80be907d88467..4a07e0cfc1fae2b2a8ca4734013b9e9da94cfcc8 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES shared cache invalidation communication definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 1224e083d41c11cb56003212bd6d9e3d9b030e2a..3c4c0304166d03e8a550eb12e03a0cc51fa12f74 100644 (file)
@@ -12,7 +12,7 @@
  * The struct type SharedInvalidationMessage, defining the contents of
  * a single message, is defined in sinval.h.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9e7971ada678997ea766e755992de087bb1607af..6a764802ca0acf3ab209dc13403c20e5b8524d04 100644 (file)
@@ -4,7 +4,7 @@
  *       storage manager switch public interface declarations.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2f3fa8318dd9ed50f4cdf53cfa96b6e65c10390a..eaad36ead6a34acd71d0f519d156b709860739d4 100644 (file)
@@ -46,7 +46,7 @@
  *     be again.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index dc26d498f00f425f04658f0c02238e30792a477a..ea9cc17220244f43df796dcf4dac4d04489b2764 100644 (file)
@@ -57,7 +57,7 @@
  * calls in portal and cursor manipulations.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index efb0f91fdfdd0db008636db6d7ed8b1a0d9d4ba3..c30dee33ec0dcb1660548ae3b84d6cfb7ef5475b 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.h
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3a23a73816d8515febec27d44e1c9088430a2d4c..4919dc50d6fbd4055ab10ed5e26af428e00df2ab 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for pquery.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3bc523cc8e4134d46d9db3f9ebd57477be37dbdd..d274bcdf2f872fd2be455e32d09c739f368557df 100644 (file)
@@ -4,7 +4,7 @@
  *       #defines governing debugging behaviour in the traffic cop
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 962a120108132b709bed88699fb8f4ee8bdaf848..98df075784595a25f405b2a5c3a4228a5bd9424b 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for postgres.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 96d20041046f195217d0f6dd8a12bf78056ee3b5..c125d4ee59f765b9a1149ac4fa4b64d9cdd14413 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for utility.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5b905c53a29c7f3b37132ea2f10a4f193137dec1..d41f835c7366f7575d0cea5b971212fa9f991d90 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Declarations for for fast regex subset, used by ISpell
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index e3d27f8731bd929b5454420eae75853576c21fe8..33cb8db770556409cbe856db9cc29b903674b637 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Declarations for ISpell dictionary
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 59eb8fed2a1c1299e8dc40ced9082b97ce0371a0..4991bf3ec799696c9efc643edf659673119714ee 100644 (file)
@@ -3,7 +3,7 @@
  * ts_cache.h
  *       Tsearch related object caches.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9db1be04ef55611de34a81d91e6ac027225f779f..cf9b7e001ee37c34800b2ab98157a728309e892a 100644 (file)
@@ -3,7 +3,7 @@
  * ts_locale.h
  *             locale compatibility layer for tsearch
  *
- * Copyright (c) 1998-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index e51f616eba4d2861a691854efcbbdcbeb4e12c85..c2d4be010532359e6617ef1dcf5cba0b0be6a160 100644 (file)
@@ -4,7 +4,7 @@
  *       Public interface to various tsearch modules, such as
  *       parsers and dictionaries.
  *
- * Copyright (c) 1998-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 0fef4072ac8e99459ca63cb5bfb00202e33ff667..40a9cfac4fcba76638ff819ae6d396b367c4c536 100644 (file)
@@ -3,7 +3,7 @@
  * ts_type.h
  *       Definitions for the tsvector and tsquery types
  *
- * Copyright (c) 1998-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 05ad9c157877ba550c6f29d416e51d0ac119285e..5a2ec8d6c173e5f3847c78156123c9d472639449 100644 (file)
@@ -3,7 +3,7 @@
  * ts_utils.h
  *       helper utilities for tsearch
  *
- * Copyright (c) 1998-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 7fa544d82c4f96ec2462c6a7fecc5fb27228627c..c0de032eacac24216543c724afb205d87e835e0f 100644 (file)
@@ -4,7 +4,7 @@
  *       Definition of (and support for) access control list data structures.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9d93e059b2e497c780cde795495acdca33b35335..24f8f32b65d74289b9dcd0a8a33b5e4604d667a3 100644 (file)
@@ -46,7 +46,7 @@
  * only work with varlena arrays.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 6e33345052cef49dbcdb092e7952b8f856ca6414..a12578958fcbb57a4a835ac21ce4905262bfccfd 100644 (file)
@@ -1,7 +1,7 @@
 /*-----------------------------------------------------------------------
  * ascii.h
  *
- *      Portions Copyright (c) 1999-2008, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 57daf3f5527910917054363ed79e4c4cf3e34f2f..fce6c291ed5a1e7479fe0b83c0deb6daa8f5b15d 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on built-in types.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 22865d940e3fd13c8ce1a3a6b98bcfb329c551fc..7b65642ddd61269d68567317fb9c64343ccdf42a 100644 (file)
@@ -10,7 +10,7 @@
  * guarantee that there can only be one matching row for a key combination.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b370ddc0538cd8cd7141ef2b6cc3016dbec49913..848a569c71d1530f6d2c68eca37216990c868caa 100644 (file)
@@ -4,7 +4,7 @@
  *       Combo command ID support routines
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f95cf7b44ffa74f4bed4c7e87fbe5627e60a7810..6246a75b7b6fa6ece5bd3705437349f03cdebee5 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for the SQL92 "date" and "time" types.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 1da0a6257a77b039245fe70b9d1b9ab2ecbf9e04..3403f0fa738dcf3a90bf7b2ce6f3917e3359a587 100644 (file)
@@ -6,7 +6,7 @@
  *        including abstime, reltime, date, and time.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index abd0505fddd1fd9b4f359b3e24be2ec17cf8a3b6..749c978ddd48276a455f5f37260b58968adeb84c 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d4514e094b589e9024bcb359d74a01507f747caa..355731970f069b1d67f582c8e9a6f6d4cd442f5f 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES dynahash.h file definitions
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 72acfb6c08185215958b42976de39ba3cf8599a7..0134706497106e7477106adc0c5e369ee25c47a9 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 112af9f2011d29f98cd84eadc6f8f3ce7bac82c5..0a2fc2ab16286e15972ecb3aea27654ad39f0818 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES error reporting/logging definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 683347699bfdddd27c546bc24016359691e85dcb..1598011b1f34b96ed8d4a869f075118ba88e42a1 100644 (file)
@@ -9,7 +9,7 @@
  * string is determined by the MAKE_SQLSTATE() macro, which is not defined
  * in this file; it can be defined by the caller for special purposes.
  *
- * Copyright (c) 2003-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 81698b46eade20a5eda7154d809fb1f661d5a9f8..cbec4593a34ce7705132e9b9ca573002a6b922da 100644 (file)
@@ -3,7 +3,7 @@
  * fmgrtab.h
  *       The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b2e65252ef62885f3a662f5ed94d887087344433..19a675c3d8ee4ac000b3d02211c9f4c26fb74906 100644 (file)
@@ -5,7 +5,7 @@
  * $PostgreSQL$
  *
  *
- *      Portions Copyright (c) 1999-2008, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2009, PostgreSQL Global Development Group
  *
  *      The PostgreSQL routines for a DateTime/int/float/numeric formatting,
  *      inspire with Oracle TO_CHAR() / TO_DATE() / TO_NUMBER() routines.
index eb2a46bd958dce7f60866645d355f50e2c55ce91..a64f06f10ab12eb79611023b829afe35bce11ff5 100644 (file)
@@ -3,7 +3,7 @@
  * geo_decls.h - Declarations for various 2D constructs.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 98fe43c871e7b44e6425afae91766174dc4e6454..3d103c0bdee2887f5b839c12db62f927e95b687a 100644 (file)
@@ -4,7 +4,7 @@
  * External declarations pertaining to backend/utils/misc/guc.c and
  * backend/utils/misc/guc-file.l
  *
- * Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2009, PostgreSQL Global Development Group
  * Written by Peter Eisentraut <peter_e@gmx.net>.
  *
  * $PostgreSQL$
index 8724b921aac51c56fc61606455494f81508211df..cfbe453b493d6587c6f5f01dd1a61de34b5a2b85 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See src/backend/utils/misc/README for design notes.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *       $PostgreSQL$
  *
index 33a3b70dd0b6cad04f773de041917edda310a037..b1e39f5b20a06fda37dcf9515dddf4a5cb2dae3f 100644 (file)
@@ -3,7 +3,7 @@
  * help_config.h
  *             Interface to the --help-config option of main.c
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *       $PostgreSQL$
  *
index 75efa3aaaf409bf62f22562b23d61cfcdec36eb7..1cc551ef90fc7f31cd449f9329d20023ecdc263a 100644 (file)
@@ -4,7 +4,7 @@
  *       exported definitions for utils/hash/dynahash.c; see notes therein
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4134bcf6f3c98c4ee32ba07cc212f9ba71267086..bb4ea54964224a6e783643a415e54d637dfcd65f 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on INET datatypes.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index e84a8c788b056c42241411a7824a0237c5bb1744..e9429794b9c5276dc3821357270a4336a4b411a9 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on 64-bit integers.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c9ed816244915dec3a924ae2ec14670990fc7748..42fd8ba11820dc726cd50cb95e031048e42ba16b 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES cache invalidation dispatcher definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 896f1c93064fcbfaf3cb0cac6f0518a9969436c2..564932b7a7f7530b0fbb652a425170cf27e9cfb5 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See logtape.c for explanations.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9f638967d45b4120fe7b95adfdbddc52e2be5a89..4d6f0d77be14c444efa64e61a6c365b7feda762f 100644 (file)
@@ -3,7 +3,7 @@
  * lsyscache.h
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index cea9256846eaf9185ceefddc553e862d8ee72151..78177893da21191b98583f0b87aab80b42b09336 100644 (file)
@@ -7,7 +7,7 @@
  *       of the API of the memory management subsystem.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 884b12e71dc6b431813705faa0ffbb7756e498de..d09d064fdae673a8941da11b75289090d5595824 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for the "new" abstime code.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ed0ae433630d89b266bd9ec12dab9c1b435a2081..c15410d64c1b5d894b15d95e5513980b088d4dc5 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Original coding 1998, Jan Wieck.  Heavily revised 2003, Tom Lane.
  *
- * Copyright (c) 1998-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 89fe60d79a022e9e43e3358f670019d9259f2cfe..e504ffad691cd6c57f21fbd79f0ef4338b54f5f0 100644 (file)
@@ -18,7 +18,7 @@
  * everything that should be freed.  See utils/mmgr/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8b28032af7ea1205e83a20dac4996c8330134a03..b0129842b21e76ccc955f65e17c8d2d8b5b0a598 100644 (file)
@@ -14,7 +14,7 @@
  * code for possible future use.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2b60027a98c86bc6498dd8d9b96f20a23119a5d9..647549a61ac7155b5787283b60ccc9978949709a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * $PostgreSQL$
  *
- * Copyright (c) 2002-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2009, PostgreSQL Global Development Group
  *
  *-----------------------------------------------------------------------
  */
index 170feca9679ab1d1f41a2ec698e5dfbf5c1a14f0..085912fc3d30eca8b9857315c8868766b7df097c 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for resource usage measurement support routines
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f266fbde6065ef1d3fbcaea30b6c0eacb785ba05..df864c9bd0f96f0e3324dd0d7709b3873b13fef2 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See plancache.c for comments.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7a56687e9a3db80757233d6f058ce9c91c8ce86d..e85cb58c39b4d86a38e4b67f534e4f74943e2e81 100644 (file)
@@ -36,7 +36,7 @@
  * to look like NO SCROLL cursors.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9f6be68250ba6ceae7c02e22483d93ad6eb62f16..6a00870a243536eec616add9111875d94e794253 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES relation descriptor (a/k/a relcache entry) definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 2aedabacd5fafa5dcb76981906c2f086dab94c6c..7d4d914253b2078d7ccab0458ef83715096c577e 100644 (file)
@@ -4,7 +4,7 @@
  *       Relation descriptor cache definitions.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index c0027e7bfc900040311913c1172e7a5dfd7e8683..3f05bf4f7dcdc24691e2096d171645d8eb0cde77 100644 (file)
@@ -9,7 +9,7 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d4dd11b45abec31a29575c457614724117c7975b..9351806227751291d9fbc2720a5551ed32ea38dd 100644 (file)
@@ -5,7 +5,7 @@
  *       standard operators and index access methods.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4b4e915c0f903ca1c593e398d242c451a0918d84..a19561b6b2b38fd93f59169722dab2710b66c967 100644 (file)
@@ -3,7 +3,7 @@
  * snapmgr.h
  *       POSTGRES snapshot manager
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4d5ff0c9e2027ba0a5dd15f6c8852e2d810cf227..0af1f6f17a47577b828529bba7d8cebffc888346 100644 (file)
@@ -3,7 +3,7 @@
  * snapshot.h
  *       POSTGRES snapshot definition
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index b1bd7e82146ca5ffab42eef96601cf734b0cbb34..0e4527795a61f0ff10430e764f348cd66c52c607 100644 (file)
@@ -6,7 +6,7 @@
  * See also lsyscache.h, which provides convenience routines for
  * common cache-lookup operations.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index d1b3c161fcec19a8f7c3951ec1be6f2a305113eb..ef0df8f00159d15eec8df97f1f0a96166eaf05dd 100644 (file)
@@ -3,7 +3,7 @@
  * timestamp.h
  *       Definitions for the SQL92 "timestamp" and "interval" types.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5a0fd669d500f1c8254255b90857655b3882b3e2..0ac25048ba7d3c383d888a8f876f9808f0bfeaa5 100644 (file)
@@ -5,7 +5,7 @@
  *
  *       Should be moved/renamed...    - vadim 07/28/98
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 068618ababb4001d959540e72cae363005824567..f67b595315a520a83d00b81d1ebc92fa8f28c97b 100644 (file)
@@ -10,7 +10,7 @@
  * amounts are sorted using temporary files and a standard external sort
  * algorithm.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5ef3d9dba45c3881b2513a1e330e8ae94c91432b..001cab5c3f0317e2b9d49bedd4bb68b100e69de5 100644 (file)
@@ -21,7 +21,7 @@
  * Also, we have changed the API to return tuples in TupleTableSlots,
  * so that there is a check to prevent attempted access to system columns.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 4282f18405e6c125cd3ef9bc5b23d0dac5c817bd..dfd854a56b1f2f86f00c9b439f3b5464240874de 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7de69aa2a361f5c4e0ef2c012bf71300bbd28a79..b3ec49a02a021c76db73994564e1227384e4567f 100644 (file)
@@ -3,7 +3,7 @@
  * tzparser.h
  *       Timezone offset file parsing definitions.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 86edc6f72ccf61e29a0e8031f42b74b177ccf09e..6818023fe96bb44cdc2b76bad1c1269c23d91e83 100644 (file)
@@ -5,7 +5,7 @@
  *       to avoid conflicts with any uuid_t type that might be defined by
  *       the system headers.
  *
- * Copyright (c) 2007-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 9d1c6df66fd9116a1ee5dd8eb26f51893f21e707..c089b5ed9383da5a2de30db6369d868646bd5f77 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 3989271a5a7d6c28163d4156a8cc6b8c2bacbc06..5cea241eeb27dca31bee337ee3747d68dab95b57 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for XML data type support.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 52a04ced31fa51075ea0d1d3141b11583113111c..d046206fa5c96fb7b4c814e5d76c42357d799215 100644 (file)
@@ -19,7 +19,7 @@
  * function in nodeWindowAgg.c for details.
  *
  *
- * Portions Copyright (c) 2000-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 854e1f1f51c9c6174cd8ce947ac8a35645bb5e2e..55cf2f2e1acb7a6eefc6a405655a70666cb24518 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for ecpg compatibility library
 #
-# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $PostgreSQL$
index ea84299656106d1c9739dc588f163742776cf3b8..39b9e2e36189e022c47af39204687706a6073f91 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for ecpg library
 #
-# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $PostgreSQL$
index 3e92335d6311b3627897336adb8ca1e0e0eccf26..842188fbd83c661d831e05a1543087accb8ff7a4 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8b3c97f41232d35abeb512d786f2a9a2f3989137..3ce791f4eb3c787456d69d635e56d838a70da215 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for ecpg pgtypes library
 #
-# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $PostgreSQL$
index 8628bd9bfc4e563b11e38eceff5d61fd80c6d1cd..a758ccb96019c422525e01d9c05671da199d1f13 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/interfaces/ecpg/preproc
 #
-# Copyright (c) 1998-2008, PostgreSQL Global Development Group
+# Copyright (c) 1998-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #
index 30cb7e5273e1daad58218ca181943a3044755fa0..4400aee656bc71436b37e286ce0cf109dfd3d37d 100644 (file)
@@ -3,7 +3,7 @@
 # parser generater for ecpg
 # call with backend parser as stdin
 #
-# Copyright (c) 2007-2008, PostgreSQL Global Development Group
+# Copyright (c) 2007-2009, PostgreSQL Global Development Group
 #
 # Written by Mike Aubury <mike.aubury@aubit.com>
 #           Michael Meskes <meskes@postgresql.org>
index 38262f90f4b06556d965437aea7150ce25f81dde..da894bed59b49765fabbbf674c58d31ad9dda0d5 100644 (file)
@@ -10,7 +10,7 @@
  * analyze.c and related files.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5b695279720d063a57ceda1de3b9f5f4fad1303a..b9263da6c5746969303628c3ef5189541eda3ac8 100644 (file)
@@ -7,7 +7,7 @@
  * This is a modified version of src/backend/parser/scan.l
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8487565879447f9eed75c074a30ee4e24a4be970..fedcb05788a0ebf49c8aeb7fe7216cdbc7b19824 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index f360c1b610d53cbac6ac4c6a8c0d4a5fa41c0de2..7512a016d7560403e32cebfa856d8b55f36f6ab6 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/interfaces/libpq library
 #
-# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $PostgreSQL$
index a2e7f49c61a3dd1ea3c188d1030af06b43c4a6fb..ecc621cc9919f5afd93140c4067f777c5814f2e5 100644 (file)
@@ -3,7 +3,7 @@
  * fe-auth.c
  *        The front-end (client) authorization routines
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bcdd667ab50b5b3273962cc3f27f387d719034b1..9882a872bad190c4ec1a29cc2ba86d913c75b368 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Definitions for network authentication routines
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 9784ee89d4f077510a5ed142e0f7f3dcefef03a5..0833603dae32e2950eef51fe4efde9f678702d95 100644 (file)
@@ -3,7 +3,7 @@
  * fe-connect.c
  *       functions related to setting up a connection to the backend
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 062b5eeb63a2bd8298abf37aa6a580a1719c87b2..c1934ad643090f5f6f8a012969b6f9a9fe67d1c9 100644 (file)
@@ -3,7 +3,7 @@
  * fe-exec.c
  *       functions related to sending a query down to the backend
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index edcd7c1b2ff98db6cc338548e46e6b9ddb8a35a5..c6171842365ec7cc592e37c69bd090913a91b3bc 100644 (file)
@@ -3,7 +3,7 @@
  * fe-lobj.c
  *       Front-end large object interface
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 00e7f0a99ab3830f6e41497b1b1325664d28172f..32479cf716ef25c0ce69cdb79755ae0c51601f99 100644 (file)
@@ -19,7 +19,7 @@
  * routines.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7fe1b5d8e3c0aa17de0f51b4eef21070287ae0e6..7c3c7a3d6fb864ba90fbe3fd6d8d40ce2f925ae7 100644 (file)
@@ -3,7 +3,7 @@
  * fe-print.c
  *       functions for pretty-printing query results
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, 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 5bbb25a53b1d332f290851d640c370f609408160..87ba65b11e2864084b512b424da05747fdea40af 100644 (file)
@@ -3,7 +3,7 @@
  * fe-protocol2.c
  *       functions that are specific to frontend/backend protocol version 2
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 63702066d08cb60c53f6aadb7ba150a91f0a1528..d58aabb46fa29a2beee77dafdf8c8e7998b2ae8b 100644 (file)
@@ -3,7 +3,7 @@
  * fe-protocol3.c
  *       functions that are specific to frontend/backend protocol version 3
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 91f9035091866633f8120071c61f308e880ed53e..ca2d33e68ed981ae89ddafa67ec9f12886df37b5 100644 (file)
@@ -6,7 +6,7 @@
  *       message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a50a18fdbd49c819dd2aba8c74a149db455e4fcc..6730c999120ea36b6fe5a5a5d52fa7059b9140df 100644 (file)
@@ -3,7 +3,7 @@
  * libpq-events.c
  *       functions for supporting the libpq "events" API
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aa54b3f3d801b26e8744519ad0bb562e2902d022..ebc64657edaf6619deea4f0c93a396553fbd199f 100644 (file)
@@ -5,7 +5,7 @@
  *       that invoke the libpq "events" API, but are not interesting to
  *       ordinary users of libpq.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 56140bf0e2c19c2358832cac73a5b3fabf071abb..93ab6170e554124f02012e9a60340fdf427ef376 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 21c081284b3f1e0b1082de8f2a20667de5c585a4..47e97d1410052cf295d0d41700bd2b2ef5b8c870 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 8ff99840260ddc3cdcbb605e70874b2a66cfea12..35e0f0e3f3b1e80b92602c322928a55e4491b456 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 66e0724649ef26cf3e1fbac296f2ca4ff08db21a..a84bcef066ae7afbad876d469022349857c38592 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 7ac079cccc82e0269b24c157487714b82d67a8e3..dd7729c8c69c3c79ba6443b497cd3725827e28c0 100644 (file)
@@ -4,7 +4,7 @@
  *       reliable BSD-style signal(2) routine stolen from RWW who stole it
  *       from Stevens...
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7c43b69efb1a5fc2a79ae97786bb5a076a24d882..4df170450b6c9517d5acffdf86e722cceeb9e70a 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for the reliable BSD-style signal(2) routine.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 0133b8c92db4e9f48230023e1c4e3d46edc4b531..8f86dd6333f99df5deff3ce92ccdfc4e8f641003 100644 (file)
@@ -3,7 +3,7 @@
 * pthread-win32.c
 *       partial pthread implementation for win32
 *
-* Copyright (c) 2004-2008, PostgreSQL Global Development Group
+* Copyright (c) 2004-2009, PostgreSQL Global Development Group
 * IDENTIFICATION
 *      $PostgreSQL$
 *
index 4d548c3479162842b5beb4c11bca71877aa6b273..ac9476e244d0a1f0c92c6a65c60a74e8e39f26c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $PostgreSQL:
+ * $PostgreSQL$ 
  *
  *
  *     FILE
@@ -15,7 +15,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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  */
index 857a8f8eed54616f7d475a7044b7cd924d3a83d1..c6eb5052055462e474a37d0c12aab9a0f6635fd1 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This should be included _AFTER_ postgres.h and system include files
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * $PostgreSQL$
index d798153781b3aa3c725956a945dd56db7e2bc1dc..85b874924643ed3a03f428fc799192b75f2c8a1a 100644 (file)
@@ -4,7 +4,7 @@
  * gram.y                              - Parser for the PL/pgSQL
  *                                               procedural language
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 64e460b7829a93a079eb6f3945dc6540845f952b..768daf98f17f0e19990f1dace37b01b56b07854d 100644 (file)
@@ -3,7 +3,7 @@
  * pl_comp.c           - Compiler part of the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 03c77eae81aedc2dac2d451872213036755cebfc..a82321a30ab07ae111698350f412453565d7c131 100644 (file)
@@ -3,7 +3,7 @@
  * pl_exec.c           - Executor for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e3e352cfb39409189caf21efa58431c3e47d5461..c91bd6b8d936cde7c231b36a259a82973665d257 100644 (file)
@@ -3,7 +3,7 @@
  * pl_funcs.c          - Misc functions for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a4c71fade2b6f0634a23a8f97c11c93f0ead3b55..9d21fbdf8279d51efe69b16a5c9ba25b922e0b78 100644 (file)
@@ -3,7 +3,7 @@
  * pl_handler.c                - Handler for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3386d55793ca9a0e92356f8af94874a06ebbf7b8..92482bf145ed7f239699585c6d04eb989ff903bb 100644 (file)
@@ -7,7 +7,7 @@
  * with some sort of sed hackery, but no time for that now.  It's likely
  * that an exact mapping will not be what's wanted anyhow ...
  *
- * Copyright (c) 2003-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index ad08aaa7b289aa04a0b6967174548f09893604d9..1b13da2499f42128b0f70bc6dbe7f7295ef85698 100644 (file)
@@ -3,7 +3,7 @@
  * plpgsql.h           - Definitions for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 198f96fe7a8abb1d15114b84409a0fdbe056497b..b0f12a679a6ac0cb6271958bc6e9870351e89c8e 100644 (file)
@@ -4,7 +4,7 @@
  * scan.l              - Scanner for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a0a9aa26175f7cda3d6f437ee46047067052ea04..c30b6e91d408a0221492f4a0b4f772b9c9239a11 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for handling locale-related info
  *
  *
- * Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 8d8c24f5bf52e803fd43926756289864d6448e1f..a70477e2065bd4192381e8dda06f11c59f91ca2c 100644 (file)
@@ -3,7 +3,7 @@
  * copydir.c
  *       copies a directory
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, 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 215577c12afeb038d1cb665497992fef6d506e32..4f4e8d4a5326be95c388d0e5ddd5f71cbefab989 100644 (file)
@@ -3,7 +3,7 @@
  * dirent.c
  *       opendir/readdir/closedir for win32/msvc
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 984b2accbc9556d50cea9c53084b2623583f0eb7..076274a9bcff0fcde0fe8f340811e41cd0d36f7c 100644 (file)
@@ -3,7 +3,7 @@
  * dirmod.c
  *       rename/unlink()
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, 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 cf3839ccbb00bd85bae460d3422ef65389e156c8..5999de1477a44267d1f42b17c98b0872625c4191 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for finding and validating executable files
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 85a5baa8f2724ab486f73c799506998758904fb9..ffccc23e368a3fb379e4a842df893dde1dc91ccc 100644 (file)
@@ -3,7 +3,7 @@
  * fseeko.c
  *       64-bit versions of fseeko/ftello()
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7f4986a87c20c6418b6337451d59d663f230d4f2..004ff08838af910cc3312831bc11cb433c2732b9 100644 (file)
@@ -13,7 +13,7 @@
  * use the Windows native routines, but if not, we use our own.
  *
  *
- * Copyright (c) 2003-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index fe9e94762d90f6dc0db1156830ca514ad65375f4..ad8fefa4b334b84f9dec7e6c0f7842a07efc7f20 100644 (file)
@@ -3,7 +3,7 @@
  * gethostname.c
  *       gethostname using uname
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c56926763ceb0a71b92ed9ba801c9c669fc306d4..574a0c94beadfeb55d3e947834786111f4dc6085 100644 (file)
@@ -3,7 +3,7 @@
  * getrusage.c
  *       get information about resource utilisation
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d268c4ca1430e115e7b576b3c72dca76a4dd7a19..e5f71fc31c7d614e4af9a3488d991e54f2e267d0 100644 (file)
@@ -2,7 +2,7 @@
  *
  * isinf.c
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ec1dcb978c3542c5dac2c598e08c54c9a05ad40c..0b6ee0d2ed852f228b5ff8eabd524a5f61b9c7b6 100644 (file)
@@ -3,7 +3,7 @@
  * kill.c
  *       kill()
  *
- * Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *     This is a replacement version of kill for Win32 which sends
  *     signals that the backend can recognize.
index 73ec981f0e024f53c1596a2c3a536d3e172d1279..f4b26833786ced69e69460c0b67454540e972e19 100644 (file)
@@ -3,7 +3,7 @@
  * memcmp.c
  *       compares memory bytes
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 71a8eb6c277690970d2e48d15f86f8daf1506834..29c280f2bb14e0300b1041ac1f5ecfc04d24ae4f 100644 (file)
@@ -3,7 +3,7 @@
  * noblock.c
  *       set a file descriptor as non-blocking
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3aa064208da6f2ab58691dcd712a89afbb9b7c18..22f07b02aca0c8a857e9cf9936c43c4e421c6ebf 100644 (file)
@@ -4,7 +4,7 @@
  *        Win32 open() replacement
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index dc22c770d3635edf89bb7f397f1b29855aee4676..708306d67bab8fa4ee649f428e4c4734d2559ac7 100644 (file)
@@ -3,7 +3,7 @@
  * path.c
  *       portable path handling routines
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 693072cc15bb5c975153f02c1c39379a9b88d1c1..b06b2721781cb57fea1f23376ba3641ddb7fea72 100644 (file)
@@ -4,7 +4,7 @@
  *        Portable delay handling.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index f9e1b6ad63d703a64bba5dae8323f392f6ee5a84..e133f8333cb11038e474fe2773e12bc202907ad1 100644 (file)
@@ -14,7 +14,7 @@
  * NB: this code should match downcase_truncate_identifier() in scansup.c.
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index 6ad9ad928d06fdc8876ef3c03a4fce958a4e239b..c3f9a6dbc0846215e2f4658436398597a7bcbbca 100644 (file)
@@ -3,7 +3,7 @@
  * pipe.c
  *       pipe()
  *
- * Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2009, 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 f5543dea5943abd0266e9e3e0760452626b3ad42..9684c51b3ab522b75d9c0ec0c68ff7706ede8887 100644 (file)
@@ -3,7 +3,7 @@
  * random.c
  *       random() wrapper
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8bab765d24c3eed0d4b58f086c8b5c6255d44e05..9455ef17ef3bf16f20c463368048617777ad9bbd 100644 (file)
@@ -3,7 +3,7 @@
  * sprompt.c
  *       simple_prompt() routine
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 74f580d1759319e5e084f0b383ed301354cd9758..092cc53041ebc5f2d386d5f5ddfe402cba1d1d19 100644 (file)
@@ -3,7 +3,7 @@
  * srandom.c
  *       srandom() wrapper
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3b5828fe4e13eee0f6c1c0da619a980b11d25292..43be9f102c4c50ac1ca6e0028707d5e6f2dc7aab 100644 (file)
@@ -3,7 +3,7 @@
  * strdup.c
  *       copies a null-terminated string.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 410da1f88b0054f978a272694c98598b32f0fb69..8629a0835028ea64b77a927f213b2ff136f45a14 100644 (file)
@@ -3,7 +3,7 @@
  * strlcpy.c
  *       strncpy done right
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 143d68dd1e349352e805128e345ef7f63a1b456f..b85bc74f847d40028c6113ff6296bc8af462ad56 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * $PostgreSQL:
+ * $PostgreSQL$ 
  *
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 520161fca7fb7aba969e397bb5413f66702d4f73..80c2b287df219fd2cdaa89ef83bb5d2b8aea3ace 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  *
index fb60a2a237408e6c76d9b4f86191446a937e8856..92abc6c63d4f33633d214cbac2962a9b53ca9ba1 100644 (file)
@@ -3,7 +3,7 @@
  * unsetenv.c
  *       unsetenv() emulation for machines without it
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 113327786622646c59e36ed2b28443c3de3c4a91..eb9a20f13ee833160ef5e9c22b19abf035e444db 100644 (file)
@@ -3,7 +3,7 @@
  * win32error.c
  *       Map win32 error codes to errno values
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 5fb7da13e63d54d3f54ce1d633d0f4e21a63a4b9..355cf431b009af384288c6636823a8a79a05a551 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-2008, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
+   VALUE "LegalCopyright", "Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
    VALUE "ProductName",      "PostgreSQL"
    VALUE "ProductVersion",   PG_VERSION
   END
index 655aa5ab8f0ee3b28f5299cc644b34b1c38943a2..646472e5041c96e66a2e97062666b36efc9926fc 100644 (file)
@@ -3,7 +3,7 @@
 # Makefile--
 #    Makefile for the Wisconsin Benchmark
 #
-# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994-5, Regents of the University of California
 #
 #
index 486e4fe12d6c355b727514c69209f3f1937e082b..eb845f77e279f8c683f857243306c184a2e5f618 100644 (file)
@@ -3,7 +3,7 @@
  * testlo.c
  *       test using large objects with libpq
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 95f93d4bc387b705bc2c29b045151f38a4fa65ba..8ce5d25010e8d74e3e092af154f9a17bac8818b4 100644 (file)
@@ -3,7 +3,7 @@
 # GNUmakefile--
 #    Makefile for src/test/regress (the regression tests)
 #
-# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # $PostgreSQL$
index c7dd767008e0ab19ce339414dc838deeb94ae9fe..2087241c1d2ef4857dd0403d225e1da2768b2ec3 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index ad1178ab70f8458b67b84129ee371c01297c1de1..6db8dde3e190bff84b773df5b280ce8e48b9bbe5 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  * pg_regress.h --- regression test driver
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 6c3c241958ba038b0efbcce9d9a5b184c5e72471..ff58f87dc220bbb168997c1394e67160cd3f43c5 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * $PostgreSQL$
index 5f57b407e2a3299c8bdf5ab379d2c6b429af724a..0add91bdbac5a5bd224475bbb36377c4532b79c4 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for tools/thread
 #
-# Copyright (c) 2003-2008, PostgreSQL Global Development Group
+# Copyright (c) 2003-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #
index 2fe305f8ac4a253600137a16753915b54298d2f9..3997588c8a6bdcc0edaa1ec4920b9e92e62bbede 100644 (file)
@@ -3,7 +3,7 @@
  * test_thread_funcs.c
  *             libc thread test program
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     $PostgreSQL$
index 8e0645f7051ec179d8f500aba3c89311f2b9af31..c92cd93aa872f02af4c605f930facec8e6cfbec4 100644 (file)
@@ -3,7 +3,7 @@
  * pgtz.c
  *       Timezone Library Integration Functions
  *
- * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index d80989a1a0f2123c8c4e0748a1f2cfa80dae4ba6..1b9989944f2a447fc80219f5c739b48c7d49ed64 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-2008, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       $PostgreSQL$
index 896c1c7a562598cb4594dd346ff44986d568bd24..3a7b94b92b57e01434561040d6429b3906a8ab92 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/tools/findoidjoins
 #
-# Copyright (c) 2003-2008, PostgreSQL Global Development Group
+# Copyright (c) 2003-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #
index 79b0d27dc3ecb50e4cb0b337153aa51228852a83..5821da14b9bbcbec87de09aa55d3895c7f854fd0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * findoidjoins.c
  *
- * Copyright (c) 2002-2008, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2009, PostgreSQL Global Development Group
  *
  * $PostgreSQL$
  */
index 393b5e61e2038fcda02b7eddd85382f918906c48..966f61e03e1847541afcaf79ec81bd6bfdf7239e 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/tools/fsync
 #
-# Copyright (c) 2003-2008, PostgreSQL Global Development Group
+# Copyright (c) 2003-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #
index 3009662679140711ce275f12c77b210c20d62b9e..2543708cedd567e7e23044b04185bfc49bc519fc 100644 (file)
@@ -6,7 +6,7 @@
 #    files.  These .bki files are used to initialize the postgres template
 #    database.
 #
-# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
index f42d970ac5776876cd4193d7ed247d1e8b942679..e99d2c3e863b2de9206aca368a0631f00289b37c 100755 (executable)
@@ -3,7 +3,7 @@
 #################################################################
 # version_stamp.pl -- update version stamps throughout the source tree
 #
-# Copyright (c) 2008, PostgreSQL Global Development Group
+# Copyright (c) 2008-2009, PostgreSQL Global Development Group
 #
 # $PostgreSQL$
 #################################################################
index 07745e1af87b7e4cafe139879f9c4c70d2b86b35..7776bc860a8d4001c0bea98aa2d8796a50983886 100644 (file)
@@ -5,7 +5,7 @@
 --    use this new type.
 -- 
 --
--- Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+-- Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 -- Portions Copyright (c) 1994, Regents of the University of California
 --
 -- $PostgreSQL$
index c0113b52c85666caa66d86aa43c6fda91306312e..427a6d315ee0a1d8ebface73dc8e651c379e6095 100644 (file)
@@ -4,7 +4,7 @@
 --    sample queries to the system catalogs
 --
 --
--- Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
+-- Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
 -- Portions Copyright (c) 1994, Regents of the University of California
 --
 -- $PostgreSQL$