]> granicus.if.org Git - postgresql/commitdiff
Update copyright notices for year 2012.
authorBruce Momjian <bruce@momjian.us>
Sun, 1 Jan 2012 23:01:58 +0000 (18:01 -0500)
committerBruce Momjian <bruce@momjian.us>
Sun, 1 Jan 2012 23:01:58 +0000 (18:01 -0500)
1199 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/dummy_seclabel/dummy_seclabel.c
contrib/file_fdw/file_fdw.c
contrib/fuzzystrmatch/fuzzystrmatch.c
contrib/fuzzystrmatch/levenshtein.c
contrib/isn/isn.c
contrib/isn/isn.h
contrib/pageinspect/fsmfuncs.c
contrib/pageinspect/heapfuncs.c
contrib/pageinspect/rawpage.c
contrib/passwordcheck/passwordcheck.c
contrib/pg_stat_statements/pg_stat_statements.c
contrib/pg_upgrade/check.c
contrib/pg_upgrade/controldata.c
contrib/pg_upgrade/dump.c
contrib/pg_upgrade/exec.c
contrib/pg_upgrade/file.c
contrib/pg_upgrade/function.c
contrib/pg_upgrade/info.c
contrib/pg_upgrade/option.c
contrib/pg_upgrade/page.c
contrib/pg_upgrade/pg_upgrade.c
contrib/pg_upgrade/pg_upgrade.h
contrib/pg_upgrade/relfilenode.c
contrib/pg_upgrade/server.c
contrib/pg_upgrade/tablespace.c
contrib/pg_upgrade/test.sh
contrib/pg_upgrade/util.c
contrib/pg_upgrade/version.c
contrib/pg_upgrade/version_old_8_3.c
contrib/pg_upgrade_support/pg_upgrade_support.c
contrib/pgbench/pgbench.c
contrib/sepgsql/database.c
contrib/sepgsql/dml.c
contrib/sepgsql/hooks.c
contrib/sepgsql/label.c
contrib/sepgsql/launcher
contrib/sepgsql/proc.c
contrib/sepgsql/relation.c
contrib/sepgsql/schema.c
contrib/sepgsql/selinux.c
contrib/sepgsql/sepgsql.h
contrib/sepgsql/uavc.c
contrib/tablefunc/tablefunc.c
contrib/tablefunc/tablefunc.h
contrib/test_parser/test_parser.c
contrib/tsearch2/tsearch2.c
contrib/unaccent/unaccent.c
contrib/uuid-ossp/uuid-ossp.c
contrib/vacuumlo/vacuumlo.c
doc/src/sgml/generate-errcodes-table.pl
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/tupconvert.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/ginfast.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/gistbuild.c
src/backend/access/gist/gistbuildbuffers.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/spgist/spgdoinsert.c
src/backend/access/spgist/spginsert.c
src/backend/access/spgist/spgkdtreeproc.c
src/backend/access/spgist/spgquadtreeproc.c
src/backend/access/spgist/spgscan.c
src/backend/access/spgist/spgtextproc.c
src/backend/access/spgist/spgutils.c
src/backend/access/spgist/spgvacuum.c
src/backend/access/spgist/spgxlog.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/xlogfuncs.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/Catalog.pm
src/backend/catalog/aclchk.c
src/backend/catalog/catalog.c
src/backend/catalog/dependency.c
src/backend/catalog/genbki.pl
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/objectaddress.c
src/backend/catalog/pg_aggregate.c
src/backend/catalog/pg_collation.c
src/backend/catalog/pg_constraint.c
src/backend/catalog/pg_conversion.c
src/backend/catalog/pg_db_role_setting.c
src/backend/catalog/pg_depend.c
src/backend/catalog/pg_enum.c
src/backend/catalog/pg_inherits.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_range.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/collationcmds.c
src/backend/commands/comment.c
src/backend/commands/constraint.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/dropcmds.c
src/backend/commands/explain.c
src/backend/commands/extension.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/seclabel.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/nodeForeignscan.c
src/backend/executor/nodeFunctionscan.c
src/backend/executor/nodeGroup.c
src/backend/executor/nodeHash.c
src/backend/executor/nodeHashjoin.c
src/backend/executor/nodeIndexonlyscan.c
src/backend/executor/nodeIndexscan.c
src/backend/executor/nodeLimit.c
src/backend/executor/nodeLockRows.c
src/backend/executor/nodeMaterial.c
src/backend/executor/nodeMergeAppend.c
src/backend/executor/nodeMergejoin.c
src/backend/executor/nodeModifyTable.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/foreign.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_random.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/analyzejoins.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/kwlookup.c
src/backend/parser/parse_agg.c
src/backend/parser/parse_clause.c
src/backend/parser/parse_coerce.c
src/backend/parser/parse_collate.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_param.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/aix.h
src/backend/port/dynloader/bsdi.c
src/backend/port/dynloader/bsdi.h
src/backend/port/dynloader/cygwin.h
src/backend/port/dynloader/dgux.h
src/backend/port/dynloader/freebsd.c
src/backend/port/dynloader/freebsd.h
src/backend/port/dynloader/hpux.c
src/backend/port/dynloader/hpux.h
src/backend/port/dynloader/irix.h
src/backend/port/dynloader/linux.c
src/backend/port/dynloader/linux.h
src/backend/port/dynloader/netbsd.c
src/backend/port/dynloader/netbsd.h
src/backend/port/dynloader/openbsd.c
src/backend/port/dynloader/openbsd.h
src/backend/port/dynloader/osf.h
src/backend/port/dynloader/sco.h
src/backend/port/dynloader/solaris.h
src/backend/port/dynloader/sunos4.h
src/backend/port/dynloader/svr4.h
src/backend/port/dynloader/ultrix4.c
src/backend/port/dynloader/ultrix4.h
src/backend/port/dynloader/univel.h
src/backend/port/dynloader/unixware.h
src/backend/port/ipc_test.c
src/backend/port/pipe.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/unix_latch.c
src/backend/port/win32/crashdump.c
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_latch.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/checkpointer.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/startup.c
src/backend/postmaster/syslogger.c
src/backend/postmaster/walwriter.c
src/backend/regex/regc_pg_locale.c
src/backend/replication/basebackup.c
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c
src/backend/replication/repl_gram.y
src/backend/replication/repl_scanner.l
src/backend/replication/syncrep.c
src/backend/replication/walreceiver.c
src/backend/replication/walreceiverfuncs.c
src/backend/replication/walsender.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/copydir.c
src/backend/storage/file/fd.c
src/backend/storage/file/reinit.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/procsignal.c
src/backend/storage/ipc/shmem.c
src/backend/storage/ipc/shmqueue.c
src/backend/storage/ipc/sinval.c
src/backend/storage/ipc/sinvaladt.c
src/backend/storage/ipc/standby.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/predicate.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/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/rangetypes.c
src/backend/utils/adt/rangetypes_gist.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/attoptcache.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/relmapper.c
src/backend/utils/cache/spccache.c
src/backend/utils/cache/syscache.c
src/backend/utils/cache/ts_cache.c
src/backend/utils/cache/typcache.c
src/backend/utils/errcodes.txt
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/generate-errcodes.pl
src/backend/utils/hash/dynahash.c
src/backend/utils/hash/hashfn.c
src/backend/utils/hash/pg_crc.c
src/backend/utils/init/globals.c
src/backend/utils/init/miscinit.c
src/backend/utils/init/postinit.c
src/backend/utils/mb/Unicode/Makefile
src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
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_GB18030.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/euc2004_sjis2004/euc2004_sjis2004.c
src/backend/utils/mb/conversion_procs/euc_cn_and_mic/euc_cn_and_mic.c
src/backend/utils/mb/conversion_procs/euc_jp_and_sjis/euc_jp_and_sjis.c
src/backend/utils/mb/conversion_procs/euc_kr_and_mic/euc_kr_and_mic.c
src/backend/utils/mb/conversion_procs/euc_tw_and_big5/euc_tw_and_big5.c
src/backend/utils/mb/conversion_procs/latin2_and_win1250/latin2_and_win1250.c
src/backend/utils/mb/conversion_procs/latin_and_mic/latin_and_mic.c
src/backend/utils/mb/conversion_procs/utf8_and_ascii/utf8_and_ascii.c
src/backend/utils/mb/conversion_procs/utf8_and_big5/utf8_and_big5.c
src/backend/utils/mb/conversion_procs/utf8_and_cyrillic/utf8_and_cyrillic.c
src/backend/utils/mb/conversion_procs/utf8_and_euc2004/utf8_and_euc2004.c
src/backend/utils/mb/conversion_procs/utf8_and_euc_cn/utf8_and_euc_cn.c
src/backend/utils/mb/conversion_procs/utf8_and_euc_jp/utf8_and_euc_jp.c
src/backend/utils/mb/conversion_procs/utf8_and_euc_kr/utf8_and_euc_kr.c
src/backend/utils/mb/conversion_procs/utf8_and_euc_tw/utf8_and_euc_tw.c
src/backend/utils/mb/conversion_procs/utf8_and_gb18030/utf8_and_gb18030.c
src/backend/utils/mb/conversion_procs/utf8_and_gbk/utf8_and_gbk.c
src/backend/utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c
src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1/utf8_and_iso8859_1.c
src/backend/utils/mb/conversion_procs/utf8_and_johab/utf8_and_johab.c
src/backend/utils/mb/conversion_procs/utf8_and_sjis/utf8_and_sjis.c
src/backend/utils/mb/conversion_procs/utf8_and_sjis2004/utf8_and_sjis2004.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/rbtree.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/sortsupport.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/findtimezone.c
src/bin/initdb/initdb.c
src/bin/pg_basebackup/.gitignore
src/bin/pg_basebackup/Makefile
src/bin/pg_basebackup/pg_basebackup.c
src/bin/pg_basebackup/pg_receivexlog.c
src/bin/pg_basebackup/receivelog.c
src/bin/pg_basebackup/streamutil.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/compress_io.c
src/bin/pg_dump/compress_io.h
src/bin/pg_dump/dumpmem.c
src/bin/pg_dump/dumpmem.h
src/bin/pg_dump/dumputils.c
src/bin/pg_dump/dumputils.h
src/bin/pg_dump/keywords.c
src/bin/pg_dump/pg_backup_directory.c
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/MSG00001.bin
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/gin_private.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/spgist.h
src/include/access/spgist_private.h
src/include/access/subtrans.h
src/include/access/sysattr.h
src/include/access/transam.h
src/include/access/tupconvert.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/objectaccess.h
src/include/catalog/objectaddress.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_cast.h
src/include/catalog/pg_class.h
src/include/catalog/pg_collation.h
src/include/catalog/pg_collation_fn.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_db_role_setting.h
src/include/catalog/pg_default_acl.h
src/include/catalog/pg_depend.h
src/include/catalog/pg_description.h
src/include/catalog/pg_enum.h
src/include/catalog/pg_extension.h
src/include/catalog/pg_foreign_data_wrapper.h
src/include/catalog/pg_foreign_server.h
src/include/catalog/pg_foreign_table.h
src/include/catalog/pg_index.h
src/include/catalog/pg_inherits.h
src/include/catalog/pg_inherits_fn.h
src/include/catalog/pg_language.h
src/include/catalog/pg_largeobject.h
src/include/catalog/pg_largeobject_metadata.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_range.h
src/include/catalog/pg_rewrite.h
src/include/catalog/pg_seclabel.h
src/include/catalog/pg_shdepend.h
src/include/catalog/pg_shdescription.h
src/include/catalog/pg_shseclabel.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/collationcmds.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/extension.h
src/include/commands/lockcmds.h
src/include/commands/portalcmds.h
src/include/commands/prepare.h
src/include/commands/schemacmds.h
src/include/commands/seclabel.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/view.h
src/include/datatype/timestamp.h
src/include/executor/execdebug.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/nodeForeignscan.h
src/include/executor/nodeFunctionscan.h
src/include/executor/nodeGroup.h
src/include/executor/nodeHash.h
src/include/executor/nodeHashjoin.h
src/include/executor/nodeIndexonlyscan.h
src/include/executor/nodeIndexscan.h
src/include/executor/nodeLimit.h
src/include/executor/nodeLockRows.h
src/include/executor/nodeMaterial.h
src/include/executor/nodeMergeAppend.h
src/include/executor/nodeMergejoin.h
src/include/executor/nodeModifyTable.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/fdwapi.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/replnodes.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/kwlist.h
src/include/parser/parse_agg.h
src/include/parser/parse_clause.h
src/include/parser/parse_coerce.h
src/include/parser/parse_collate.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_param.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/scanner.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/startup.h
src/include/postmaster/syslogger.h
src/include/postmaster/walwriter.h
src/include/replication/basebackup.h
src/include/replication/syncrep.h
src/include/replication/walprotocol.h
src/include/replication/walreceiver.h
src/include/replication/walsender.h
src/include/replication/walsender_private.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/barrier.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/copydir.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/latch.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/predicate.h
src/include/storage/predicate_internals.h
src/include/storage/proc.h
src/include/storage/procarray.h
src/include/storage/procsignal.h
src/include/storage/reinit.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/storage/standby.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/attoptcache.h
src/include/utils/builtins.h
src/include/utils/bytea.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/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/rangetypes.h
src/include/utils/rbtree.h
src/include/utils/rel.h
src/include/utils/relcache.h
src/include/utils/relmapper.h
src/include/utils/reltrigger.h
src/include/utils/resowner.h
src/include/utils/selfuncs.h
src/include/utils/snapmgr.h
src/include/utils/snapshot.h
src/include/utils/sortsupport.h
src/include/utils/spccache.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/check_rules.pl
src/interfaces/ecpg/preproc/ecpg.c
src/interfaces/ecpg/preproc/keywords.c
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/libpq.rc.in
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/generate-plerrcodes.pl
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/pl_scanner.c
src/pl/plpgsql/src/plpgsql.h
src/pl/plpython/generate-spiexceptions.pl
src/pl/plpython/plpython.h
src/port/chklocale.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/getpeereid.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/pgcheckdir.c
src/port/pgsleep.c
src/port/pgstrcasecmp.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/win32.ico
src/port/win32env.c
src/port/win32error.c
src/port/win32setlocale.c
src/port/win32ver.rc
src/test/examples/testlo.c
src/test/isolation/isolation_main.c
src/test/isolation/isolationtester.h
src/test/isolation/specparse.y
src/test/isolation/specscanner.l
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/check_bison_recursion.pl
src/tools/findoidjoins/Makefile
src/tools/findoidjoins/findoidjoins.c
src/tools/ifaddrs/Makefile
src/tools/version_stamp.pl
src/tools/win32tzlist.pl
src/tutorial/complex.source
src/tutorial/syscat.source

index 4babbf3316eb5357cc15bf014958edd366124d27..d5512d1fa044aaca16e343acb2309b8011dab225 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-2011, PostgreSQL Global Development Group
+Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 
 Portions Copyright (c) 1994, The Regents of the University of California
 
index bfc7a1f86fac33c1af8fcd884f5eaf0f134c6e0a..baa1b970f8ed4325b8f2d46dc9b136676dbb5018 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-2011, PostgreSQL Global Development Group
+# Copyright (c) 1996-2012, PostgreSQL Global Development Group
 ## --------------------- ##
 ## M4sh Initialization.  ##
 ## --------------------- ##
index 54ca820b11cfdbddb609a293d573e02afdd23b3f..48db5c39b56371a782f3815a648c58f27bdbe8ab 100644 (file)
@@ -23,7 +23,7 @@ m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [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-2011, PostgreSQL Global Development Group])
+AC_COPYRIGHT([Copyright (c) 1996-2012, 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 99fa02e81365f0ba04d1a642b6862bc415b1da91..431a67518742f950691f6286ae6bb617ed10da9a 100644 (file)
@@ -3,7 +3,7 @@
  * adminpack.c
  *
  *
- * Copyright (c) 2002-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2012, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
index b3206987484e57a91850033fef01bc9c507172e9..61da6a27dec6e59d70987d6ce7b1056f4f794119 100644 (file)
@@ -3,7 +3,7 @@
  * auto_explain.c
  *
  *
- * Copyright (c) 2008-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/auto_explain/auto_explain.c
index 62c810a772a71b6d3295e7f9d54496b4619f25e2..36a8e3eceb93460ece97872ab5d6e4e2e35ed00b 100644 (file)
@@ -9,7 +9,7 @@
  * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
  *
  * contrib/dblink/dblink.c
- * Copyright (c) 2001-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2012, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 40de83f2b6cb6ce3a0dd981d8ab6264f8bf8a932..935d283d31168c24898461a3b4344164a896023d 100644 (file)
@@ -9,7 +9,7 @@
  * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
  *
  * contrib/dblink/dblink.h
- * Copyright (c) 2001-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2012, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 68964548a68dc41d88893606d7ba70f8d76a3ac8..4beaf92987612398f0e331cfb11b1cedaff95b11 100644 (file)
@@ -3,7 +3,7 @@
  * dict_int.c
  *       Text search dictionary for integers
  *
- * Copyright (c) 2007-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/dict_int/dict_int.c
index d47315bd793fb9955d488a0e51ab2fdd94c736e3..59f977e50323421e0ff3bac8d6ecbc98f4faa998 100644 (file)
@@ -3,7 +3,7 @@
  * dict_xsyn.c
  *       Extended synonym dictionary
  *
- * Copyright (c) 2007-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/dict_xsyn/dict_xsyn.c
index 2979fecd06a9ca16640f2c8b4261d970ed00557b..75e4f8cda4a304611ee372dbb6a65155c721442a 100644 (file)
@@ -7,7 +7,7 @@
  * perspective, but allows regression testing independent of platform-specific
  * features like SELinux.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 #include "postgres.h"
index 1cf3b3c4e0cfdb4e7b7c39749bb13bc138a2a334..46394a80e0545d529572e16bc05ef46d28fce218 100644 (file)
@@ -3,7 +3,7 @@
  * file_fdw.c
  *               foreign-data wrapper for server-side flat files.
  *
- * Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               contrib/file_fdw/file_fdw.c
index 98b95bf6f1144b67f3f8fbd03a55793ff8e0fad6..b9c21652100fdd6409fbb5e68e9ae6f26327f499 100644 (file)
@@ -6,7 +6,7 @@
  * Joe Conway <mail@joeconway.com>
  *
  * contrib/fuzzystrmatch/fuzzystrmatch.c
- * Copyright (c) 2001-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2012, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * metaphone()
index a84c46a4a408fc7d17ba44137d871e9a45b20e05..40035ca78c414219c4faa7e5810c8d32e3b1c44e 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Joe Conway <mail@joeconway.com>
  *
- * Copyright (c) 2001-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2012, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * levenshtein()
index ac5f21c7d783b229f017aaae9da8af0ec60e2a07..181bbd407211dda0f2e9d33c5f3fd9e9d438ec44 100644 (file)
@@ -4,7 +4,7 @@
  *       PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
  *
  * Author:     German Mendez Bravo (Kronuz)
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/isn/isn.c
index 3f478b5f4b1ae18e5813d6e1b800468edcbaf9a2..7a4b3ca1022373a3957b137d9a5423d8ebde61b5 100644 (file)
@@ -4,7 +4,7 @@
  *       PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
  *
  * Author:     German Mendez Bravo (Kronuz)
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/isn/isn.h
index 0d6bc14e9c332b6ad6327326b52ffcd7c965261c..c96d4be2b9db2a96ea73324810e7f434fd986379 100644 (file)
@@ -9,7 +9,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pageinspect/fsmfuncs.c
index fa50655d60b6fff7a6a605c84a59f3d28f5d9c4b..260ccffdc7c514bdcf2d5748efe2697c93a456b9 100644 (file)
@@ -15,7 +15,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pageinspect/heapfuncs.c
index 362ad84cef2f78e606d1367d701b61517fcc46b3..f51a4e31f51ae5bd00f31dc4bd3daa5015d5917c 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Access-method specific inspection functions are in separate files.
  *
- * Copyright (c) 2007-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pageinspect/rawpage.c
index 711ec9fc363e89022abe64edd89ec53a4df28a6e..8d6dea2a0667ff8aab902bf114db333fa09a416f 100644 (file)
@@ -3,7 +3,7 @@
  * passwordcheck.c
  *
  *
- * Copyright (c) 2009-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2012, PostgreSQL Global Development Group
  *
  * Author: Laurenz Albe <laurenz.albe@wien.gv.at>
  *
index 8dc3054e372ac12d4bf4216aa86b65a188b44cbc..434aa71a33cd69b6f8e53d54d1c7741e11bbadbc 100644 (file)
@@ -11,7 +11,7 @@
  * disappear!) and also take the entry's mutex spinlock.
  *
  *
- * Copyright (c) 2008-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pg_stat_statements/pg_stat_statements.c
index 7185f13b4a4cef83d195856c1d58495897c98b68..8594d2617b286976424732b283661dc2584b8f8d 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     server checks and output routines
  *
- *     Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *     contrib/pg_upgrade/check.c
  */
 
index 1120d797838d73c11f143329abcb7d526872612b..8560d881193eb70fb4dcb99b76474cd23b844727 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     controldata functions
  *
- *     Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *     contrib/pg_upgrade/controldata.c
  */
 
index 2af50bc8b5bcfde22585bfe85d6417fb1e9fe5c9..772ca37e8d083abd9dc60dd69ab5bf2f8539ad64 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     dump functions
  *
- *     Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *     contrib/pg_upgrade/dump.c
  */
 
index ff9b3171090b95773883ac1bb57d2b2221236f3c..b870deda79a807305816578f6fc7033878e2030e 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     execution functions
  *
- *     Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *     contrib/pg_upgrade/exec.c
  */
 
index 0ea269f2599046a507c4895221baa149106b948e..fcf1c440a705c38d499cd1cc0863e4570c80613c 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     file system operations
  *
- *     Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *     contrib/pg_upgrade/file.c
  */
 
index b154f033e6e338e15c323dcd8c790552b0bc92d4..54f139a7988be95fa5903562d47a2488765baf4d 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     server-side function support
  *
- *     Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *     contrib/pg_upgrade/function.c
  */
 
index c33e13a6704a511043925d8614cce0a500ff3762..e8361cec29c6a128ce019a266ede2da38ffca7dc 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     information support functions
  *
- *     Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *     contrib/pg_upgrade/info.c
  */
 
index 026f71e562d16cf42e5f7d45505de4a83ae34c3e..82c88affaf35cd6a059740ab59b07c055664ebbe 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     options functions
  *
- *     Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *     contrib/pg_upgrade/option.c
  */
 
index c8f57745a5f30235536921da046c22380e435e49..a790f4efc5c9ef1e3809e149c1c49047aa50a2f8 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     per-page conversion operations
  *
- *     Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *     contrib/pg_upgrade/page.c
  */
 
index 12df4638f84252c060ee50aeee4a7cae11ca31fa..15b30fc0de0d7634c3c4c3b393c8db22217318a8 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     main source file
  *
- *     Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *     contrib/pg_upgrade/pg_upgrade.c
  */
 
index 7d48e9c430bd2fdb5459d9e2002cffdff49c9ff4..58d5201bfca8fa7613c69f2049134150f6d8b7e0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     pg_upgrade.h
  *
- *     Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *     contrib/pg_upgrade/pg_upgrade.h
  */
 
index 74d16216f3ba862fb8984793021d23a72abf297f..54ee5f0b81813f55d06ad2043147191a72120286 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     relfilenode functions
  *
- *     Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *     contrib/pg_upgrade/relfilenode.c
  */
 
index e45f72b0ae2bf34575d6ab177ac2f24728e7fc05..989af63a783a4206c9448cf817c53f779ed1cb63 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     database server functions
  *
- *     Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *     contrib/pg_upgrade/server.c
  */
 
index df2285f36699148c0cb266e452d66b94920bf5cd..11fd9d091f179bd94eab83e68f039b589a6ef2df 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     tablespace functions
  *
- *     Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *     contrib/pg_upgrade/tablespace.c
  */
 
index 9aebee94b49d4d9368aee749df843f752705289a..299b7a5c477003b47e5d6aaf080678037042f661 100644 (file)
@@ -6,7 +6,7 @@
 # runs the regression tests (to put in some data), runs pg_dumpall,
 # runs pg_upgrade, runs pg_dumpall again, compares the dumps.
 #
-# Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 
 set -e
index b7136be045261a5ad538c1d1a693b502c19c55e8..94eaa189b0e3187f97ca520fc426dee76642af39 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     utility functions
  *
- *     Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *     contrib/pg_upgrade/util.c
  */
 
index 2d6778f7476b01af8607ecec6b5809880f4d9ef7..e8799a4085638f949326fd6ca43b0fcd3dc5ce09 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Postgres-version-specific routines
  *
- *     Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *     contrib/pg_upgrade/version.c
  */
 
index 625f4ad63a01acc3845cc7aae786083cacf53bd8..a8641076aa07590da4e1eb0016255a0662af3d53 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Postgres-version-specific routines
  *
- *     Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *     contrib/pg_upgrade/version_old_8_3.c
  */
 
index 47d65801d7579a94a7df67063f1beed133f532a7..472f1525b0bac78260813ab12c24b5bfa4b3c581 100644 (file)
@@ -5,7 +5,7 @@
  *     to control oid and relfilenode assignment, and do other special
  *     hacks needed for pg_upgrade.
  *
- *     Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *     contrib/pg_upgrade_support/pg_upgrade_support.c
  */
 
index 91d86da38df521ca053ec44a7308592dd40ee7cb..9081f0955ffe720e214706b580c574a8340b274c 100644 (file)
@@ -5,7 +5,7 @@
  * Originally written by Tatsuo Ishii and enhanced by many contributors.
  *
  * contrib/pgbench/pgbench.c
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 3faef63a16c5a1be0143a934ee52232d6e3c0c3b..be3a7be96557bb1da1fd7fad1cc80d9ad2a96bb1 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to database objects
  *
- * Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 319933747c835da25bff088b8e332f5179f668ca..17aa41cf4e7eea43ccf033aa49d21a00d9fc153f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines to handle DML permission checks
  *
- * Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 823297108f18815e56541d2bc654c996290e93b4..47437ba5b312eb344f40715e5663b9dccb55653c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Entrypoints of the hooks in PostgreSQL, and dispatches the callbacks.
  *
- * Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index a2bf57151ebd6af5bb8742b4ac2178c42e540619..2ab7a6f20359b28bdbc98cf60cda0aef35da884f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines to support SELinux labels (security context)
  *
- * Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 9e5ecdc400bc115cbda4ba914cced45e6fdf13c5..038ef7128f2ee8c6969d9606826786dd6cf02aeb 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # A wrapper script to launch psql command in regression test
 #
-# Copyright (c) 2010-2011, PostgreSQL Global Development Group
+# Copyright (c) 2010-2012, PostgreSQL Global Development Group
 #
 # -------------------------------------------------------------------------
 
index 14231c4aa85188a97a26009d3a7f20c22d1fe3b3..b902797d8fb3be71190db5dec67da083358609d3 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to procedure objects
  *
- * Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index b4abc8eac021e6f7bc58056a30b8ba55c8cf807a..efce9148a5b103dc7bc14786a25d5d15026a9985 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to relation/attribute objects
  *
- * Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index c8bb8c927541a941a211f0e95b23d9a5921f8489..90dca1d6a75e788b6145a8da7e8554e25bd276ad 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to schema objects
  *
- * Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index d693d63ed0e844bab4daa362a1ea4b4036f91ac8..8819b8cb99a90eb31531b05f252ce5c94460173f 100644 (file)
@@ -5,7 +5,7 @@
  * Interactions between userspace and selinux in kernelspace,
  * using libselinux api.
  *
- * Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 33b219fffb14ac0e1a47df08028440fd4b208494..c93da7ad70b172354b7e91ef7155ec72823d6cbb 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Definitions corresponding to SE-PostgreSQL
  *
- * Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index affe0a20b8d6962ffa85ad97bc6f5663f53f4be4..905f87dfc8dabc5f5eb40a66f619ae2982ea6c24 100644 (file)
@@ -6,7 +6,7 @@
  * access control decisions recently used, and reduce number of kernel
  * invocations to avoid unnecessary performance hit.
  *
- * Copyright (c) 2011, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2012, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 4fd68cd6b03bc0f108a4e8bec6d6eceecb45ae6d..65a470114ba21691f696f3d82495516b4b60f238 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * Copyright (c) 2002-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2012, 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 a0e03e285d7e9c11fc69dc0e705f04b5d37be986..d9670f540194c2b6206088df574aa542d5791693 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh <postgresql@e-trolley.de>
  *
- * Copyright (c) 2002-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2012, 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 8e4c7a32d9fcbcc0e239de4ce1d55b9a0a33c36f..c27d7d31f4fac40208db3de2e31a26ed62590426 100644 (file)
@@ -3,7 +3,7 @@
  * test_parser.c
  *       Simple example of a text search parser
  *
- * Copyright (c) 2007-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/test_parser/test_parser.c
index e4a2ac6ede6603ee1d021e57792e211a9253aa29..968bd80a17a6394113c99bd93d5c7e183389fc6d 100644 (file)
@@ -3,7 +3,7 @@
  * tsearch2.c
  *             Backwards-compatibility package for old contrib/tsearch2 API
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d22f5c7beaa875451539b14983abe2f142b619eb..a39285e75ad921f59f4be3b2d2c0ffac708146af 100644 (file)
@@ -3,7 +3,7 @@
  * unaccent.c
  *       Text search unaccent dictionary
  *
- * Copyright (c) 2009-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/unaccent/unaccent.c
index 2be278d489cb6247a7eefdf99755109fbe643dbd..d4fc62bd4f33b5f6aec75e3c0c247a9f67c88bd5 100644 (file)
@@ -2,7 +2,7 @@
  *
  * UUID generation functions using the OSSP UUID library
  *
- * Copyright (c) 2007-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2012, PostgreSQL Global Development Group
  *
  * contrib/uuid-ossp/uuid-ossp.c
  *
index 21b6dbf96de4abc54a893ba7213e6e537117a3fb..974172e3d74ac7f07e7ba9e4a6f384a1452aa3ae 100644 (file)
@@ -3,7 +3,7 @@
  * vacuumlo.c
  *       This removes orphaned large objects from a database.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0ac020ee245027a3ef8f2f2e4350845ac1da824c..e2945747e2e56f529aa6965d77fc4a6a645ae302 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the errcodes-table.sgml file from errcodes.txt
-# Copyright (c) 2000-2011, PostgreSQL Global Development Group
+# Copyright (c) 2000-2012, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index 453168634175fa054e20eaefc2ff6c7683293fdb..ccf50d612e076680205e8ca14c3fabf2c40117ab 100644 (file)
@@ -1,7 +1,7 @@
 <!-- doc/src/sgml/legal.sgml -->
 
 <copyright>
- <year>1996-2011</year>
+ <year>1996-2012</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-2011
+  <productname>PostgreSQL</productname> is Copyright &copy; 1996-2012
   by the PostgreSQL Global Development Group and is distributed under
   the terms of the license of the University of California below.
  </para>
index ec82d8d344ed77c8df328ecec69f1dfd3444d971..0c763dd37584eb9208a528ff4de5326209a09533 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for the postgres backend
 #
-# Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/Makefile
index 36b3af820218829ca938b091fac4a0b5004b9862..08d2b21c2318de0946710bf72506fca9569b0a34 100644 (file)
@@ -45,7 +45,7 @@
  * and we'd like to still refer to them via C struct offsets.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 85c43199aa78e81ba2334828b0294a42dfda2584..76c76e9e89878aaa2f1d0611180bd333f4a28801 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index afce6d5edfa378142be68f1dc5ee2c80a3de323b..4616106afe81e41150d613358c9dd8246fbbfe43 100644 (file)
@@ -5,7 +5,7 @@
  *       clients and standalone backends are supported here).
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7220e0e0ce96af5c1411dbe79e9e6e018adcaf4e..09a7b6fb0c266cc33d1a6ace628eca59af797e7e 100644 (file)
@@ -3,7 +3,7 @@
  * reloptions.c
  *       Core support for relation options (pg_class.reloptions)
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c879b8aaa44f861a37535db085347b46b88fa7ea..37d77ed7d576aa003ff5bf95bd9959328c7cfaf1 100644 (file)
@@ -3,7 +3,7 @@
  * scankey.c
  *       scan key support code
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 34e5f114404a3ef029de4e0cbce8ce75ecb57aa8..f5a43d47b88d4e2aa63dca6199160554dd1790c2 100644 (file)
@@ -9,7 +9,7 @@
  * executor's "junkfilter" routines, but these functions work on bare
  * HeapTuples rather than TupleTableSlots.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ee404867fe303394d721f3766011b0b82eb0c830..1f40b7c6604d68eaf2f6ed9ab1a120ce560f9706 100644 (file)
@@ -3,7 +3,7 @@
  * tupdesc.c
  *       POSTGRES tuple descriptor support code
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2de58604eee7810648cfa3b426457e44ba6ce252..f1f934331cc51e8e67f2720686f9f1ae01a77431 100644 (file)
@@ -4,7 +4,7 @@
  *       support functions for GIN's indexing of any array
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index eefbd10e9b9080e752fde2dce01e13f82531becf..b160551b5ed6ed16693904488b9c3bda7e0146d3 100644 (file)
@@ -4,7 +4,7 @@
  *       page utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9e5bab194de3bbfbbb2ce1122c555f40518e021a..ddae86272038215df84d30ed16bd79f91d53b4d3 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for fast build of inverted index
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 790609801e0949ee84c23837e89f69cd11bf6d2a..13601468ed2cbd905aa6b19b0fe7b45dbdcac3be 100644 (file)
@@ -4,7 +4,7 @@
  *       page utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d4de91f05a3720086be7a48afe623ce83007b95f..a9482da3fb589ce17d4e4f1bf89cc590990f8c6e 100644 (file)
@@ -4,7 +4,7 @@
  *       page utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8ae09c308af7fe571579d92c70ec80e3d8eebac8..d201c68f722dfa22ebc143d48d2789c515e6798e 100644 (file)
@@ -7,7 +7,7 @@
  *       transfer pending entries into the regular index structure.  This
  *       wins because bulk insertion is much more efficient than retail.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a6504c958d99d3d7677bcd4b869d225e517c0f7b..022bd27b2341f776e71aa1994712a6b7840eb061 100644 (file)
@@ -4,7 +4,7 @@
  *       fetch tuples from a GIN scan.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bea5f681fda376ec5f268205ab8d9ebee0938521..fe06bdcbfab7c03a13407995b39cec8f44a36066 100644 (file)
@@ -4,7 +4,7 @@
  *       insert routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 73f72f288b23828e34867480eef169436faef16f..3cd9683dcddf3d5ab9f093848a80b01cd93185cb 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to manage scans of inverted index relations
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f18b3699cf6bfba9b0a7e6a0b7358a0c9cb33642..e47abee4b7963080baa89d3f2894f2e6e2e56c04 100644 (file)
@@ -4,7 +4,7 @@
  *       utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e5d61b5a0b7915cba3e16d6cba8c7a8ce8f58150..5418fa0f74e411774e3fe4996482d54c9a6ecc53 100644 (file)
@@ -4,7 +4,7 @@
  *       delete & vacuum routines for the postgres GIN
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e67a0aab19572dd50bb229871052ce379e36524f..94051aa1c3dcf4e15aa388d65f29447b9ddbbabe 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for inverted index.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0ce56b850d371c6489b5df636c6681689d507ed3..ae6309d87c3648c55f4e1f868dfbe1918029c306 100644 (file)
@@ -4,7 +4,7 @@
  *       interface routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index be1b202d39d7163d17b6dad934cde796afbc9106..021a8dcf44b98539940ed08a0d4a9c41bce16c2d 100644 (file)
@@ -4,7 +4,7 @@
  *       build algorithm for GiST indexes implementation.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1c11fb39b028985df0241a89a5653a70d9eba65b..2a5f7b3422dc470a2527fb919fe2cf721e4b7910 100644 (file)
@@ -4,7 +4,7 @@
  *       node buffer management functions for GiST buffering build algorithm.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b565d09b388048a6d61235d3560a57c058f98a99..73551eca3f6341132c656061c87aa8d3cc651f92 100644 (file)
@@ -4,7 +4,7 @@
  *       fetch tuples from a GiST scan.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2b68e218a45a08918129ee6a3ed4ffb2e71bb2c2..7220b39a30bdc0b2785a6791bbb0f575c7b89bb9 100644 (file)
@@ -6,7 +6,7 @@
  * This gives R-tree behavior, with Guttman's poly-time split algorithm.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e6140a151bbb4c1400355efd8646a1abaf4d7296..bf139de8246f40b6373bcc49ad184573522dbb2c 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to manage scans on GiST index relations
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bd846cecca687db40a48adf9d27d004b41435c9b..33b071e877f9e837701ddb196b12e4918c95e9cd 100644 (file)
@@ -4,7 +4,7 @@
  *       Split page algorithm
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8e57d907f86e413dced9d99998412aecb1f9de31..ad27b638ea529cad72b7604b9925547ef903ad05 100644 (file)
@@ -4,7 +4,7 @@
  *       utilities routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d6506458644f079ad953b15fd7c706e72cb8ff9b..2cd4efad617736fc34f540fe72be338358029885 100644 (file)
@@ -4,7 +4,7 @@
  *       vacuuming routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8c326462b1de7c96db54016c23b49ae7ce4bd323..76029d9949a887f03b59d6796854b8e7404c82ad 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for GiST.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 770b3ef76d91d8e0da451d15beefd29cfcbf1644..88026695b6608f37955bd569377f59d59810e07c 100644 (file)
@@ -3,7 +3,7 @@
  * hash.c
  *       Implementation of Margo Seltzer's Hashing package for postgres.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 897bf9c1ac93977f314b5368b6ce1a88f6f31e65..0e4cf8e0a3e2d1b9ce7d2162896d4bdf0cf19505 100644 (file)
@@ -3,7 +3,7 @@
  * hashfunc.c
  *       Support functions for hash access method.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 54158f4679a576a500d4d7a9481ef54d928fab2e..66084f4a6fcd6b45acf4f110c523d5f97203c7e0 100644 (file)
@@ -3,7 +3,7 @@
  * hashinsert.c
  *       Item insertion in hash tables for Postgres.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a2a5bb77a83db9131c0192d1a682ddc1e8e167da..130c29616cd0d3c946e8a72e8e55086bea51d969 100644 (file)
@@ -3,7 +3,7 @@
  * hashovfl.c
  *       Overflow page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 66d43469762759706e7e80a57eb046f45822db22..6b647a895bf3d3c8938fb7d83f4dbd5eb75cea1c 100644 (file)
@@ -3,7 +3,7 @@
  * hashpage.c
  *       Hash table page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 93d63b86ea1625556cdc53798a2c3113885c1af6..0f34a3dd8cf203e50916fd50e621d393a6e18bdf 100644 (file)
@@ -3,7 +3,7 @@
  * hashscan.c
  *       manage scans on hash tables
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2ce81312e7c0d34081706db573ec7bf8f35e8a1b..88a2ad11d4bc1b1d1eb337cdb916a6d31a3d3498 100644 (file)
@@ -3,7 +3,7 @@
  * hashsearch.c
  *       search code for postgres hash tables
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dbb9c3f39b4224a045da20ade144965c1be38e8f..aa74629ea8e08b31a2237914e0e34b7d932360f5 100644 (file)
@@ -14,7 +14,7 @@
  * plenty of locality of access.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0665150281097c164afa8ba422fc40fe28e365c5..96470c533a88443df0f6678bfce15b66e63c0c51 100644 (file)
@@ -3,7 +3,7 @@
  * hashutil.c
  *       Utility code for Postgres hash implementation.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 245b224686257f3802934e7483ef26d74238a0eb..5f6ac2ec1fdaf7598084150d017d8c85bfeeebe5 100644 (file)
@@ -3,7 +3,7 @@
  * heapam.c
  *       heap access method code
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index beecc9050fb2d30cb4c1b8db05401d484f8fb024..30ef1bf7e04efc8571a618515e234ccfdf4766bf 100644 (file)
@@ -3,7 +3,7 @@
  * hio.c
  *       POSTGRES heap access method input/output code.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 61f2ce4cdedf9c16f58cefc2cbeae55f37689b15..b61b603adb1eac2fbbf42443a5762ed5ac2274c4 100644 (file)
@@ -3,7 +3,7 @@
  * pruneheap.c
  *       heap page pruning and HOT-chain management code
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e56140950afc96f3b90843ec19ae2f7231ce36d1..31b2b678b6c22568e1cfcffe30341fe2b346f8f7 100644 (file)
@@ -92,7 +92,7 @@
  * heap's TOAST table will go through the normal bufmgr.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index 0f11786d11b7ba319d5897598e499f4afc48122a..784fca7eb3a6dcab0d0f0071094cce70d2af5063 100644 (file)
@@ -36,7 +36,7 @@
  *             ss_report_location      - update current scan location
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2f0676f425fd40a1644d4192ad82cc39f7bad3d6..3ba37f6e88068a30c0a26fa2cb517d92f897d894 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for external and compressed storage of
  *       variable size attributes.
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 6b606a393acb4ce759b7b7d67621c2af5012c74a..76b3a46780d43734293fdea6f7216dd94c12e28f 100644 (file)
@@ -3,7 +3,7 @@
  * visibilitymap.c
  *       bitmap for tracking visibility of heap tuples
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1732ef7bfe5544a3c6bf5269445fcce8c7aa9168..e94c3957f26b68327565886d4c53f5cb30eb7fdd 100644 (file)
@@ -3,7 +3,7 @@
  * genam.c
  *       general index access method routines
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e5fb5183897c31b949363f96db2a8591db58bf19..16ac4e1b9ffcae0a7d902297a1288a82f02295fb 100644 (file)
@@ -3,7 +3,7 @@
  * indexam.c
  *       general index access method routines
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f86b7551d2c69428718e0aa315bb037166213639..fedde934a389921e5c01deb672de79f22d9dd05b 100644 (file)
@@ -3,7 +3,7 @@
  * nbtcompare.c
  *       Comparison functions for btree access method.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 872988dd98a0641e44246b1231065948a77217f0..3ed9b5cc2900f89b4c04506557d8dac2064ab085 100644 (file)
@@ -3,7 +3,7 @@
  * nbtinsert.c
  *       Item insertion in Lehman and Yao btrees for Postgres.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f9b3e1feafe62130e250f68b2183cdf5f944d19b..42b2cd40b89e65d375b411d90e22ee179a89569b 100644 (file)
@@ -4,7 +4,7 @@
  *       BTree-specific page management code for the Postgres btree access
  *       method.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 13c05525179ee99ef1fe57824694c37858e8e4f7..76277384373676732f8c70df456e37f828d3344a 100644 (file)
@@ -8,7 +8,7 @@
  *       This file contains only the public interface routines.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d48936bed6dd5c5fd5678688f3fa20b115786394..b701c3f819cb0dd76b9ef75fadd6086796198b37 100644 (file)
@@ -4,7 +4,7 @@
  *       Search code for postgres btrees.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 77341903fb958798eff7ade31dba59b16c50b330..9aa3a135b576b4e761b213035ef158792f1dff6e 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 90e441c3a9894fc014180a1a7bb190614676c756..f79ce552b6206005b4a24ab92ad06183d603c146 100644 (file)
@@ -3,7 +3,7 @@
  * nbtutils.c
  *       Utility code for Postgres btree implementation.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e2ed50feacf042ad35a181dafd8af1f074302a7e..0f5c113492dd1c8bd92994b749c1abed50ba5c70 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for btrees.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 317feebde7eab4072355472d624f0d12e5917688..85704762a6f242d48298f24b2d894f2cc5db9790 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation of insert algorithm
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4a059bdfedc3d7d2ab52fc7f0bddf29d38b19d67..cbcf655674ac5434fab090fcef0c4ca134bbbf94 100644 (file)
@@ -5,7 +5,7 @@
  *
  * All the actual insertion logic is in spgdoinsert.c.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d5c1b4f454c375f57237c87838a0c98aef44eb2f..eca972a6f0b8ea5395719701222fe5aeec61beaf 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation of k-d tree over points for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e40d8b0e76577eaf78793fc73188cc78e757315a..231749e992dba9686cdba2af48908622611d3794 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation of quad tree over points for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e158ca1aae7e1aa909f04c229673b0d9430c8fb8..22cfcc8792933d3a557af017c79a271531b68ba5 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for scanning SP-GiST indexes
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ab37d482636f023318b85f5f3fc02dbbadf43de0..b194fc1b13e52621683f5da165c1ba4091d94a26 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation of compressed-suffix tree over text
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index aced35c84414f56c52184a45f69ad46ab6c010ce..1f88562be78e7c103f11814efdc4b802e8eb9767 100644 (file)
@@ -4,7 +4,7 @@
  *       various support functions for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 90d59920eb6269ec7a5d2171356c41d7f074559f..4598ea8d67fd42854c59a29624683efea91ac451 100644 (file)
@@ -4,7 +4,7 @@
  *       vacuum for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 683f28bb1e47d1431f747197840012d6b91273d0..daa8ae300bae9125c9c4732cdf65185c5779dec2 100644 (file)
@@ -4,7 +4,7 @@
  *       WAL replay logic for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6a2bf83362f4213c6ddf534cd0c4e13969576b51..4060e600ff52a7868c884216ad763e4811876e24 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/clog.c
index c1c8ba52da30e02457af163a883a5b31da7760a6..454ca310f339db34a4cc352899fea1d663abf93b 100644 (file)
@@ -39,7 +39,7 @@
  * anything we saw during replay.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/multixact.c
index f7caa341e164c9edccb509655c19281303a0d07e..30538ffd6431cdf9e038022ab2341a980f2775c0 100644 (file)
@@ -38,7 +38,7 @@
  * by re-setting the page's page_dirty flag.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/slru.c
index deef99aeb223a16c8ea92df7da09a1aff325b991..934339bbf0a1760340d627ad7caea6a681fb38fd 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/subtrans.c
index 472dd4cca6ec876d520a870f58f537388d0b3ebc..a7214cf34dedf7ffbb01f50f4dedbb8d50c8a1cd 100644 (file)
@@ -3,7 +3,7 @@
  * transam.c
  *       postgres transaction log interface routines
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c5a2541807e148c29c790b0fe12a52c0389f4626..69af75c6b64551167d428baf30b459efd7290154 100644 (file)
@@ -3,7 +3,7 @@
  * twophase.c
  *             Two-phase commit support functions.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index eeb445da9d75a6bd41d1b05a1554c6e58bccd8ea..b98418fb7be0b22db1bdb22b87785117264e42a7 100644 (file)
@@ -3,7 +3,7 @@
  * twophase_rmgr.c
  *       Two-phase-commit resource managers tables
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 443e5e4ea660ee53bd4c52a7204d51c13ba79cda..8c045fb8be9916a630bc6559019dbf7ebf296857 100644 (file)
@@ -3,7 +3,7 @@
  * varsup.c
  *       postgres OID & XID variables support routines
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/access/transam/varsup.c
index 4177a6c5cf95d5e1a1b49b9f11c17098b2158529..e22bdacbba2ad1b8218c75fbf2bb1aca0999e44e 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See src/backend/access/transam/README for more information.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d98a763fda67606e16bd01a91ab85701598acd7e..8e659620faba41aca7443e99fb6ad33dfb20017c 100644 (file)
@@ -4,7 +4,7 @@
  *             PostgreSQL transaction log manager
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlog.c
index 22c6ca0426f2d9e46e8efbdc546dd096b7d805df..1ca279de3ff78d94cacebe5e12ac190695c9b7e8 100644 (file)
@@ -7,7 +7,7 @@
  * This file contains WAL control and information functions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogfuncs.c
index b280434a82969dfc4f2a3b00b22f7e4cec5304e0..f286cdfc073b39e1f352e101f40be27710e84136 100644 (file)
@@ -8,7 +8,7 @@
  * None of this code is used during normal system operation.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogutils.c
index d0a0e9276e8c5ed561e55c4d1634b47cda090b43..d7bc5727403ba7c30475ce42512ebd8b6f577290 100644 (file)
@@ -4,7 +4,7 @@
  * bootparse.y
  *       yacc grammar for the "bootstrap" mode (BKI file format)
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f4230d93b188285245fdb6bdd4e31fa7ddd7df7a..c308f857777ab8651923e8f78af8e7419f59eea2 100644 (file)
@@ -4,7 +4,7 @@
  * bootscanner.l
  *       a lexical scanner for the bootstrap parser
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6bf2421f65fdc4e448da76879b2f55f1c61113ea..e3ae92d540d10d5f38b03304de1cb25e2b823beb 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8526d7d555b018017156d1f6e518f5c916a3be96..1ba935cdf75319e5b3d0e22eef9054f91e1bf45e 100644 (file)
@@ -4,7 +4,7 @@
 #    Perl module that extracts info from catalog headers into Perl
 #    data structures
 #
-# Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/catalog/Catalog.pm
index 505a611a7dd54c42247a789fa56206f1ba6601fa..f5e6a3f061980e20d7dfddebce6667ea18d98c91 100644 (file)
@@ -3,7 +3,7 @@
  * aclchk.c
  *       Routines to check access control permissions.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9d568b5273a2f51ef2a410e7de6d887d845d7353..c1f1db9a3291f2b72034983ce91c47d2bcc9e7f8 100644 (file)
@@ -5,7 +5,7 @@
  *             bits of hard-wired knowledge
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 223c097abb1a69308cf61af30d97a2a87e967058..0b3d489ae006d15e916a23ba885afc75f4c9fa46 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d91af529f43d5c23d05c986b745bee80a971db3a..ebc4825cf47b096c331df64a0ec969d846d34287 100644 (file)
@@ -7,7 +7,7 @@
 #    header files.  The .bki files are used to initialize the postgres
 #    template database.
 #
-# Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/catalog/genbki.pl
index 2f6a6ffba170f864cd1ae05833ffd3117cc02a24..dc801ae0396f24ce1d369bfe2c92221d91235a9b 100644 (file)
@@ -3,7 +3,7 @@
  * heap.c
  *       code to create and destroy POSTGRES heap relations
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f9075c4752dfa1ea734524277be8d5bf78a01b4e..bfbe642535132b512c6c7f49ce5672e0c2f48a11 100644 (file)
@@ -3,7 +3,7 @@
  * index.c
  *       code to create and destroy POSTGRES index relations
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e2e635e358e7e8e5ddb45af4314ed38412ea1884..ee049857a2f2d623707d0cc1b28aa4f327bebcf2 100644 (file)
@@ -4,7 +4,7 @@
  *       This file contains routines to support indexes defined on system
  *       catalogs.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b60409f3ca2f94881eaae6bc935ab1ece211b501..818582833d08e202b802443b15a66b772b8920a4 100644 (file)
@@ -2,7 +2,7 @@
  * SQL Information Schema
  * as defined in ISO/IEC 9075-11:2008
  *
- * Copyright (c) 2003-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2012, PostgreSQL Global Development Group
  *
  * src/backend/catalog/information_schema.sql
  */
index 807d966095bab77d4bd271d122de63c1e43ba19b..a9a64fe5f21d8141f6e70e6118ee8369ef70d8f4 100644 (file)
@@ -9,7 +9,7 @@
  * and implementing search-path-controlled searches.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 30873aa9a32fef0d4701d7adf14eb8759c74cc1c..e6e0347c2bff532b444e52566d86db1cb21d47d5 100644 (file)
@@ -3,7 +3,7 @@
  * objectaddress.c
  *       functions for working with ObjectAddresses
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b106c92983c7590234ba41d6271b70bf40697f88..1c4d646014499b6c38af88b8898608849c1a5647 100644 (file)
@@ -3,7 +3,7 @@
  * pg_aggregate.c
  *       routines to support manipulation of the pg_aggregate relation
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ce9bfae70259dee5277f2e4977dac33785812e4e..511d70c044d6ba18c809296befb5035e8bc19493 100644 (file)
@@ -3,7 +3,7 @@
  * pg_collation.c
  *       routines to support manipulation of the pg_collation relation
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cfe82ea3a8c86df948c61bb328d8cfc6a3734ebf..d993170eb1fb8c8c29f285b2b8340828aba6f8d8 100644 (file)
@@ -3,7 +3,7 @@
  * pg_constraint.c
  *       routines to support manipulation of the pg_constraint relation
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e480aebe58f317c3524a0829dcb38ea37a988692..8194cd6c2671f9131d581aa8e5a6c03293ac76a0 100644 (file)
@@ -3,7 +3,7 @@
  * pg_conversion.c
  *       routines to support manipulation of the pg_conversion relation
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8162990c324069c4d4d41915b614b74328e545e5..d865b6875d37b01ca1b897af9536e3bafcf83c0c 100644 (file)
@@ -2,7 +2,7 @@
  * pg_db_role_setting.c
  *             Routines to support manipulation of the pg_db_role_setting relation
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c1a4340190a5574f78badcf94333026af380a2f5..843f03d2c3877fe63c34a91b04eb825523f21a7d 100644 (file)
@@ -3,7 +3,7 @@
  * pg_depend.c
  *       routines to support manipulation of the pg_depend relation
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3665846269a3af5ee89c4aa3fcbb60324e533219..41665c1328771d1330514653943c37cf235c3282 100644 (file)
@@ -3,7 +3,7 @@
  * pg_enum.c
  *       routines to support manipulation of the pg_enum relation
  *
- * Copyright (c) 2006-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 47290930ea0dc94a36f16dae3f36f8dfe0d42a6f..146c845c94fc2d644135c58bb822ca92e839e9a5 100644 (file)
@@ -8,7 +8,7 @@
  * Perhaps someday that code should be moved here, but it'd have to be
  * disentangled from other stuff such as pg_depend updates.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 24cc0d47b321bfda1915e68619c587fed5ff9449..1e5de6acad934718beb0bc60f8a813e851a4b10c 100644 (file)
@@ -3,7 +3,7 @@
  * pg_largeobject.c
  *       routines to support manipulation of the pg_largeobject relation
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ceebac2f7e1d2e2d6b6e8faf991f98d656b86664..d5ab48a59dc76eb1eff7e6ad4229e87693ba00c2 100644 (file)
@@ -3,7 +3,7 @@
  * pg_namespace.c
  *       routines to support manipulation of the pg_namespace relation
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 14404646b1f34ff88828d9a90abbce399f42caad..3b727222413ac8e6467723a770904f478660239e 100644 (file)
@@ -3,7 +3,7 @@
  * pg_operator.c
  *       routines to support manipulation of the pg_operator relation
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a70a2aaecea68ef8c67969389233ebee1e511bce..8c0d5f9e6c465b3575fe0f27c5ac761524aa4e33 100644 (file)
@@ -3,7 +3,7 @@
  * pg_proc.c
  *       routines to support manipulation of the pg_proc relation
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dbd06be45bcf460faa8dcb62bb9c290abbd40fd5..7e52d0d01756863c2b11922d88470763301d61a9 100644 (file)
@@ -3,7 +3,7 @@
  * pg_range.c
  *       routines to support manipulation of the pg_range relation
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 591352d4b4376fe1f074b8b48a6c4523681f3013..c3e55ab6a7afacd7f240b4d910c848d962d68b37 100644 (file)
@@ -3,7 +3,7 @@
  * pg_shdepend.c
  *       routines to support manipulation of the pg_shdepend relation
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 50f384816b4fb27649824df45da1e61799a847ac..2c2e3b3e7cf95f201f6b0760c749a1b79fff7013 100644 (file)
@@ -3,7 +3,7 @@
  * pg_type.c
  *       routines to support manipulation of the pg_type relation
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 450e292f4013f9be5418f482654cd33c14c6d344..a017101b7664c73e468f62e67f4c1ab1d65476a7 100644 (file)
@@ -3,7 +3,7 @@
  * storage.c
  *       code to create and destroy physical storage for relations
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2253ca83a744c261c1170edf6277f0e4aae66599..50ba20cce2a8f365de4a04016ad17cc78c678acb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PostgreSQL System Views
  *
- * Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * src/backend/catalog/system_views.sql
  */
index 3a40e8bffc54a1ffb221582c74dd2fe4a5268dab..707ba7e28373dace9ee7428542e391b0697aabe3 100644 (file)
@@ -4,7 +4,7 @@
  *       This file contains routines to support creation of toast tables
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 085a205919917b7e36cd47c5f4c5b5d42afcad38..c0dcdf7ac56cdcfcea47ef77bdf6fd6622d46f2a 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for aggregate-manipulation commands
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cc11858d1746237d5b1a7313434d5ff0fbf6efe1..c41c70c27a42f7a7c3da333631ffba21b0b25fd3 100644 (file)
@@ -3,7 +3,7 @@
  * alter.c
  *       Drivers for generic alter commands
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c3d3958da7628ca47493e53e3e18e087a93cbd70..b40e57b14fcbca11a7f35f71ebecb8609f605fc0 100644 (file)
@@ -3,7 +3,7 @@
  * analyze.c
  *       the Postgres statistics generator
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ca2e7348c9729f4281f3ac3015256f2f83c5ddfd..a81f7c76c3eb05def0e4faef1f639e8f518f8daa 100644 (file)
@@ -3,7 +3,7 @@
  * async.c
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 997c1bde6b51149dac6412815099d7e38d1d5ffe..997449ef29eb6e8edb50ee8b7110bf3b398333e0 100644 (file)
@@ -6,7 +6,7 @@
  * There is hardly anything left of Paul Brown's original implementation...
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 20aa204403dc280d0503e0ce5670919a4f32b49d..e574288c2c53769857df33b38b8a6e278fd0d26e 100644 (file)
@@ -3,7 +3,7 @@
  * collationcmds.c
  *       collation-related commands support code
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 200b6a22ccf8bdb0308ba2c6a92be1f70c8d7ed6..7ea367571e64cd3382402c0ef6e03e25d2bd25c6 100644 (file)
@@ -4,7 +4,7 @@
  *
  * PostgreSQL object comments utility code.
  *
- * Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/commands/comment.c
index b76cdeeb639b1c8ca29d211e22a37297322d3aca..8ac83730f6818b96beaecb7911774132ca068436 100644 (file)
@@ -3,7 +3,7 @@
  * constraint.c
  *       PostgreSQL CONSTRAINT support code.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7d6063de1a764ba4a82aeb1c0c2ba14b99742f85..aad7e46261e9f2c864b001a2d49baa7c9d82cf4d 100644 (file)
@@ -3,7 +3,7 @@
  * conversioncmds.c
  *       conversion creation command support code
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9c994ef6eb14743a3a66abedc8378bb012fc12db..110480f6eae3a112d454c536ae2618f109c612d2 100644 (file)
@@ -3,7 +3,7 @@
  * copy.c
  *             Implements the COPY utility command
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4551db7fb0169de23b2a9eb843e92ed71c46fd8d..42a8b31b2a8263dad3a548a046f1e1999bfabbea 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9dcc581c98544060b76ec3be901da60bad8b88b3..e0b0fc31829017555a83b479a97b87bef9d64799 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for various kinds of object creation.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5a5aaf98651cd68f3523a1d7224d7dec793ce333..040d48da22a626fb176d5b4d15a29635b8ff5028 100644 (file)
@@ -3,7 +3,7 @@
  * discard.c
  *       The implementation of the DISCARD command
  *
- * Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c9f9ea921dc9824d0e4ccc6eebc880c1577cbb75..9eeba041cffd840e71ddbd229b197aeb683877ef 100644 (file)
@@ -3,7 +3,7 @@
  * dropcmds.c
  *       handle various "DROP" operations
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e38de5c153485f49b413fbc53892b534a3cf68aa..8b48105974f8a288988e9170864c9595023aeda0 100644 (file)
@@ -3,7 +3,7 @@
  * explain.c
  *       Explain query execution plans
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index 7192c458e75188c312eb53773de8b50338e0d0d5..6ecbbc7fe32e0aa85d8651a02cec39032ff7f200 100644 (file)
@@ -12,7 +12,7 @@
  * postgresql.conf and recovery.conf.  An extension also has an installation
  * script file, containing SQL commands to create the extension's objects.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5e58713da707b9f871adbae3cbaf6feafe431e84..a9ec904c357afbb68f78e1f270aca7a66cdf2e9f 100644 (file)
@@ -3,7 +3,7 @@
  * foreigncmds.c
  *       foreign-data wrapper/server creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index cc4ddc6006cdc5b3a124b10e395f25c52aa3075b..c692a658340aa4bce74cf2a8cbe70b5eac6076b0 100644 (file)
@@ -5,7 +5,7 @@
  *       Routines for CREATE and DROP FUNCTION commands and CREATE and DROP
  *       CAST commands.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a3c5277f1eb06ea467fe74e109cf89fdbcf093e2..712b0b0eba80b097103ac96167e7fc841e54fd9f 100644 (file)
@@ -3,7 +3,7 @@
  * indexcmds.c
  *       POSTGRES define and remove index code.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 91642ce03de2e4fb6e54bb4401fd5bdd63cae104..fd3dcc3643007d40f7c0f9609898c520a98ced93 100644 (file)
@@ -3,7 +3,7 @@
  * lockcmds.c
  *       LOCK command support code
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b7ab0e3203e9f25d4320a6e609eec8dea52aad0f..5dca0222fdf28a63e4beca5b40d5d95fa234b2a7 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for opclass (and opfamily) manipulation commands
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0fdf08031345f81d98b58189da9c956f264852f3..afae5e406e87628c6c9df693e94ae784261e0594 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for operator manipulation commands
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 497657ee73fe5e4fd291e9069ec559cd88fe741e..ab8b55c1d2e96da7742d0c5e523dcbe4c2e70da5 100644 (file)
@@ -9,7 +9,7 @@
  * storage management for portals (but doesn't run any queries in them).
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dd0e837ebcc5f115212549f98ebd8dbbdb0ed627..4883abe470ed93922fb10515c416fe1dd9e9ecca 100644 (file)
@@ -7,7 +7,7 @@
  * accessed via the extended FE/BE query protocol.
  *
  *
- * Copyright (c) 2002-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/commands/prepare.c
index e4cd2ab33d127a645bf1f571e0473ca322440cc4..a3a111d41a09f2b695709528e7777620f4fab3c1 100644 (file)
@@ -3,7 +3,7 @@
  * proclang.c
  *       PostgreSQL PROCEDURAL LANGUAGE support code.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8daa9d0e36bf396317e0c9113c7a372176ce764c..916328529a071d94b668f7b789a15cb179e631e4 100644 (file)
@@ -3,7 +3,7 @@
  * schemacmds.c
  *       schema creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e0fd7acb875050551180ab5e6bf3455b0e142449..2129f62e511f93d28c22b884c15edcd3e97cccea 100644 (file)
@@ -3,7 +3,7 @@
  * seclabel.c
  *       routines to support security label feature.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 41e5301fc5f84e128079816fc52fd985e521a75b..f7712a96556fa8b2f6c5cc3550fe00ef0b98afab 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.c
  *       PostgreSQL sequences support code.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4953def029b67311870704cc7b6d8d929e338c28..3b524152baae0f70c9f962b83ef9f656c6eb99ae 100644 (file)
@@ -3,7 +3,7 @@
  * tablecmds.c
  *       Commands for creating and altering table structures and settings
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 93592fabef1c791be6850ab16bb4ba5b56a40e86..ff584909e2d02bff1992c0505197a90513b6afc6 100644 (file)
@@ -35,7 +35,7 @@
  * and munge the system catalogs of the new database.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eb5114079ad7248542066eff4a32ec2a88799ed8..f5e12e5681ddfbcc041bf636140d5179d0e45152 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.c
  *       PostgreSQL TRIGGERs support code.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5f206d8440a661a4ea5be7830015009191c2166c..fe500a6d7f97fd6e44b40dee9c8371696d0e245d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Routines for tsearch manipulation commands
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 811273a01d77661063b94c90c9f521638d2a109f..4bbbaf36c93dbcad27fc565e59fb4e06dab44ad7 100644 (file)
@@ -3,7 +3,7 @@
  * typecmds.c
  *       Routines for SQL commands that manipulate types (and domains).
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fa312cb0719b5bbf1ff002cd9d8a8402315fe771..a90f0b1ffef7099998429c2fa21a77b7c5451f51 100644 (file)
@@ -3,7 +3,7 @@
  * user.c
  *       Commands for manipulating roles (formerly called users).
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/commands/user.c
index e70dbedbd056369cccc9b55acbca3a0209203b23..353af50de0cfa41440b008e05ecbc7ee123cfb7d 100644 (file)
@@ -9,7 +9,7 @@
  * in cluster.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 35472c50c1d7692ef9e91368eba6549525602f9f..846d305d1d47ddd73213a48f6f6ad4f2905b5ec1 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 87c54b7d48043832e9df9a5cc3e9144f63958319..0e9eb3a64f5db66dd2fca68252a597e68defdbf8 100644 (file)
@@ -4,7 +4,7 @@
  *             Routines for handling specialized SET variables.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3edcd33eaf4c1a26fa034b68e94ae2b480b5b5a1..ff9c44908a3af8d9e07d901a1c0b62eda36c6533 100644 (file)
@@ -3,7 +3,7 @@
  * view.c
  *       use rewrite rules to construct views
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fa27640fed2fade39b8c0270dcff6656f124b8ad..e54d51e3d2507a23bd1284a25a227f6ea99a1aa0 100644 (file)
@@ -3,7 +3,7 @@
  * execAmi.c
  *       miscellaneous executor access method routines
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/executor/execAmi.c
index 5d70ad60de2808a0e73cf3bec40f66581ff26817..b07161fba433e97e5f97dbe9de388a6fee8dbef0 100644 (file)
@@ -3,7 +3,7 @@
  * execCurrent.c
  *       executor support for WHERE CURRENT OF cursor
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/executor/execCurrent.c
index cc046f7f304861de5a4b31137d81dfcaf6b9812e..bd7973e42c11d6fd43dfe6b5f27b4b4bb65155eb 100644 (file)
@@ -7,7 +7,7 @@
  * collation-sensitive, so the code in this file has no support for passing
  * collation settings through from callers.  That may have to change someday.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3e995c8f07bcad3f422b9891518a74e6f489220f..ca1195a122b18df1a086924752cc254df75ada8e 100644 (file)
@@ -3,7 +3,7 @@
  * execJunk.c
  *       Junk attribute support stuff....
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0cbe93c5c912aa14ed42385500e7ae3063bde76d..54df18d3c799dfce33095c82ec7b5d42c0f279e9 100644 (file)
@@ -26,7 +26,7 @@
  *     before ExecutorEnd.  This can be omitted only in case of EXPLAIN,
  *     which should also omit ExecutorRun.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8ab9892c8501cafc0ebfb4ceb1503a51f0e1e35c..f7de2a4379900f6046b7fa203f76d17b473fc975 100644 (file)
@@ -7,7 +7,7 @@
  *      ExecProcNode, or ExecEndNode on its subnodes and do the appropriate
  *      processing.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 887e5ce82a0b9011627450fdd1046d5529beb110..4a6baeb17eea0146d4ca692b8992dd572c5db7a9 100644 (file)
@@ -3,7 +3,7 @@
  * execQual.c
  *       Routines to evaluate qualification and targetlist expressions
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 42acc102c63af25248fff24261f6b50878c149e8..1bb1094d4794e8c6babd1ba302eec759f044fa1f 100644 (file)
@@ -7,7 +7,7 @@
  *       stuff - checking the qualification and projecting the tuple
  *       appropriately.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3f44ef0186ace8434ceaaf2ef37c14ca0fec632d..3a9471e462f1c455020ff4fee608482342e4619d 100644 (file)
@@ -12,7 +12,7 @@
  *       This information is needed by routines manipulating tuples
  *       (getattribute, formtuple, etc.).
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 65591e2445dbc0ce01b6ae61467324ba82975608..6db42e7b9709fe84246b26f285d94949dab2301d 100644 (file)
@@ -3,7 +3,7 @@
  * execUtils.c
  *       miscellaneous executor utility routines
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 45ca5ec4c7aca0453f9f2dacd16ecd8aebdfc82c..56426871b76b7b2ec7057d52f9b4e7f6c9f9fe62 100644 (file)
@@ -3,7 +3,7 @@
  * functions.c
  *       Execution of SQL-language functions
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9d30200ab3c311928e35b1748bfee037d8d097a1..dde73b7919263233ef3e258be570360a737bfd43 100644 (file)
@@ -4,7 +4,7 @@
  *      functions for instrumentation of plan execution
  *
  *
- * Copyright (c) 2001-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/executor/instrument.c
index 0701da40b1b86d5c4500b6513b8d418e36763968..c9aa9211036828ed77e6dc90fe51603f43f3f677 100644 (file)
@@ -67,7 +67,7 @@
  *       but direct examination of the node is needed to use it before 9.0.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 340c4431b5fdd714670c6fd4e6e02daa27112bf2..58ecec79a50499cc4cbf3463b3e2f6b509e13bf8 100644 (file)
@@ -3,7 +3,7 @@
  * nodeAppend.c
  *       routines to handle append nodes.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5f318c31e7796e9f477bf217da214171cfcd1231..fb369d760cc43e4268d94f2236da961c8fb8657c 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapAnd.c
  *       routines to handle BitmapAnd nodes.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cb780b665c4cc21ca20f9b29b03aa5cb09e22926..849665d4e2e6dda87986c6774086afc0705e5502 100644 (file)
@@ -16,7 +16,7 @@
  * index qual conditions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8cc8315a457e9b096a7b4d30ab3e969cc9ab857e..afc036fc9df9750565348ae0e2595927b1f01215 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapIndexscan.c
  *       Routines to support bitmapped index scans of relations
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d2453d5a4f0a5a96df1d7041f22c14cf11027082..2e9dda2a9a59408b987c06d3f6609dc5fc4920c1 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapOr.c
  *       routines to handle BitmapOr nodes.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ec39f2947a65f35b84397af46f56ac57b50162bb..7ab15ac63e1020dd00b3ef27950615dc108b795b 100644 (file)
@@ -3,7 +3,7 @@
  * nodeCtescan.c
  *       routines to handle CteScan nodes.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 841ae6931b79eccd7d920601a9f40b9803146a70..9204859f129fa8d3d4696b7bb8dca9a206849baf 100644 (file)
@@ -3,7 +3,7 @@
  * nodeForeignscan.c
  *       Routines to support scans of foreign tables
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5d5727e3eee456b9a987e6417a033cd59c2fc70d..a700762334447c55af8119c8547046e3aafa5235 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFunctionscan.c
  *       Support routines for scanning RangeFunctions (functions in rangetable).
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7bef8bbe8b9c074c6b8fd22dc5e7ec720020b78b..80e282bbf45a707f58692b7d03cc9da4cc0cc49e 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGroup.c
  *       Routines to handle group nodes (used for queries with GROUP BY clause).
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 091aef90e0a5169f375f38d6bebab589e08ec8bb..cabe663a964d0ef95026928f809fcb7ff51b88df 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHash.c
  *       Routines to hash relations for hashjoin
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c3c4db4bc2ce047d1db36b4894e6d591a0d97305..0ea490b5786d731fbef934aabeef4b7d4997f41a 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHashjoin.c
  *       Routines to handle hash join nodes
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a07686d4638c810aef871c99468009673f910665..7f1100e15e4352d988f2ea2dd904e67332197d92 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexonlyscan.c
  *       Routines to support index-only scans
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e3be5a2cae3c7d77c12ef6481de3d3fc3cf7905a..e577bace24103026d7b5159a0e0976df1ba4c272 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexscan.c
  *       Routines to support indexed scans of relations
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f2d356d1f182ddff861b95ed3d59bd561408b92b..89361877271fcbe94aab82a094cd300e149d6ce1 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLimit.c
  *       Routines to handle limiting of query results where appropriate
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0c48b6bcacf98bbc780563e9366f6ea1c4da45fc..d2a33cb35682e23168d509cffe5f5f179f25249b 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLockRows.c
  *       Routines to handle FOR UPDATE/FOR SHARE row locking
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4d99dac1d655c5e0098507f6a9a629c4ac4df679..b320b545aa1e4eb11854f26ffdda65d10a5c4e94 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMaterial.c
  *       Routines to handle materialization nodes.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6065e2176ac118e135583fb1f0cdf72bb5f22252..d755109a3377658cebd64a182f62e472763bb56e 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergeAppend.c
  *       routines to handle MergeAppend nodes.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 634931da4251056d1b6762144b03b42d4a47573d..f921847db906a85bc0159faae31cdf7609afd8f3 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergejoin.c
  *       routines supporting merge joins
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 070f27c66c96a4a9074e934782fa629571af8289..37b70b88d53f6f8589c2fbb3036e5f1dc27f95ad 100644 (file)
@@ -3,7 +3,7 @@
  * nodeModifyTable.c
  *       routines to handle ModifyTable nodes.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9fe78410ce9addb28c47ed3be6a71bbee3a78a42..11d027b58e50fdedd6b7a33a2ee819cd56a619b5 100644 (file)
@@ -3,7 +3,7 @@
  * nodeNestloop.c
  *       routines to support nest-loop joins
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dace6eeae5b9018cf277ddff743a824a0f30e653..cb8b959a76af3d716271b032104683d598acbc53 100644 (file)
@@ -3,7 +3,7 @@
  * nodeRecursiveunion.c
  *       routines to handle RecursiveUnion nodes.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 28c4412d660c2cee48908426de668758e75d4356..b51efd8a9679ba61613822ff1e00f8e322d8aa8b 100644 (file)
@@ -34,7 +34,7 @@
  *             plan normally and pass back the results.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5b652c92f0012741278940219cc26b0ad6ce65c4..9fcd33228bba60a07de7ef48685045d76d3a3f48 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSeqscan.c
  *       Support routines for sequential scans of relations.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9106f14873024c3d8c039ab8383207111936e6e6..7fa5730b10b84996b0d0fc06419f6e1d79cf4c95 100644 (file)
@@ -32,7 +32,7 @@
  * input group.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e4b28c59b45956acaf6c29d7f97ab6b2014eff8a..bc27d861ad0d902868e7e07a15bd5eca82ec2d0d 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSort.c
  *       Routines to handle sorting of relations.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0e12bb5afbdb2f39363348f4303da9af2fe04f75..da31820e2d941f899d82bed33fe236d764bb9f77 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSubplan.c
  *       routines to support subselects
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7e4d5de38b8c964a50c0827ca1a8e5a96771b875..b5ef152e851876969f54c14c2b2e271a4d723ee4 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 69f47ff47283aae3af74ac9afd0f42aaed011126..32b8abf308314c5a591504b01d80445162fddd11 100644 (file)
@@ -3,7 +3,7 @@
  * nodeTidscan.c
  *       Routines to support direct tid scans of relations
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ebc3a61e607130babeff84bddc932e10e1615c3a..4cde7c86b88c0f0390eafaf0ad4bbeed03aa77cc 100644 (file)
@@ -11,7 +11,7 @@
  * (It's debatable whether the savings justifies carrying two plan node
  * types, though.)
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d5260e40b32abe5dc5ff437cda8e037f6cdbe12a..fc17677d0aceec3f6ba8f8ac64fdc309a8b34df3 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for scanning Values lists
  *       ("VALUES (...), (...), ..." in rangetable).
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c90d40506f93e1304ddcd10173ff2aeba0fc86ea..5082a50bbef931dd3f968c7615ad2a446ec9885f 100644 (file)
@@ -23,7 +23,7 @@
  * aggregate function over all rows in the current row's window frame.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bdebb6d55c8b80f038b5b2abdfd4c5ea91861252..e2f3dd4d2e23dfe992dd6b3e837c148de586744a 100644 (file)
@@ -3,7 +3,7 @@
  * nodeWorktablescan.c
  *       routines to handle WorkTableScan nodes.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7af3abf3f7ae1dc2ede6677578eb8a09ce5b928f..81f284ca0446fc9a099f68d90cac2dff7a1a5cd4 100644 (file)
@@ -3,7 +3,7 @@
  * spi.c
  *                             Server Programming Interface
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ba4636bc5e061300802d3e34e4899e09299c984b..c98ff2b9012daccf0a6ca889964ed34183c5e01b 100644 (file)
@@ -9,7 +9,7 @@
  * data even if the underlying table is dropped.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a7d30a15caf4b2901cc7500087e8d9990b66db42..c4c2a61d5dcb94edcfe60e6a472b6cd728fdbf13 100644 (file)
@@ -3,7 +3,7 @@
  * foreign.c
  *               support for foreign-data wrappers, servers and user mappings.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/backend/foreign/foreign.c
index 5ca60c20b47f750800978fe6bb4d95c526956538..52af56a07954f284cfae5027460666111d5f5a8e 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2d343096e50870bc1199f62fc1680338cf289c7e..d9e93e1de7a5f0650daa5f29cbc84360aae325d8 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *       src/backend/lib/stringinfo.c
index d94b483dc16920db3d462bd0f5d6f7166a33b061..efbb640a45b171f03fca0c0fa24acd6d59811620 100644 (file)
@@ -3,7 +3,7 @@
  * auth.c
  *       Routines to handle network authentication
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f2a2d2d3a94a36632f89270c655c9cd34a6056b4..b864c868f2bdbf06a48ed44b859fdc3fdb5031d1 100644 (file)
@@ -3,7 +3,7 @@
  * be-fsstubs.c
  *       Builtin functions for open/close/read/write operations on large objects
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4e8faa4f35c3d7b779abfaf3e03c54bfc366fe8f..e35df7309532ba09d4d44b12323c72642899c4af 100644 (file)
@@ -6,7 +6,7 @@
  *       message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 764bccda7942a2b89f8417896e01c96608877603..2cb5f027eae0d80f9ff31a654563d7f7739aa3bb 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Original coding by Todd A. Brandys
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/crypt.c
index a3036018b4c816e0c9cfb3b330069283bddd175f..971519f9dfdedb98b6ef3a7d5c0d3f0ab2611875 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 71fd9e76a29b889d0172e0113d673ec4aaabfa7c..550e11b68cf99683f33c9bb9dba1ab10b634c3c8 100644 (file)
@@ -3,7 +3,7 @@
  * ip.c
  *       IPv6-aware network access.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dd8c5ae50b3d01d3e6896a16f9d71c1e47085783..cca176a8db70235e6c897490d947e4c288d43230 100644 (file)
@@ -10,7 +10,7 @@
  *
  *     Sverre H. Huseby <sverrehu@online.no>
  *
- *     Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c36cf318267175def34699cefc899143c5207632..35812f4491113770f6713b04be3307d3b58de301 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/libpq/pqcomm.c
index 52922b54d33b33bfeb1bc3b1ec1726cc4654c3f2..3cb64795691e6fcbeed3b18ca5696c75eec7e009 100644 (file)
@@ -21,7 +21,7 @@
  * are different.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/libpq/pqformat.c
index 0fee280ae33c0c117145d3ee5574853b21c44faa..d8182bdbfd2e0040af2f3f030540aa43eb657eab 100644 (file)
@@ -4,7 +4,7 @@
  *       reliable BSD-style signal(2) routine stolen from RWW who stole it
  *       from Stevens...
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b14c7318ab23961d8b4c41444cba31854f837785..afe4efbb305bbc1786aeae9a8f8b673555ebace0 100644 (file)
@@ -9,7 +9,7 @@
  * proper FooMain() routine for the incarnation.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e1e9a35b426745df7d732f21de324f28d8da62e0..3b5fb20964e7153a859bb639f15fd0be8bb8778b 100644 (file)
@@ -11,7 +11,7 @@
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/nodes/bitmapset.c
index dd2dd25ed1b7b8ed5c2e93df4a85b55245a59120..c9d3e2ee51797dbe4cbf7c771a9c9a8c3a62f9b2 100644 (file)
@@ -11,7 +11,7 @@
  * be handled easily in a simple depth-first traversal.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c2fdb2ba365cb143a6bb5413b3961e9095d8764f..efe2c96fea2b0c8629a13cb77028ae8565a72e44 100644 (file)
@@ -18,7 +18,7 @@
  * "x" to be considered equal() to another reference to "x" in the query.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index add172ec777b01b41ced8cfdff01e1d42a8d2465..209b72222efa0afaab414b75e4860cdfcb7844a2 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation for PostgreSQL generic linked list package
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 683e751148d0907232c9c01dba643f33fd65a25a..bb5cdaeb9ba3e3ed9df584558471cecbd9717161 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 48b059021522f10ac683a1e7648634de6bdaa049..51459c4a43f9ee10a9c4b74833046de5728bc00c 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.c
  *             Various general-purpose manipulations of Node trees
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 97dbc6918a9d22304897844da9c5e4d43371382e..ed3089030a0ba97e9a86596cb6ef41fee0945bd0 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 60931dcb7356032446b946cf716aa02d7885d2c9..cb94614821da7f5eb272f6b6b1086364cbfa8b59 100644 (file)
@@ -3,7 +3,7 @@
  * outfuncs.c
  *       Output functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 047d27c8beceaf7a1486ff108144e19b7f37e68d..bcae75147e94d0fdef765e0a35c270fe196a0c01 100644 (file)
@@ -4,7 +4,7 @@
  *       Support for finding the values associated with Param nodes.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2d6076741006d0af7652c38fbf905b9053cabb92..20aeb085d8a8c5c5d9364c06c55d00e32b1f1734 100644 (file)
@@ -3,7 +3,7 @@
  * print.c
  *       various print routines (used mostly for debugging)
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ec8e87b7c1d8a49645c86ada6e85d778f7cbf3d5..2f0210b8daf2bc829a76945d868c30a461183faa 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to convert a string (legal ascii representation of node) back
  *       to nodes
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fa9ad164234dfa044c83e54f9fea65c1a71dba43..b9258ad70e8effa1f1797272384facd27c295737 100644 (file)
@@ -3,7 +3,7 @@
  * readfuncs.c
  *       Reader functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a2e9e21885b7e4271e704a65b87293eb98334031..17dae0d1b93eec67041a203014cb7b5ff3381ab1 100644 (file)
@@ -29,7 +29,7 @@
  * and a non-lossy page.
  *
  *
- * Copyright (c) 2003-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/nodes/tidbitmap.c
index cab31eef3ec130a0cd5c706e0bade43ede6b2cbf..2788e0e1c66c81136d7b87deb8f4264632d0833f 100644 (file)
@@ -4,7 +4,7 @@
  *       implementation of Value nodes
  *
  *
- * Copyright (c) 2003-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b6c0331fa0a5b31c0ea05b320a7b02f548f2a554..bed7aa046f85e65d4597b75d0e1ec681bd9c8bd2 100644 (file)
@@ -2,7 +2,7 @@
  *
  * geqo_copy.c
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_copy.c
index 61caec4f85c62609ecd36e46703452e805162371..1e352fd3b5ea7e9961a6befe0399697a0c863e54 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_eval.c
  *       Routines to evaluate query trees
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_eval.c
index e521bf7e3cb8ec7102e17beca6c2daa6dbb59e01..3dda183e410963b6470dc455087380bbb51c76da 100644 (file)
@@ -4,7 +4,7 @@
  *       solution to the query optimization problem
  *       by means of a Genetic Algorithm (GA)
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_main.c
index a00892d0892a5c5bf747f9827c8851459bb778d2..2666c8330509782b910056e2d23703c0df748690 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.c
  *        misc. printout and debug stuff
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_misc.c
index d2bbdce8047290213683e600fe4dd3fc902e67e1..0a97328059795203e998bb29628d5c756168c748 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.c
  *       Genetic Algorithm (GA) pool stuff
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_pool.c
index 2d8cb6e2426ff399d4559ffaf2965abeb7fd5a6e..7743715eafc9f174c1ceef49f33271c58029f443 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_random.c
  *        random number generator
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_random.c
index 642ac9319a142c0a07887d9ff6a2c0bce918e53f..be64576c2fd1440041d4c12ce1efcee6a3458b3f 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.c
  *       linear selection scheme for the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_selection.c
index b3777eae2e40407f60a6133486259399ac15ac53..b085553a1adbfee633ae6399cf6e188ec465368a 100644 (file)
@@ -3,7 +3,7 @@
  * allpaths.c
  *       Routines to find possible search paths for processing a query
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eb9b29311dcf72b453fb2cf469fa9e5ca4c85a60..bb148d7b0717262705b8725fc03738a08e9b2e60 100644 (file)
@@ -3,7 +3,7 @@
  * clausesel.c
  *       Routines to compute clause selectivities
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 39c426a62fba73ec617d780870c3869c331e1933..e1c070ea92c625ffa9593d26dbab369dcd566b55 100644 (file)
@@ -57,7 +57,7 @@
  * values.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4a52ecfa730ca8940121da24a48acb8197be5a31..17fbe01a01f967705cd84134741035573883f9e4 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/optimizer/README for discussion of EquivalenceClasses.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b851af06a1739221e764cdc57c3936c8a72bfe98..11ee2317376b03d443d7ec25c745f51497d8a808 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7d3cf425da51bcbd45ec37cfe1eff7e00a6e4c4c..65caeb86c9bd419e3485bbe889f44e559235083a 100644 (file)
@@ -3,7 +3,7 @@
  * joinpath.c
  *       Routines to find all possible paths for processing a set of joins
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 24e4e59ea6a5b249d3820474468aee9047091830..9656e5b8a60e507ad6a3b3cfa417d134511d321c 100644 (file)
@@ -3,7 +3,7 @@
  * joinrels.c
  *       Routines to determine which relations should be joined
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 732ab0636386208fc3fadf3e44e8dac7e28f711a..d4cc567892da164fae658ef9baed253f7e2bf0bd 100644 (file)
@@ -3,7 +3,7 @@
  * orindxpath.c
  *       Routines to find index paths that match a set of OR clauses
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d32fbba237cd0a62aebc103fee660134b0cb230e..0ebdead6c84d48baf8f8c0fc93f2775e56ec3a2a 100644 (file)
@@ -7,7 +7,7 @@
  * the nature and use of path keys.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 05c18b5a871609cce11b9aa455f9d88b6fdd3675..35702c270506f01bd7813a6d93046207697021fa 100644 (file)
@@ -25,7 +25,7 @@
  * for that.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b83c936a5e35575caa3ac6bbda65f8b111b21989..5abb114ba8ec833b843411260b7902fcfe1205d4 100644 (file)
@@ -11,7 +11,7 @@
  * is that we have to work harder to clean up after ourselves when we modify
  * the query, since the derived data structures have to be updated too.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cec76e3844321cdd9e30b540d22cc2b75740a4d4..e41d2a6eb99a48cf47e2f95e2c4863f58e9098c2 100644 (file)
@@ -5,7 +5,7 @@
  *       Planning is complete, we just need to convert the selected
  *       Path into a Plan.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5b170b399c5f2047c44bf5ccbfa24d05c2ea5460..9e9dce34f2fe193c9e21c66dd87ed6a342b0728f 100644 (file)
@@ -3,7 +3,7 @@
  * initsplan.c
  *       Target list, qualification, joininfo initialization routines
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2f5955706a04cf9b93f37dbc7c56117c44d237c6..1e2284a9306c17f0bcaa303f1fa645a712ab5b7c 100644 (file)
@@ -17,7 +17,7 @@
  * scan all the rows anyway.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4c076722def57925f55e7bd37721d231054d7566..4db43dc6aa0b3d70e8b3bb1e57c5f79e9ba83537 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c5378eb60af7b1a6ad1ff0093799418ea627fc9d..b66a508c22da934e96771c99a0a5010dc6c64177 100644 (file)
@@ -3,7 +3,7 @@
  * planner.c
  *       The query optimizer external interface.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1c0d70b5b3ebccc051d201f74e35aa87d666b983..66d21b2b2c3defcabf969d0912a7611a11055b54 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e396520652d0621a56c17681dcc8ca97e634a9b6..40a420a3546f12de37459881ed587d89ae6954c3 100644 (file)
@@ -3,7 +3,7 @@
  * subselect.c
  *       Planning routines for subselects and parameters.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a711c4f646b5a1621d12a43915f9d56bc5db6838..b412c689b62f581d6583d9ab071ab09cc9d2554b 100644 (file)
@@ -12,7 +12,7 @@
  *             reduce_outer_joins
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f6f00c4ee91bb4d725b2925956b7205c075fc514..3760fdc645f6167bc51dea1056542c2f3754cc1e 100644 (file)
@@ -20,7 +20,7 @@
  * tree after local transformations that might introduce nested AND/ORs.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dccc557f031eebc00037edefbc929653b73a2f68..1af4e7fe9395357d257807b756ff1d2d0743799e 100644 (file)
@@ -13,7 +13,7 @@
  * between here and there is a bit arbitrary and historical.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b6ab0f53f52b887552735e4cfaa949526e9a0185..cff5a8653163fc64d45a642e8d17f94743be3f51 100644 (file)
@@ -17,7 +17,7 @@
  * append relations, and thenceforth share code with the UNION ALL case.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 16137e016631e86a34ef7911c59167be974a2300..126d49452e22b2116d2ad60e98c5342ba84ccb2f 100644 (file)
@@ -3,7 +3,7 @@
  * clauses.c
  *       routines to manipulate qualification clauses
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b618777762202b368a5933a95d2f3ed0d017257d..b582ccdc0042a7acf1ddcec2b32347747bc5c64f 100644 (file)
@@ -3,7 +3,7 @@
  * joininfo.c
  *       joininfo list manipulation routines
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5b7be94de5ec3bf34f144fb0ade8945c10d76279..0ca161a31dc99a3ee7384f47dde75e3fcd628cb5 100644 (file)
@@ -3,7 +3,7 @@
  * pathnode.c
  *       Routines to manipulate pathlists and create path nodes
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3ae5154684db810f992f5da5d1fbc2b4acc7e4a1..44a41e3e9b89a811f779efbfedf8b1dfab13b503 100644 (file)
@@ -4,7 +4,7 @@
  *       PlaceHolderVar and PlaceHolderInfo manipulation routines
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 77080192efda7c9464d6c70c30c346b4fbb82a7b..aaf288a50e9e0db084e2d600236b891d88837169 100644 (file)
@@ -4,7 +4,7 @@
  *        routines for accessing the system catalogs
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3e4a7752907d56cb9fa8d82322f0592c5f1ab353..c3161c5293b5411de92f002dfcdaf6794b45f777 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to attempt to prove logical implications between predicate
  *       expressions.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 37187e20735dabcfa07e8b5a3afcbc48ca804f00..e9155efb3433a189419fbd1967ae5e55dd895f39 100644 (file)
@@ -3,7 +3,7 @@
  * relnode.c
  *       Relation-node lookup/construction routines
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8e3d4bb8453d92a5cba2e81e7c63901d869f8f29..d9c96020f14d650987f2b470da397dfa2ac17cb1 100644 (file)
@@ -3,7 +3,7 @@
  * restrictinfo.c
  *       RestrictInfo node manipulation routines.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 552540a73d40e0e2eafcbaa7b74258dbf4c216b7..3031c404f579ffd2ed680ea0c517388e515a4344 100644 (file)
@@ -3,7 +3,7 @@
  * tlist.c
  *       Target list manipulation routines
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 80fc8324b9d8e5196ab7a06905435fc2637be9f5..475299daddda89ed7ec066ad9ce1b885beaa9f5c 100644 (file)
@@ -9,7 +9,7 @@
  * contains variables.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dae547839319ae00abd0767f8fbbae0c6bd916fd..be6e93e261208c5819bd58c06a83466e3c25fd07 100644 (file)
@@ -14,7 +14,7 @@
  * optimizable statements.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/parser/analyze.c
index 8943c5b7d042b3d18586bf22941d2e76042b455f..29df0c16b3a4c8c3d37fbe09836ba31522120e7f 100644 (file)
@@ -6,7 +6,7 @@
  * gram.y
  *       POSTGRESQL BISON rules/actions
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bb910e706dbfd915b56ede9402f820c173073f10..5ff6d449241ca6fc429d97ad94989dbd82764e65 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1d8b7283c1f2197a95a6111b1d50e3edf5db40d7..028ca6af41b11b1698be11a78b79963835a83dbe 100644 (file)
@@ -6,7 +6,7 @@
  * NB - this file is also used by ECPG and several frontend programs in
  * src/bin/ including pg_dump and psql
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ed720ddfd9d2ce8b76013a4f2ca203d966ae4d66..380d9d356057f973194fdc05cdb84653651c45c9 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.c
  *       handle aggregates and window functions in parser
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e8177bca3fb002a178fe10c25800128e552a498f..7f4da921b2f0ff906057c43e57066d728548feee 100644 (file)
@@ -3,7 +3,7 @@
  * parse_clause.c
  *       handle clauses in parser
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c07232544aa5a2cc427f7206a8d1cbfe66992d7a..e72783745449f942cf9e8c428096a73bd2e61e2c 100644 (file)
@@ -3,7 +3,7 @@
  * parse_coerce.c
  *             handle type coercions/conversions for parser
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f0cd3f88d232dc0d67fe6b82cabbe26ad72ea50b..9a722a7400730fd9f52b28ebf2d45f4fe69b6c86 100644 (file)
@@ -29,7 +29,7 @@
  * at runtime. If we knew exactly which functions require collation
  * information, we could throw those errors at parse time instead.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ec6afd83b6c3977f45ce150f00b529b528bcbf48..c0c624010379fe8a317626a6882c1043b82a69ab 100644 (file)
@@ -3,7 +3,7 @@
  * parse_cte.c
  *       handle CTEs (common table expressions) in parser
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 75236c76a1f5aabdaff0d0710a5c5d40d08a64d8..698f206f169fe45b59ec19f8c46e3563477e983f 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.c
  *       handle expressions in parser
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 01ed85b563d23e9288430a76b28aa5a7b2550b74..e583fae84997e45bd3c0b28caf1f580fad2935b5 100644 (file)
@@ -3,7 +3,7 @@
  * parse_func.c
  *             handle function calls in parser
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7b5c040cb4010ce3d25f0e51936ed2f112629902..80dbdd19e48ce39605b5cfdcd88fca8fd592d5e2 100644 (file)
@@ -3,7 +3,7 @@
  * parse_node.c
  *       various routines that make nodes for querytrees
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 73a91ea508641fbf2f95da79d42e356cedef6414..bb5f04031d523e89ecd9ae5cdbe098202043f228 100644 (file)
@@ -3,7 +3,7 @@
  * parse_oper.c
  *             handle operator things for parser
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3b8a67619e8ff40e8f63549d76075d9a93973341..cfe72629eabc323c3eb9c090b43aaf0ba34a1eb1 100644 (file)
@@ -12,7 +12,7 @@
  * Note that other approaches to parameters are possible using the parser
  * hooks defined in ParseState.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 35e4baa7240d8deac8a612b987a3b1ba7b178351..2a26b0af1d8bd80b91149b1fde0e827affeebe2a 100644 (file)
@@ -3,7 +3,7 @@
  * parse_relation.c
  *       parser support routines dealing with relations
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2f2e87fd698219e0241e30e598b0b4adf8d5900a..a512d18d01ef1dbee43e6f536f970e2350273a25 100644 (file)
@@ -3,7 +3,7 @@
  * parse_target.c
  *       handle target lists
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 91028c44ca262295b678fb1d797f126e4bb24f3b..531495433dee4137532e086cb9e83cb664e9fffd 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.c
  *             handle type operations for parser
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a2a54db6ea122fbc9bf6aa069726005206238759..19ccf9914e5ab67ec3eb08cff87e2d4d271591d9 100644 (file)
@@ -16,7 +16,7 @@
  * a quick copyObject() call before manipulating the query tree.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/backend/parser/parse_utilcmd.c
index e389208d469761fd907f229cc4ca4f18f3a4b0fb..f9ec2b220a8d352f8a59935c84ef1f39f169e085 100644 (file)
@@ -10,7 +10,7 @@
  * analyze.c and related files.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 12db1900a0b686297a9a50b6e361b08f8fa3a2d8..6b216b53786124493dfa2e28595fc80677e86d46 100644 (file)
@@ -21,7 +21,7 @@
  * Postgres 9.2, this check is made automatically by the Makefile.)
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c6ac203f86c18d1f3e132de0e9b121bdc1bc949e..6101457a1095b9fee3588c64627f1deec5f16fcd 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e9a481883bf75e53f17d9bb9357927111e04a06b..e5afaead8e20875fdb20efbf063ec90e9f9991c7 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for AIX-specific routines
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/aix.h
index 559f30ba9ba8457bf2631faa6895feafdb4e4eb5..cdf7444e11294414ea7a142a0d5e58f782be9fe5 100644 (file)
@@ -6,7 +6,7 @@
  *
  *       You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f7ecb0a8eb77da516d805f30ceb140e845aacaae..a4b626bacb0541f4effe35fde0f5881e40b6216b 100644 (file)
@@ -3,7 +3,7 @@
  * bsdi.h
  *             Dynamic loader interface for BSD/OS
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/bsdi.h
index 5f47d1f8a83c5c690d04870e223271b8d8b2fd1d..81ef27f17c6178a98e68aeaba662d7b096156114 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Dynamic loader declarations for Cygwin
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/cygwin.h
index d7f887392ea6eba0829508427aa727cb34f08f49..c753bf2720943109bf3ff409cd07d42f5cf83bf5 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dgux.h
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/dgux.h
index bc400791788d843370c7a122c94129ea5d2f9082..ffac5d813e396b9e4a4377ffe73c84311e986d4e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 6b621cb2fb7b0257b5153f4973305f95ca1f6d94..dbd466d9f0fc859ac15c28cc5ef77884587a9016 100644 (file)
@@ -3,7 +3,7 @@
  * freebsd.h
  *       port-specific prototypes for FreeBSD
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/freebsd.h
index 561f738e5817d6224fad8603363a73ad0fd54b42..29fff4ad95d00e275f43675e4dd5a618c1625361 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.c
  *       dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3ae77a4f746c08df9e35f42ce103ae398754d3f6..3bb554042afcd672182dfb21ce58c2c0c5f745f2 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.h
  *       dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 035f75cba23bb1575160668a7a71ac40a3e815c1..6dea71bb759fda347187fb48cd9980127504467a 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Irix
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/irix.h
index 5b1b78db0cae2b4176ac873629d9fa70d52a7e18..147cd8a7ac0ac6cf4898bf61a42c6afb24f1d26b 100644 (file)
@@ -6,7 +6,7 @@
  *
  *       You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 99667e495470aa0b5c8cd7eb18499e7e9b77695f..f66012d37eeeec10a7cfda5f11e5e84b23162478 100644 (file)
@@ -4,7 +4,7 @@
  *             Port-specific prototypes for Linux
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/linux.h
index 1bac83784af9d766afe9a023ffaf0fdae3fdaba4..03ee3990a6358bb7f5a128b8d8d025ca0a10fb1d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 9c65146bab4e992dbe397f3fb9c7579b7549ef8e..fa5bb9a28336596f7a68aa754aaf86643e1a547c 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for NetBSD
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/netbsd.h
index 4556a2dfebb580ed33fa6b37daae955966d09db9..b50748b760edc749fc2a7e480b010b44e70a8026 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index d20c0b3e450a662d15021ff4765eb00c8cc92740..15fbe20fe4e25c0704cb441ac6da840b3cb965ed 100644 (file)
@@ -3,7 +3,7 @@
  * openbsd.h
  *       port-specific prototypes for OpenBSD
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/openbsd.h
index e6b8f03097a94fa315fb228572eb10b2d0974399..469d751510b8099ffca9275c9f9792ead188105e 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for OSF/1-specific routines
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/osf.h
index 6bffc3552b2e7da38f87b314813c5f6c1b61e874..c15d17c32e9a2096b759b802ca113ae1b71acb14 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for SCO 3.2v5.2
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/sco.h
index 99ab13e97fa2cc606693095180af35fda99abddb..518b6b93ef447dd0f5826a0f34bdc6b39f47ef0c 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Solaris
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/solaris.h
index f5a043bd9c9f0af1a3c824ebc4de9dd12dd4a21d..2174300e23f77e321e47291c4476803914c86102 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for SunOS 4
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/sunos4.h
index 790fde1abce47d4ea978a7355612719aec6b47a4..c8ac19728f992f42f37dc9017bf525011072cf49 100644 (file)
@@ -4,7 +4,7 @@
  *       port-specific prototypes for Intel x86/Intel SVR4
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/svr4.h
index e4348b96c38ae7163349b826780bcf18ed98fabc..f1a21502a3ae1ee86c6e98ee2020285b385a1141 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5cd9754d2d27ac8ce208252b70faf48c835bc38b..985013116d5045a193ff818f56d95015d1e85826 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/ultrix4.h
index 359e2ed87a2c8bce9ed064f9889189115822d064..53a705cc34b5c1aff40fac57fe1b1b50c3a2381d 100644 (file)
@@ -7,7 +7,7 @@
  *       port-specific prototypes for Intel x86/UNIXWARE
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, 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 f8fb105c10d29e24ab761c3cd3c625f23c023b4c..1c4e3f904ff54fb0fca5d31105bae0de63ba331d 100644 (file)
@@ -7,7 +7,7 @@
  *       port-specific prototypes for Intel x86/UNIXWARE 7
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, 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 88b1b57549a69edc9937b67e108d628ea3a1ab36..4632a628e361e6d34dd1ab7a6414b6395f675dca 100644 (file)
@@ -16,7 +16,7 @@
  *        the parallel regression tests for a more complete test.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b249e959107d8c2cc8a9aca5acc5f7b8de57ac15..357f5ecc011c59997b6ba467d56e0b0a9bc6665a 100644 (file)
@@ -3,7 +3,7 @@
  * pipe.c
  *       pipe()
  *
- * Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2012, 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 acd0094360ef2b965bb5f0ab278781ef7c386e64..f9267881f179bb2ecd4d314e7ffd0a48c5ceca76 100644 (file)
@@ -7,7 +7,7 @@
  * sem_init).  We can cope with the kind made with sem_open, however.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2bc4b496116c3ac8e3874e3aa2bcfd28244a2163..5d7907e1002a18d6d56889638ba3db336cc2046a 100644 (file)
@@ -4,7 +4,7 @@
  *       Implement PGSemaphores using SysV semaphore facilities
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 285d5f20ae5f6109764896c38a6479281cba518c..2eab80aef7be4a22da33c16c28ac87c2b67f842d 100644 (file)
@@ -6,7 +6,7 @@
  * These routines represent a fairly thin layer on top of SysV shared
  * memory functionality.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 92103156d268c6a765395baf2f22fe6e17cf231e..0e678057f31b274fc8ac8ad9cfe2fe5391b5729a 100644 (file)
@@ -3,7 +3,7 @@
 ! sunstudio_sparc.s
 !        compare and swap for Sun Studio on Sparc
 !
-! Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+! Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 ! Portions Copyright (c) 1994, Regents of the University of California
 !
 ! IDENTIFICATION
index 1feb8b0ab879d81bb066e8d9bfb0f3f45d7c4190..96ec544d9de4ce2d80ad2cc7ff228ae4d73b19cd 100644 (file)
@@ -3,7 +3,7 @@
 / sunstudio_x86.s
 /        compare and swap for Sun Studio on x86
 /
-/ Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+/ Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 / Portions Copyright (c) 1994, Regents of the University of California
 /
 / IDENTIFICATION
index 02894976c06aff1281bb6ebaea7febd5c0ee5296..fc1a579ad2a94e4768cad38f88f4d41127ba5647 100644 (file)
@@ -22,7 +22,7 @@
  * process, SIGUSR1 is sent and the signal handler in the waiting process
  * writes the byte to the pipe on behalf of the signaling process.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d3ed181f23b316ae569db2a09198b962823c48df..7550fa6f26b82d6fc41f5f68afb35ec44d25d00b 100644 (file)
@@ -28,7 +28,7 @@
  * be added, though at the cost of a greater chance of the crash dump failing.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/crashdump.c
index d83299ef5d812a95cb725b0c7e954d57c2b5787f..5d91c62bc1b3bf4bb0900ba8ee1ebc274baea331 100644 (file)
@@ -3,7 +3,7 @@
  * mingwcompat.c
  *       MinGW compatibility functions
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/mingwcompat.c
index 8e1f17ec0184e4e0f2675beb63adb849051b012d..0605ecf240b0fa801aae26d5e08c23e773454cac 100644 (file)
@@ -3,7 +3,7 @@
  * security.c
  *       Microsoft Windows Win32 Security Support Functions
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/security.c
index cf39253d03401c946deadd99ca01a01aa89f6167..09c321e87148b4218514e1a033d04b159ed1445d 100644 (file)
@@ -3,7 +3,7 @@
  * signal.c
  *       Microsoft Windows Win32 Signal Emulation Functions
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/signal.c
index be741af4bed5cbf2b437b3de7a7120e6bf565140..26c7b2ed2357ad797e4c18c5d51b47599c22687a 100644 (file)
@@ -3,7 +3,7 @@
  * socket.c
  *       Microsoft Windows Win32 Socket Functions
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/socket.c
index 41379c73624cebfb769477d1784a1b37799933d3..770275acefa26e3f96f4bbfca185093fc0366819 100644 (file)
@@ -8,7 +8,7 @@
  *       - Does not support interval timer (value->it_interval)
  *       - Only supports ITIMER_REAL
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32/timer.c
index 3a61cb67669271493ed74a66457d751688619ed0..2a7b84539f325ffd177550055c3151638f72ba6c 100644 (file)
@@ -9,7 +9,7 @@
  * The Windows implementation uses Windows events that are inherited by
  * all postmaster child processes.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d6f31cf82727abb1d93d045e1dbe6eb6ca6a9c95..320218a888def61afc1783b009e62a4ea2d26f45 100644 (file)
@@ -3,7 +3,7 @@
  * win32_sema.c
  *       Microsoft Windows Win32 Semaphores Emulation
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32_sema.c
index 97f4d706d17fbfd7f51dfdab8b7588c722bfdccd..6e4ed4601815ed22fd5d0026936f608eb83157ec 100644 (file)
@@ -3,7 +3,7 @@
  * win32_shmem.c
  *       Implement shared memory using win32 facilities
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/port/win32_shmem.c
index 228a4c6f57b81a2197b6e5185e11fdb47fc77d46..f858a6df19d57d0adb39ca13659e7e69fa76c979 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cacedab202561edce542e1ffa8c9993a55887617..1f8d2d6bdbb569bf309da36f88b5dca5810ad6dd 100644 (file)
@@ -27,7 +27,7 @@
  * restart needs to be forced.)
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index e9ae1e8ca0b1e7b4abc7a4473c77e04d7a763185..0b792d2b105a8b0b401481f82cc1fc397f744ce0 100644 (file)
@@ -26,7 +26,7 @@
  * restart needs to be forced.)
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b2fe9a13f4c04fa3d7e4415d43ee246976c676ef..ef0f7b1cf5fbde2b69bc6fabd0a32eccd041c97e 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-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/postmaster/fork_process.c
index 3cc7a59246b4ce3b689553f621091393a226ac01..37fc73592cea503649b687de81061acb561629a1 100644 (file)
@@ -14,7 +14,7 @@
  *
  *     Initial author: Simon Riggs             simon@2ndquadrant.com
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 24f4cde068e7799053152e42af40d3390efc009e..323d42b5175f097a8a4fb40e4103f170b7ca0f3f 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-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2001-2012, PostgreSQL Global Development Group
  *
  *     src/backend/postmaster/pgstat.c
  * ----------
index 963189d4150799c63f24a7f0cb0cdb24cf91943a..ad0c17ac7a88cfd074a67cf14ce6cb4f3845bee5 100644 (file)
@@ -32,7 +32,7 @@
  *       clients.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c4146845f2abcd338d63e16f1579f1f8fae0c80f..ed75d0958e077905c8bed74b8cde01ef2551d787 100644 (file)
@@ -7,7 +7,7 @@
  * since the Startup process ends as soon as initialisation is complete.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 85e4f808db8814c3d2deb2602eeef5b7e533cb37..cea896a8f979e251c6d2b76065be53b7f22b2d39 100644 (file)
@@ -14,7 +14,7 @@
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
- * Copyright (c) 2004-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 157728e20e7b3eb80a71bb07d701ff99f5d71832..08ef946ee6c5e078207dc418fa81525a96d439c3 100644 (file)
@@ -31,7 +31,7 @@
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index bc5ad3157a9d8083961e190154eb059340cfa1ee..7c010e372858065bedbc47382a84cb3650e03efa 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This file is #included by regcomp.c; it's not meant to compile standalone.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c12e936f98eefbed9d21583aec0c6a20acb45086..2fa1f5461356a191559b93b591c9037c6c75b389 100644 (file)
@@ -3,7 +3,7 @@
  * basebackup.c
  *       code for taking a base backup and streaming it to a standby
  *
- * Portions Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/basebackup.c
index 0831b1b2ded28085a7de828c56489dfd331608e6..979b66b300a8e1e471df176cab756444f66fa08f 100644 (file)
@@ -6,7 +6,7 @@
  * loaded as a dynamic module to avoid linking the main server binary with
  * libpq.
  *
- * Portions Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 71921c450ace0d285284f21fdf7836baedf14973..b6cfdac1b66e09875b3368d1f2f9dec15bb3173e 100644 (file)
@@ -3,7 +3,7 @@
  *
  * repl_gram.y                         - Parser for the replication commands
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 622e037f4a0af637e87e58ee1580563282fb340c..9d4edcfc7a524cf3add7dde99f41d65e494e97df 100644 (file)
@@ -4,7 +4,7 @@
  * repl_scanner.l
  *       a lexical scanner for the replication commands
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 95de6c7cb3cbdf6644bf7f218b907325b7762507..6bf69f0d35b41b4867bcea36498c0a27650f0f12 100644 (file)
@@ -34,7 +34,7 @@
  * take some time. Once caught up, the current highest priority standby
  * will release waiters from the queue.
  *
- * Portions Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/syncrep.c
index 8106d6b3a41ea680fa7e76e0c135753adc75b686..ee595714e77934e62cc339c85638d0430b66c529 100644 (file)
@@ -25,7 +25,7 @@
  * specific parts are in the libpqwalreceiver module. It's loaded
  * dynamically to avoid linking the server with libpq.
  *
- * Portions Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 054355b2c59f0b9ec895030aa12e199c9e81e866..f8dd52351858199075b6ce691584d655a0222ff5 100644 (file)
@@ -6,7 +6,7 @@
  * with the walreceiver process. Functions implementing walreceiver itself
  * are in walreceiver.c.
  *
- * Portions Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ed7298b6ee8fc5580630466096e24ee16cafd9b2..3598e56f9d24c1aa11f45369811e6ed4c5fdc073 100644 (file)
@@ -25,7 +25,7 @@
  * shutdown checkpoint record, and then exit.
  *
  *
- * Portions Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/replication/walsender.c
index a9bb8d51f2c5c70de4658701297aaa2583cc18bc..8c87ac599f958804bee25f174273e228b822ad51 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteDefine.c
  *       routines for defining a rewrite rule
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8448226bfc84c29fbe136a9d91aed2003ee0c36c..04f9622f788cd4fd2bf48895e44a7e91a43efea1 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteHandler.c
  *             Primary module of query rewriter.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5bd916862af8ace9b8ebcf1df1eb5ec152d97eeb..ec6b5bf5a924a8655227be1eeaffeefa88927611 100644 (file)
@@ -2,7 +2,7 @@
  *
  * rewriteManip.c
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3cc159ae5f16097b0f510cf3f28dffc8f18e83f0..2c2e8fa08bfea6baad3a6d3018acc06989edd693 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteRemove.c
  *       routines for removing rewrite rules
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a0b43006afdf9f60e731d0bbf782fc8c0a731d66..5990159c62649d8198347a072de9a535f2360945 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteSupport.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 88843b1c273ad966449dfba1d5162044ba646179..585a1273d56832c1d456c90f4243418acad43a27 100644 (file)
@@ -3,7 +3,7 @@
  * dict_snowball.c
  *             Snowball dictionary
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/snowball/dict_snowball.c
index dadb49dae9e814df7bd0917a7eb5162e0bab943d..94cefba300178d36ea8a10ba548fc1f908573af8 100644 (file)
@@ -3,7 +3,7 @@
  * buf_init.c
  *       buffer manager initialization routines
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 33ecd1214e5d5b042307beec90ddf38f9cae6855..40da9f5d41f976fbdbdf79118f98a4d4600c5f6b 100644 (file)
@@ -10,7 +10,7 @@
  * before the lock is released (see notes in README).
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 71fe8c665ecd4511d5b03dda7f70e5aea7ae5703..91cc001b503ab2e6fa496544a10d84ff61fbb337 100644 (file)
@@ -3,7 +3,7 @@
  * bufmgr.c
  *       buffer manager interface routines
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bf9903b9f323b277d42dee43345dfded231f6594..3e62448386dc500c95015ac60695905597c4bf4d 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for managing the buffer pool's replacement strategy.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6acb6eb0e240711d4444cf2fcb63c4174ffd1db9..096d36a233bd4bf869d4b325a5026491565e1941 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index c436d71877c764b14cd6575ffbebf89675d1a807..a0fedc87126c095d0b03bdeb5220ad75e94f4d34 100644 (file)
@@ -3,7 +3,7 @@
  * buffile.c
  *       Management of large buffered files, primarily temporary files.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6cfb8164f69dc59f363d7b54144b8c3ed51e6f5a..dc89442041a1e2968c7c1626e5faa4264c9d8a28 100644 (file)
@@ -3,7 +3,7 @@
  * copydir.c
  *       copies a directory
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, 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 95402794b47d5262881d793af2eb482eb2bf6cf7..43bc43ab10f53a61d4fcff5930154cd0993eb5c5 100644 (file)
@@ -3,7 +3,7 @@
  * fd.c
  *       Virtual file descriptor code.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 79e2ea349a4e7474ee99987c77f305e47be20fee..94c6cef78aeec04856de58161273eb03e0ca9d21 100644 (file)
@@ -3,7 +3,7 @@
  * reinit.c
  *       Reinitialization of unlogged relations
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 931b8814967f33dbd3e29ba8e9b98ff9a593c23a..7840adb3501c8b4ab83ef9572c8ed8e01473ce11 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8e8096cece7831a3949f41f815aae10e8be46677..e8e2e42424823e5dfcebbb916800e8e3c37cde52 100644 (file)
@@ -4,7 +4,7 @@
  *       routines to search and manipulate one FSM page.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fa8f49e881f6b91e4d172e62c636e31b77c33e36..41dfa388ac7d40b7eae4f4184316ced999fdaa65 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free pages in relations
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1ca813a72da1b99f08092918de7e578e02a07ef7..067b24a47b0c7423a443682e3b625cf1291b49e9 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bb8b832065b3a2de81bcc865fa96ba077d425421..ef1dc91f6c4f337a56a65decfaf7d7be2c6f092e 100644 (file)
@@ -3,7 +3,7 @@
  * ipci.c
  *       POSTGRES inter-process communication initialization code.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eea95b7d0605930c9a612272970bfc53728a94be..83842d6494c8385f898aaa459e9096760d46d381 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fc95d9391ee8675d22605f3bcbb0103b035b2734..6ea0a28fb72c3392c81ba2e53f8fd8da6f125d47 100644 (file)
@@ -32,7 +32,7 @@
  * happen, it would tie up KnownAssignedXids indefinitely, so we protect
  * ourselves by pruning the array when a valid list of running XIDs arrives.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c8393d773f7b791600a8ec3ca8518a0b5994e540..3d7e85fba470ff30aca615c0a8c64b503422f756 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines for interprocess signalling
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0811da7b6fe36b4125e949a620948f7f5088be00..1ee86fbe4df9e996b715f87e63cdd08cfa501156 100644 (file)
@@ -3,7 +3,7 @@
  * shmem.c
  *       create shared memory and initialize shared memory data structures.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d7ec3013a6e148190626209cb135a46697dda817..c009c182818aea32a2bdd069b8f0deb01a2db728 100644 (file)
@@ -3,7 +3,7 @@
  * shmqueue.c
  *       shared memory linked lists
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8499615f14fc20f726840111b1f6dd6ac730afb7..cd15a2e9cd4ccbd0e9aa6ebf6e02f48ddf680fbe 100644 (file)
@@ -3,7 +3,7 @@
  * sinval.c
  *       POSTGRES shared cache invalidation communication code.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a1d8e26dd9fcb7c74fd5c282e00cf3255f687a76..bb727af8b2a6e6fb6a6c6a6df4e845e3712764e5 100644 (file)
@@ -3,7 +3,7 @@
  * sinvaladt.c
  *       POSTGRES shared cache invalidation data manager.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3f2fc8136811eb894f01543c7825202756f34e75..c88557c769972e1e29da3dd8a69805497affcc4a 100644 (file)
@@ -7,7 +7,7 @@
  *     AccessExclusiveLocks and starting snapshots for Hot Standby mode.
  *     Plus conflict recovery processing.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fed6d2e9faeb77ebabcc95104d64df60aa7e530b..afa572b3b1cd5781025e2a0f4a91639bc4c98830 100644 (file)
@@ -19,7 +19,7 @@
  * memory context given to inv_open (for LargeObjectDesc structs).
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 63326b8770d50bb95f9e2c22cb5c4be6acb7e082..631db448baf6f258cc3e0566d456c856e5c191c3 100644 (file)
@@ -7,7 +7,7 @@
  * detection and resolution algorithms.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 25ead29a4802febf565562c9cc64037c22ac3640..a7786d0231f9117fa273345a4c34877860dc5a63 100644 (file)
@@ -3,7 +3,7 @@
  * lmgr.c
  *       POSTGRES lock manager code
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3ba4671ac315f5a767f329b035c2a60bde404469..762294affb0795583fbabbee16b3df1df5ba59dc 100644 (file)
@@ -3,7 +3,7 @@
  * lock.c
  *       POSTGRES primary lock mechanism
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 079eb29163e75e271a746bb8808da99fa4575ac3..96f0d3822e41701690bd018697480c4e9e8b8fb4 100644 (file)
@@ -11,7 +11,7 @@
  * LWLocks to protect its shared state.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 345f6f56a69557269d51382e17f36a8630e5fcc5..821328b220b78a4659732f66c6a5044fe747fe54 100644 (file)
  *             - Protects both PredXact and SerializableXidHash.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bcbc80222bb0e90379785f33c9088e7e07d35003..dcf1928fb9f7df628861915286ee5050ca6bff53 100644 (file)
@@ -3,7 +3,7 @@
  * proc.c
  *       routines to manage per-process shared memory data structure
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cd1306c1820863f5872c68007bf5913d793f43f5..aa99f495f6ef6818cbe1ba2ace95087680dfa4e2 100644 (file)
@@ -4,7 +4,7 @@
  *        Hardware-dependent implementation of spinlocks.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cb3e126af125d1c34411a1ffcd7064b38b7687e5..d262efa300fd830907dc0a3f2179c6ebd5a65c25 100644 (file)
@@ -11,7 +11,7 @@
  * is too slow to be very useful :-(
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 018f9c102d3ed0c6986f7d035476a4c1fcb09f84..90a731cc3ae6855b62a67ef60c9d0dd447c8c768 100644 (file)
@@ -3,7 +3,7 @@
  * bufpage.c
  *       POSTGRES standard buffer page code.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 96756c449c6efc10ae55edfae5cd43a4b5aac62d..ab5dc61c7518be386f7aabea68da640047c1393f 100644 (file)
@@ -3,7 +3,7 @@
  * itemptr.c
  *       POSTGRES disk item pointer code.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7150a00407e3b28dae1cca2e6063251f2c5b681c..bfc9f06184a8c6262677e504d13ac7970db7f9e1 100644 (file)
@@ -3,7 +3,7 @@
  * md.c
  *       This code manages relations that reside on magnetic disk.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4f607cda73f80a825d1d4974d14eb83b796d28e0..5f87543bb0331470b956d56f9512377d4d4e8681 100644 (file)
@@ -6,7 +6,7 @@
  *       All file system operations in POSTGRES dispatch through these
  *       routines.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ea7bf496daf1addab47c3a77783eaa814a29f45e..d1d8bdb9a2a4fe39138b051badc9afcd603eaba8 100644 (file)
@@ -3,7 +3,7 @@
  * smgrtype.c
  *       storage manager type
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 24af3fb3569f4e7045aa9cad5aa3360e710d00b4..943b6c141cadc03eaad7976a265eba88e5bb772d 100644 (file)
@@ -4,7 +4,7 @@
  *       support for communication destinations
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 30863bb7b960cc8741fa04b148eba325ac6b4aee..8506b1d60f2ae05a2fa4b6bc9c2d93baea5dfe41 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.c
  *       routines to handle function requests from the frontend
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f789a1e6276d175f4c14891cb943f14d6b539b80..59a287f79bf724664d789d573f1d0058f22ac903 100644 (file)
@@ -3,7 +3,7 @@
  * postgres.c
  *       POSTGRES C Backend Interface
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 75c7dee3cba2bc3ef8e445b9116688ea207cfe0a..f1504fac0d56fb372af7064d4bd9046e03bf6765 100644 (file)
@@ -3,7 +3,7 @@
  * pquery.c
  *       POSTGRES process query command code
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 36d9edc2aaf20a57ace57f2589b18095d821c6f6..923da6a3f3039d0ccd11951aeaf9ce43ba43d60b 100644 (file)
@@ -5,7 +5,7 @@
  *       commands.  At one time acted as an interface between the Lisp and C
  *       systems.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cabb4b2f58c5ef9ebb8d494eaeb690929646cd4a..c747a8fcf06c2359b523357276f5586fd9ff8c72 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for backend/tsearch
 #
-# Copyright (c) 2006-2011, PostgreSQL Global Development Group
+# Copyright (c) 2006-2012, PostgreSQL Global Development Group
 #
 # src/backend/tsearch/Makefile
 #
index 9fa3a6d328d6202a5316fe7937cc7bd800286327..5847f2bcab01671a03af269cf95e06791371d3f3 100644 (file)
@@ -3,7 +3,7 @@
  * dict.c
  *             Standard interface to dictionary
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index dd22e3aa4b1c5455b6a970817d83928f5bd4a831..f7b7864a0f5ed1b2082a69fe5dd4767f652e7b92 100644 (file)
@@ -3,7 +3,7 @@
  * dict_ispell.c
  *             Ispell dictionary interface
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d6fac0e12189cf6458f4851f47edb3f1a6fba7cd..94cfa182cc2d1f30ee273737f0cf5052b14df240 100644 (file)
@@ -3,7 +3,7 @@
  * dict_simple.c
  *             Simple dictionary: just lowercase and check for stopword
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index afe4f5212e7b436f1284ac3a77b8f78e1245794f..967da3b7e159dd8025823bfbe923c903c40ae46d 100644 (file)
@@ -3,7 +3,7 @@
  * dict_synonym.c
  *             Synonym dictionary: replace word by its synonym
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index e0d21c2ad61fbd075570c0238f59d5978d95dba0..37cf575a85cdd1ecffcf14f5e85a189f1ea9d8d7 100644 (file)
@@ -3,7 +3,7 @@
  * dict_thesaurus.c
  *             Thesaurus dictionary: phrase to phrase substitution
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f34a7c925e8361812882ad4447a6f5012a5baa5c..cb2298c0d064f8d99b6b493509cad16bf81da576 100644 (file)
@@ -3,7 +3,7 @@
  * regis.c
  *             Fast regex subset
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c9bc748b682b9affaa8b46726aed97ecec83d071..2fe40ed97358a71fee9fc9944d7fe62bc5f07406 100644 (file)
@@ -3,7 +3,7 @@
  * spell.c
  *             Normalizing word with ISpell
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 3f194ec6bfd2b8311a2a75f6bab3cf29e6445cc9..b92a5aa6e5dfbe19ed057492a047bc6468a61943 100644 (file)
@@ -3,7 +3,7 @@
  * to_tsany.c
  *             to_ts* function definitions
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 93b550a1a50112721989e1b535e74f6a58b4de94..5b42a93cdee28a6f22eccab48784e37764b6dfa2 100644 (file)
@@ -3,7 +3,7 @@
  * ts_locale.c
  *             locale compatibility layer for tsearch
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ddd08c79990283903da2f58f74702e3a51b00469..805fa25d5ee9a0731566ece9227b9093e46f2854 100644 (file)
@@ -3,7 +3,7 @@
  * ts_parse.c
  *             main parse functions for tsearch
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 366fa2ebf4c4af65b79e501f7dfc25dcc971a5bb..0922777505026bee8fcbea75f811be67db2e8b87 100644 (file)
@@ -3,7 +3,7 @@
  * ts_selfuncs.c
  *       Selectivity estimation functions for text search operators.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 1ca5cf0cb1d39905938f1983434c1272def1d21c..15fae1c95f0c122d5fdb7e779339543f86098fa1 100644 (file)
@@ -3,7 +3,7 @@
  * ts_typanalyze.c
  *       functions for gathering statistics from tsvector columns
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 5c4ace2bcf1536b0a11ace3af4e6b64c2206f0f5..582afde167d0e532b04e5ad20f99c0ad89095604 100644 (file)
@@ -3,7 +3,7 @@
  * ts_utils.c
  *             various support functions
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f81d42eaf0c8534bdfaf697c6dc4f375b8c00d6b..f45eeb94f03349195cfb1230cdfdbf8bc6850268 100644 (file)
@@ -3,7 +3,7 @@
  * wparser.c
  *             Standard interface to word parser
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7ba33145889c078f68e66165657be944ded26b09..4b76997854b69de1f8f170d233d01c74b6c9495b 100644 (file)
@@ -3,7 +3,7 @@
  * wparser_def.c
  *             Default text search parser
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 5239e11599d1edfa4d141ea518636f4e7a70bd50..1723114baa36aa0149fefeefadaa946c36dd2a5a 100644 (file)
@@ -1,7 +1,7 @@
 #-------------------------------------------------------------------------
 # sed script to create dummy probes.h file when dtrace is not available
 #
-# Copyright (c) 2008-2011, PostgreSQL Global Development Group
+# Copyright (c) 2008-2012, PostgreSQL Global Development Group
 #
 # src/backend/utils/Gen_dummy_probes.sed
 #-------------------------------------------------------------------------
index 7415a2585bee9e50c329bd015f699f8aaa207ff9..b75c3592fbc89193b1b0b89466f3e7a5aac68385 100644 (file)
@@ -4,7 +4,7 @@
 # Gen_fmgrtab.pl
 #    Perl script that generates fmgroids.h and fmgrtab.c from pg_proc.h
 #
-# Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
index 59587c68cae99433eb459785a5c1f5e2975aa262..b80fc442d9f4e8680c38818ccb4a2d53f87ff665 100644 (file)
@@ -3,7 +3,7 @@
  * acl.c
  *       Basic access control list data structures manipulation routines.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 274e867fdd169b7c6b48e6189c0945004df959b6..a6ba0cf5a5ab0554529062120f61d33737fd2894 100644 (file)
@@ -3,7 +3,7 @@
  * array_userfuncs.c
  *       Misc user-visible array support functions
  *
- * Copyright (c) 2003-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/array_userfuncs.c
index bfb6065172f4e889dae347c54ea3445acc998384..5582a06c7f24ca9cd545d63e40120b2a67e6b499 100644 (file)
@@ -3,7 +3,7 @@
  * arrayfuncs.c
  *       Support functions for arrays.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index af7359ca4e329446a24208669bafdc4a78ba5cdc..ccf5c4089e5999b63a908c009c118d9ac3b174ed 100644 (file)
@@ -3,7 +3,7 @@
  * arrayutils.c
  *       This file contains some support routines required for array functions.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 95719a6f911ccc3c8aa63806ca985cd862196bf6..71a778f0285fc96216e062e0b4245055e62a4347 100644 (file)
@@ -2,7 +2,7 @@
  * ascii.c
  *      The PostgreSQL routine for string to ascii conversion.
  *
- *      Portions Copyright (c) 1999-2011, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/ascii.c
index 1a9d5100e4ec967bb5664232fb6b3cc1101fbf15..26d354a56bacc51d3b4b86b0af3e231986d72549 100644 (file)
@@ -3,7 +3,7 @@
  * bool.c
  *       Functions for the built-in type "bool".
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 974cb223589ad63479dc8e401617d1fda10fe9c8..77059a73cc7ea9b56314747218639dce9fda06ca 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ff4e3044f075a85d46096ff973a33ce3d1064222..bf3b6ea1deb1b12e5ed62f94bef21eca8faa2ba0 100644 (file)
@@ -3,7 +3,7 @@
  * date.c
  *       implements DATE and TIME data types specified in SQL-92 standard
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index dad41fc20e5b19c7dd521d2277250a47189196bd..07e43a60fe57a3efda4b1fe301c5b114357de3ff 100644 (file)
@@ -3,7 +3,7 @@
  * datetime.c
  *       Support functions for date/time types.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1fd7ff777aee34c3078b4370dcb8f1395ff7f074..67046d8b51d10db83eaa436ff0be6573c79d3af1 100644 (file)
@@ -3,7 +3,7 @@
  * datum.c
  *       POSTGRES Datum (abstract data type) manipulation routines.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2ee59668cd7f3a43c01e7de0f910f4804ad8319a..cff061c891d9eb3881120d696bb7d12d3f8b5b2d 100644 (file)
@@ -2,7 +2,7 @@
  * dbsize.c
  *             Database object size functions, and related inquiries
  *
- * Copyright (c) 2002-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/dbsize.c
index 674229a84ea0a1f327c7e3ca33d85c20b1ab2fe3..591d9922e9207f2f29b01f7aa1c85557e8e5a764 100644 (file)
@@ -20,7 +20,7 @@
  *             to evaluate them in.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 127b17380e728aedab87a5ad0419f0485d6cfd41..0a9eb6a6d2c2d8ad0197385a130cba1ea56382d5 100644 (file)
@@ -3,7 +3,7 @@
  * encode.c
  *       Various data encoding/decoding things.
  *
- * Copyright (c) 2001-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 457925f97aaae90420615f0260608c8420f7b6fe..de46f4c55fb26c7cf6dcaae975e5b9598c3737e2 100644 (file)
@@ -3,7 +3,7 @@
  * enum.c
  *       I/O functions, operators, aggregates etc for enum types
  *
- * Copyright (c) 2006-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 63b09a4ecacebe42182df0792542f333dafb4f60..08434dc7ee4e185644dd0cf3d5e7f50a9d14d179 100644 (file)
@@ -3,7 +3,7 @@
  * float.c
  *       Functions for the built-in floating-point types.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7c51ee7ecac88fa450726b8834d31e64173739e9..952f0a01c14757ba2f8dbed697eb3e087af42098 100644 (file)
@@ -4,7 +4,7 @@
  *       Display type names "nicely".
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 96c89931b50a69b90ecce685ec95511d06f10caa..d6721f067b1ce219c16873af4144725eb90c816b 100644 (file)
@@ -4,7 +4,7 @@
  * src/backend/utils/adt/formatting.c
  *
  *
- *      Portions Copyright (c) 1999-2011, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2012, PostgreSQL Global Development Group
  *
  *
  *      TO_CHAR(); TO_TIMESTAMP(); TO_DATE(); TO_NUMBER();
index 6b3f77fec149ba34cd634c217d7303c26550ef13..e50ff6393fc4740f8ef02b043491e470d902e2a1 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for direct access to files
  *
  *
- * Copyright (c) 2004-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2012, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug <pgadmin@pse-consulting.de>
  *
index 2cf2f6441173d2972879da83b3fa93fab978a22a..ac7b4b85d7b23b17257f071fa90666983c7ebcca 100644 (file)
@@ -3,7 +3,7 @@
  * geo_ops.c
  *       2D geometric operations
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c2e6bc1794ee9e371266a03f6679c4ae50df1610..5ba6624258e93583a1f13f2e10daccb00f17e7d7 100644 (file)
@@ -4,7 +4,7 @@
  *       Selectivity routines registered in the operator catalog in the
  *       "oprrest" and "oprjoin" attributes.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a367421f82b6550f16477ff089f00ab58be16136..a339abf17b6f84229ef2fee38e0e4a234e7a2f81 100644 (file)
@@ -3,7 +3,7 @@
  * int.c
  *       Functions for the built-in integer types (except int8).
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2e74482979effaf0eb910346e0be1720b7b86438..0e59956572698dbf2f99c370c4d8e2f9544f3a48 100644 (file)
@@ -3,7 +3,7 @@
  * int8.c
  *       Internal 64-bit integer operations
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 09e8698af2cb88a0e29da0e92e2f25b375cb7b99..8778f1324d5243916bf198c775cd4de3d18c548e 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 214664116d7f8109051470f326b1830e6e136adb..fcd36f09ee1826c701121b0250c3854f39e4cecb 100644 (file)
@@ -16,7 +16,7 @@
  * do_like_escape - name of function if wanted - needs CHAREQ and CopyAdvChar
  * MATCH_LOWER - define for case (4) to specify case folding for 1-byte chars
  *
- * Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/backend/utils/adt/like_match.c
index 0d21f9299e13394ab0c36fcc6d50d185eedb7964..ca1b1db18a622ddfa8e4ca09e2a4b3c347ee486f 100644 (file)
@@ -3,7 +3,7 @@
  * lockfuncs.c
  *             Functions for SQL access to various lock-manager capabilities.
  *
- * Copyright (c) 2002-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/backend/utils/adt/lockfuncs.c
index 7a2e0c8e6224b68a9b54f57970d39deaf1ea048e..9715bdd8acf436bff1ff5979bda4a8dbda39f675 100644 (file)
@@ -3,7 +3,7 @@
  * misc.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 02dc24d51351351f006e6d3d74c26cb241d9fdab..d35645df33ebf75f1da5a284ca15cd3209dac6a5 100644 (file)
@@ -5,7 +5,7 @@
  *       Functions for the built-in type "RelativeTime".
  *       Functions for the built-in type "TimeInterval".
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 09c12efd8d51ae563ff57916179064f756e65e2d..125b533963288e7e99eb4cd38481691f8cc46002 100644 (file)
@@ -9,7 +9,7 @@
  * always use NAMEDATALEN as the symbolic constant!   - jolly 8/21/95
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6b60a5c1c7870f67053533cdfc6a7d04c28a187a..9121418190f002270424d5f4db42ac0f24e9284a 100644 (file)
@@ -11,7 +11,7 @@
  * Transactions on Mathematical Software, Vol. 24, No. 4, December 1998,
  * pages 359-367.
  *
- * Copyright (c) 1998-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/numeric.c
index 37d208994c1547c8a852b4fec52296d1ae228d82..f98e7f1020eb0d6f797875af69ee955e125d7552 100644 (file)
@@ -3,7 +3,7 @@
  * numutils.c
  *       utility functions for I/O of built-in numeric types.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 495b6261e62050b3e02dc918ac2fa3981b9f1e32..e26e8745f67fea0f9cb0f3c5ec7acf4baac01dff 100644 (file)
@@ -3,7 +3,7 @@
  * oid.c
  *       Functions for the built-in type Oid ... also oidvector.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4487b0a1816e07eee36bd390eda5f641ca037fe4..db99999b2b9423854f236e5b916129fda7ceb6bb 100644 (file)
@@ -2,7 +2,7 @@
  * oracle_compat.c
  *     Oracle compatible functions.
  *
- * Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *     Author: Edmund Mergl <E.Mergl@bawue.de>
  *     Multibyte enhancement: Tatsuo Ishii <ishii@postgresql.org>
index fe5e14b9dc1ed03f1ca213570f4f04e1d20182d2..9f112e8c5cb7f0f3b4f9a6a522b041e418b90b23 100644 (file)
@@ -2,7 +2,7 @@
  *
  * PostgreSQL locale utilities
  *
- * Portions Copyright (c) 2002-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2012, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/pg_locale.c
  *
index 6b0fd364e4454de421a47e17a6ca820f325e8731..466982eb7fe34eef946b36f0bba5b3fde3aaba8f 100644 (file)
  *
  *                     Jan Wieck
  *
- * Copyright (c) 1999-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2012, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/pg_lzcompress.c
  * ----------
index 7792b33da0d6ec0ecf55010b2e96f55e44f02b49..b4986d80bab715e5558cbd64338357e9d5fcead9 100644 (file)
@@ -3,7 +3,7 @@
  * pgstatfuncs.c
  *       Functions for accessing the statistics collector data
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3b78c36a7ec6f0de98b9587ae0e2c374bf19d3ab..d7770b829aaf63a07e200982322e89974aeb1716 100644 (file)
@@ -11,7 +11,7 @@
  * we do better?)
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2a6edeaafc9853bb634252425ec47bd823b7b729..e4efea67b9543711354d783da0e732a8350db2ed 100644 (file)
@@ -3,7 +3,7 @@
  * quote.c
  *       Functions for quoting identifiers and literals
  *
- * Portions Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 2b9e7b320abb81f9a1db2cfdb92a37f05f0288e4..0994fa77cf6d475f952df969d0eba7769f0a6fcb 100644 (file)
@@ -19,7 +19,7 @@
  * value; we must detoast it first.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b68395882892b837b98b603e07527ca745a8e779..4267dc8cb613b4ba29e3027bd9c5170664fc47dc 100644 (file)
@@ -3,7 +3,7 @@
  * rangetypes_gist.c
  *       GiST support for range types.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 70c8297b67c57f3f47d748f204ae93c2dc6aea1e..96c77078c8b51f434ea9ddb9947abb5e93143410 100644 (file)
@@ -3,7 +3,7 @@
  * regexp.c
  *       Postgres' interface to the regular expression package.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c050f5ec910e4e8d019bad266b3583ab712b2ffc..58dc985b2cf5ff0cdce43535fb5addd1b13bf76e 100644 (file)
@@ -8,7 +8,7 @@
  * special I/O conversion routines.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 522a540c0c3bdacbee4d51b6bfeaf7b306af9055..03a974a7121b1ca4b2420620c3b86c9315ed9cb9 100644 (file)
@@ -13,7 +13,7 @@
  *     plan --- consider improving this someday.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/ri_triggers.c
  *
index 919ed9582a70a9b1d9696150c3e0116048d86afa..ba7fde43132cde28c6db5df53101d12b9560632e 100644 (file)
@@ -3,7 +3,7 @@
  * rowtypes.c
  *       I/O and comparison functions for generic composite types.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 29df7488fd64c58adb722cd901020f577f037936..9ad54c5decbcb1debb4f0bec4edd27f589efca83 100644 (file)
@@ -4,7 +4,7 @@
  *       Functions to convert stored expressions/querytrees back to
  *       source text
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cfc7dae55b6d30cbc2d12cf3603bbd62da0b56fa..da638f885aa5c381220f0e53688dd48d52cd86bf 100644 (file)
@@ -10,7 +10,7 @@
  *       Index cost functions are registered in the pg_am catalog
  *       in the "amcostestimate" attribute.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b4ac9357fb4d2b5b2cb3ede35e4d062cd3b1c056..3ba380ee4de775c6bf5e71086badaffda25e60c1 100644 (file)
@@ -3,7 +3,7 @@
  * tid.c
  *       Functions for the built-in type tuple id
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 450dcd47277e5ba026053b04a70e1ebd6788f91f..db8d2c2b1091da0653e8cd43c39e66aa8cd66ebb 100644 (file)
@@ -3,7 +3,7 @@
  * timestamp.c
  *       Functions for the built-in SQL92 types "timestamp" and "interval".
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c2b4a927efdef569b64f94bd9c487ebba9975402..a7e3ae9b0f44f877dceae60bb9d737881d2a5bdc 100644 (file)
@@ -4,7 +4,7 @@
  *       Builtin functions for useful trigger support.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/utils/adt/trigfuncs.c
index 4cb961146b82fe6e0412d621c229ef4b1a03cf84..8900c0f497849f0dcdd9f03d441945678dff987a 100644 (file)
@@ -3,7 +3,7 @@
  * tsginidx.c
  *      GIN support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 72f4a784d27df504fabfd7739135733486d8f197..b427586d185e9d0f5f2903fdef22a7e39cd85a3e 100644 (file)
@@ -3,7 +3,7 @@
  * tsgistidx.c
  *       GiST support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a60989abd3bbfa2b0746de4588d98fb8660c39ad..2473f0df729c474c17b8b662880b12f0711835e6 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery.c
  *       I/O functions for tsquery
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 3e0b99afeb8db45d721c028fb28d818475a5fb69..23493e9fbb1c855762d3a07a55372e1bfb30478c 100644 (file)
@@ -4,7 +4,7 @@
  *      Cleanup query from NOT values and/or stopword
  *      Utility functions to correct work.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d4468d617a4821e4a78e9cb4972d2275c50ae340..74e40246c429c0ba226fc0f235bf9fbac3abe879 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_gist.c
  *       GiST index support for tsquery
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 59d9d20b7e5c8a172fe0ab029a1a2dbd3fb58205..303a3b467404baeee3e0deb0c2b48734d91f1d04 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_op.c
  *       Various operations with tsquery
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 974ce6a019783b18b8af50010c9a79dc02cbdadb..07f9df3a3e1f97236bde3330b946b56bdd4d75b5 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_rewrite.c
  *       Utilities for reconstructing tsquery
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 003b83e7704fe96485d29985c022a16034cadf5d..946caa50db473858af6086b5fb574952a91aebc7 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_util.c
  *       Utilities for tsquery datatype
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 5a50b771fba68703595bc4abf4c1032de46f2dc8..fb7dcc955f7a704a9d4356697c7e75ef9af27cf9 100644 (file)
@@ -3,7 +3,7 @@
  * tsrank.c
  *             rank tsvector by tsquery
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index cb9a87d03ecbdbdf638e003feeb7ec9041cd1111..4262ea9e91ea252e22743261042544637cb56ce9 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector.c
  *       I/O functions for tsvector
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 285a484aa4365862a30cc86f5cbb722098c54559..bab6534feaaabf20eae357b8e8849d9edbd2a292 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector_op.c
  *       operations over tsvector
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 20349a63d979ebd9cab7cdb86b3262624f69181d..5214fce7a6d0644d498aa86fd66e5324524d7a48 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector_parser.c
  *       Parser for tsvector
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 192ae6640d08529243ee6b6780421bfbb0681464..08a8c89ed3932d14e229dc09ce78e3aa075ec09b 100644 (file)
@@ -10,7 +10,7 @@
  * via functions such as SubTransGetTopmostTransaction().
  *
  *
- *     Copyright (c) 2003-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2003-2012, PostgreSQL Global Development Group
  *     Author: Jan Wieck, Afilias USA INC.
  *     64-bit txids: Marko Kreen, Skype Technologies
  *
index 13ae11ee67c2b09a132b947eb4b8bd0bdfcf4eb5..f83b3515161fe56045f0483b28fc37bfdbe635bb 100644 (file)
@@ -3,7 +3,7 @@
  * uuid.c
  *       Functions for the built-in type "uuid".
  *
- * Copyright (c) 2007-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/adt/uuid.c
index 3fa81175fd88a2a172a6f731a99bfd863f1642dc..adb08369ed28ab6b52aa2cd5213bcd5b4d8de7ad 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index efa483d638d440258436ffb6ff2a29ac395b769a..98ec04ef6316f7f015b9eeb95e5f19e81b83e9db 100644 (file)
@@ -3,7 +3,7 @@
  * varchar.c
  *       Functions for the built-in types char(n) and varchar(n).
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d66ba0654002d9565c5a45dac139ba74a0b5d928..65e9af8db899db0bbdd97adac4c68e5aef1e144e 100644 (file)
@@ -3,7 +3,7 @@
  * varlena.c
  *       Functions for the variable-length built-in types.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6ea5bd22671892cb7d85e57b52675871ac8a950c..bbc546ff8205f61babcc9c976c81be943171e310 100644 (file)
@@ -3,7 +3,7 @@
  * version.c
  *      Returns the PostgreSQL version string
  *
- * Copyright (c) 1998-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *
index 2e16383137c919dc66685a059324c7d36fbb73ef..32fa5326b4da0d120146ca5744fcd8bfd7223244 100644 (file)
@@ -3,7 +3,7 @@
  * windowfuncs.c
  *       Standard window functions defined in SQL spec.
  *
- * Portions Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 76d29ff2a379de01d0e895ccd3fc2601cfcadd13..1829b8242d29ce884868347958378803a0da259d 100644 (file)
@@ -3,7 +3,7 @@
  * xid.c
  *       POSTGRES transaction identifier and command identifier datatypes.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 93ff366cd744ae01fafa294c2dbb6fa4d6153866..c0ca3f8cec4ae40896bc29b166501e52ddcfd858 100644 (file)
@@ -4,7 +4,7 @@
  *       XML data type support.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/utils/adt/xml.c
index 179e6a6cc3dc025fedd825cf8dd2bfbf8243e1f1..e01ae212ee3db577f6108f432acfc1c59ac4d6a2 100644 (file)
@@ -6,7 +6,7 @@
  * Attribute options are cached separately from the fixed-size portion of
  * pg_attribute entries, which are handled by the relcache.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5242cdd115025b54b44ae9566a7e4f4a90432c73..acd0518748d68d13c276e57f371a642d36885d21 100644 (file)
@@ -3,7 +3,7 @@
  * catcache.c
  *       System catalog cache for tuples matching a key.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index df5e877bd218ae120482d175bc049afa65dc00bd..d5fe85abbff762b431ab20c2316eb17b1f3f875f 100644 (file)
@@ -85,7 +85,7 @@
  *     problems can be overcome cheaply.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7a4306e93f5545764cbd02e6aa042120b385790c..dccf380cc27445db4fb83d9319739f017bed2881 100644 (file)
@@ -3,7 +3,7 @@
  * lsyscache.c
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 56dace0e89c9664897f88da73dc06d61f4965b8e..7e66645b2b61d18552bb30ae5487f42a555fad50 100644 (file)
@@ -35,7 +35,7 @@
  * be infrequent enough that more-detailed tracking is not worth the effort.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cfb48d3ec4c32687e147bbe3b158da22f41fa160..d0138fc7e845e64e71986f6def98e795c7f11f74 100644 (file)
@@ -3,7 +3,7 @@
  * relcache.c
  *       POSTGRES relation descriptor cache code
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b33a846f9d4a7a6c8c3f0558790fecaf082bdb26..306832eb24b9bff4016f0c7d9e229db48029c095 100644 (file)
@@ -28,7 +28,7 @@
  * all these files commit in a single map file update rather than being tied
  * to transaction commit.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 228e7d1ec8f618958f417c106d1d3bf95c3dc224..cf18ee10af3895d24466929838a24c57dc349cc2 100644 (file)
@@ -8,7 +8,7 @@
  * be a measurable performance gain from doing this, but that might change
  * in the future as we add more options.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 043030bd70fd04b81b542a44e04bd9f98668a9a2..78ce0b881a59c411d5e51f99fed84612e4c08f44 100644 (file)
@@ -3,7 +3,7 @@
  * syscache.c
  *       System cache management routines
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index be29a910ea2a4112af50c9e29da5a1806c202006..c84c58006230eb64284cb53a0e7a39ba8f717a43 100644 (file)
@@ -17,7 +17,7 @@
  * any database access.
  *
  *
- * Copyright (c) 2006-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/cache/ts_cache.c
index 8e334740ed2b0f72ff88cc0ada5ea4e4ae2190ef..72798ef9effbd6cbeedd78aa60768f2490f01757 100644 (file)
@@ -33,7 +33,7 @@
  * of ALTER TABLE.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c7d5b2a638df9bf249ac5719959b476f0513dd4c..3e04164956303f6fcdef84a15c617e3075956b05 100644 (file)
@@ -2,7 +2,7 @@
 # errcodes.txt
 #      PostgreSQL error codes
 #
-# Copyright (c) 2003-2011, PostgreSQL Global Development Group
+# Copyright (c) 2003-2012, PostgreSQL Global Development Group
 #
 # This list serves as the basis for generating source files containing error
 # codes. It is kept in a common format to make sure all these source files have
index 34909f76c6ea67b8a586081678bb5edc6b986435..ad548239f24be938b1c88403717ae4a8c65c93cc 100644 (file)
@@ -3,7 +3,7 @@
  * assert.c
  *       Assert code.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d8d059f11c940ce3ef54e3677a4c52ddfcb87793..470081a18009e5cedbd9e5999496ed4e8f29d43f 100644 (file)
@@ -43,7 +43,7 @@
  * overflow.)
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 734bd0568918d03bca1574282cb924bd12748724..718f8e7fcd7c8d8c6310aea28f4355903db27cb3 100644 (file)
@@ -3,7 +3,7 @@
  * dfmgr.c
  *       Dynamic function manager code.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 21fb5ade7ac759d29c9793db78d903316195e3a1..46d7edaec71a4b3d54e5ee51017e6a0cc3072a10 100644 (file)
@@ -3,7 +3,7 @@
  * fmgr.c
  *       The Postgres function manager.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d19be8708552e66e475ddf8ad98db077637b92ef..dd914789c07451835c09000c2ba67bcaff55c341 100644 (file)
@@ -4,7 +4,7 @@
  *       Utility and convenience functions for fmgr functions that return
  *       sets and/or composite types.
  *
- * Copyright (c) 2002-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/fmgr/funcapi.c
index c7593aa281e5d02748501a6967bb07aaefa4ac4d..cb2b5fc35cb60aa8b46df3bd59a25e8f971e90c2 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the errcodes.h header from errcodes.txt
-# Copyright (c) 2000-2011, PostgreSQL Global Development Group
+# Copyright (c) 2000-2012, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index d9027291ee355057c813d3184e779193008f7c1f..6d0e0f5366b5a733af9bc712d8ccdb9850721f98 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 898475514afd24e4c5a54ebdcedeb0f2684afd46..4cbdd130dd5957b6f1be406b0277ad64f71c3812 100644 (file)
@@ -4,7 +4,7 @@
  *             Hash functions for use in dynahash.c hashtables
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0bed2fd2be640bcb9895d4f88a7e1cf2131e0c6a..596184b59af8582405ee85bed8384c2c13d82ab2 100644 (file)
@@ -14,7 +14,7 @@
  * code for possible future use.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9417c7a3b04955c2221addae6e8a94d092d5cf9a..4b66bd3e358bb8aea34b165f6ab47477e022305d 100644 (file)
@@ -3,7 +3,7 @@
  * globals.c
  *       global variable declarations
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 347a777da9932840237039f4fe984d7c6215a26f..51809b7a88a6b634437551546e383a6bc52349ef 100644 (file)
@@ -3,7 +3,7 @@
  * miscinit.c
  *       miscellaneous initialization support stuff
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 94f92dd7343af74c37b7efe9f5f57a44f42c3d9e..f9e4dbc0c08dce789d45ab026473107b1e2f75c4 100644 (file)
@@ -3,7 +3,7 @@
  * postinit.c
  *       postgres initialization utilities
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7a4983405bc7e638375de9c631e57f9f196cad78..9d9e426d29645d10023e6be467f5ad7d97c7736c 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/backend/utils/mb/Unicode
 #
-# Copyright (c) 2001-2011, PostgreSQL Global Development Group
+# Copyright (c) 2001-2012, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/Makefile
 #
index f631372704860c7061a58c4590830bf582893602..b41e79703bed6564ce2be6715a057bbaf355e0e2 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2011, PostgreSQL Global Development Group
+# Copyright (c) 2001-2012, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
 #
index 60090a6dab3bec45459710c784cf5b3fdd99ab89..0aa94c2b27921aff29d2b7200d1289d8b0989b6c 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2011, PostgreSQL Global Development Group
+# Copyright (c) 2001-2012, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl
 #
index 0623fa281e5bdc672645f08d706e18a6939975f4..797f825e33693c9c38c302c89b35efdc4d9164be 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2011, PostgreSQL Global Development Group
+# Copyright (c) 2007-2012, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl
 #
index c2ab9f45bc05b0b7193bc2bd85dc01cc7ac94500..7c1292e3b8af2aabd0b36406a8bb81167a687ab6 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2011, PostgreSQL Global Development Group
+# Copyright (c) 2001-2012, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
 #
index 8f63e200071e1eb855655b050d48fcb8c58aaba5..6825f5339ac3b8db96baea3103b6eb76a47321d2 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2011, PostgreSQL Global Development Group
+# Copyright (c) 2001-2012, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
 #
index 8068c5d78456bfdd2a0e5b17a9f1b923ef3b7d2d..dc406dc16c740441a210566a7a5ecb07f68bc684 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2011, PostgreSQL Global Development Group
+# Copyright (c) 2001-2012, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
 #
index 6b1dc2f47dc8e6379aea6bc5fbca811f7412ae9d..636a9620bd9e6697acfc5bef11f90372d0a026a9 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2011, PostgreSQL Global Development Group
+# Copyright (c) 2007-2012, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
 #
index 13fca2083431ea72a7c4f0b685ea0547ccc16d9e..b16cdb3321bc6881160e446c698aa9481ef79c9d 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2011, PostgreSQL Global Development Group
+# Copyright (c) 2007-2012, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl
 #
index dc3879df965ab2b3cec75fd26e35a2273dada481..510350e6b53fb08328f3e1d2b82c3923ec5cac69 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2011, PostgreSQL Global Development Group
+# Copyright (c) 2001-2012, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
 #
index 77170ac59766216147569e27c7354197577991a8..b67c7943e631ab42a3610ad784b683d91591241a 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2011, PostgreSQL Global Development Group
+# Copyright (c) 2001-2012, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_most.pl
 #
index 4d88202ca87b474b28538dd8688e272d6afe75a6..083dd8ac06bf2376cae9b6a0db464d1801342592 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2001-2011, PostgreSQL Global Development Group
+# Copyright (c) 2001-2012, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/ucs2utf.pl
 # convert UCS-4 to UTF-8
index 0d7f471a15b14f44af87ab8de2014090e2c5717b..7a9ab0aad6bb2abe852d618cd77f4e5e07bead90 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       Utility functions for conversion procs.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b6e7763bf401529c7fbb9b884454d541da896351..a7f44e0813edb6191bc32032266604a279bd67d0 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ASCII and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1e793cafd4daf56caebc016b3b15c04dae7961a3..f6bc9452432cb5348704670299e27810b5918c90 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       Cyrillic and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 868bdbcf69cfac6d224655b1f5620c5a73eaa0ef..53fbd34d566ad95c02c40fcdd4cb1548859c4ab0 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JIS_2004, SHIFT_JIS_2004
  *
- * Copyright (c) 2007-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/mb/conversion_procs/euc2004_sjis2004/euc2004_sjis2004.c
index f1713e43833dfdf80e9fe76c2cc250dbb22aa8b6..a619d578da15951853c0adb7b23c21cc0eede636 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_CN and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 118ecadd8fb3a660cbb09c6071accdba6a83e43a..5fd1a05ace1668ed921d40b77752f748d9e436ac 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JP, SJIS and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0c9529d40c262052e1eae5b1d9045ff162638d7c..2ac555c571547c51a6b956daa592709de8ccc638 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_KR and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 73dcd1dcd6ac97b77537996f2ae0acbd4ef93690..a266824b6bc555aaa6f7b29f5cdebbd94395fa6a 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_TW, BIG5 and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 003f117364a63bb5d35024e050d80c4590b6b3b9..475184a04d7de679f9cd5b080f5b09d1cc71d6d5 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       LATIN2 and WIN1250
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 17f9977bc594889e100b22412e2b2e7799214787..248cbafd55387c3f05ae3466c0ee268bf576c30e 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       LATINn and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 05fac65270905696860c8b94c7a79b1196dac1df..71131a0b45d3865e422abe4499c73fe6f106c536 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ASCII <--> UTF8
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3e28390f07553f1590b1f8a4a0518bb228ef48d5..b277e0f772d123f8fd7c482e4d846d50d6ca0147 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       BIG5 <--> UTF8
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e12eef3748a020e8576ba37c8cbf5bb52d818527..8a990e7fca388776034de4853ea8d85d0d315a5c 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       UTF8 and Cyrillic
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5055238c828b87fa369d30174bde36ea8546b161..d863a2df7627957e303387a9db5a7a5d3c62b18c 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JIS_2004 <--> UTF8
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d4a2f471bdf45ed2653bf16ac44e232927a6a867..8bde828580449d496e50bb8970f4bc2dba9ba43d 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_CN <--> UTF8
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2c50f3550e0309822f6b6aaa84848a49a4a58dc4..da1e86c9b56f46813f10f66e75cc20936e3a61c1 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_JP <--> UTF8
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a494d55b4246aae556e0f9f48e3945c40b7a4759..beaa6f97d4a688e7d2155e479fd35137535dfdbc 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_KR <--> UTF8
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index adb887e85456a1511d9915793c4798b252605a16..9076044695f01a0b7da38dac997c8aff26d98152 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       EUC_TW <--> UTF8
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 42b076e0cd184d16e1d5c754c9d6f1c8f3d7915f..ba3aa118d1a3ee30697a3fd5d8707dba36ae4ae9 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       GB18030 <--> UTF8
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 97b4d0c992e160fda695f79d6ffd5c7a969bc05c..dfdf3546c54b1b2a72fa395e8f3b34336b6ef163 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       GBK <--> UTF8
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 89f589d62d2dac094e00b4e7c67ebd2d43ba6717..7216c40c9b6d675776f71d8be618befe90e7a722 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ISO 8859 2-16 <--> UTF8
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 31c3894efc57d3bf02a059aabe1ec9d11498193e..02dbff68170d2a7fdf62c57610adabb06b123857 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       ISO8859_1 <--> UTF8
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 821f6f33b3fb730a90fce2154e36895cdbcc525c..01c6202e7fa15b01d17e57c92785cec2c830b19c 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       JOHAB <--> UTF8
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 309759595278fe896d01c58eec02d6bf834c7d66..2a1b4e8b92d5da7b2612718246bc3a022da9c145 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       SJIS <--> UTF8
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7d4cbff7d4c8cadecf037af17fdfc25333266ed1..8daf456a586dbda8ae2ac443abcf0532451fded0 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       SHIFT_JIS_2004 <--> UTF8
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e21c4866d3885ffca7e3626c8e0c4e83205dd07e..dc7db60e0364652e4ba92c9f6d314b3d6ea745b0 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       UHC <--> UTF8
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8102a9074bd2e08dc513bc75a4de5fde5f4a4fcc..adb050431abbde9fa0b209b2c02bbaffabc3b0a0 100644 (file)
@@ -2,7 +2,7 @@
  *
  *       WIN <--> UTF8
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5fe5d14544cd68f9716447fbf188ed42e1fd960f..6fc216544f58475b02ae5fb042bf42b7d5ac6c10 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Scanner for the configuration file
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/backend/utils/misc/guc-file.l
  */
index da7b6d4e90b41347e93631ad5826bc64f5032c75..5c910dd11240c701cbee61cbf29b9a73ba6090b5 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/utils/misc/README for more information.
  *
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  * Written by Peter Eisentraut <peter_e@gmx.net>.
  *
  * IDENTIFICATION
index 1ca7ae1443c9173d6a922338583a7fc0dbd0725c..5f772f967179dffe23839afea4a4a886586a7dc9 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/misc/help_config.c
index c96316403fe8f40fef16a672ad8938cde31a2de2..ca3f01c79b639a2f3ede71a74dc1110086b6a498 100644 (file)
@@ -4,7 +4,7 @@
  *       Resource usage measurement support routines.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 66d03adaf900c4a74ef8769e925963733e68849c..ac718c6a77045ca459590b6c9105d0c9549ab29f 100644 (file)
@@ -7,7 +7,7 @@
  *
  * src/backend/utils/misc/ps_status.c
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  * various details abducted from various places
  *--------------------------------------------------------------------
  */
index f8143724d0a843a2052eae5d6663883875a9ba81..762753ccbce9bbf6e67b69dad49f03435e540a6f 100644 (file)
@@ -17,7 +17,7 @@
  * longest path from root to leaf is only about twice as long as the shortest,
  * so lookups are guaranteed to run in O(lg n) time.
  *
- * Copyright (c) 2009-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/utils/misc/rbtree.c
index bbc160110db9879a2b0362ecf8fa9ddcaae21b61..9accb9d56b01f297e228e307927af25b013d768c 100644 (file)
@@ -9,7 +9,7 @@
  * the single-user case works.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b52942db7211f748341242f0e6b65e8c0d004439..48adfc17d3a865f311dbe429dfe8703860195bc8 100644 (file)
@@ -11,7 +11,7 @@
  * PG_TRY if necessary.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e202acac9345f70e17fe8248d4515949848fc349..c5a331ccca2e9cd90074cd9e6b8af29ccd374620 100644 (file)
@@ -7,7 +7,7 @@
  * type.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 466e9334cfb986eef83a70fcc31a19c59d9f8aed..466d53d57ef555cc717ee6b57b627a084d70ea46 100644 (file)
@@ -9,7 +9,7 @@
  * context's MemoryContextMethods struct.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7fbf1a5efadf4a3a4ac0746e8bd8825f32628ecf..89891ba9131a14e270319ea37d54b02d91f13eaf 100644 (file)
@@ -8,7 +8,7 @@
  * doesn't actually run the executor for them.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 71c5ab0bee75ee9763a432be8957270d65dd1ece..f6030973141fb2e473e5e339aeb7ccc04d343128 100644 (file)
@@ -1,7 +1,7 @@
 /* ----------
  *     DTrace probes for PostgreSQL backend
  *
- *     Copyright (c) 2006-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2012, PostgreSQL Global Development Group
  *
  *     src/backend/utils/probes.d
  * ----------
index b0faaa108a77f7a68027bb458bfe00941219a987..7c771eb491825284843605529dcebc16f5ab1846 100644 (file)
@@ -9,7 +9,7 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1f21b1dd542bd3b3e02c31e5cd46ab502454f548..b1aa7eb06e6d764c45bb50a1153058dbb641e370 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4a87f11827f36e81708a3ee0a9031e04832b24e0..7f388fd9bfce6660843d282cfefa4fc61a8b4e3f 100644 (file)
@@ -4,7 +4,7 @@
  *       Support routines for accelerated sorting.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 28d585fc3b5f9a501253dd4b9d9042e0e33d1d0e..4c2fe6979939670c2765f8809adaed5d399e6957 100644 (file)
@@ -87,7 +87,7 @@
  * above.  Nonetheless, with large workMem we can have many tapes.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b28532be5785d898cb97dd06b96d630feb17fb4c..2d30f09ac14d350de4423fcd36951bb4a37acd0a 100644 (file)
@@ -43,7 +43,7 @@
  * before switching to the other state or activating a different read pointer.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d9b37b2ba3ffc591cb3496598f4e920ffe94cde9..5429922d3f15e1b4a45b7408b356931270a03990 100644 (file)
@@ -30,7 +30,7 @@
  * destroyed at the end of each transaction.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 814cd23739987adc97f09b26a7e97afd61bf1273..5aebbd18552f0602729433d33201a0756c6c1ce8 100644 (file)
@@ -27,7 +27,7 @@
  * for too long.)
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1c4b74d94b51e9ae91e2453402c54db6a7927f99..31791a744f14bf161eb3cf2ec06308b33445ff9c 100644 (file)
@@ -46,7 +46,7 @@
  *      HeapTupleSatisfiesAny()
  *               all tuples are visible
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c333a489f1a8ac2586f51a78406446f2d5bfad72..b4dfdba71e8a0a702b46247f46bd2433d1fe1c2a 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin (client programs)
 #
-# Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/Makefile
index fee99bb31de35eeb476327e0baab7591e526e302..6789a6e25d8ff31bd487432ad5f7b0c01f497a7e 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/initdb
 #
-# Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/initdb/Makefile
index 87b8e9a34d2e756394c809acbf1c60c75c3c13fd..1ebad182b2d7f14dd7d4cb574d0a26019d83dc33 100644 (file)
@@ -3,7 +3,7 @@
  * findtimezone.c
  *       Functions for determining the default timezone to use.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/initdb/findtimezone.c
index a12d9b162cfb0f0fac00cb3c9c2b0d4c1a96ab30..e0474f7f575be889d7c874a0694ce92687f8a4a2 100644 (file)
@@ -38,7 +38,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/initdb/initdb.c
index 49f503a4556ba1ae53fe0c6858b2248f66483f2b..1334a1f77b1a606df4f7d0a781d27602207372e6 100644 (file)
@@ -1,2 +1,2 @@
 /pg_basebackup
-/pg_receivexlog
\ No newline at end of file
+/pg_receivexlog
index 464506560d66ad6eb2e6973457a31fa47e03159c..5a2a46a0e84feb3b16dbabcf8e16d1415f106800 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_basebackup
 #
-# Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_basebackup/Makefile
index 4393aec5bdba93cba31454901c53d18cf285e62c..40076802e5f9e28a85cf0a7bfdc5b713990efbaf 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/pg_basebackup.c
index 4f8e9286bf7c461ee8fcdc57e44c470a3da04709..e698b06b7d3417ad5546aec19b9be8238c37c776 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/pg_receivexlog.c
index dea944beb947d42ef4f75b11cf23cc4ef22b66e0..c18db4fd042cc7096acabc357419b95d035f3f57 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/receivelog.c
index 812343118c5c9715bc937ff1559621b00646097b..b12932fe3f8313a4af8500f386785bacc36db3ea 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Author: Magnus Hagander <magnus@hagander.net>
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *               src/bin/pg_basebackup/streamutil.c
index 479db9cd4b72437e427d80ae6e1da8003f9381d7..e9aa0a7469b5ddd18f3bf3b522e3c3a3a56efa84 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_config
 #
-# Copyright (c) 1998-2011, PostgreSQL Global Development Group
+# Copyright (c) 1998-2012, PostgreSQL Global Development Group
 #
 # src/bin/pg_config/Makefile
 #
index 532c4a61e3867a6053e853cfff7bae3d3d0aac22..9f1556301737f030e37779b326522532b7417e5c 100644 (file)
@@ -15,7 +15,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * src/bin/pg_config/pg_config.c
  *
index 207f5e525d2c62e59e8c91d04bb4799675836844..0eff84666da0ba91b8b4e24dc2640336d894c64a 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_controldata
 #
-# Copyright (c) 1998-2011, PostgreSQL Global Development Group
+# Copyright (c) 1998-2012, PostgreSQL Global Development Group
 #
 # src/bin/pg_controldata/Makefile
 #
index 6c1b266123360e07aa12b5642c8ae8a23b02d9d9..bf7b3678a75bb6eda98101d40195ef1cd94d71bf 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_ctl
 #
-# Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_ctl/Makefile
index 5b48bd9920724394ef781f3c3fc8a6c687616672..8ac4fe8234dc6ea8ba55f5c27a36c6d2eaa988fc 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_ctl --- start/stops/restarts the PostgreSQL server
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * src/bin/pg_ctl/pg_ctl.c
  *
index 49e3b513f6930b6f11f266f33321317c636e8375..033fb1e4d0c29da98a1f49669439e82cbfd6a046 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_dump
 #
-# Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_dump/Makefile
index 92c73ad3c12425e05c6a0e0ba3adca7868a7fac6..7cb437066a37d7b70b484a47bee2df538bfb002f 100644 (file)
@@ -4,7 +4,7 @@
  *     Catalog routines used by pg_dump; long ago these were shared
  *     by another dump tool, but not anymore.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8c1e2b8e509f068026729fe9c508160574c8e517..d48b276a0652f6daae53ce58d12fd2d3d7ceb7de 100644 (file)
@@ -4,7 +4,7 @@
  *      Routines for archivers to write an uncompressed or compressed data
  *      stream.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * This file includes two APIs for dealing with compressed data. The first
index f5908c0d7abe7ecc48aad7f0392bc9c8a81876e0..a6aa52ea4d742e7a23cca5895bc1f71e1123a9d3 100644 (file)
@@ -3,7 +3,7 @@
  * compress_io.h
  *      Interface to compress_io.c routines
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 570b68021b6c27da5503fded29e358c266a3ec8e..3ef10307bc5c499c848541863d575a119e7fe47e 100644 (file)
@@ -3,7 +3,7 @@
  * dumpmem.c
  *       Memory allocation routines used by pg_dump, pg_dumpall, and pg_restore
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2b4a1eb24d888ba7f2201da6e4e219b13349ef6d..ea73bd62cdfff9e84c78df6b5516a8da8f0e0c93 100644 (file)
@@ -3,7 +3,7 @@
  * dumpmem.h
  *       Memory allocation routines used by pg_dump, pg_dumpall, and pg_restore
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/dumpmem.h
index 659ec06dc79f9a0a82b246691ea309e3b3c97aa5..3493e394033729e031b866641ceb1e422685a63a 100644 (file)
@@ -5,7 +5,7 @@
  *     Lately it's also being used by psql and bin/scripts/ ...
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/dumputils.c
index f80dd279432699832036623489721e3eed746947..b4cf730b4a86a87bb427ea8c37633f15b0e166c7 100644 (file)
@@ -5,7 +5,7 @@
  *     Lately it's also being used by psql and bin/scripts/ ...
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/dumputils.h
index e05cdd46c06b480dbda818be9876342a0339a5bf..7294a55f80fe52a997d029a6798c57e97a49af6b 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bd18ec517da6dfa1876d846cb7c27fdcec73281c..9c6d7c1b6de661278ac62b6c88d29310ec4877f0 100644 (file)
@@ -17,7 +17,7 @@
  *     sync.
  *
  *
- *     Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ *     Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *     Portions Copyright (c) 1994, Regents of the University of California
  *     Portions Copyright (c) 2000, Philip Warner
  *
index eefd7aa06370a266201545c4d6392bf147b828a2..1985c7d508cb8dbe1ebd1b54f3c9c72dc1dbe105 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, 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 3bfeb317d6e05a4163d8efdefa82dd833ba8d6b0..913d1022d62ee284f25007348f56bc4a7d28e0db 100644 (file)
@@ -3,7 +3,7 @@
  * pg_dump.h
  *       Common header file for the pg_dump utility
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/pg_dump.h
index 368208da6fe705418559abba43f7dc59d3ce12db..c605a3b7247e59189710eb1f4c81c9b28d7f5419 100644 (file)
@@ -4,7 +4,7 @@
  *       Sort the items of a dump into a safe order for dumping
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f37b7514e47596f9ac257b9b4eb52aff143eed6f..4c9366738ab827addd1c332178a3cc9f567bdadf 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_dumpall.c
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a2769284f6d3d169badbe5c866ff2df77f552407..eb03b8a0b91988fc03c0ad80294ec4db131e734f 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_resetxlog
 #
-# Copyright (c) 1998-2011, PostgreSQL Global Development Group
+# Copyright (c) 1998-2012, PostgreSQL Global Development Group
 #
 # src/bin/pg_resetxlog/Makefile
 #
index 5b8ae8814d50f14e16b82225e0ff4dc2a44e1d41..a14601ce7b40b01114cf84f6603412f95e81d14f 100644 (file)
@@ -20,7 +20,7 @@
  * step 2 ...
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_resetxlog/pg_resetxlog.c
index 6ac08e5dc692359adc1156f251c77ed9420d8e72..05c452b8328996e60d493cd565b87f6ae023a5e2 100644 (file)
Binary files a/src/bin/pgevent/MSG00001.bin and b/src/bin/pgevent/MSG00001.bin differ
index f585820d38f9eb43aaab1cf6cb01685ce4d444ca..da4e60ac1a45d6fdd733d46883a853200f0e4d00 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pgevent
 #
-# Copyright (c) 1996-2011, PostgreSQL Global Development Group
+# Copyright (c) 1996-2012, PostgreSQL Global Development Group
 #
 #-------------------------------------------------------------------------
 
index c0219c023cf358ed67edf4fa11445a68a7e0c661..771fd712e468eb91fecd7f7b905195d760f4a510 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/psql
 #
-# Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/psql/Makefile
index e5cf5ff68f46ab7dce57f060d565558ff19c218e..69fac83cd58275e735be6e09d133dca1e1a683cf 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/command.c
  */
index 9d0c31c10304211ed101bf91c38c42ffa4b9dd77..f0bcea0ea6f2b8fed3aee4c57c1b974df7ae1191 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/command.h
  */
index 5ab736e30b06a94a351e73f5d3751de18705c473..889c1579f5b76c4737e92b8f23b4d9df35624892 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/common.c
  */
index a26b8682be68db20e7d6a08e34e7b49dcab5290d..8037cbc0a0d60790c18105e8fc62208725ebb7df 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/common.h
  */
index ebe5ee9ea551b858a4ad6119322405109d3212d8..eaf633d2a56387da889b2ff8f3c506c6db8d3891 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/copy.c
  */
index 07d8afe581a522863aa98e1c676297307377a2fc..9dba67b577db60ae0fc2df4af6f2baebfff974cc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/copy.h
  */
index 7e30abac17ced6fa06b20ebcd4cc97140213bdbc..be460a7f86bb3f48cfab02411044b82b572e966b 100644 (file)
@@ -3,7 +3,7 @@
 #################################################################
 # create_help.pl -- converts SGML docs to internal psql help
 #
-# Copyright (c) 2000-2011, PostgreSQL Global Development Group
+# Copyright (c) 2000-2012, PostgreSQL Global Development Group
 #
 # src/bin/psql/create_help.pl
 #################################################################
index 095a2a891df8ffd355540c22ff8f966fed728c34..4eee4be96e0ee845e7824257564c532408272709 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-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/describe.c
  */
index bf4c31265e7c583d45fe19cd54c52d15f309a0c3..2b2ef21686a2901ff61dd7832fddf090029af24b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/describe.h
  */
index 13d8bf61d4f36dc591ef47f2b78e685d806a085e..172fd0c733b7fc53806a3a02b1fbe7bfb1557d30 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/help.c
  */
index f2e57f06ed5411d98eef8fd2025f2fbc3350bead..960c81313178426bc2855b5b055ddd06ad8e028e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/help.h
  */
index 870251bb84b60219e4b659ecdba2e65ddf819ad4..d77a731c2ec46b14814bf7edaf27cbe5d6057ee9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/input.c
  */
index ad09802b68771efe15f936dd5fb390508fa38db5..ef2cc499527d787570e6de1df6d17fda50be2740 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/input.h
  */
index d8e703af4db56d1505d78a5f67de2954588a38cb..ea95be15c0e28db2abb60d217163a5c869e2a631 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/large_obj.c
  */
index 592540d223b2babc0fd8dbc8544e82985fe69dfe..2dff51bf3803d9a8d09fdcb06568075b3c63178f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/large_obj.h
  */
index 6c4a079b0aec67a2643554f1546570f2ee44926c..16c65eca356b50c9a6dcf3e6f74558e5db2cf79d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/mainloop.c
  */
index f83cc0c753fc4bf555373ba3390eac18f910dd27..134987a4bda9744d7f6af13452fe0bc967cc3c24 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/mainloop.h
  */
index e5fcb387356b241396d75fa47deabbf600f3e09e..2904b39b965f778e34b76f16d2f4adaee9c0a705 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/mbprint.c
  *
index b19159d543b8b5ea100051266aa0e98ba2a2b890..e127edb1aed57fce9d2dcb7958abc6e3f4fa46c6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/print.c
  */
index bb206136294efe701703daae1c3933108b35ef9d..86c6e754abdf07ffc1ea021e058f6c465001f8be 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/print.h
  */
index aceab700915e2d78dcd204e038c0cd73d138cef4..3af122115cfed3a26ab51c8281a5a5d488f8c625 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/prompt.c
  */
index 8cbd76a64daebb9cb8d276fa0be08bc67412d611..f3713784a84978923057194ed270d6554ed24320 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/prompt.h
  */
index 6264def953d2a8bd9fccfb8170752941f354774c..0b5ef0c5b083ccaaa615aae8eea853cd39751c7b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/psqlscan.h
  */
index 0c855ba2482e494959b2d20da941b2af2ae300e5..a27bcd1ba731d7d62b2e5a0a75ce44695d7deb26 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cec216fbc07f8c7a99c8c275bdb0d1338200e0d5..c907fa0003a07a91061cf0045fcf0c7df50e7bd1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/settings.h
  */
index 71829eb6ec36b5266a269a0f5b6e2185ba4b5167..8b1864c10666ec57a807dbd54e5742a5b27e5a23 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/startup.c
  */
index 24bc2e3e03944e907f301a9f8b5d18ea4cc12472..3b5ce1ba4bf3c54b2388474d0afa691bdb8bac09 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/stringutils.c
  */
index 2c79705f1d2efc9760df72d845583e332ec527ab..c7c5f3877d92fbea189b0619eda316d55ac57042 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/stringutils.h
  */
index 61779c696330eda32c07653f25affccddc9f48a4..a27ef699f6a1245a54a3db369946b0feeb5a7a4b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/tab-complete.c
  */
index 626cbf48dd02835b3f570dc81324c46110f05f96..89fb5032465857c8f2df773d53d5ee2143b36c3b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/tab-complete.h
  */
index a43c786bf02dd7f0593b80c3999f63b1f1123f33..33d08176d0231fec596772971fc23f644c960ab2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/variables.c
  */
index 865391dba7b60ba31dfdb7339639ca01a0b4ebcd..fa253d24a2c9977a7b7aa8d93ccf5f05493fbcae 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/bin/psql/variables.h
  */
index 0c059665274331408e4e61a5aaa18b9c169ee0e1..0980b4ca40c60a7810794f52b2535e68be71f838 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/scripts
 #
-# Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/scripts/Makefile
index fc88692b4e345c27fcd706a3233172cbbd75c0ba..b01f91c1d6e36e371d79cff862fb1cc96a124bb4 100644 (file)
@@ -2,7 +2,7 @@
  *
  * clusterdb
  *
- * Portions Copyright (c) 2002-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2012, PostgreSQL Global Development Group
  *
  * src/bin/scripts/clusterdb.c
  *
index 99be4ae83aecf643f4377a9d5d9cc48ea36761f4..1a5284e5264e3256e8635c9bf215ebf151653316 100644 (file)
@@ -4,7 +4,7 @@
  *             Common support routines for bin/scripts/
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/common.c
index 9ebd72873d4040d71dc999f0d2ecde09042a2d17..229b8dc596776dff69a540b728ecc16904b837be 100644 (file)
@@ -2,7 +2,7 @@
  *     common.h
  *             Common support routines for bin/scripts/
  *
- *     Copyright (c) 2003-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2003-2012, PostgreSQL Global Development Group
  *
  *     src/bin/scripts/common.h
  */
index 64105412589e145f2305c8144911789dc90e39b1..d58c8156468c36d1fbfca1f690b580e6a8eaed3d 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createdb
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createdb.c
index a0720de33956a8e6fe95edcca5e10f7a77e88553..c8b927c6758fbae810153c797b0f5b61810bcf6b 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createlang
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createlang.c
index 4ed400a2bd6f3a85e674854c6081b362e1830d80..54e51b607397dd904107fc6012a3f722539958af 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createuser
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createuser.c
index 621c0aecc03874293f9f73ef2b0d4dc7f37f9ecd..444dce500e3ed5794adc5a7cbed968ad1ec1ef4e 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropdb
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/dropdb.c
index d04b4dd9733a4ab43381fd5656ec466b93dad2af..66bc9664a5f6f5651c86669d456d8623b72ee027 100644 (file)
@@ -2,7 +2,7 @@
  *
  * droplang
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/droplang.c
index f67fb0bcb8faa6f35deee2364acd3bd56cd68746..2843b233f90cb07b59c0655ea395cf9474346c4b 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropuser
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/dropuser.c
index 9ff15d85d62e8b84cb1b034f966f2c67eef2a1c7..54b478db60c98255923441ddcca3a31449f0655f 100644 (file)
@@ -2,7 +2,7 @@
  *
  * reindexdb
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * src/bin/scripts/reindexdb.c
  *
index a82e10a2a2777c7649f9c5b0eba8e7fd372d70de..1698c5f630b36864b943f37d7f650f0dadf76e0e 100644 (file)
@@ -2,7 +2,7 @@
  *
  * vacuumdb
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/vacuumdb.c
index 4fec9b5f8c81c7278f0187c042cf819019012831..80a5faf4c7b51c9ea2529f86b74fbed665a5da11 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES attribute number definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/attnum.h
index 691430c97ca191a870e00cd0115b82f1e7ac125e..9cf54a448696e451fce0ec09a9de69d687904dd7 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction-commit-log manager
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/clog.h
index 48ebf1986c968153dea4d0bbb5d574356f1a5aac..ec18976d4328de7163fddd9dec7c938e0f592511 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES generalized index access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/genam.h
index 31e9733546aad13f2884ed82ac09fb179dc882c1..36e490a6f3877858f1b4de180e35a9ef4e963dc5 100644 (file)
@@ -2,7 +2,7 @@
  * gin.h
  *       Public header file for Generalized Inverted Index access method.
  *
- *     Copyright (c) 2006-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2012, PostgreSQL Global Development Group
  *
  *     src/include/access/gin.h
  *--------------------------------------------------------------------------
index ee5d71e4d719a9dd71addcf1e846d918e2379102..e56a92358c75b564347499f6b72c8b6806a2a007 100644 (file)
@@ -2,7 +2,7 @@
  * gin_private.h
  *       header file for postgres inverted index access method implementation.
  *
- *     Copyright (c) 2006-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2012, PostgreSQL Global Development Group
  *
  *     src/include/access/gin_private.h
  *--------------------------------------------------------------------------
index 5ce7325ff9badf0a334cad21823dc34610e405f7..42ac63a5459d03f265ea8157e3b2aa642d01a521 100644 (file)
@@ -6,7 +6,7 @@
  *       changes should be made with care.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gist.h
index e98838227f9d954f31e9b607454b0b19c8dd02c9..0d6b625b298fbf712fd2d05a48b72e11d7dd025a 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gist_private.h
index 7cec1f3d297a66baa3ae1bfea181945b705556fa..4950370f04409e1e72014441b7693620a29d417a 100644 (file)
@@ -4,7 +4,7 @@
  *       routines defined in access/gist/gistscan.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gistscan.h
index d9a23aed8400c0dba1c7ba89a4bd065b1cf96916..a3d0f98310f3591e9c9df297f9033ae76f806ebe 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres hash access method implementation
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/hash.h
index ed30b5dada63e54e326c96fe176f07961c55cf3a..fa38803b249ffd2407d77f6efd4e0203975f2349 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/heapam.h
index aefd67916524593c6a23390dff0a43352d0d5b12..f9dc50cc65284fcbef0e6dcc78b464ca1049be2e 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap access method input/output definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/hio.h
index 3ca25acb897d06be87568b31b6842deb66bfb4d0..6a3778d6508d6a52ae3bc8add42303b1b9dfd92a 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES heap tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/htup.h
index 29247068fd2b437515d7784907e79ef61813ab06..ccefe6a201170ab9bd621182f8874ae95227b1cf 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES index tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/itup.h
index c3ec763985c1ae7f25161687ad2e6eddc884e453..e20573d01fb834e32a8440c799c99d334a1b8ebc 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL multi-transaction-log manager
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/multixact.h
index 3a3ff61e571633e32b3eeecd81beb07f76e521a4..041733ce309522063365db8db77d8785a99d1130 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres btree access method implementation.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/nbtree.h
index 2eb7e1218310f206c5437ad96a2e63d440e53feb..acc58a8ec83bb16fb4d19950be833ec4ffbda617 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/printtup.h
index afba016195a1f48b3fda2a502591d8d3edf39dcb..42af4a9bbcf00c27821c5de12906e705ecfbb609 100644 (file)
@@ -9,7 +9,7 @@
  * into a lot of low-level code.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/reloptions.h
index b2dea15a63810bc010ab9dd0aefbd06d8fd94863..2e967e1d597ef44b1057412d665ae88cfce522fd 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES relation scan descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/relscan.h
index a562480225a7ee99169f5d928e357dcaab871257..1f6da613d629a95621bcdf81d3353b1b9d593277 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteheap.h
  *       Declarations for heap rewrite support functions
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/access/rewriteheap.h
index 0108ed23d83e395971f507d047e276cf7984b9a5..d81da29145fe1d82a677a0bb74d1cba478895149 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES scan direction definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/sdir.h
index b9c61cd10ae05cfa666406b96691881220735159..d8c978fbaad9196d8410a6157555120599c3a69e 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES scan key definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/skey.h
index e48743f55d7e6e3e00df0beb6f0c6d7c13dacbd4..41cd484d808d903bcd9cf7c1c7990e12bc65f6a9 100644 (file)
@@ -3,7 +3,7 @@
  * slru.h
  *             Simple LRU buffering for transaction status logfiles
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/slru.h
index d2f0a72c36bc005fe7dab7d6fa8fead7e954d49b..cd6de2c98da8616860563977385f8159edec53f2 100644 (file)
@@ -4,7 +4,7 @@
  *       Public header file for SP-GiST access method.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/spgist.h
index d6528485d10840bba80a3f96413f3cc073be8008..fa23acf6cdeaff70b9ffe2e5ec8ba5586c410fa9 100644 (file)
@@ -4,7 +4,7 @@
  *       Private declarations for SP-GiST access method.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/spgist_private.h
index 01acd45d1a83faf4ee38c20c933d59ffccf4023c..72e3470d2b8db1fd072339e02729ecdfe220bd4f 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL subtransaction-log manager
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/subtrans.h
index 1b3e64aaf8375f3a7180bdd0458c86ecc060a495..fa1032ccee11c70cc6c6308f5c91dd17fe97ad9d 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES system attribute definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/sysattr.h
index 3ac1403c525d651ca4464225dd79cb8bb08e4cc3..937386575b69354e756e4a93579dfea0c468ee50 100644 (file)
@@ -4,7 +4,7 @@
  *       postgres transaction access method support code
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/transam.h
index ab79f09fe81d1d2b9f34c044931b211d9b0b486a..7511aa6405125e61ae8046fd2b4c1ecc5a583640 100644 (file)
@@ -4,7 +4,7 @@
  *       Tuple conversion support.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupconvert.h
index d5e1333d03933931ba6a3bbf45b6b4cde8130a2a..0df47a03e246a1808b7f77f8e3219e81c959fd86 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES tuple descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupdesc.h
index 38e65a807b1c2b6b451b734bb225634792b1d505..984a049297701838ccda98a1ca806c66c8b222cd 100644 (file)
@@ -4,7 +4,7 @@
  *       Tuple macros used by both index tuples and heap tuples.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupmacs.h
index 4e3e3ca4ba3895549e5c6128c8c48825ba41ec13..e3dbde0def4910c108d91633e377edeec989108c 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES definitions for external and compressed storage
  *       of variable size attributes.
  *
- * Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/include/access/tuptoaster.h
  *
index 0019df5f0c0d973f162b5afeeefc05bc2322893d..8314f85d5d7921dd2372bf4ed5b1df9c9970e5fe 100644 (file)
@@ -4,7 +4,7 @@
  *       Two-phase-commit related declarations.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/twophase.h
index 090a2bc5db08cdcb35096f2fc749d67c41488907..aed8ba3bac898936f44238247f2ca0e8d17d65e2 100644 (file)
@@ -4,7 +4,7 @@
  *       Two-phase-commit resource managers definition
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/twophase_rmgr.h
index f52ff4fb17952c0bc6bc7cd090e0bcf21701ad54..ce970e44df8a0218f831a7398594508d8fe8fd8d 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES tuple qualification validity definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/valid.h
index 4e5c0a0e4ed5ac1fac072c3e657182923fe3a93d..218ccd6104b05bd2ee6ca538cec3e99fb95713dc 100644 (file)
@@ -4,7 +4,7 @@
  *             visibility map interface
  *
  *
- * Portions Copyright (c) 2007-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2007-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/visibilitymap.h
index aaa620469f1d6b70be24f2283837027cabfe7f5b..5f063a9f452bbc57a19185b16084b00e3b2057f1 100644 (file)
@@ -4,7 +4,7 @@
  *       postgres transaction system definitions
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xact.h
index 4b1f8b8c2f34cdd6990c72f3e75246424ae2939a..93622c4d357027670ad9f32a53442f035fdc0f1a 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction log manager
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlog.h
index 3f73a6850d2ecabe0d1c96a32cbde8c9f9f80e5e..db6380f7de468df894b1b18b4075ceba25bcae76 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlog_internal.h
index 6530df06acaab499bb66e689250787b64ab0781c..5e6d7e600bdd1dcc7a70b52d96e47feef757fb8b 100644 (file)
@@ -4,7 +4,7 @@
  * Postgres transaction log manager record pointer and
  * timeline number definitions
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlogdefs.h
index c838c9ebda3a33c12054c4d146e3a64136f91cc0..6ade4769cab55505c872eaf0faa0f92e0d6f3872 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction log manager utility routines
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlogutils.h
index 6153b7a0a23f72504f7c84d886b7bb5d1f651c66..e966a73977ca2c237a4ab5470c09eaeb760f6fea 100644 (file)
@@ -4,7 +4,7 @@
  *       include file for the bootstrapping code
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/bootstrap/bootstrap.h
index 5bed7190da5180bb88dc39c3ad5c0fe6f6b64902..7396adbaa7780da37fa4f4427eaaafd330b5a876 100644 (file)
@@ -9,7 +9,7 @@
  *       polluting the namespace with lots of stuff...
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/c.h
index e472e050692a4f7a268d01292b2c1d66bd777709..97c79841a61b3db6416ac6f9a8b183e5758bfc5e 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/catalog.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/catalog.h
index b2bf8f0d8c044adfdda7b2c0f220599b1c23064b..f7af5fdbc4b67dcefe3a11892ba71b739efe7706 100644 (file)
@@ -34,7 +34,7 @@
  * database contents or layout, such as altering tuple headers.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/catversion.h
index 5302e50b4e3f1cdf7d7b79e083c647c55ee62e85..087341e5768371bb31fb0bc59ccc56d90ed62937 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/dependency.h
index 7915b3745a66c3938e2996b54d4c241545511a80..5fe3a5bdc4249e9f864815367405d6e70eeb368f 100644 (file)
@@ -9,7 +9,7 @@
  * bootstrap file from these header files.)
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/genbki.h
index 07938137dece713cd168991f39e861c4e44d1421..46bee44b5cf4f5d44243454efe09809dae646231 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/heap.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/heap.h
index 9efd9afed8d4070fa383c41c7d58fd75a3bc527b..c7f1dd285cde41dd836bd6e5ba7aee5efb14dfdf 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for catalog/index.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/index.h
index 2e5d2249bbfc38d7494b3df48c4efbd945c99442..450ec25b27d22ede7e4ac03d11a5ae3f7d247261 100644 (file)
@@ -5,7 +5,7 @@
  *       on system catalogs
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/indexing.h
index d537a48b62ca481d00f15ae4f90d2b9ca9570d8c..37b259dc9f4739c9cd0228f9504390382bf5f524 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/namespace.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/namespace.h
index 29254758e751ccdc11b9f0e3d26fa615e81cac94..5c7a40a31cb77d1f298c09d59e679418050b3ae0 100644 (file)
@@ -3,7 +3,7 @@
  *
  *             Object access hooks.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 
index eddccb880173fd28baa5b2b30fb49ebb007fa2dc..9c039968856f998080f441903c77fe061d72e55f 100644 (file)
@@ -3,7 +3,7 @@
  * objectaddress.h
  *       functions for working with object addresses
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/objectaddress.h
index 952e89c94aace8718c6aadf360018b0a336f426c..4e100217655e929f9c8c9ae5832bbe25c7a9f610 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_aggregate.h
index 2289a8e64359b00938377d6af9538c9339b20f3a..9aac9e953b3696c16bb3c0db7879e259b2ef23e0 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_am.h
index 63cf43322f8f425f05ff5d8fc2d8fe8c9a07db16..82391b09d8d5bd152e0f7f79f08b92408c828aea 100644 (file)
@@ -30,7 +30,7 @@
  * intentional denormalization of the catalogs to buy lookup speed.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_amop.h
index a4c49efed83902ee4f1f66d3c1d07b7d7ca99f53..72307dec2206b33c1f211db49b172fbb50ad2cea 100644 (file)
@@ -19,7 +19,7 @@
  * some don't pay attention to non-default functions at all.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_amproc.h
index f6513b77b3a99ec96663c8c79d58f796d8172fed..01f663c09db9f21cbb201174c5ea5ccdf0966a7e 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_attrdef.h
index 3ea87e8229ea757fdc6248e42eb3a164b32ed8ff..5cb16f6c41f9c5a020b3ec9d9d8d83280a8efe4b 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_attribute.h
index 2a24b863f271bc8de8f75093fdca480741840c95..ea2deb7c917138c26470a4ea5a87bcc020054c55 100644 (file)
@@ -5,7 +5,7 @@
  *       (pg_auth_members) along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_auth_members.h
index c48d96bcacdd92d397e2bac0aa662a53fb64c179..e96c875f58a15c62d5652f2396c68a800993aa29 100644 (file)
@@ -7,7 +7,7 @@
  *       pg_shadow and pg_group are now publicly accessible views on pg_authid.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_authid.h
index f7b7b768330f3eb0b7811726609d0a9e79310a5c..ac2b2968eb5b9ee89b811f4fcf335e8914b89391 100644 (file)
@@ -8,7 +8,7 @@
  * but also length coercion functions.
  *
  *
- * Copyright (c) 2002-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2012, PostgreSQL Global Development Group
  *
  * src/include/catalog/pg_cast.h
  *
index c767740744f91796a7ecb4207c0eb363b71d9162..829f9b9c1d6412625a4ab773eeae9008944975e5 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_class.h
index 7d6a544a7dbed21a584f499243bcb79247e7ee6b..8a1917e4f294dbc55da707aa403dcc284aa7bb59 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index df36ee40cb55531688229b7347c18bfd79d6ef5d..62f158256d38ffd0f4e857969b3ea0b5795b177b 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for functions in catalog/pg_collation.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_collation_fn.h
index dae42e8e5fb64e00c0979983bbe8ea7639f6e5f9..c9628348a1fe903fc1c9df6b8510aebfe8de8cad 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_constraint.h
index 6688c19017ec5c38210149e0b8901c10b9824c9a..d0d2e9e39d5b1934306ce8e6dea4fe9b6d115a70 100644 (file)
@@ -5,7 +5,7 @@
  *       However, we define it here so that the format is documented.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_control.h
index f2789b3daaafe9cf7aa83210afb7a068eada7130..04fe3e87064d217172747ac19bb0b94b76ebbf79 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_conversion.h
index 95af90189d80470ed0f6beccfa7fd249d5dd612f..f8605222787835dd99bbba1fb864cedf9d28e15a 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for functions in catalog/pg_conversion.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_conversion_fn.h
index ee4c8582afe4190b297298ae5f665b864e81161d..57537c81f22c171a5f62973a779b3c22d62658c1 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_database.h
index 438635c31a43e20854bd652665bcc4d61e58ec9c..192404316a4b5036725f951c54d75b2c18308c88 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of configuration settings
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_db_role_setting.h
index eacd92b0dab4325fbd06eb660532bc4d9dea1655..9fd207d950ee531d16dc859b74bc27aaa04c6b2c 100644 (file)
@@ -4,7 +4,7 @@
  *       definition of default ACLs for new objects.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_default_acl.h
index 9215eaf3707bd75504e5d411f325d71cd12c6bb8..e56dd1ad3d01b9926d02b9dd1b6403a13bdf2ce8 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_depend.h
index bb7234e2ec5ec8dc5a251ff9579b1ad2f960394c..0e06500763205ae9890c2f997ff557589abab070 100644 (file)
@@ -19,7 +19,7 @@
  * for example).
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_description.h
index b95e94ad1bf3d1863021e3e6eb6502f7fbd14972..91c1ab1de7d764e7823e9a78ce6754620be8c0ea 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Copyright (c) 2006-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2012, PostgreSQL Global Development Group
  *
  * src/include/catalog/pg_enum.h
  *
index 064b9991f087a53aafa366f9997ea6b6dc7a528f..606ed9a2af7e0ee3db1569e9fca9853311ba5065 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_extension.h
index 10afb370fd79f2b2d942a09ad197216c59cca721..90a51a2f4b9318067517df6cd7a78b18924ac2d0 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_foreign_data_wrapper.h
index f2ce32dc1d6e25807fc0e07895c3d0d1d5f679bc..a96328cd2775e94013d8ddd8f9c4dcedd44f1672 100644 (file)
@@ -3,7 +3,7 @@
  * pg_foreign_server.h
  *       definition of the system "foreign server" relation (pg_foreign_server)
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_foreign_server.h
index 3ab5344c9dc7c75a82c095bc3ffe8b11f2b4feb3..71992d3c42a5a81f73e4fd821c11af0fefd3b06a 100644 (file)
@@ -3,7 +3,7 @@
  * pg_foreign_table.h
  *       definition of the system "foreign table" relation (pg_foreign_table)
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_foreign_table.h
index 9f446a5547ec7633fcea73c91c32acfcfe2552f0..6c301ff17fa566fb1b764bd2762878e2da1879c8 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_index.h
index 53e6aff3bf7d69e537ce7e50588ee231a58a96b0..18552bde7ec23b4aec3b3df0dbe2be5bd82044a2 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_inherits.h
index 3fb318d875a2198fa745bca00c43eaa82b57ceb3..9484b41decf583674bba5bf34ef1837fd26dd82f 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in catalog/pg_inherits.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_inherits_fn.h
index 2ffd8c18fc396d2e01dcba33fd8e38d1b6a39a5f..fd8ea0b79d72d7f62a6a05cf8b130d55ce6f744b 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_language.h
index 7672de79474de04dfaef7e7f8e975c18bb305a08..7c53e1e10e957a50541990286768e32ec62cb968 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_largeobject.h
index 5fe305736d9b6c516032dd556614e18f5aff21eb..dea4d1289cf907967884118218ba7f2b64eab59f 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_largeobject_metadata.h
index 680802d7fea7ed7c5d99324dbf2f865c1952dd9b..52a97f1a9e4113b446013451f22f2b91d57f958d 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_namespace.h
index c692ae4311b1c37a12dd93c35cd097e91a7fff41..96eaa600b3f219b15c7ef13fb249c5d9d3f9d5be 100644 (file)
@@ -25,7 +25,7 @@
  * AMs support this.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_opclass.h
index eac5cb94e6f773fdd93cfdb8231ef3de37fcefeb..f19865dd08371970ab412d9d57d99d1e4821eec8 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_operator.h
index 009000ffcff1c1a51d2fbf458b5b3d03195ecad3..7b962dfe3f629e00de7902743416885bdf53e8b3 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_opfamily.h
index 0d5c2314d18d95fad9840fb23c72440ffbbef22b..ce249c0e0fe78a4c0706f724317a62a5e7ffe270 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_pltemplate.h
index c893c3a17087dbd0577c75d12b16791872956a9e..355c61a62337d7f0e8c9461369c421319e9673d8 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_proc.h
index 09d779f3215ec2a9ab12d1db8aa5781c72655765..d7b625ffda6f66eb5ee480adc9b0ea5e28e82a3c 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for functions in catalog/pg_proc.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_proc_fn.h
index 4fbde166b3927fbc15764375c713c1ed1887a1eb..d66e83a017a4fa31ccbb0e9e6a25b66089a973f3 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_range.h
index d370829ea4635490e0bbd90858b7febc8a1fa296..eb16b2dc2dd622860e7c074e8b8b30eb7f14a4be 100644 (file)
@@ -8,7 +8,7 @@
  * --- ie, rule names are only unique among the rules of a given table.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_rewrite.h
index 1f9a6a0432893f3b3b73316647b27b9cc71837ee..b468d6924b4843fec3fe3210c8754c44cd04f6bd 100644 (file)
@@ -3,7 +3,7 @@
  * pg_seclabel.h
  *       definition of the system "security label" relation (pg_seclabel)
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 20465ccd49f23275f142fedc5bfc27ffabc2948f..394fe43c58219927bb9d0f788bc5e16e03a191f3 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_shdepend.h
index c7757feb5802e4a8b7692f44306d44397917c568..6d0ee3bcbb8ddd227f57489ef4b0ce32e44acbfc 100644 (file)
@@ -12,7 +12,7 @@
  * across tables.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_shdescription.h
index 8533eac6d006e7e38521528429b0e87e8e6f2112..235564f5ddbe087f5e250f2401863aa67df45e81 100644 (file)
@@ -3,7 +3,7 @@
  * pg_shseclabel.h
  *    definition of the system "security label" relation (pg_shseclabel)
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 927cd0b0471c09e50e1bab3408636bf9483e3567..7d1d127ec68da339aeea09da9c6c1a15d0b2f8bc 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_statistic.h
index b35e32fabf08a43dfccaa175d18609d2ab6a7e43..a6a068659bdd56bd08089f1f953cac0e103c2971 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_tablespace.h
index 4f26f8e0c5da909eb3ec5edbe83133b8f3f777f2..1f29d21f632497d863369a098234351853300cd1 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_trigger.h
index 2f07ccb0479775fabe3fc2f05b3424603719eb7f..5b7b1acbd59a195208e30a7a578904bc0859eef0 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of configuration of tsearch
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_config.h
index 0ce9a573b20525dc3a129b353ad3b0dda35e65ca..c37733817432ac9a3ab9d0ba821acdf5b6dae582 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of token mappings for configurations of tsearch
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_config_map.h
index a4fdb7a16fbd0084e147745ea434f3f550ff535a..5036b8cfd28e8959f90154fa53754cd69246c5ed 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of dictionaries for tsearch
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_dict.h
index 7b34f36b87373fe01457749d9759a2170f1c9f66..e892d1f5fcb5635fd52526ade4a839db1883bd2b 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of parsers for tsearch
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_parser.h
index 1071c4414aa821a3cffd2f95989186edca327ff2..813912ee96830adb8fb61d2cbbbfeec2f63a6a36 100644 (file)
@@ -4,7 +4,7 @@
  *     definition of dictionary templates for tsearch
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_ts_template.h
index 051d98dc37a14064f443f0a59f78de0bf862a416..e12efe45dbe46d7598d55b9a0ed55c842dc39c4e 100644 (file)
@@ -5,7 +5,7 @@
  *       along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_type.h
index 81e7d7fec34d646155a24cc512b4849949c920f1..30109b964a11ec5d04a6c8a3f5aa05c7d3ccb187 100644 (file)
@@ -4,7 +4,7 @@
  *      prototypes for functions in catalog/pg_type.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_type_fn.h
index 9f7cc92105e3d521e870e5eaa09f7bb6bf8c9ef3..551000fcfc003d03bde9339ce290853008ea3874 100644 (file)
@@ -3,7 +3,7 @@
  * pg_user_mapping.h
  *       definition of the system "user mapping" relation (pg_user_mapping)
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_user_mapping.h
index 8769bfd64462ccf30b841a6069cae9eb867838e6..d5103a88f4c3f40394c18fdd575c9dbdf4a5a039 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for functions in backend/catalog/storage.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/storage.h
index de3623ac7a98dfa3f76f515ae0dbe7d3c3a45d48..a4f1718a2d80783be87edb9b97cb7f466a43767e 100644 (file)
@@ -4,7 +4,7 @@
  *       This file provides some definitions to support creation of toast tables
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/toasting.h
index 6cf9de1eca653b845f643ca7fe4eb5cfd4dd5cb3..210cf4eacdc0bc5d1592da4512ceab0cd4de6355 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for commands/alter.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/alter.h
index 9ca7a29ac721ed63238956b1a39dd434295ea760..3d1cf6873e6c070288ecadf1c3650ec085c74390 100644 (file)
@@ -3,7 +3,7 @@
  * async.h
  *       Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/async.h
index 518e8969c9dcce448be3bea12fa6ce02fcb06d8b..21b2a580207ca00642999a5c30f49d0ce38c1d6c 100644 (file)
@@ -3,7 +3,7 @@
  * cluster.h
  *       header file for postgres cluster command stuff
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/commands/cluster.h
index ce4727c0f11b1c0a82d7da9a6435d011c8c7bdfa..0587c4f3ff17698feb0051fb4c84a8e95d6a7329 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for collationcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/collationcmds.h
index 1b12e81bdd388e762a69181e0d3a249593a60b85..441d8bd253f808d6d027d075dccf74a03678e922 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Prototypes for functions in commands/comment.c
  *
- * Copyright (c) 1999-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2012, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */
index c0e7cd9d712f05cca6b4d336618373026fc12ce5..00f468f9857d69901ea3269cec15c39ceb4991d1 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for conversioncmds.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/conversioncmds.h
index a31479defb5974f9a0c945fec13af2b64e163443..8680ac3ddc1e5c519d35d28d2413bf43e1bab813 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for using the POSTGRES copy command.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/copy.h
index 21dacff39c7bcff0050dc40e0ecb93ecd5538ea6..41ca8ff1993c7a33d4998b463244a6285ea8ae1e 100644 (file)
@@ -4,7 +4,7 @@
  *             Database management commands (create/drop database).
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/dbcommands.h
index 1390351697ef14f5fa302581dadf432b179d3fee..6c7c04f898775c378bf29d4d05265ae7f56567df 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES define and remove utility definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/defrem.h
index 0413d93c9992b46ab47a0c4bae01faa6baabdf8d..450f04d4ef69f0222d22b5dcf60dae2115f5c01e 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for discard.c.
  *
  *
- * Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * src/include/commands/discard.h
  *
index d7998c31781588143c2ea9fce76b19a8f1d1a62f..3443259b009e475154f887fa3eeeab381de659a6 100644 (file)
@@ -3,7 +3,7 @@
  * explain.h
  *       prototypes for explain.c
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/commands/explain.h
index f22ac80735a93fdb9ef60ddd174172c654045f6f..7fc8a927d3511cee27717fe792a3d1b1310c1646 100644 (file)
@@ -4,7 +4,7 @@
  *             Extension management commands (create/drop extension).
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/extension.h
index f6506dee94e998c99570ae3fa105c2ccb59c0364..804d345a812612ca79351413d071159bd1c03700 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for lockcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/lockcmds.h
index 87c57f4c8734cf099a808864a0c40815d3184317..2353ffb3173734e001fbafd65e923890ee671327 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for portalcmds.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/portalcmds.h
index 52362fa933dd39a30f1a006a7994c8f697942a7c..472a357c2998893cdc6c8e678760c5c67f821cf6 100644 (file)
@@ -4,7 +4,7 @@
  *       PREPARE, EXECUTE and DEALLOCATE commands, and prepared-stmt storage
  *
  *
- * Copyright (c) 2002-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2012, PostgreSQL Global Development Group
  *
  * src/include/commands/prepare.h
  *
index ec8d8957d99e3b3667a708a546b2d33b182ea2d8..ea709c3d920b3ddcb2d16b77e21c477d9fefd047 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for schemacmds.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/schemacmds.h
index 8c7ecbf76b0c5105dc6f1dfbc8703ea2c2cb070f..94b3c39cc1540a5ae883bf6acc4c8ce42c34e636 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Prototypes for functions in commands/seclabel.c
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 #ifndef SECLABEL_H
index 4177bc2a251c0bf9302f0e0ee4005011f72afa58..2cdf86f101af3f5886ee51a4a73243c141424cd4 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.h
  *       prototypes for sequence.c.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/sequence.h
index 2a3b4a2e14891fcea043b8be13c6ed6850fbdfdb..e73315e75077f67b417b319c5432d73c643a1e5f 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tablecmds.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/tablecmds.h
index 4692098a65f74d23130bf67c750228e8c5f541ad..fe8b6a5dc2298e2019ec76c3d274ef19c6b7d5c2 100644 (file)
@@ -4,7 +4,7 @@
  *             Tablespace management commands (create/drop tablespace).
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/tablespace.h
index 4e3fb7db803cb7b663322b34340a17226a4c984c..ba0f32464e9c217b3421208cb5392e15239588a2 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.h
  *       Declarations for trigger handling.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/trigger.h
index 0dcbcd6cfb468fdc1074e14a305a3e9b45338f3c..11d05b894fbe09a4427d745c011f01ca06c7e779 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for typecmds.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/typecmds.h
index d8fd0caa6b61c709421e4da9956f3476ddeefcff..4526648a4fd159d6202c0c4a5077ae1da83c7fd4 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for postgres vacuum cleaner and statistics analyzer
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/vacuum.h
index 1d904ff984bf7e96e5b2e621dd65808489939429..ebf77573279e8186ec9d08ffea136fdb76ca89ea 100644 (file)
@@ -2,7 +2,7 @@
  * variable.h
  *             Routines for handling specialized SET variables.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/variable.h
index 9751e32322a224a0b73447c41b82dcfaa6435340..efebf95b7aa65a73c65c6de34dfa9b9ff4bbe493 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/commands/view.h
index fa68dd9e1906ebbb942e12ab12e7de33407bef40..7d546fbe6891441d8e04395a670a1ec61529ea98 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Note: this file must be includable in both frontend and backend contexts.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/datatype/timestamp.h
index 81cf3df60537cfeb1ac606c86051dedd328c6721..e042a6c867d65d5739def28e568c69acef1140ba 100644 (file)
@@ -7,7 +7,7 @@
  * for debug printouts, because that's more flexible than printf().
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/execdebug.h
index 2925deb7b68e977eabfe48dabb14cb01d88905b1..48d01df1b64ed31d5868c8a06040a76f64216e2d 100644 (file)
@@ -5,7 +5,7 @@
  *       and related modules.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/execdesc.h
index bdd499bea662d405fc6522c036c53955c0a2e3f9..9a74541d148a21640bb7449819babca44841a39b 100644 (file)
@@ -4,7 +4,7 @@
  *       support for the POSTGRES executor module
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/executor.h
index aaa36c5826d8498be69a4a83f8712a38403627b2..6201f926221286f1e4d4ff123e552f9684d3483c 100644 (file)
@@ -4,7 +4,7 @@
  *             Declarations for execution of SQL-language functions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/functions.h
index 85e595be1b7053af9e50ad84ad2df2e1b8fbb1ff..8f2dc9d54774ce6a07eecbf4cd91ebf3a5d725e1 100644 (file)
@@ -4,7 +4,7 @@
  *       internal structures for hash joins
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/hashjoin.h
index 22c310694365056a4aca06a3c71a5538bd9c21f7..9ecb5445f38edc065b90ab68d1771779bfd8dda6 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for run-time statistics collection
  *
  *
- * Copyright (c) 2001-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2012, PostgreSQL Global Development Group
  *
  * src/include/executor/instrument.h
  *
index 644a21768209d703a3bf199d26d9c89c2f8c23a4..edf3d6371c94f73bfcc25ee461608a1eb29be62f 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeAgg.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeAgg.h
index d51618ec01141ba96701bdc073e500d1e8c49456..b0073759c7ac88d9ba25ba15d5e48acca64f285d 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeAppend.h
index 3e702db43a83b8f57cc5148f6dc1dcdca202a7dc..9b810b7d8041fe9da08ccee76eb5c9af9b84b2b1 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapAnd.h
index 87abe8ede332696a971e2ae1f3716e1dfeca4eed..df057a32a7556a9ce2ccda0959c158532c87f3fa 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapHeapscan.h
index 2ea186bd3557169e7199cebbf0c1c00c210cf948..8f0d59ff2002d78c739e0ee516ec5ee144008195 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapIndexscan.h
index 5a449a778a493b5faf347f48339afe7a607d3e19..97eea962f308e16a70286b4d5c7834739b732452 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeBitmapOr.h
index 9b2c2bf7afc5fc9fd30e8c34dbabe98a19987ca9..828e0db4a8d8babb091b2912caf0b0ebe3412e47 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeCtescan.h
index 5cfcfe72d0323c34418acfd0dcf1c227e21e5188..11acc9f77cdfc2e33c1aa4626ced804bd2028bf1 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeForeignscan.h
index 86e04a7b7ed73fc3b93c3cad50e6128223eb1e6c..12d3f954228d517b1cf6fe9f443e41cee5997309 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeFunctionscan.h
index 4753b81304fe547301caf23a8fae44de951d650e..1da39854cac1a4bbc6ce8410a8bf0f33dc35f78f 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeGroup.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeGroup.h
index 2c3c1b534b4169927a5920e07a756b336ebb523d..b519618f91660727b6aaa725bb714fc46c5f5125 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeHash.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeHash.h
index 633fe94a2bfb381a13385e1d676fcd4ecd6d1e94..c4708347df9669ccd94a8eb9849419de6b44d9cd 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeHashjoin.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeHashjoin.h
index 1c59cee5a73c61bb693e45874d3e4c6841357f60..fac033e3fecf228307a2a6de47b65f82037dea84 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeIndexonlyscan.h
index 4094031c185801399154cd115494a9f937211d1e..4502705c07b43e3a30a1c23c8e47092684195993 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeIndexscan.h
index 3b889b19ab64edf80f091bc5e307f94b8eb98e5c..be9adc59d43a01327eecc805386f7d1fac2683a4 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeLimit.h
index 7c704c8506ea7698e09a04d511a17df3877b6b71..0597e431803c448b7b4141c3eefe81121de43b20 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeLockRows.h
index 8f4fdd2b5c26346846d2a46c43dd52ce99648015..a625625f02660397b46ddc03221e3189a4015974 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeMaterial.h
index 63997eb57ef065b1f8bcd0501f5454fc8f37c7b9..fb8d1a964eed6df4b5bec2c0c88a8d6f5a15fa4c 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeMergeAppend.h
index ef104ea205e9e5b2484c85431063a0af92d3acdb..3db8e06180f598fa248ae763bffd73d95a1e1535 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeMergejoin.h
index 8d0b689555ec6918d74d662a158a2a51e10c17f7..1acf80bef9412be1feb3f52b099b258feb5d8e28 100644 (file)
@@ -3,7 +3,7 @@
  * nodeModifyTable.h
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeModifyTable.h
index f249d9dda6f3388bf7797874cff4281e26a1e6bd..4d9bde60f1e597c8694ec2819350fda30b5202db 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeNestloop.h
index d03745b3407adecc2f0df1b738529ed32d2e57e5..20840ecc2eb78fbc0612eeb1df6f0d4a33b3dfca 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeRecursiveunion.h
index cf43de36bfa57be39765d0b769d681a015c5d1f7..f46c2110f15ffd8508bf02349f8aef532c42a1b9 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeResult.h
index 9f07472bef28500eba6e1052436f9936b9423e74..4044842ec854f6236ee7a296daf24493f1ee6fdf 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSeqscan.h
index beb4b32a5c904e7e3a7dc6276d5da9815ab95c96..1626a313ec22bf8c04eadf214f8133af844e4965 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSetOp.h
index c8d4ab05b7f4d8ca5b6f70fe8bccb7221a4123c8..d1abf17c78d07553d3dc4400954295a98424e567 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSort.h
index a8386b4d6fbb8facaf3e3d187ce25f92b1c15d3f..3ef1e69d03b243dfb05a28716e3e778090597243 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSubplan.h
index 3b0295df62e912c642d1c85c78e01c10f80adfe2..b4a6d6ba6539def852353a4f4792cf784de64c04 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeSubqueryscan.h
index c51850d4e848981c55cda5331d76a270eb252f5f..0f9403f4536d935b6eb0aeb1101dae5cfb6a03f3 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeTidscan.h
index d3227552dcf76bb1ac4a0e8bc7ba034730de785b..849c71ea80506919e1a85a5ccba23ae1eaf61ea0 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeUnique.h
index 120946543aa4e2bbdb29f868eaf765263c88a3e0..4edf0ea64259a0bf8944bd5cdfe1449adcfbc041 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeValuesscan.h
index 17944030b74bbd43ef156ec0736f35ab541652db..7fe38728962ae7d494b3c46ee3cb2c50ccd1478f 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for nodeWindowAgg.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeWindowAgg.h
index 50a76344e8a707da3badd0ec51674fe777514dd5..46e88242592e36855b89247ebb2e80f9fecdf8f3 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/nodeWorktablescan.h
index 3b1b27ee49e84c26b7782386657a86af30d5db90..cfbaa14213528e952b2bb0bbc8c8931fa0ba9f8f 100644 (file)
@@ -3,7 +3,7 @@
  * spi.h
  *                             Server Programming Interface public declarations
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/spi.h
index 3e7bf860948fde1674f0f48cc60c2c423694e2d0..900cebb00078df5c614a00e25cd4e02d1cea2ba1 100644 (file)
@@ -3,7 +3,7 @@
  * spi_priv.h
  *                             Server Programming Interface private declarations
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/spi_priv.h
index d7d5eda74c9621d9a52f0e1c05aa79afd61aa14b..6d94b09d846a3808504695db0af2ccf3ea7f32e7 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tstoreReceiver.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/tstoreReceiver.h
index 69ade2fd4c9462168cfc3e4c40300b42e30549fa..4db8c878c0c525be64972c51f5b16ce5719e7c1a 100644 (file)
@@ -4,7 +4,7 @@
  *       tuple table support stuff
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/executor/tuptable.h
index 4a412f8049c49fada4b1fa679bb8d454b213d410..0a257764494e017033a1e8e47164a87e04fc9794 100644 (file)
@@ -8,7 +8,7 @@
  * or call fmgr-callable functions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/fmgr.h
index 3378ba9adebac63ebea0bf3222c88915a92d09f9..3696623742e1d5baf421e3a257bbb844a3553267 100644 (file)
@@ -3,7 +3,7 @@
  * fdwapi.h
  *       API for foreign-data wrappers
  *
- * Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * src/include/foreign/fdwapi.h
  *
index 2c436aef805f621278be1ac93a6fbb35eb71a8b1..191122d08156980b33815658de9a44ee2e01a781 100644 (file)
@@ -4,7 +4,7 @@
  *       support for foreign-data wrappers, servers and user mappings.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * src/include/foreign/foreign.h
  *
index 4366fe4187eb98685a4da76d1308d348a20f824e..2da9fea53738cd4d0c8d5803a0ede2efb76afd08 100644 (file)
@@ -7,7 +7,7 @@
  * or call FUNCAPI-callable functions or macros.
  *
  *
- * Copyright (c) 2002-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2012, PostgreSQL Global Development Group
  *
  * src/include/funcapi.h
  *
index 21c041324759196388f1f78181c62bf402f8ef53..519a97975ef63e0c21f13893b3baacb1bde0e23f 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-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2012, PostgreSQL Global Development Group
  *
  * src/include/getaddrinfo.h
  *
index 5d16ca4b1495c7d5cefb37f6c6fa4dc4194d4ffb..c07e7068fcb7590795879504578daca8be4dcd8d 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2003-2012, PostgreSQL Global Development Group
  *
  * src/include/getopt_long.h
  */
index bad302dc18b8a271d711a1d912c1075aa74e59e7..25ed64c7c4e9e86ad54cb4032930e02875462063 100644 (file)
@@ -31,7 +31,7 @@
  * freeing the larger object!
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/lib/dllist.h
index 79b09d23b43ef297f80171f3dd2989935d4dae84..8e3a7afb47b53f05020e2f935df6453ffb62a505 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/lib/stringinfo.h
index 884daf59ec3564c23919a2371f3389873d59d61c..84f4440268a15697542f3f972236462ef5be7b12 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for network authentication routines
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/auth.h
index 416da75470ac682fd09c5ba66bf1ee872a0e1031..0c832da6e43e31cf33057a1f99872a6349b4d5c8 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/be-fsstubs.h
index 2fdfb926e2949e32fee90cfb11c1e6ee0cd4dfa0..da4459062b610ff2e9292dd056d649bcc8382d98 100644 (file)
@@ -3,7 +3,7 @@
  * crypt.h
  *       Interface to libpq/crypt.c
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/crypt.h
index 0b5d2e364f6097e1fc7d9539b63d82425a040ea5..a81234df45a4ef16708ee397244a1782383dcaf9 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-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2012, PostgreSQL Global Development Group
  *
  * src/include/libpq/ip.h
  *
index 0ff67d4ffdec66abfc4dcf83d027378c0bcc2fe4..ad670c3216f66bebb07b98f217dec1c02ca444e0 100644 (file)
@@ -8,7 +8,7 @@
  *       Structs that need to be client-visible are in pqcomm.h.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/libpq-be.h
index 47053e0cba2643f3278a8e86c3befce045ebca46..70295ce24da399e0b3cd4cda99007c64b225088e 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for using Inversion file system routines (ie, large objects)
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/libpq-fs.h
index 38f96af5cd5056b341e77d7f1d030c2386208e6f..a4ef7b3e094111fdadcfa1a5767d968aff27221c 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES LIBPQ buffer structure definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/libpq.h
index ffd18d032d017f693bba9f32a3178822a9b98451..e05857285f8bade74dca7b68c5c10d5ee48bdb68 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/md5.h
index bd0fa2507780fae20b926287ca20ecbd9608ef88..604b5535df6b24885b782688fee9ff7fd284746b 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqcomm.h
index 663da909bb65f153a1dc91472c4871f76f8363f3..7080076eb7f1c56257cbe84929120abb0f1def6c 100644 (file)
@@ -3,7 +3,7 @@
  * pqformat.h
  *             Definitions for formatting and parsing frontend/backend messages
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqformat.h
index ed3b7c9a33ff10fed0ab124b8389d2257a70f24c..399be9dac9e67ac294baa1f42758d375c9ce130a 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for the reliable BSD-style signal(2) routine.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/libpq/pqsignal.h
index db4409163b79e75ef3c25fc6fd7f75d34fc4ea29..d456309486cfc356310252d0f4fcc4cb864676ed 100644 (file)
@@ -3,7 +3,7 @@
  * pg_wchar.h
  *       multibyte-character support
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/mb/pg_wchar.h
index 1df7723d9957a45ee6049dff50b5feeba454eacf..610cb5907e5c0e547fafca7d817397ca57f567e9 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/miscadmin.h
index 844ef4683a1b038323c2bc177d95292d88f49e95..8fdbd72d3525ddde33d24051e228005be4ec9527 100644 (file)
@@ -11,7 +11,7 @@
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2012, PostgreSQL Global Development Group
  *
  * src/include/nodes/bitmapset.h
  *
index f5935e2106f67562caa8f589f77c7cfc2a1d14fe..da4b695cd642b5f3ba0a14695e2db9e29487bb6d 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for executor state nodes
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/execnodes.h
index c5ed6cb4133c8d4376f4d8a587405cdc9f4a5996..a6dffe611019ade3e537d5415b030af8377fff2f 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for the creator functions (for primitive nodes)
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/makefuncs.h
index 62a0f9730edc1c4df4a9b9a1b0194db7bbafc9b0..503d59f3ba836a326c1ab6d6058f78c0cc1ff771 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES memory context node definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/memnodes.h
index 4980dd8f12cd2218ec8dd66392bf86c16f26a168..def4f313ab78240bfc9c4ab228764a18a7745418 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.h
  *             Various general-purpose manipulations of Node trees
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/nodeFuncs.h
index f0c6381d4377c082aaf3d4de1d655846db31c57d..bf39dcc008cb65436e6be9fd1be4935832e13533 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for tagged nodes.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/nodes.h
index cf9a788019fc79f921962b7f14acdff1b1526b59..39890060782ea1c4c5f97ae1f18aa802381e2808 100644 (file)
@@ -4,7 +4,7 @@
  *       Support for finding the values associated with Param nodes.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/params.h
index 6e8b11027d495e03932ac6fc125414d710c7cc23..bee0e1883f43380353ad7725a599920eeb239dce 100644 (file)
@@ -10,7 +10,7 @@
  * the location.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/parsenodes.h
index 4d11eb741d929fbae3c5f32e56240d4ef11a5b4d..15b86ddf83d7b8641f196dba4f7d875386b3ab51 100644 (file)
@@ -27,7 +27,7 @@
  * always be so; try to be careful to maintain the distinction.)
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/pg_list.h
index 66858644b38166b8fcc04bb99e15f33a52e94c3c..7d90b91ad527b493d10c4d071e9bbb33ef988923 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for query plan nodes
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/plannodes.h
index 28a2b120f612789bbc539d13aa107f7af445cc70..261e7a08dd323e31049a747ea624e3e27b7d380d 100644 (file)
@@ -7,7 +7,7 @@
  *       and join trees.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/primnodes.h
index f4e0ff3e743027c2d3734c17a1683009fd609e4a..13fa8793fdf000fa51278ee7e855602ec04045c6 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for nodes/print.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/print.h
index cadc8e0c357174cbeed21f4f228c0879997846ed..2c96fbbaf255e67f3506223bd732282d64b6c8aa 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/readfuncs.h
index 13018027b6184a141d18dab60c44a7d46d9fac05..94657d2aaa1aacc4ee04160833298c7af7e585fa 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for planner's internal data structures.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/relation.h
index 8cbd18a24c9703ef8d7084372e7702a6ccd9686a..236a36dd98045b1a7633b7e81451b25a43db78bd 100644 (file)
@@ -4,7 +4,7 @@
  *       definitions for replication grammar parse nodes
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/nodes/replnodes.h
index 1c32b777d8b58bc9a1001c50462bf5a019338026..a52c16ff66e56353ed15904e473498eb626e0cfc 100644 (file)
@@ -13,7 +13,7 @@
  * fact that a particular page needs to be visited.
  *
  *
- * Copyright (c) 2003-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2012, PostgreSQL Global Development Group
  *
  * src/include/nodes/tidbitmap.h
  *
index d18f36eddc1ac306a58150c40a888a33a82aa4aa..523a906573bbc30caba25e98366b3f7abf4ea05f 100644 (file)
@@ -4,7 +4,7 @@
  *       interface for Value nodes
  *
  *
- * Copyright (c) 2003-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2012, PostgreSQL Global Development Group
  *
  * src/include/nodes/value.h
  *
index 7b8ee51cca75d2ef0edbc2d946a55d3636dfc08b..fe241c708dc47d9fd9dadf6d43a79cc1352c3406 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for clauses.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/clauses.h
index 6c56439f10926835171cb0721bf8df7a01597695..1786d5e93607846acf70aab80093163442700a13 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for costsize.c and clausesel.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/cost.h
index 2dd28253e1b6ca91f270bdc3aa1b14e0a67e2aab..1a6dc3142bc3f04c736c83e37cfeacaf07ec3570 100644 (file)
@@ -3,7 +3,7 @@
  * geqo.h
  *       prototypes for various files in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo.h
index 5ce07ad25d487ff2a6d385dcd1783bea8f7621a8..2387b896e549876a766f0989c6dacf5362471f07 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_copy.h
  *       prototypes for copy functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_copy.h
index 682d088faee2b9b2d436d8fb240b5ba129573e84..220119ccb677ef82cbbc85e6eff222aa9112e3ec 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_gene.h
  *       genome representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_gene.h
index fcafbcd515cb62559f534ae94eec85835ef80060..4650fdf6d8f8a19f142dd2e3a5410fb28fe5f6c1 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.h
  *       prototypes for printout routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_misc.h
index 56c4b278ad7586989dade1bbcf5ff2b291f492d9..a0db07e38dcb9987047f5b21535c25c4ed52ca7a 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_mutation.h
  *       prototypes for mutation functions in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_mutation.h
index 19385a2ba7b7e49ee648630de06b2c200feee772..8726bfc98acb444a0a664946c3694aa904be6df0 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.h
  *       pool representation in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_pool.h
index afadaa31898144b2f0c01c49d9f5b7d1e685c7b4..9615a6f089192b712fac812197736d11c26fe188 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_random.h
  *       random number generator
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_random.h
index 7a82c548dbd5c8629dddc8f3015b5968fa9ca457..cd82678b2e1e06788e612c7393f1b9da211193cb 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_recombination.h
  *       prototypes for recombination in the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_recombination.h
index 1bdfa6ac3772a489b251a6ab456516d7404ee2d9..f3d5605ace0087e4406acb00ab8f15b6bed3f10a 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.h
  *       prototypes for selection routines in optimizer/geqo
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/geqo_selection.h
index f7ee46b30b0bd02123f9ebaeff3e6105e2ba6979..a639b5b4435a8c3dea97615f06fbfe2ee3a858ab 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for joininfo.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/joininfo.h
index 8eec2ac596dcafdef4faa64eea2114cfdd9895cd..3bc1b27384c0c6d9d06e13068f8be085b7abb18c 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for pathnode.c, relnode.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/pathnode.h
index 2fa862fb6f3550f23e854b68d9dbc1b65068fc73..76d7b77fc1d782f8812d7308baa1e357db9ca5c6 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for various files in optimizer/path
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/paths.h
index 5fbebfcb0c8ddd4dd9cbf21560333783b6c5a001..2d83fb1578fc007d6b16607aef10615c2db78acb 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for optimizer/util/placeholder.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/placeholder.h
index 05843615d66fb6b456e424332120f0c59d500dec..cf4a3f2b9935dbe706d06e3a9632bf0ba524b1da 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for plancat.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/plancat.h
index 3b4bcdff74dc99b36a8ff718d32421c2e438edaa..8bd603124b3ac8ab87af160646301c7bbf8dbf16 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for various files in optimizer/plan
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/planmain.h
index 77a5a43421d9845f109cfdeaccc4a7d03a9566bd..1f0993b519531dc1fde9c275d893d09466e530de 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for planner.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/planner.h
index 222b7a374639b8df0709d75d49890039f75d178d..bee102e82d088c32e7d5c337fa69c7faff29b011 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for predtest.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/predtest.h
index 5e9462053730259c5bb5a4e7037c3d1f517b5849..2ea3ed1e11dc4f6b782dadb40d7de2eb8e04d196 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for files in optimizer/prep/
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/prep.h
index 12d304f4dc088fa4164475996addceeba7c11a04..157f58e5fa8a4a3d3956750a9fd4e509a5084dfb 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for restrictinfo.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/restrictinfo.h
index 564865ad68f6fdbb5eec053cbdcc0e0107d192f6..06b50624a103f163bd31efed1ded001482941617 100644 (file)
@@ -2,7 +2,7 @@
  *
  * subselect.h
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/subselect.h
index a3b307d7fb650e609b90533991a9e5f064299caf..693d58c6a1bbf5cf47e307af64ab03be26b7e23c 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for tlist.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/tlist.h
index 4fd0052f2df399432048434c04e59d18127a4184..f546362b680ca5e6f2f1a41883755b3cc6235e15 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for optimizer/util/var.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/optimizer/var.h
index 88fc78bebc1516048fee0cd6b9d6820bbe5876a7..b8987db214b731653d11c7af8882aae7615af3ee 100644 (file)
@@ -4,7 +4,7 @@
  *             parse analysis for optimizable statements
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/analyze.h
index 6657e07ca7692433bf83d871459c206d6d8f5aa7..7ce369d645e6b48a289d5eb4bf01d548fa11e208 100644 (file)
@@ -8,7 +8,7 @@
  * outside the core parser should be in parser.h.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/gramparse.h
index 935348111c2ef8960132fa49556db922d98b94f4..ebfa05d0f4d4f2afe090983fcd3543056edad24e 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/keywords.h
index 49aefed79da14ebb45a23b0ead3282c3c10527af..3d7de06c86750a070d2c708d3dfe6d91c6d8f297 100644 (file)
@@ -7,7 +7,7 @@
  * by the PG_KEYWORD macro, which is not defined in this file; it can
  * be defined by the caller for special purposes.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 543d2e7857de2c5118ccd7d0172fc16853cbb424..b32ee6c2725e9c295e1ac6e40bf115429085df4e 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.h
  *       handle aggregates and window functions in parser
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_agg.h
index f5ce2ff288c7b8e109e3e981ae2959887bb15f50..f8eb41aad45107dd8b63ca82ab8e0506e5740b15 100644 (file)
@@ -4,7 +4,7 @@
  *       handle clauses in parser
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_clause.h
index ceaff2f9a92b994961d34e3b953ee47d8cdbbeeb..11ccbeb2ec2fae09c95c152ed803266d79b10584 100644 (file)
@@ -4,7 +4,7 @@
  *     Routines for type coercion.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_coerce.h
index 4332ffc2b9dccd7300e8ab0bffee1adf99cb767a..900a0676d578521d7a184a507dbb14ac0c78e81d 100644 (file)
@@ -4,7 +4,7 @@
  *     Routines for assigning collation information.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_collate.h
index d5fc455f273f189cfe78524da15bd66d0a0f13f8..c928a45463f056c932c3c749e5c119379c93075e 100644 (file)
@@ -4,7 +4,7 @@
  *       handle CTEs (common table expressions) in parser
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_cte.h
index 95e34205ddc1c5b656e3a4321f441ef3b989b44a..cbf281e315ca48b75fffb26dfea4f843df9db742 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.h
  *       handle expressions in parser
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_expr.h
index 2fe6f90a2ebe2068437810f62648f0e3e9e3e173..3a9f2363571402100bd3760503117001926a96a1 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_func.h
index 0ca7914558523a5edca0361c4be20f07cd03af16..670e084993686a55ee3f944d3312cdc8d6c76607 100644 (file)
@@ -4,7 +4,7 @@
  *             Internal definitions for parser
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_node.h
index 4ae8aef4a3113c4d0980518c32face8c59047067..3d0530069391d66ec16c6ddd59d15027b1c11a2b 100644 (file)
@@ -4,7 +4,7 @@
  *             handle operator things for parser
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_oper.h
index f1587863ac8008aae3625db81458ada49e4c0efd..07fb4a41f818f2acc7932f2acbb2a521ce379f6c 100644 (file)
@@ -3,7 +3,7 @@
  * parse_param.h
  *       handle parameters in parser
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_param.h
index 0158465c9128f0817c5b664379a270832307ea2e..ababd74f82f55cd80879a3b39a209417b2bae431 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for parse_relation.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_relation.h
index a0604e1b83909d36c9f69fe51b234521fc3fe603..d274a66b13e4f8aff2c6ce05a4917e41ee468942 100644 (file)
@@ -4,7 +4,7 @@
  *       handle target lists
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_target.h
index 373acd8af723636434ba1ee01b49952af181e450..c283a9fe64138fe9e681efec986b33ba387cd74f 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.h
  *             handle type operations for parser
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_type.h
index 3c8b9ab8819b7f71d0804fd2513ec425ba21fe16..4ad793a43bd3778813887e2b139415485c8b7e3e 100644 (file)
@@ -4,7 +4,7 @@
  *             parse analysis for utility commands
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parse_utilcmd.h
index 21e2b0b126aee3cdbd268f2af92915cb8c04043a..b9be6988eb0e2a3fe1d36cb1d9167d56cb27fa86 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This is the external API for the raw lexing/parsing functions.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parser.h
index b0aebd5ef8121e54e3c3823b25158759f13a3092..6093823ed5243c0d41cff5006a57602c90d166fa 100644 (file)
@@ -5,7 +5,7 @@
  *       parse trees.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/parsetree.h
index 2a88e970a0eeb8cbe0d65363e92aafcff4508333..101464d3c4f59f3ae9c2193635b30825808d544d 100644 (file)
@@ -8,7 +8,7 @@
  * higher-level API provided by parser.h.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/scanner.h
index 54220ff2e7331818f1b8d12b321f3f80d6a9e9a8..f49bc1cb87783922014b5c943a2b1ec6be11788c 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/parser/scansup.h
index cd4775eb360bfdc205de81d93a89f11002e16425..049f1b29d828f1d3adbbf719a901619d235b0a71 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Definitions for the PostgreSQL tracing framework
  *
- *     Copyright (c) 2006-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2006-2012, PostgreSQL Global Development Group
  *
  *     src/include/pg_trace.h
  * ----------
index 651b7d9ddf85c6e1dded59d68253caf5ab2b7fd8..b8c6d82d0ea5411f68f54ee1b2fa986317e83908 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Definitions for the PostgreSQL statistics collector daemon.
  *
- *     Copyright (c) 2001-2011, PostgreSQL Global Development Group
+ *     Copyright (c) 2001-2012, PostgreSQL Global Development Group
  *
  *     src/include/pgstat.h
  * ----------
index 9dc794026c166679320cd03738459234125e9ddf..f6e2514fdcee7d3e992ec1088e7a5292cc818dfc 100644 (file)
@@ -3,7 +3,7 @@
  * pgtime.h
  *       PostgreSQL internal timezone library
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/include/pgtime.h
index eceb4bfcd3ef8ed8c09f2123025e94bad9c9553e..bec40c11612dbc7ceab5f305a0eff2d5ded3d88e 100644 (file)
@@ -3,7 +3,7 @@
  * port.h
  *       Header for src/port/ compatibility functions.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/port.h
index af400b1dca3b2dbcad59f6f643fc67671f6db731..d7dfda2114b789d6e9a6ae075e32a5bfb89b1f4e 100644 (file)
@@ -43,7 +43,7 @@
  * Beware of multiple evaluations of the macro arguments.
  *
  *
- * Copyright (c) 2001-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2012, PostgreSQL Global Development Group
  *
  * src/include/portability/instr_time.h
  *
index 60a2bdb8475f96a64c2e5f84e834fcfac1a5c486..c429f291c2f8b4f8f08734c698c04173d6360f97 100644 (file)
@@ -7,7 +7,7 @@
  * Client-side code should include postgres_fe.h instead.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * src/include/postgres.h
index 232a1907d47be06a9170cd986b1a2c5f3fd01079..fcfbd31d35c93c17f2644c1de6fa8b322b8f53d0 100644 (file)
@@ -8,7 +8,7 @@
  * postgres.h.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * src/include/postgres_fe.h
index 682cabe2c6d9521f75077fef19e65422c645de9b..8009fde1e0789cb3cc1847b656feaa5a6d6f796c 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for integrated autovacuum daemon
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/postmaster/autovacuum.h
index c05901e929df841cc122724bc37af2aa0e597a52..6cc4b62d225b65d0ea7837dc02d3455a3dabe6ca 100644 (file)
@@ -3,7 +3,7 @@
  * bgwriter.h
  *       Exports from postmaster/bgwriter.c.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * src/include/postmaster/bgwriter.h
  *
index 0553fd2c404f34a699438e88f81558635e7221a9..e19564e567b7868ab749d454ca25e5ad408c89b9 100644 (file)
@@ -3,7 +3,7 @@
  * fork_process.h
  *       Exports from postmaster/fork_process.c.
  *
- * Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * src/include/postmaster/fork_process.h
  *
index 4b29087722ca3dad7454e963a0b4dc7eafaf3494..8e4472544f1f25fb0afb1fc2a2c72d0f80d24fae 100644 (file)
@@ -3,7 +3,7 @@
  * pgarch.h
  *       Exports from postmaster/pgarch.c.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/postmaster/pgarch.h
index be4f8a74989adda7518695c862bd1f77b97790d2..dded0e623e1bdbc32850c8e812f706e0676462c7 100644 (file)
@@ -3,7 +3,7 @@
  * postmaster.h
  *       Exports from postmaster/postmaster.c.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/postmaster/postmaster.h
index 8c57adf0bbaf4d434f629e7e13a49013e48eea3a..3ec69502eb1a7da02c9f7fcfc3ac63da73c706bb 100644 (file)
@@ -3,7 +3,7 @@
  * startup.h
  *       Exports from postmaster/startup.c.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * src/include/postmaster/startup.h
  *
index 97ab04257c874af836a32ecb6cca1ef104bde931..dc88207b3d9c3ab81f015b118046c13c2cdd77c1 100644 (file)
@@ -3,7 +3,7 @@
  * syslogger.h
  *       Exports from postmaster/syslogger.c.
  *
- * Copyright (c) 2004-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2012, PostgreSQL Global Development Group
  *
  * src/include/postmaster/syslogger.h
  *
index 62260d658b6a805bfc098324e33670fd46981554..41c539a359dd85429bff852a51cd1442d9b6cc9f 100644 (file)
@@ -3,7 +3,7 @@
  * walwriter.h
  *       Exports from postmaster/walwriter.c.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * src/include/postmaster/walwriter.h
  *
index 7ce1f38372f6225f37615a14f55932970696164d..89df592efb298bc7a93884494997b9f0bc9d5ecb 100644 (file)
@@ -3,7 +3,7 @@
  * basebackup.h
  *       Exports from replication/basebackup.c.
  *
- * Portions Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * src/include/replication/basebackup.h
  *
index 65b725f767e86e172f66bb07e62d295087c53f5d..91446a8bebed15e4ede4d167d889c1ba09fba4b6 100644 (file)
@@ -3,7 +3,7 @@
  * syncrep.h
  *       Exports from replication/syncrep.c.
  *
- * Portions Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/include/replication/syncrep.h
index 053376d3774d945385113c4e7c1515fff6e71186..01cb208d6f4714574980f5d0b7da5b5b6a95581e 100644 (file)
@@ -3,7 +3,7 @@
  * walprotocol.h
  *       Definitions relevant to the streaming WAL transmission protocol.
  *
- * Portions Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * src/include/replication/walprotocol.h
  *
index 926730c9f823a6917e0943ae5279a3452d1d15fb..68c864751e22984b61fe11732a2d507265dd4e4b 100644 (file)
@@ -3,7 +3,7 @@
  * walreceiver.h
  *       Exports from replication/walreceiverfuncs.c.
  *
- * Portions Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * src/include/replication/walreceiver.h
  *
index f5ea9e2b3b4d6447c249af5f125fa9ac5e6db26c..128d2dbf592d19d16f4f31a8654a5f3c8dbcec49 100644 (file)
@@ -3,7 +3,7 @@
  * walsender.h
  *       Exports from replication/walsender.c.
  *
- * Portions Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * src/include/replication/walsender.h
  *
index be7a341e618b75734b3a775b71f794cefc81b8c2..89666d738334bc4a46993d9a6e57e05468973d0b 100644 (file)
@@ -3,7 +3,7 @@
  * walsender_private.h
  *       Private definitions from replication/walsender.c.
  *
- * Portions Copyright (c) 2010-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2012, PostgreSQL Global Development Group
  *
  * src/include/replication/walsender_private.h
  *
index ede0f1cc97dcac1b991e2bdd732cba3dd47023b7..8b9537337da63ed65f635207e5b4c5a8102409a1 100644 (file)
@@ -3,7 +3,7 @@
  * prs2lock.h
  *       data structures for POSTGRES Rule System II (rewrite rules only)
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/prs2lock.h
index 4bf474b2a1d4d7a9bf7b665f8ebc60df42e73c5b..6061725dc4311880f58e37050939f991e1e41f90 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteDefine.h
index fa6add3b30fe2e5146ca6e2ee3d803709fada290..50625d4c371960937a30916f931151b4f83297d1 100644 (file)
@@ -4,7 +4,7 @@
  *             External interface to query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteHandler.h
index 4f1026bf907b8b45bc5dd19cad4867a0ae7a1e1f..7226187849232caf9a6c1dc30f2334c7e2656283 100644 (file)
@@ -4,7 +4,7 @@
  *             Querytree manipulation subroutines for query rewriter.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteManip.h
index 14f3c1dfddb820584de1e0032ad1abfa24a511e3..e4822303dab01affe866162160b45b36637cd099 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteRemove.h
index 22e6ca26cffc7ac89f31a0095fea993544dfcb42..653bc444cab544fdcae2cf1ce55e36ae2234f112 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rewrite/rewriteSupport.h
index e67b78a37b31ef9b455788d930aa4ebb63490340..10641bcd42f161f0f92becae816da6e6df735cf7 100644 (file)
@@ -4,7 +4,7 @@
  *       Stubs for getrusage(3).
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/rusagestub.h
index 6b0aa62b84fc83994905e15e0e055a44c887abc3..0c280a076c397568bffa32dfb5990892b7c297e6 100644 (file)
@@ -13,7 +13,7 @@
  *
  * NOTE: this file should not be included into any non-snowball sources!
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * src/include/snowball/header.h
  *
index ec0ebc6a65246e1fc8efea93cc94079f85e0ec6e..8879e2129e92b157642fe2da37fb893201bbe5dd 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES backend id communication definitions
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/backendid.h
index 8d5df8077b6f6094aa597f5058dd969b5c4a3810..57f03ecf2aaed6cf21d785d1ef8f170b07009141 100644 (file)
@@ -3,7 +3,7 @@
  * barrier.h
  *       Memory barrier operations.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/barrier.h
index 6f33ed8c83f9e8bc11f7bdff624b7160fa0bf095..a805f95a541b5380dadd0256015d1310c1457a18 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk block definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/block.h
index 5347ab0d4a6c4a30bcd3cf0fdd3b7ea8b937ddc1..228dc0e8c4a6fa3bf42b40fcec6a666da7ba1af9 100644 (file)
@@ -4,7 +4,7 @@
  *       Basic buffer manager data types.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/buf.h
index b7d4ea53a4d1749b93e464c5e941fa0f52b1f3f3..e43719ed73702307fe5acd6d969bc01f8b0af99c 100644 (file)
@@ -5,7 +5,7 @@
  *       strategy.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/buf_internals.h
index 48b949d10da2448fbdccf4840e726d93acb3fc2d..910504a68d48dfba0db041b0e619739965463d5c 100644 (file)
@@ -15,7 +15,7 @@
  * but currently we have no need for oversize temp files without buffered
  * access.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/buffile.h
index 49b5d314ff0331f8c140f97b7d4a6bfd68cc6fea..a03c06874b7b9a2c33f5b731fb8327d90edfc57a 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES buffer manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/bufmgr.h
index 42d6b10ddac3048786cf62f53b7d753804c20b52..1ab64e021d5e762e0a25eac892560726d692f638 100644 (file)
@@ -4,7 +4,7 @@
  *       Standard POSTGRES buffer page definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/bufpage.h
index 7e9f1f4596b317c21a66c0953112926d72b51f45..c7c39343f1e145ce33ee2e18c0f3cc292355f0ee 100644 (file)
@@ -3,7 +3,7 @@
  * copydir.h
  *       Copy a directory.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/copydir.h
index 8a4d07c5533dfc5ab7c64641d93ecd47eb45ef96..22e7fe89efea273798e954bdccef25e69e579a73 100644 (file)
@@ -4,7 +4,7 @@
  *       Virtual file descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/fd.h
index 54dc6499a3d6a8aa8c1620fdc8d64c35a245f986..e5862abd2eab101d9c9ee37a8d04a360a4959f86 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/freespace.h
index 8b5a2dbc1b6ee0b1b75c742df10f463da9ac2b88..543d438bd5a08c47241f88f7b81628f6aac74ca1 100644 (file)
@@ -4,7 +4,7 @@
  *       internal functions for free space map
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/fsm_internals.h
index 343262c8be8905af17248d941ffbd193007f33eb..f90e21cef5aae715331739ffcd16a9f4c8abc9fb 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES free space map for quickly finding an unused page in index
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/indexfsm.h
index 26b5ef61838ed726a3ca6b10d652e125a03af155..16025c3dde317eec54cec2ff0766cd210142eadc 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/ipc.h
index bdd00aee574c5a1ae8894e41759607b567ce7113..bbc80d2f4d73f5df0cdb20b4e7f9db716600dc4f 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk item definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/item.h
index 961d2c2f9f9f1c249388a88af121af2828154d73..a5b45442cdc1fcf526cb9fa2f56205dfdd028cd6 100644 (file)
@@ -4,7 +4,7 @@
  *       Standard POSTGRES buffer page item identifier definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/itemid.h
index 20221d641e33cea09c08e4d01b2e0bb8562f12fc..331812b8ef9c20cb12185f45ccf18f0bf4fe2879 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk item pointer definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/itemptr.h
index 33922ba5e2a1d2ae7ac689c45f6d590477e5d66d..1fe07ee43ac6c32feb0440965f954c177b36ff1c 100644 (file)
@@ -5,7 +5,7 @@
  *       zillions of large objects (internal, external, jaquith, inversion).
  *       Now we only support inversion.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/large_object.h
index f1a1444a88922c3707b1fc58dd60acbfdc993eba..f97fedfdf649c390a2fb40af90fbc4ff1b798998 100644 (file)
@@ -65,7 +65,7 @@
  * SetLatch and ResetLatch.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/latch.h
index 340f6a3d30560ed710990f96ec39c2d3e0dac12d..de340c4973e435610e690f23890503f2652a3dbd 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES lock manager definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lmgr.h
index e106ad54019bb915edf84cfca014cae0eebdcaa6..6e7a6e9b689e480586194c75f98aae8328cba16e 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES low-level lock mechanism
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lock.h
index 438a48d8dc99578af487e68a738e17898f91d1a2..df3df298ae9cbc4927169856f01a13c4a87ccd45 100644 (file)
@@ -4,7 +4,7 @@
  *       Lightweight lock manager
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/lwlock.h
index 42ce6eba513a0870715c0d20ab4c57c2d534e5ee..4aa0177d1abe2685238527da66567133c7fe499b 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES disk "offset" definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/off.h
index e07ddf6f1980e34bd29fba65175f08c88b4dd0ac..4c9bc9d6bc4c3ad7aec9ab71c2791f6492f2e705 100644 (file)
@@ -10,7 +10,7 @@
  * be provided by each port.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/pg_sema.h
index 3bbaf41c04838306566bed5bb04dea49395215df..7b55c20d09539ed8c13c2b23e5a6bb7dcf8267e1 100644 (file)
@@ -14,7 +14,7 @@
  * only one ID number.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/pg_shmem.h
index 90fe0c2f73dd91fcfec701bad3ffb526680d7e9a..9e295ca509718b7a179d9a60887be0b21947a85f 100644 (file)
@@ -4,7 +4,7 @@
  *       routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/pmsignal.h
index 689be8c39c4721dc1f16f576bb135b58aa4866e8..aa4e9a6bca6e4b54c318de538abdf1d4b6869d36 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES "position" definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/pos.h
index 7f9d5fc51c188a32061a3187da993ec5b1d35346..6ea70ea845928631a9bc0d523b77dc0ec8d2dd42 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES public predicate locking definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/predicate.h
index fcbf2d8a2202199a20dbf5e5cd9972eac83c8a98..4ddb3494c5ee45ef705174fce0916d02a7618d3f 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES internal predicate locking definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/predicate_internals.h
index c7cddc79931e8f3c62ee497fde0e344530e3c962..358d1a456cbf826e226475102adb71d3ec078bf9 100644 (file)
@@ -4,7 +4,7 @@
  *       per-process shared memory data structures
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/proc.h
index 3e80cc5c075cd97e400dc35b77ba2a2d49e3454e..0b0aa35ee1c4a103d6c372df43e26a457eda0e99 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES process array definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/procarray.h
index d5afe01778143893dd8a1c469ba13f0401b7dca1..715e5bef5a411352c39f2223d1ba07939f7b37bc 100644 (file)
@@ -4,7 +4,7 @@
  *       Routines for interprocess signalling
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/procsignal.h
index 92570a8a1e951e49567f79537491a3a553f160d1..627ea068033de3aba4d905932009ab9589df8bca 100644 (file)
@@ -4,7 +4,7 @@
  *       Reinitialization of unlogged relations
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/fd.h
index 659a339e61eb4b522cc0b372a332974db53b1edc..60c38295375d596609cc3526b7af717a5347114d 100644 (file)
@@ -4,7 +4,7 @@
  *       Physical access information for relations.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/relfilenode.h
index dcbca81a356caa4ace8b984ab8a6355c8b6ddfab..98c12db3ab308f5723ec59e3d855f2f76b14206f 100644 (file)
@@ -83,7 +83,7 @@
  *     when using the SysV semaphore code.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *       src/include/storage/s_lock.h
index 5d86b49e128468857ceb1ede79d9de37d7517ad5..94f5a1286dec7cc16750c63981c4683493fe5810 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shmem.h
index b468468fa480f005e244b646cadd187895080b68..7fdfdbe7c477273488fa00deedeb5e6fc9ce1772 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES shared cache invalidation communication definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/sinval.h
index a61d6965084d5467575d9b2983703a2114f7593f..722cc00d59389383d12759b158e9e82cbb9a549a 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/sinvaladt.h
index 96d0642a0ac254890cecf9410b1adceae869cfe3..46c84024fa2b706a747295a40991c0b99a911fdd 100644 (file)
@@ -4,7 +4,7 @@
  *       storage manager switch public interface declarations.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/smgr.h
index 832342c953638d6272979874ad1379bddfeefdad..3f6cacfb0e5b33eada20da4fa3775778b02ca486 100644 (file)
@@ -46,7 +46,7 @@
  *     be again.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/spin.h
index e587a5c4a4dcb48d7c2d15c031590788ce2912b0..a539ec2a9c99c7ac308d92a7af429a4a3403318b 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for hot standby mode.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/standby.h
index e0890cc8b242861e4365e2ef93f615fc81973477..1a8ff4a23b0e3a6c185c86c64f244a0e5cd6354f 100644 (file)
@@ -57,7 +57,7 @@
  * calls in portal and cursor manipulations.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/dest.h
index ed944bf425eadac7347fcdb4313e997790dfba59..1b94cb5d46badbfa5d7783faaad0b131fe27b31b 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.h
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/fastpath.h
index ce37af3be10cb5d0ac4d1d54296ae4703e0b594d..98b825a1067a8ecd0656413626ed58028120e611 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for pquery.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/pquery.h
index 234b9cc16dd731cbfc41abc906307283a778791e..663cb52a1dab311a9a63b516fe33fd05f0b30507 100644 (file)
@@ -4,7 +4,7 @@
  *       #defines governing debugging behaviour in the traffic cop
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/tcopdebug.h
index d5192d98558de6f79a4e1015e3d79cbf68de25b4..964dd19c2c363b5c116c90f9c8c6fbfd5200b7e7 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for postgres.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/tcopprot.h
index c21857af4d2294f902db098ebe89cd2343c64c03..14f0fa8e9dc2741ffb41bdbcf57071b02799e447 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for utility.c.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tcop/utility.h
index 7b2fd9c63a9efda74e15f40b717fb672ad76d23f..34d15e06f37466e1f58f0341b477f5baafd8ec09 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Declarations for for fast regex subset, used by ISpell
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * src/include/tsearch/dicts/regis.h
  *
index f59b30fcab2c6fc04bc94d8946b7ebd3640716f5..9f82c8566316be9d5b8c5db0e19f3e23992be859 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Declarations for ISpell dictionary
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * src/include/tsearch/dicts/spell.h
  *
index 84e451ce6d85248fd5e5d86365e66fd353ca9efa..9a94ab70a97e457c262516f2effa5cbe55067cf0 100644 (file)
@@ -3,7 +3,7 @@
  * ts_cache.h
  *       Tsearch related object caches.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/tsearch/ts_cache.h
index 28fec558610f301e8311c8e518a004e0a6d24134..d10403d3f0948d9dd49ffa7d726d05bd4bcfe00b 100644 (file)
@@ -3,7 +3,7 @@
  * ts_locale.h
  *             locale compatibility layer for tsearch
  *
- * Copyright (c) 1998-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2012, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_locale.h
  *
index 4db4f9f8515a19f92f3745bfee2af9c68a54733d..380df6ca5f5ea295d43a055115b3de8adf574300 100644 (file)
@@ -4,7 +4,7 @@
  *       Public interface to various tsearch modules, such as
  *       parsers and dictionaries.
  *
- * Copyright (c) 1998-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2012, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_public.h
  *
index d80a17ba3dc9a75f06c6f58c4311d08d3817b64f..3adc3369f9da0fb24b78fad9b54e0503f0e513f4 100644 (file)
@@ -3,7 +3,7 @@
  * ts_type.h
  *       Definitions for the tsvector and tsquery types
  *
- * Copyright (c) 1998-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2012, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_type.h
  *
index 9c1019f49aefb0eca5a12e62f84f5cdfbdd97f71..1db4c4f78b4f15cd2e9c3783846ad496031597ac 100644 (file)
@@ -3,7 +3,7 @@
  * ts_utils.h
  *       helper utilities for tsearch
  *
- * Copyright (c) 1998-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2012, PostgreSQL Global Development Group
  *
  * src/include/tsearch/ts_utils.h
  *
index f23195192dc3f25b433f927ce44cb4ad2aa1c28c..88a66cfa6d2d031f1a94495a7e2705e71891bcd7 100644 (file)
@@ -4,7 +4,7 @@
  *       Definition of (and support for) access control list data structures.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/acl.h
index 6bc280f14243091f5206fc7cfc495e654a780bba..c6d0ad67f8802b379be4835c18bef630163b18b2 100644 (file)
@@ -46,7 +46,7 @@
  * only work with varlena arrays.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/array.h
index b57713b3eb1a44e2b2dd8cc750070b09abc2df5b..6911155784e3e9576300c540ef5a1e04fbec933a 100644 (file)
@@ -1,7 +1,7 @@
 /*-----------------------------------------------------------------------
  * ascii.h
  *
- *      Portions Copyright (c) 1999-2011, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2012, PostgreSQL Global Development Group
  *
  * src/include/utils/ascii.h
  *
index 053e7ae691698b935c767d05c8aaa93db271ac61..c45af029974d33feafbd015fb560072fa271aec6 100644 (file)
@@ -3,7 +3,7 @@
  * attoptcache.h
  *       Attribute options cache.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/attoptcache.h
index aa36db630f41faa3f0917bb7abb2ac84efcfabe3..46b2f3b245224e45452c491ac32a403a3c5f9639 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on built-in types.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/builtins.h
index b64a6fff6617aa8207ef509565ba3b7cf81d84ef..e999b32dee058ca1676d34651d89d85b0dcd68ce 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for BYTEA data type support.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/bytea.h
index 84163d0b7fb0aaeffc1580ef149aa84ba66e4b44..bc19ef0255f740d24dfbb42c48c2527f5863a6b0 100644 (file)
@@ -10,7 +10,7 @@
  * guarantee that there can only be one matching row for a key combination.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/catcache.h
index b21cac1904c3ebb5657918ae29af7180775be2aa..c273f2c5570e36647b2c7e4baa3fee599d330023 100644 (file)
@@ -4,7 +4,7 @@
  *       Combo command ID support routines
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/combocid.h
index 13e0db4e1cbdb17babd8b2a6ad1d98050369892a..124efcf8a07eae7a786daab07ef8d8d8aa9d459a 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for the SQL92 "date" and "time" types.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/date.h
index cd9eddacb03a93801469d6c42c4ee564c595f74a..29d7b25119d42898c09e0374a264e750dd939c2c 100644 (file)
@@ -6,7 +6,7 @@
  *        including abstime, reltime, date, and time.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/datetime.h
index 5c11a22f6397e0a660525f96f10b8a81e674e492..657bb8e0d8d71bc69c3173e9be71b844ea1a2a92 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/datum.h
index bf48491efcfd7d2974268ae9575805e72d94075c..ede88c29e05d9a44ff4f8c952c25ede5a60c06d8 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES dynahash.h file definitions
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/dynahash.h
index 42e03456454bab415f43026e2cf1b5c59f3d6c03..4e9185b090a3d1580daca720ce9539ee3c84ffa8 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/dynamic_loader.h
index 93b141d68391564321ac77f12594a98ddf98d290..fbc08df7dec42c9eac0ad9b9c0dfe30439f8464e 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES error reporting/logging definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/elog.h
index 266776003c4fedcd2cbd10b63b362b8ebb1a4d70..6d20cfddb34c86e43773a806dd4580ad715c5f38 100644 (file)
@@ -3,7 +3,7 @@
  * fmgrtab.h
  *       The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/fmgrtab.h
index 175d396297cd39cbbd5da979699c1092b4e1d8e8..ce571957fe61540419827c39cbfc362a82356700 100644 (file)
@@ -4,7 +4,7 @@
  * src/include/utils/formatting.h
  *
  *
- *      Portions Copyright (c) 1999-2011, PostgreSQL Global Development Group
+ *      Portions Copyright (c) 1999-2012, 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 bd61dd676a44350c963f34f7d07d660f3df44c2a..f2cb0a9290d8b7fa181ebd7976f803afa42d51bc 100644 (file)
@@ -3,7 +3,7 @@
  * geo_decls.h - Declarations for various 2D constructs.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/geo_decls.h
index 52109e533c9ef7dfbcd4c74b27c053614d44e32e..38ed54891a6e95ef6b782b518dd2227aed53ab3d 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-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2012, PostgreSQL Global Development Group
  * Written by Peter Eisentraut <peter_e@gmx.net>.
  *
  * src/include/utils/guc.h
index 21342f59acd9927518c011db9b0a8d1f94881fe9..eaea4862c24a01f52d740881a5f65fb5d55038eb 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See src/backend/utils/misc/README for design notes.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *       src/include/utils/guc_tables.h
  *
index 74b38beb8424239f6d8fab8571990f43a6f9c88a..b569a4edad8e9997370f48bd78f38a81bc1a830c 100644 (file)
@@ -3,7 +3,7 @@
  * help_config.h
  *             Interface to the --help-config option of main.c
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *       src/include/utils/help_config.h
  *
index c53d93e3969977051b17953e4ccdf5e4d6d8cf99..fe6df325e9f587b5479562ebf425d51770d64fae 100644 (file)
@@ -4,7 +4,7 @@
  *       exported definitions for utils/hash/dynahash.c; see notes therein
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/hsearch.h
index bf982f67ee73e0cbac0afd9a07af95c66bb6111b..8e71584a31b0730146746f0d474ccd4e15e755c5 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on INET datatypes.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/inet.h
index 5c39c7655c6d7db0f7349b07b5c29390cab7f01a..d01552b4b75f2e866ca656203f99b20b3eb14071 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for operations on 64-bit integers.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/int8.h
index fbcddbc245ea947022f0965f8ce38b2adb9e3111..c8815e52ebf1191c8928bccc23441031380b9012 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES cache invalidation dispatcher definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/inval.h
index 425e3311e003b41d842aca3c7a1f9aebd2114bf9..430c4859002dba987668049ee00a7c9089def424 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See logtape.c for explanations.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/logtape.h
index 311aa25862eba1e83af367dd7f4b81860538feb7..49c876da89511ec40e32d80586d0684be3dc93d9 100644 (file)
@@ -3,7 +3,7 @@
  * lsyscache.h
  *       Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/lsyscache.h
index 4796f5c70575c1231d8de240d48cf711fa1b0ebe..a2bb3d9c72005649f58b0758932bac0975d55f59 100644 (file)
@@ -7,7 +7,7 @@
  *       of the API of the memory management subsystem.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/memutils.h
index 4c1d56a3cd7f330c4573054d45df602e671f4a32..a839e65e7e3bca054c1fa93856eba2b458be3aa6 100644 (file)
@@ -4,7 +4,7 @@
  *       Definitions for the "new" abstime code.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/nabstime.h
index 229c2c0606aaaaa57782c793b8a738e624bb23b4..3fc3ad57b1fa34d98549e8756beb0a77c20c864e 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Original coding 1998, Jan Wieck.  Heavily revised 2003, Tom Lane.
  *
- * Copyright (c) 1998-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2012, PostgreSQL Global Development Group
  *
  * src/include/utils/numeric.h
  *
index d0330a57275d34abb8eef7a2d1b692aef356edfe..973f30699724f5b6efccbcc8fb9d380900cb29f7 100644 (file)
@@ -18,7 +18,7 @@
  * everything that should be freed.  See utils/mmgr/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/palloc.h
index cc68acd6f8fd975949a2aac9cb103ef3966143a7..d5273d0f96c3def80bf517c053b07973f611fd8a 100644 (file)
@@ -14,7 +14,7 @@
  * code for possible future use.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/pg_crc.h
index c59a004fc9f0e94a844b5d1bd3b2828a36e93b56..448c01a69712c99ee04bfff44d69138bafb76ece 100644 (file)
@@ -4,7 +4,7 @@
  *
  * src/include/utils/pg_locale.h
  *
- * Copyright (c) 2002-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2012, PostgreSQL Global Development Group
  *
  *-----------------------------------------------------------------------
  */
index cda4de29ef0bcd1223d8e9b4643a4fa26cc0279f..5b2aef96892d351854281f9f6fbfe1c77b736996 100644 (file)
@@ -4,7 +4,7 @@
  *       header file for resource usage measurement support routines
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/pg_rusage.h
index c8c27bbb207feb54a7d337dfa74ad262550db5d2..9b1f7e46ec6acd0852f35be262d5715d6d090c17 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See plancache.c for comments.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/plancache.h
index a13a70fe02536521665a7d79f801f63560baf305..b257d774c49dd2b3163da4947761a3948a432926 100644 (file)
@@ -36,7 +36,7 @@
  * to look like NO SCROLL cursors.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/portal.h
index 307476d97620986c39e401a1c74811713c002eee..7b6ff198d472d0bdfc31518069fbef25730cadd4 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for Postgres range types.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/rangetypes.h
index c0dc63e4634bd9cde0d37d5195508d248a72e3f1..d6453a6c31ed73abd323dcd3fc02c13d4bd64474 100644 (file)
@@ -3,7 +3,7 @@
  * rbtree.h
  *       interface for PostgreSQL generic Red-Black binary tree package
  *
- * Copyright (c) 2009-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *             src/include/utils/rbtree.h
index ed9c003857123da36f1f715b26c58ce438da3c6e..0e6286ba201fb368c19a16d38d7dd6d70834024d 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES relation descriptor (a/k/a relcache entry) definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/rel.h
index 9aaf9695f53f1fa191423f5185a85c9e5291561b..2f39486c97450b6081c1de3415e4a128ae8ad470 100644 (file)
@@ -4,7 +4,7 @@
  *       Relation descriptor cache definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/relcache.h
index e81b0278709063bd7e54f9d2af3c5432c7039ec4..111a05c46aa9d4253c018b919e9667195713d4b9 100644 (file)
@@ -4,7 +4,7 @@
  *       Catalog-to-filenode mapping
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/relmapper.h
index eaf5abd447e36c8665cc922d44be1a4cad5d69be..b38d41b9bfdd2a3087436da782c8b4f142a25374 100644 (file)
@@ -4,7 +4,7 @@
  *       POSTGRES relation trigger definitions.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/reltrigger.h
index cff0ac8b495b10b03023f7414d6b0ee580e3e8d2..11034e454e4de9cb9d27156f362c4a4fc6883eca 100644 (file)
@@ -9,7 +9,7 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/resowner.h
index 6afcbf47537c67b942a5c38fe34e0764cbee9d47..78eda1b503f78a4c10f0be5b4b7bf770ff4d7a56 100644 (file)
@@ -5,7 +5,7 @@
  *       standard operators and index access methods.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/selfuncs.h
index 1e5cb866b171dad2c80180d84f1f450a2ce0ca79..f195981771212ee87ea12876189fb1bfe50d5390 100644 (file)
@@ -3,7 +3,7 @@
  * snapmgr.h
  *       POSTGRES snapshot manager
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/snapmgr.h
index 859e52ac7900992bf7854f620d3a920a7d99b195..93c02fa42d3e4bdb665f9bb416e87d1e1fc26bec 100644 (file)
@@ -3,7 +3,7 @@
  * snapshot.h
  *       POSTGRES snapshot definition
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/snapshot.h
index bd6dde34729aa03ca7b80f66de24744136732a86..ef8d8534934b3e5f3e9e84a98e7c0f166e337a0e 100644 (file)
@@ -37,7 +37,7 @@
  * function for such cases, but probably not any other acceleration method.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/sortsupport.h
index aea396a28bacf3c1dde6c2bc71d4bdb44bb97f63..8906a40d0c4f919864fd73edc18bb8fc8768bb29 100644 (file)
@@ -3,7 +3,7 @@
  * spccache.h
  *       Tablespace cache.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/spccache.h
index 35782fc3e7b28c31e3702ca4a43e5271a139e091..0b539dba750174e1f32ce49b3cbd969ac7df3655 100644 (file)
@@ -6,7 +6,7 @@
  * See also lsyscache.h, which provides convenience routines for
  * common cache-lookup operations.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/syscache.h
index 7661744e4d48be37d8b9f45e8541ca8f7266aa58..22d1c04c95b29c8985e08d692c34fd34ddd64865 100644 (file)
@@ -3,7 +3,7 @@
  * timestamp.h
  *       Definitions for the SQL92 "timestamp" and "interval" types.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/timestamp.h
index 689f4825d5094a241c325836c7a0f4775b4b55e3..0f8a7f8c2d24f6842df41be6292ada120cc89be0 100644 (file)
@@ -5,7 +5,7 @@
  *
  *       Should be moved/renamed...    - vadim 07/28/98
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/tqual.h
index 5c48e0e10f593de6ef51b42c75f150eae2be9cbc..79c87147234889f16a390dd0035869566e0e625f 100644 (file)
@@ -10,7 +10,7 @@
  * amounts are sorted using temporary files and a standard external sort
  * algorithm.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/tuplesort.h
index 0c3e2eaf9f019a583bb751e7b6bb22624c5acbb5..fd2ba4c75baac5e5347e72cf6df26dc2bf57bcf1 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/tuplestore.h
index 823b6ae576ad9c92a3b4ffbf1da188091e4d9d37..935fb864a38c166c11118360edd2d126cda46f16 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/typcache.h
index 2065078116a3e11bdc2b94f5cba5b58a6867cb20..7f238da6443f6b64a44e747857accc04a54560a0 100644 (file)
@@ -3,7 +3,7 @@
  * tzparser.h
  *       Timezone offset file parsing definitions.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/tzparser.h
index 13fb18ab54c673d93d603617995a78e652810190..a05e681e1f6eeda89970cceba36efc5c455bf7c3 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-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2012, PostgreSQL Global Development Group
  *
  * src/include/utils/uuid.h
  *
index e329d52e247b961d1ee313c65db366ed169ae2ca..f268ca5853defea4b680731085d944c9dabd150b 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/varbit.h
index f9f6f568592ab31b1500accd2a541c6559f04c15..a36e26f2ed0e7e4336a2e1186b7517f1b0a651e7 100644 (file)
@@ -4,7 +4,7 @@
  *       Declarations for XML data type support.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/utils/xml.h
index 369f05c07172493f3faede9380c5dbd2219c1fea..e4e466da7effd14eaf52f6d4d2d906b591588a6b 100644 (file)
@@ -19,7 +19,7 @@
  * function in nodeWindowAgg.c for details.
  *
  *
- * Portions Copyright (c) 2000-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2012, PostgreSQL Global Development Group
  *
  * src/include/windowapi.h
  *
index 5caf1dc0804e0df70a0f7fa2663ae7868d850dad..9bac6eb398f479f5a2984310d1aa3d92498a0192 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for ecpg compatibility library
 #
-# Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/interfaces/ecpg/compatlib/Makefile
index 2b2ffb6207327fc068789e86d3e7b193e13c4f8d..3ad844c66ed22ff3893612ee95754be7fe1545cd 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for ecpg library
 #
-# Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/interfaces/ecpg/ecpglib/Makefile
index 11c68edd622ae44afbf1e0b0cd7b71196631bed9..6fa28dcd028898c1838315e107bfce0ae0dd01ee 100644 (file)
@@ -5,7 +5,7 @@
  *
  * XXX keep this in sync with src/include/catalog/pg_type.h
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/ecpg/ecpglib/pg_type.h
index cab4db18bc3684ae120b827f862bfb88d89e361b..587148933c692da0f7eb44b1ac5fe49c242e7d2f 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for ecpg pgtypes library
 #
-# Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/interfaces/ecpg/pgtypeslib/Makefile
index 8e85fe9e5afb3874fb2163042a3a006386e49c8b..0a03e14a975e3034ac4756770da816b7fc6aa78f 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/interfaces/ecpg/preproc
 #
-# Copyright (c) 1998-2011, PostgreSQL Global Development Group
+# Copyright (c) 1998-2012, PostgreSQL Global Development Group
 #
 # src/interfaces/ecpg/preproc/Makefile
 #
index 991c40c4ea5e326ce640ed3a15c5beb5d4d8e3da..a975f5cdb41582c4a5c330acc1f7779b31146617 100644 (file)
@@ -3,7 +3,7 @@
 # test parser generater for ecpg
 # call with backend parser as stdin
 #
-# Copyright (c) 2009-2011, PostgreSQL Global Development Group
+# Copyright (c) 2009-2012, PostgreSQL Global Development Group
 #
 # Written by Michael Meskes <meskes@postgresql.org>
 #            Andy Colson <andy@squeakycode.net>   
index 6f7314875ec26f40e1b9e37e210a451dba5c8743..8a4cebc6e2cb10495e2028157535b8728cba8140 100644 (file)
@@ -1,7 +1,7 @@
 /* src/interfaces/ecpg/preproc/ecpg.c */
 
 /* Main for ecpg, the PostgreSQL embedded SQL precompiler. */
-/* Copyright (c) 1996-2011, PostgreSQL Global Development Group */
+/* Copyright (c) 1996-2012, PostgreSQL Global Development Group */
 
 #include "postgres_fe.h"
 
index 3f17f24d98dad5ee98734e2daa39e944368cf882..b6dcfe277468c0d60d5dbdf2faeb9fe85cfb540e 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 515470e9d142d2a24790b85311954ba0734ca27b..0e7bc5eecc058bd8381baefe46b83df4b3519bf0 100644 (file)
@@ -3,7 +3,7 @@
 # parser generater for ecpg version 2
 # call with backend parser as stdin
 #
-# Copyright (c) 2007-2011, PostgreSQL Global Development Group
+# Copyright (c) 2007-2012, PostgreSQL Global Development Group
 #
 # Written by Mike Aubury <mike.aubury@aubit.com>
 #           Michael Meskes <meskes@postgresql.org>
index cd5323f6c19b2f38c99d200a00ee2fce12ff03c1..5a09faadd2cd3bb1df4fb36df52b310d063ed753 100644 (file)
@@ -10,7 +10,7 @@
  * analyze.c and related files.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7ca1d0ffc43906491c5a81e30cdfb51b6e1905c3..92ea37e6f6cbcea955167839d92530371a8efb1f 100644 (file)
@@ -7,7 +7,7 @@
  * This is a modified version of src/backend/parser/scan.l
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 12b931edc8779448b9bab327354256cff640bbbe..2690c57969eb4e2ce4d29ace74811d548a6d990b 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/ecpg/test/pg_regress_ecpg.c
index c1522684621de554e723ba8c1bf1b2f4fbf5e153..36faa435b1725e7e731e10dddf82b63237177a92 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/interfaces/libpq library
 #
-# Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/interfaces/libpq/Makefile
index e72826cddc30c30738c3adda170580d077cf6a25..b7a3a814f0403524b69a4480b6d5bee6f88d79cf 100644 (file)
@@ -3,7 +3,7 @@
  * fe-auth.c
  *        The front-end (client) authorization routines
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bfe673e782c6b386584dd1cd593377bad5617a91..630f4ddad19dfa7803e177d00b2ca794d1950660 100644 (file)
@@ -4,7 +4,7 @@
  *
  *       Definitions for network authentication routines
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/fe-auth.h
index f3762af9da3605b57a96a3606aea8723ca86a2bd..d4545383801c052fb1a3b01bcef0e1f1027e5b51 100644 (file)
@@ -3,7 +3,7 @@
  * fe-connect.c
  *       functions related to setting up a connection to the backend
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 113aab086dcf7ea51f9870841a29266c1604448f..b743566a5ddda2e9f30a4148bfcac78ed898fd84 100644 (file)
@@ -3,7 +3,7 @@
  * fe-exec.c
  *       functions related to sending a query down to the backend
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 17e65de15c29630e2d68d8df00153021d49c7700..29752270a1d8072fabc73eea0e64383d32b12402 100644 (file)
@@ -3,7 +3,7 @@
  * fe-lobj.c
  *       Front-end large object interface
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index edf7682e192e99ea6a56d61e8d46af2bcdc0d95e..ce0eac3f712eab7f2974619f930494c941783874 100644 (file)
@@ -19,7 +19,7 @@
  * routines.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5fa3be004576b20e4e370c5d11356c30434283f5..8a854897b7c9c920fbe2bf8448bc041407aa5bfb 100644 (file)
@@ -3,7 +3,7 @@
  * fe-print.c
  *       functions for pretty-printing query results
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, 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 77c4d5ac571bf60af22b70826825c736abfdcf11..a7c38993b8b69f23e7c33f1c41158b1ff9a7d0d8 100644 (file)
@@ -3,7 +3,7 @@
  * fe-protocol2.c
  *       functions that are specific to frontend/backend protocol version 2
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 45a84d8e553dc5ffa7183241222950804cbfcc8f..892dcbcb00f15e9a675543b874603058ebf012f1 100644 (file)
@@ -3,7 +3,7 @@
  * fe-protocol3.c
  *       functions that are specific to frontend/backend protocol version 3
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a0607ae84d6d7b62bd9cb61be646150509b11956..3c1ca8c97fae2736ecf65479ab6b888f2eab9cb7 100644 (file)
@@ -6,7 +6,7 @@
  *       message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 885b39bc998e8093cdaaa117e5e15d17ee5c7dfa..158f8247500bb69667d87a3de556c87523efbac4 100644 (file)
@@ -3,7 +3,7 @@
  * libpq-events.c
  *       functions for supporting the libpq "events" API
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 05417d06112dcd5348fcd8e6c585aaa1b695bed9..2aff4f23a00ed396d70da51da4b7413ca21a5d56 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/libpq-events.h
index d13a5b94ab6b858839d8b90ddb4f676860183e44..ef26ab9e0d8b3c510c75f16ec79ace35ad7f3cd0 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/libpq-fe.h
index 64dfcb27fb1b79496cd3ed134c406298587b4f59..d967d60f383e445e0e76e58e5034afccdef68098 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/libpq-int.h
index c9ec034981e6299778de1fcd7532b452e16b2ebc..06eb485f643c170c05e3ed26855c6521ec5a5048 100644 (file)
@@ -17,7 +17,7 @@ BEGIN
             VALUE "FileDescription", "PostgreSQL Access Library\0"
             VALUE "FileVersion", "9.2.0\0"
             VALUE "InternalName", "libpq\0"
-            VALUE "LegalCopyright", "Copyright (C) 2011\0"
+            VALUE "LegalCopyright", "Copyright (C) 2012\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "libpq.dll\0"
             VALUE "ProductName", "PostgreSQL\0"
index 1abfed79894c26d6bb50c401d94248056ad4f5f9..ae3d29262211906a92f591721eaeff8320bed38e 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/pqexpbuffer.c
index 59cefbfb948a60e49a971db1bb57b9dc871dfc58..515d612fea6fa4ad6bad15c3cab74ef588200abd 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/pqexpbuffer.h
index 04cee8d395eab9bba997d8d037621bf65f2d26d2..6aa0188cb092efb2a184cdd40a390f9a79b16aa6 100644 (file)
@@ -4,7 +4,7 @@
  *       reliable BSD-style signal(2) routine stolen from RWW who stole it
  *       from Stevens...
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 02966fd49e5fd6e84228dc85392833e8a0b7988a..6852eb9c845d9611e0141bebde413600b3cd9dba 100644 (file)
@@ -4,7 +4,7 @@
  *       prototypes for the reliable BSD-style signal(2) routine.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/interfaces/libpq/pqsignal.h
index e24a42dcd78ed4100a5153b364226dcbaa2f2d23..56c7f64b9469e24035e4436b3540fd80d72a0fe4 100644 (file)
@@ -3,7 +3,7 @@
 * pthread-win32.c
 *       partial pthread implementation for win32
 *
-* Copyright (c) 2004-2011, PostgreSQL Global Development Group
+* Copyright (c) 2004-2012, PostgreSQL Global Development Group
 * IDENTIFICATION
 *      src/interfaces/libpq/pthread-win32.c
 *
index 20dfec912efd6d0dac9cc7e7d059014b657d4272..2e79818b5c91e41c77fee0e4d5cf6bdf22fb437d 100644 (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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  */
index c4810cbcdb15fbfb01e1ab9902a077782042db70..85e68263056327f89e0976f91124d068086157dc 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This should be included _AFTER_ postgres.h and system include files
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1995, Regents of the University of California
  *
  * src/pl/plperl/plperl.h
index 46d4b35af2ba0933d0cd3182004ae61e86552550..066f83d1780feb5f29ac826093b3a89358b11620 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the plerrcodes.h header from errcodes.txt
-# Copyright (c) 2000-2011, PostgreSQL Global Development Group
+# Copyright (c) 2000-2012, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index c04afb50fe04e4ba205fbb8aa24078232fad237c..5a555afe89dec06b2af2457cf17e8dd1768029b5 100644 (file)
@@ -3,7 +3,7 @@
  *
  * gram.y                              - Parser for the PL/pgSQL procedural language
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d1be6c9985a06a0957b0d2ff8fa5b31e95ed1b61..6ba1e5ebb3538d7b10a70ddb6f141d13bdc02f1f 100644 (file)
@@ -3,7 +3,7 @@
  * pl_comp.c           - Compiler part of the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 717ad798772a85c7d05c59281ee47ca2f05490af..5ce8d6eff808a57236d8acbc9518ce1ce9d84e94 100644 (file)
@@ -3,7 +3,7 @@
  * pl_exec.c           - Executor for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 18ca885e806dabe274eb798777760f9e92f3c7a2..776e9f6139037bb0486e79669ce4deafbe28137e 100644 (file)
@@ -3,7 +3,7 @@
  * pl_funcs.c          - Misc functions for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e6e71432ff9ae72e43c402a4873446234dc7d7da..022ec3f334c7430ecdc4debca25475fd70b1f3b2 100644 (file)
@@ -3,7 +3,7 @@
  * pl_handler.c                - Handler for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e6dcaae7a5576e36ed1871dff46b7c7267eb9d5e..ebce3fd860beaa06264a909cfa1844a01b0b060b 100644 (file)
@@ -4,7 +4,7 @@
  *       lexical scanning for PL/pgSQL
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 28460215e5c4dad2bd8d6bd5941a21b2bcbc7583..0aef8dca2ee060ab31128e37526de2d7d3452716 100644 (file)
@@ -3,7 +3,7 @@
  * plpgsql.h           - Definitions for the PL/pgSQL
  *                       procedural language
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cf050d1db611fa427725eb478e33fef1cdbbcb3d..c29a03e05cde7c01b311d0b541d7863a9724086e 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the spiexceptions.h header from errcodes.txt
-# Copyright (c) 2000-2011, PostgreSQL Global Development Group
+# Copyright (c) 2000-2012, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index ab2983c16db64ff45e5657b639fa0bb3f0f3e427..54ffb4a3bd72fe86555b2745a8da103f9c9b931c 100644 (file)
@@ -2,7 +2,7 @@
  *
  * plpython.h - Python as a procedural language for PostgreSQL
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/pl/plpython/plpython.h
index e4f3dc99e0e3e34c76c0804fa601a69cda1c3e32..bb7eeb16272d17060e35d93970dce78cc603dceb 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for handling locale-related info
  *
  *
- * Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 6219ccb46947901b4c3da961d1cae5bbe6ff7706..162e40a21acc1d082b85236989d0ca350bd6020c 100644 (file)
@@ -3,7 +3,7 @@
  * dirent.c
  *       opendir/readdir/closedir for win32/msvc
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 17fd96573dbdddafdc17a7d36491cb901d2be916..22f5c591b07302748bbb89e37bcb6dca1e8b3f32 100644 (file)
@@ -3,7 +3,7 @@
  * dirmod.c
  *       directory handling functions
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     This includes replacement versions of functions that work on
index a795e24be3f96d2991f8f07fbcd8bb0081389512..12be6131f9b79cbad64ffd00e97c07211c2596c0 100644 (file)
@@ -4,7 +4,7 @@
  *             Functions for finding and validating executable files
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 84036e4d93fdf62717b8f94689760d199ec53c04..c33d94c10961e6c3338551fb95b9b33dbb022158 100644 (file)
@@ -3,7 +3,7 @@
  * fseeko.c
  *       64-bit versions of fseeko/ftello()
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b6368ae69160d8d420fc09f57452563f24a21183..579d855648035b0ed3e3d8f1721b01c042c78dbd 100644 (file)
@@ -13,7 +13,7 @@
  * use the Windows native routines, but if not, we use our own.
  *
  *
- * Copyright (c) 2003-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/port/getaddrinfo.c
index a49fe20e5779681f2d5e88c7cd1ee8e448ebedf0..b15a4ecebc7a0772a4497069233d49d4061faf62 100644 (file)
@@ -3,7 +3,7 @@
  * gethostname.c
  *       gethostname using uname
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5f989ff78e4ae735494323c4994e2f82d15dd7d0..2a407839fc73fb083d942a981678c0efbbcb558e 100644 (file)
@@ -3,7 +3,7 @@
  * getpeereid.c
  *             get peer userid for UNIX-domain socket connection
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 677a6f98593303454915d930e2d7015c23f16e8e..0d272e83d015b841b8fd8232c71f8fb49f0ab2b2 100644 (file)
@@ -3,7 +3,7 @@
  * getrusage.c
  *       get information about resource utilisation
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ec4d4d78e42c92632f8f7d7e60819410fdff5a3a..be06e2166379249c1aed40831842084b2d7a2095 100644 (file)
@@ -2,7 +2,7 @@
  *
  * isinf.c
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e5e750a702c254ab77687d656e7e3e0fbba3c16c..0093d23caae0892bf6311c8ee6a7b174777b5bbb 100644 (file)
@@ -3,7 +3,7 @@
  * kill.c
  *       kill()
  *
- * Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *     This is a replacement version of kill for Win32 which sends
  *     signals that the backend can recognize.
index 185a9c59a851a161865183e98292d6c3715e5a6d..b1fa5d773413f44c5add52346564908d9cf559d2 100644 (file)
@@ -3,7 +3,7 @@
  * memcmp.c
  *       compares memory bytes
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 93a88ec7c69a82b5974975f2533b88b96bef310f..aa07b938a510f71dc4ee4f8d96b32194f0b63e76 100644 (file)
@@ -3,7 +3,7 @@
  * noblock.c
  *       set a file descriptor as non-blocking
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9831d1d69a2073caf374afeca3a26b8fdf930bfc..68fa54712491448ac906066a129911b6c9bb100a 100644 (file)
@@ -4,7 +4,7 @@
  *        Win32 open() replacement
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * src/port/open.c
  *
index 9cb0b016445fa8e17d189994612b01258dbdf529..932206a1a6bac4b9adbe931b47c4b7e2ae52b058 100644 (file)
@@ -3,7 +3,7 @@
  * path.c
  *       portable path handling routines
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9453bcb68a680d59546b42cab6cee5d29fbc988b..f4bb0f218a7fed20fc31d5542413e4fa639a4d80 100644 (file)
@@ -5,7 +5,7 @@
  * A simple subroutine to check whether a directory exists and is empty or not.
  * Useful in both initdb and the backend.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 988bfb05db1482f5147854e98816a37661a6c2eb..0ebeb6528f09e6e641fe8e4f1c96cdc93e36708f 100644 (file)
@@ -4,7 +4,7 @@
  *        Portable delay handling.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * src/port/pgsleep.c
  *
index f6e226f0f2c53c58b8becbb51f95f93d7123645b..99fb3986608cb8f4711a301efb9b40b8f94421c5 100644 (file)
@@ -18,7 +18,7 @@
  * C library thinks the locale is.
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * src/port/pgstrcasecmp.c
  *
index 973108e6c45a327683d18b7841a02d61c8f20654..1ebae7bff1f4d2d3db42dbef35caac68bfddb4d7 100644 (file)
@@ -3,7 +3,7 @@
  * random.c
  *       random() wrapper
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c917f91e00735a63292a8e459001b9bfdfa30488..7baa26edbc46b2879cc37de6755c01a7540ec935 100644 (file)
@@ -3,7 +3,7 @@
  * sprompt.c
  *       simple_prompt() routine
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8a25a21e926e412f56d892a5b820d6d199b670bc..3b19d59d3a510a406931c38a73a52440446adf58 100644 (file)
@@ -3,7 +3,7 @@
  * srandom.c
  *       srandom() wrapper
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e6274366ca6d097b0a408654240a7ed7898804d7..ea6716cc0d61959233e19388c6bed80d975d9659 100644 (file)
@@ -3,7 +3,7 @@
  * strdup.c
  *       copies a null-terminated string.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b20af029cc097bd597cf0c0fce6955b758fe45d6..717140eaceab8b5cdb85714898af486d30bd29f3 100644 (file)
@@ -3,7 +3,7 @@
  * strlcpy.c
  *       strncpy done right
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 2689efdd4682475ed6ef4acd4763a097e4563a97..ff02028bfbe242c594c62247cb150d36b15e7e67 100644 (file)
@@ -2,7 +2,7 @@
  * src/port/strtol.c
  *
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index bca5815a09c117732e0b390efbfea6c8a05c86fb..3b5ed7c288d9b273ada1b8b5348802be5efbd503 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * src/port/thread.c
  *
index 339e17259373677558aa95c4a70a6fbae2dcb575..f6b0833fc70ec9c950ac4119ecd11a9f27262b0d 100644 (file)
@@ -3,7 +3,7 @@
  * unsetenv.c
  *       unsetenv() emulation for machines without it
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a58ee432b5037275c3f694b243efa0677017ddba..f948f99066b7e663fa6037a28a5e672075690e3c 100644 (file)
Binary files a/src/port/win32.ico and b/src/port/win32.ico differ
index 98c5b1452f6a9c18d0445c8f69d3e9950987b11a..7430a930b6e1ba1cf7875a6fc3f0d684fa29b523 100644 (file)
@@ -5,7 +5,7 @@
  *       environment and the cached versions in (potentially multiple)
  *       MSVCRT.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4b3b1ea7d6ea189277b9d4945b97b5e9fc3bd5da..41e8cd8bf352033f6f0f00bfa7490672d4004155 100644 (file)
@@ -3,7 +3,7 @@
  * win32error.c
  *       Map win32 error codes to errno values
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/port/win32error.c
index a301e769a769d3c62dbe036fabeaab50e4d2b0f5..f8b1762371764f2db8e4a609c29d2038990dfe87 100644 (file)
@@ -3,7 +3,7 @@
  * win32setlocale.c
  *             Wrapper to work around bugs in Windows setlocale() implementation
  *
- * Copyright (c) 2011, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/port/win32setlocale.c
index 46026b3abe01130acea5e9bf9c930688509fb561..18621f9725fc044e77ddf945d79baf33864489fc 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-2011, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
+   VALUE "LegalCopyright", "Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
    VALUE "ProductName",      "PostgreSQL"
    VALUE "ProductVersion",   PG_VERSION
   END
index 3fd97de995caa672891d18b97de2001d590bfa45..acc9edd775f0938c1540db2659f1c6e5ff051196 100644 (file)
@@ -3,7 +3,7 @@
  * testlo.c
  *       test using large objects with libpq
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1a2ff17d4dce739bf6d144f4cf8aa398a752fe13..fab0a016d2b1ce304f93c26564ae343b2fb2398d 100644 (file)
@@ -2,7 +2,7 @@
  *
  * isolation_main --- pg_regress test launcher for isolation tests
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/isolation/isolation_main.c
index 1e286df596a2067854ce687cbe3707939a915b1a..1f61c6f1275df2d2e0516311eb7ee7e135181401 100644 (file)
@@ -3,7 +3,7 @@
  * isolationtester.h
  *       include file for isolation tests
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b4db2f0002963e81ed178c7c9bce37fdb01f8649..9d2b1a277f03a5e2ddc05b4c5dc408f961bb12bf 100644 (file)
@@ -4,7 +4,7 @@
  * specparse.y
  *       bison grammar for the isolation test file format
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index c653bba407dcd39a66ef888656c7d85247d2ce0b..a64f0b95f390372ed97a0193d645e98d9facd7a9 100644 (file)
@@ -4,7 +4,7 @@
  * specscanner.l
  *       a lexical scanner for an isolation test specification
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index ec293914ec95d162b96e5e8ea8d15a5dcdcce2d7..27b86da3f849e7ecb5298d2a8f9c1455218dd3f2 100644 (file)
@@ -3,7 +3,7 @@
 # GNUmakefile--
 #    Makefile for src/test/regress (the regression tests)
 #
-# Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/test/regress/GNUmakefile
index d9cd0534bcbaeec2edda2d92e8bf2f75d4c3588e..cbf3b779a617064ed8ff6281e6aa38f52828a83c 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/regress/pg_regress.c
index 606c7a1a70b5a13e39659b1a98bf1e0ed99814e5..8023193bc7852f7ec1508665f7343e51cc508fc1 100644 (file)
@@ -1,7 +1,7 @@
 /*-------------------------------------------------------------------------
  * pg_regress.h --- regression test driver
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/regress/pg_regress.h
index 3e43dd72b8e2231ad5cd90b1c189f3788a7180a9..87309abc518485121dee44139a9dac63fecfb1af 100644 (file)
@@ -8,7 +8,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/test/regress/pg_regress_main.c
index 571719feb495d491f3501f6b39c568858c12f9e6..5a0eb2c1a4e94d01214ccfca2e14545deb941376 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for tools/thread
 #
-# Copyright (c) 2003-2011, PostgreSQL Global Development Group
+# Copyright (c) 2003-2012, PostgreSQL Global Development Group
 #
 # src/test/thread/Makefile
 #
index 736466c6b2ae4ca83f8733a4fb36c62b896fafe2..bb5b92f142124efa93f679cce03e32d41ec55948 100644 (file)
@@ -3,7 +3,7 @@
  * test_thread_funcs.c
  *             libc thread test program
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *     src/test/thread/thread_test.c
index 7063bf458eeae4e7c0ff539268e065d746343c9f..36e20b834ee09e8650956b9560504f4416dcb5d7 100644 (file)
@@ -3,7 +3,7 @@
  * pgtz.c
  *       Timezone Library Integration Functions
  *
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/timezone/pgtz.c
index 9d77492d1a1cf9f1ece58499a665a2cd48e6284a..1add6ffe767de01900d650b7b6ab680e59012917 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-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/timezone/pgtz.h
index 34f6ed84662b3f912ea9e928ef0e0524206e5b57..f350b26992e809d0a58ccf6ef4b1791f96887d8f 100755 (executable)
@@ -16,7 +16,7 @@
 # To use: run bison with the -v switch, then feed the produced y.output
 # file to this script.
 #
-# Copyright (c) 2011, PostgreSQL Global Development Group
+# Copyright (c) 2011-2012, PostgreSQL Global Development Group
 #
 # src/tools/check_bison_recursion.pl
 #################################################################
index b5e4fb73b15a0f9db829847d85027dd276f2431b..eb10562ad84976eac82172bf4c72c105184da94f 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/tools/findoidjoins
 #
-# Copyright (c) 2003-2011, PostgreSQL Global Development Group
+# Copyright (c) 2003-2012, PostgreSQL Global Development Group
 #
 # src/tools/findoidjoins/Makefile
 #
index 031a77fa70e7907f62c3bf9b18d19540547b4eae..38f537fd2a5e8d7d3eb38638010d4a32448285e2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * findoidjoins.c
  *
- * Copyright (c) 2002-2011, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2012, PostgreSQL Global Development Group
  *
  * src/tools/findoidjoins/findoidjoins.c
  */
index ab832afe58bc985362b1440676eafaefe2e1e3ec..ec36bfb67530b53def5bcb8a5ffb1432e3d99b64 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/tools/ifaddrs
 #
-# Copyright (c) 2003-2011, PostgreSQL Global Development Group
+# Copyright (c) 2003-2012, PostgreSQL Global Development Group
 #
 # src/tools/ifaddrs/Makefile
 #
index f6b5325b685b728724c92d4ca7eab8bb7e6464e0..e8cc38feb77d298e91730709f57f3a9102366310 100755 (executable)
@@ -3,7 +3,7 @@
 #################################################################
 # version_stamp.pl -- update version stamps throughout the source tree
 #
-# Copyright (c) 2008-2011, PostgreSQL Global Development Group
+# Copyright (c) 2008-2012, PostgreSQL Global Development Group
 #
 # src/tools/version_stamp.pl
 #################################################################
index 7b0452a268af537b2faaa662707aadef5463adeb..c2e423f854bc92b267e29dc4cd4a1bcf04be6745 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # win32tzlist.pl -- compare Windows timezone information
 #
-# Copyright (c) 2008-2011, PostgreSQL Global Development Group
+# Copyright (c) 2008-2012, PostgreSQL Global Development Group
 #
 # src/tools/win32tzlist.pl
 #################################################################
index c3feae0acc86376d087ad045c177f98432004a2b..bbb8c1104a3f8c18958b0cbcb182d9558659b56c 100644 (file)
@@ -5,7 +5,7 @@
 --    use this new type.
 --
 --
--- Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+-- Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 -- Portions Copyright (c) 1994, Regents of the University of California
 --
 -- src/tutorial/complex.source
index b036b7ce45f44c20867765f86886e8301a139f04..15d58f38cb3c4b02406a3f274be17640359aa5ce 100644 (file)
@@ -4,7 +4,7 @@
 --    sample queries to the system catalogs
 --
 --
--- Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+-- Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
 -- Portions Copyright (c) 1994, Regents of the University of California
 --
 -- src/tutorial/syscat.source