Update copyrights for 2013
authorBruce Momjian
Tue, 1 Jan 2013 22:15:01 +0000 (17:15 -0500)
committerBruce Momjian
Tue, 1 Jan 2013 22:15:01 +0000 (17:15 -0500)
Fully update git head, and update back branches in ./COPYRIGHT and
legal.sgml files.

1237 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/parallel.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/tcn/tcn.c
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/rmgrdesc/clogdesc.c
src/backend/access/rmgrdesc/dbasedesc.c
src/backend/access/rmgrdesc/gindesc.c
src/backend/access/rmgrdesc/gistdesc.c
src/backend/access/rmgrdesc/hashdesc.c
src/backend/access/rmgrdesc/heapdesc.c
src/backend/access/rmgrdesc/mxactdesc.c
src/backend/access/rmgrdesc/nbtdesc.c
src/backend/access/rmgrdesc/relmapdesc.c
src/backend/access/rmgrdesc/seqdesc.c
src/backend/access/rmgrdesc/smgrdesc.c
src/backend/access/rmgrdesc/spgdesc.c
src/backend/access/rmgrdesc/standbydesc.c
src/backend/access/rmgrdesc/tblspcdesc.c
src/backend/access/rmgrdesc/xactdesc.c
src/backend/access/rmgrdesc/xlogdesc.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/timeline.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/xlogarchive.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/createas.c
src/backend/commands/dbcommands.c
src/backend/commands/define.c
src/backend/commands/discard.c
src/backend/commands/dropcmds.c
src/backend/commands/event_trigger.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/binaryheap.c
src/backend/lib/ilist.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/check_keywords.pl
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/cygwin.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/unixware.h
src/backend/port/ipc_test.c
src/backend/port/posix_sema.c
src/backend/port/sysv_sema.c
src/backend/port/sysv_shmem.c
src/backend/port/tas/sunstudio_sparc.s
src/backend/port/tas/sunstudio_x86.s
src/backend/port/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/regex/regprefix.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_selfuncs.c
src/backend/utils/adt/array_typanalyze.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/json.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/rangetypes_selfuncs.c
src/backend/utils/adt/rangetypes_spgist.c
src/backend/utils/adt/rangetypes_typanalyze.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/evtcache.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/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/timeout.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/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/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/heapam_xlog.h
src/include/access/hio.h
src/include/access/htup.h
src/include/access/htup_details.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/timeline.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_fn.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_event_trigger.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/storage_xlog.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/createas.h
src/include/commands/dbcommands.h
src/include/commands/defrem.h
src/include/commands/discard.h
src/include/commands/event_trigger.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/binaryheap.h
src/include/lib/ilist.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_config_manual.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/bgworker.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/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/evtcache.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/json.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_crc_tables.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/resowner_private.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/timeout.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/test/uri-regress.c
src/interfaces/libpq/win32.c
src/pl/plperl/plperl.h
src/pl/plpgsql/src/generate-plerrcodes.pl
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_gram.y
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/fls.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/pg_crc.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/strlcpy.c
src/port/thread.c
src/port/unsetenv.c
src/port/win32env.c
src/port/win32error.c
src/port/win32setlocale.c
src/port/win32ver.rc
src/test/examples/testlo.c
src/test/examples/testlo64.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/copyright.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 d5512d1fa044aaca16e343acb2309b8011dab225..e250de3df24905b474b33f9d97817ebdd4178efe 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-2012, PostgreSQL Global Development Group
+Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
 
 Portions Copyright (c) 1994, The Regents of the University of California
 
index c6ffe6cd15f4194e7bb9afde5691de3a5c7d2b20..33548e175dd46a10b38e62ad3a74a2cae9a224db 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-2012, PostgreSQL Global Development Group
+# Copyright (c) 1996-2013, PostgreSQL Global Development Group
 ## --------------------- ##
 ## M4sh Initialization.  ##
 ## --------------------- ##
@@ -1630,7 +1630,7 @@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.
 
-Copyright (c) 1996-2012, PostgreSQL Global Development Group
+Copyright (c) 1996-2013, PostgreSQL Global Development Group
 _ACEOF
   exit
 fi
index fece090eeb6a581ceb62df9056c5314889db1ce1..4118a9e2113f5be21f74d6520cc0a9c997971802 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-2012, PostgreSQL Global Development Group])
+AC_COPYRIGHT([Copyright (c) 1996-2013, 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 431a67518742f950691f6286ae6bb617ed10da9a..ded89c60590322f69281675cdbb506576ca9ac97 100644 (file)
@@ -3,7 +3,7 @@
  * adminpack.c
  *
  *
- * Copyright (c) 2002-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2013, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug 
  *
index 1814673c78d3fabdeef7293f0fe814549b9e5730..57dfbe2887a7b250b7ab9f95e63585d5ff6c60a1 100644 (file)
@@ -3,7 +3,7 @@
  * auto_explain.c
  *
  *
- * Copyright (c) 2008-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/auto_explain/auto_explain.c
index ceec6ff813197e0b61966ba380a723beecb6c394..bba0d2adc3c2fd15e94882cd349efd3abf8a00cc 100644 (file)
@@ -9,7 +9,7 @@
  * Shridhar Daithankar 
  *
  * contrib/dblink/dblink.c
- * Copyright (c) 2001-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2013, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index fd1165810639c8e1bbcf51a1728ac98c16496e6d..cd47d4792e9094cfec470b47bcb0ccbe44afc915 100644 (file)
@@ -9,7 +9,7 @@
  * Shridhar Daithankar 
  *
  * contrib/dblink/dblink.h
- * Copyright (c) 2001-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2013, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 4beaf92987612398f0e331cfb11b1cedaff95b11..7d40f325a534d51b38be6aa6fcd23273763ebd48 100644 (file)
@@ -3,7 +3,7 @@
  * dict_int.c
  *   Text search dictionary for integers
  *
- * Copyright (c) 2007-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/dict_int/dict_int.c
index 59f977e50323421e0ff3bac8d6ecbc98f4faa998..eb13e1ae3e0a9415fc8e24e93371d10c41ecfa69 100644 (file)
@@ -3,7 +3,7 @@
  * dict_xsyn.c
  *   Extended synonym dictionary
  *
- * Copyright (c) 2007-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/dict_xsyn/dict_xsyn.c
index 75e4f8cda4a304611ee372dbb6a65155c721442a..90672c3e19c0c5bad9047cbec3f8b7d6d96ac838 100644 (file)
@@ -7,7 +7,7 @@
  * perspective, but allows regression testing independent of platform-specific
  * features like SELinux.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 #include "postgres.h"
index 7ab3ed603ae8aa5b7d58e3d052c6b6018979e0e6..d644a46ea7dd8ba2560fdac4c2871bafbd592a33 100644 (file)
@@ -3,7 +3,7 @@
  * file_fdw.c
  *       foreign-data wrapper for server-side flat files.
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/file_fdw/file_fdw.c
index 8a1771b9700d463b26b85d8fb647fbdfbab1a2b4..027b0a5aae67d59b44e14ce57bf1c047eb7db762 100644 (file)
@@ -6,7 +6,7 @@
  * Joe Conway 
  *
  * contrib/fuzzystrmatch/fuzzystrmatch.c
- * Copyright (c) 2001-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2013, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * metaphone()
index 32827cb5f623792d81252a7daf1530e112bb148f..f365556c2ea15a66538c51a8fbffe9e9715b82be 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Joe Conway 
  *
- * Copyright (c) 2001-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2013, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * levenshtein()
index 181bbd407211dda0f2e9d33c5f3fd9e9d438ec44..3db6b84bb8d3a56f21cd71b10f68eef18599e5a3 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/isn/isn.c
index 7a4b3ca1022373a3957b137d9a5423d8ebde61b5..f0cef8d95063149eae1d8eb740af85ab928f0d8b 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/isn/isn.h
index 4750f51f051da4b3468cad6d5ab99b69919d9fcc..d0d105fdbdc2dfc352a3da4b82d9ccaa7cbc0730 100644 (file)
@@ -9,7 +9,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pageinspect/fsmfuncs.c
index 6f3af776740eaa63f872a841671f8ef27e699822..bbf796ff43514efc1fea5d5f5a246b202ae948c9 100644 (file)
@@ -15,7 +15,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pageinspect/heapfuncs.c
index 52eb55267b858a8fefb65f8ac47c8a202a68d112..222e043368b11d76bb0ff9d68610117027e26351 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Access-method specific inspection functions are in separate files.
  *
- * Copyright (c) 2007-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pageinspect/rawpage.c
index 8d6dea2a0667ff8aab902bf114db333fa09a416f..d2e3f2d865cb13a65ef4cafd3331cf5eb516905b 100644 (file)
@@ -3,7 +3,7 @@
  * passwordcheck.c
  *
  *
- * Copyright (c) 2009-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2013, PostgreSQL Global Development Group
  *
  * Author: Laurenz Albe 
  *
index bf636fdc782cc0a734ddda3ee2c932c7f45565e5..8b6f88baf7a41dc66b72ba1240cba046483e6e11 100644 (file)
@@ -34,7 +34,7 @@
  * disappear!) and also take the entry's mutex spinlock.
  *
  *
- * Copyright (c) 2008-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pg_stat_statements/pg_stat_statements.c
index 196b8d08157904f10c39d4bd5ee9411f9d7965e0..59f8fd0219ffbe8ec2ae68f9bc5d5d3de1348d75 100644 (file)
@@ -3,7 +3,7 @@
  *
  * server checks and output routines
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade/check.c
  */
 
index 7da19c6c28bd7f1990a5be51f355096993acf87f..58572d00433d049315e648d0d2edf5ba706c4114 100644 (file)
@@ -3,7 +3,7 @@
  *
  * controldata functions
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade/controldata.c
  */
 
index a4b0127be9f0d52466202d25b982907a3511f808..9c6c2773bb88af821bffb845fb52e64f4adab425 100644 (file)
@@ -3,7 +3,7 @@
  *
  * dump functions
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade/dump.c
  */
 
index 35de5413f464b2e1b9b11cd5c5a8a8111332330d..e326a10c6130afedc39031be13a060ce210076a0 100644 (file)
@@ -3,7 +3,7 @@
  *
  * execution functions
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade/exec.c
  */
 
index b5d78a57debdc8e05c3e6b38034f9cdefe3729a2..f76dcb668250bfa0a4a0ae5c86311b24a4e99f41 100644 (file)
@@ -3,7 +3,7 @@
  *
  * file system operations
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade/file.c
  */
 
index 77bd3a0359771498d7b6aaabc6467ba37a7ef55c..7bb5f915f62ddf3b5c0bd4a54818841be58e48ae 100644 (file)
@@ -3,7 +3,7 @@
  *
  * server-side function support
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade/function.c
  */
 
index b19f2103ca68a58ae16d8ed7fca72817635e39fa..0c11ff8857f4e98d055c8b4ddfb7d0a184118d2c 100644 (file)
@@ -3,7 +3,7 @@
  *
  * information support functions
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade/info.c
  */
 
index 88686c5f1970e18402b6e4a67d2394da8ac4b971..d5d94c70970048e5b4640369ffd264795f0c7806 100644 (file)
@@ -3,7 +3,7 @@
  *
  * options functions
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade/option.c
  */
 
index a790f4efc5c9ef1e3809e149c1c49047aa50a2f8..c76d049631ee62e7b56fce5ca3df2783a317446b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * per-page conversion operations
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade/page.c
  */
 
index 5d97e15f19c941b2291f7e3e41a685ae54df17cb..8ea36bc6b96db4a10ceec5b60490bb04875ebb99 100644 (file)
@@ -3,7 +3,7 @@
  *
  * multi-process support
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade/parallel.c
  */
 
index 8fa64b7edf37efbf2a2bb85c5e141af842d079c5..70c749d55b19f51ff24687e5e0fa020861118f29 100644 (file)
@@ -3,7 +3,7 @@
  *
  * main source file
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade/pg_upgrade.c
  */
 
index 81d9d511d094927d7f55890430c7e978c777bf13..914c72ffe635aa89a9665dfb6969ad810a1f7fac 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * pg_upgrade.h
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade/pg_upgrade.h
  */
 
index 5fec5ad29a114a238d9c0ca9c920b1596d598150..b114352bc5d28286edfac8888cd4dc9396dfa6ad 100644 (file)
@@ -3,7 +3,7 @@
  *
  * relfilenode functions
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade/relfilenode.c
  */
 
index 5fdaba658bd8958bdc7475ddd802c4851ccafa1e..0b4825181bdff6452f34e526cd3488bff4d65c48 100644 (file)
@@ -3,7 +3,7 @@
  *
  * database server functions
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade/server.c
  */
 
index b783b6251e6e248f01953fcd0ade964044505363..a93c51768a57eb8205ffbdd59ea4875ee2af2526 100644 (file)
@@ -3,7 +3,7 @@
  *
  * tablespace functions
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade/tablespace.c
  */
 
index 0ccb8a59859d0e8b967a74cb1b270e679c7c746d..10b61573a30e6a2b5cbef69dd8fa2d5572f3dc5b 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-2012, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 
 set -e
index d84da1ddb2ae781eae50cdf7da42b353708a2e1a..c91003a46db363a1267366d9e8530bb95ad73a88 100644 (file)
@@ -3,7 +3,7 @@
  *
  * utility functions
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade/util.c
  */
 
index 5d790a0803e2a00cd5fe2e7327dc5963fd6366c0..80383cd1a627c11bcb3c068ba681b5d4bd75b582 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Postgres-version-specific routines
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade/version.c
  */
 
index b681c0984e6e9d0bee6c0a561907d6efbbc3a1a4..a224be1ab8fd1003e9b8271167c2ae32e3379b43 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Postgres-version-specific routines
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade/version_old_8_3.c
  */
 
index 472f1525b0bac78260813ab12c24b5bfa4b3c581..99e64c4113f588e50ba00de62768d449858dfcac 100644 (file)
@@ -5,7 +5,7 @@
  * to control oid and relfilenode assignment, and do other special
  * hacks needed for pg_upgrade.
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  * contrib/pg_upgrade_support/pg_upgrade_support.c
  */
 
index e3764522280bc82566d30da98e65e072df8d285a..43c7f9a7bda3291fa3b2542b0fc0c074bc8e2e8d 100644 (file)
@@ -5,7 +5,7 @@
  * Originally written by Tatsuo Ishii and enhanced by many contributors.
  *
  * contrib/pgbench/pgbench.c
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index c15f2d0e0cf917279e592bced73af6275109863f..975c1d47958fd04084b1f2c5f6f13e592c51ba3e 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to database objects
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 49502f50e7e17da92d6080569f3864edee0fa8c4..c3ef2b7f600c8c6ab2d30929dbdf0e60a5b9a99c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines to handle DML permission checks
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index ab55d6ea4b82c2518eedefea0308608b3b3af46b..7ec72a05632c16cbcdc52af5106c7747842484ea 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Entrypoints of the hooks in PostgreSQL, and dispatches the callbacks.
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 3ebf2733265d2f8e6269deaa92e0775b8b7c26fd..a5bdde34908d9d87a34f78c8752bea633de482aa 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines to support SELinux labels (security context)
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 038ef7128f2ee8c6969d9606826786dd6cf02aeb..847cee4a32e71aacf3372a1695afc75f70b78fef 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # A wrapper script to launch psql command in regression test
 #
-# Copyright (c) 2010-2012, PostgreSQL Global Development Group
+# Copyright (c) 2010-2013, PostgreSQL Global Development Group
 #
 # -------------------------------------------------------------------------
 
index fbd358a8c1d7df8e5818d324d7ac220e8ff487f0..b47c880f54c117a4614fe6cdc8a262fa86efef83 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to procedure objects
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 783f330d1cec4310dae6c99bae07092a541ccdad..a277fab06646f095f4382ff89f0daea65236571c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to relation/attribute objects
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index e063e394da091de4e40610d41af3d6b869cb454e..75b28261ce625a3d79a654d8ca548951c39a32ce 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to schema objects
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 7df98175ddf2a2473a54f0d85f1aa592c9a011eb..f70254f2a7446dbb6ee192ed396587072f590d54 100644 (file)
@@ -5,7 +5,7 @@
  * Interactions between userspace and selinux in kernelspace,
  * using libselinux api.
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index b6dcb86e55a8bd78248c433ad79366710cd4c6d0..5ae51469d724507c19bcb8a5750329e546b2d159 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Definitions corresponding to SE-PostgreSQL
  *
- * Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2013, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 04ec30560690c16bce9d0b56237038f857db5c1d..84839c4867baee71d55472afbb47696322d3185a 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-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2013, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 8be7ad46196608519a0d5a461247737e3e1ea0c1..c2d13e0f487ff314bb8020f45c7bdc3439fe620a 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh 
  *
- * Copyright (c) 2002-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2013, 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 d9670f540194c2b6206088df574aa542d5791693..ebf993b95dc834526ab35e4d92b1ecae47cfdf59 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh 
  *
- * Copyright (c) 2002-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2013, 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 c9594f68ad463aaf7c86fcb96ed51961cbfa3af1..eb7e1a61a6a1d5c5ed2e840af41410ac4a52418f 100644 (file)
@@ -3,7 +3,7 @@
  * tcn.c
  *   triggered change notification support for PostgreSQL
  *
- * Portions Copyright (c) 2011-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2011-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index da7f04c6e05afa21377c7b0ccaa542346ba410a6..1a45a3257842048b7caede3052f29d54ee9369c3 100644 (file)
@@ -3,7 +3,7 @@
  * test_parser.c
  *   Simple example of a text search parser
  *
- * Copyright (c) 2007-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/test_parser/test_parser.c
index 968bd80a17a6394113c99bd93d5c7e183389fc6d..27b783cb70b146874610de807439a736881053d2 100644 (file)
@@ -3,7 +3,7 @@
  * tsearch2.c
  *     Backwards-compatibility package for old contrib/tsearch2 API
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 262d5ec15f8eab63f0e3c707e2f88a593568b92a..4182376030e4c288c46b642142e43d6511ddf986 100644 (file)
@@ -3,7 +3,7 @@
  * unaccent.c
  *   Text search unaccent dictionary
  *
- * Copyright (c) 2009-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/unaccent/unaccent.c
index d4fc62bd4f33b5f6aec75e3c0c247a9f67c88bd5..f15acd439c903162313035c28c7202680e85c1b5 100644 (file)
@@ -2,7 +2,7 @@
  *
  * UUID generation functions using the OSSP UUID library
  *
- * Copyright (c) 2007-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2013, PostgreSQL Global Development Group
  *
  * contrib/uuid-ossp/uuid-ossp.c
  *
index 86c0962526db14132086b7f096066e5ab76c5008..107eaf9fa1b1608fcf8ccd179cfeb6205e69f45f 100644 (file)
@@ -3,7 +3,7 @@
  * vacuumlo.c
  *   This removes orphaned large objects from a database.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b9c14d3f7de20c85646461804701263f08d9e53f..2ed12ce5a4f164ab2a59ebf524595b3b3163a5d2 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the errcodes-table.sgml file from errcodes.txt
-# Copyright (c) 2000-2012, PostgreSQL Global Development Group
+# Copyright (c) 2000-2013, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index d906d33968877064d0d59b5706ef433ff7567375..1c40ec47ee304765c8b43f0bfad212ce7579420c 100644 (file)
@@ -1,7 +1,7 @@
 
 
 
1996-2012
1996-2013
  The PostgreSQL Global Development Group
 
 
@@ -9,7 +9,7 @@
  Legal Notice
 
  
-  PostgreSQL is Copyright © 1996-2012
+  PostgreSQL is Copyright © 1996-2013
   by the PostgreSQL Global Development Group.
  
 
index 5e30aab3ef4e0885ae151da6718e6f2168a5796e..323b417ed746779a63a82d4a1f8a57a86b277457 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for the postgres backend
 #
-# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/Makefile
index 034dfe574f1b9be3dff89802365c5378da8c6f63..0706e3afc2df5e7cf1e2eca73dd9602d084f9795 100644 (file)
@@ -45,7 +45,7 @@
  * and we'd like to still refer to them via C struct offsets.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 76c76e9e89878aaa2f1d0611180bd333f4a28801..35cc55fa8f1c40c97c15210f683f1d603444e339 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4616106afe81e41150d613358c9dd8246fbbfe43..e87e6752b67417ce36ff8604ac1d91a380881927 100644 (file)
@@ -5,7 +5,7 @@
  *   clients and standalone backends are supported here).
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bc6911e4960043211ea6f0c5f2172a04fbcdd668..456d7462ad6b985e2712e550f6e5d4deb9f4cd82 100644 (file)
@@ -3,7 +3,7 @@
  * reloptions.c
  *   Core support for relation options (pg_class.reloptions)
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 37d77ed7d576aa003ff5bf95bd9959328c7cfaf1..afe3a9f06b7de5ebc51ebfcb0a1649f8570e2cfa 100644 (file)
@@ -3,7 +3,7 @@
  * scankey.c
  *   scan key support code
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f813432c7d587815438fd5aa84cb9828c0cfad3f..075add5bc0e33b3581b296fc1aff823f1c3432ca 100644 (file)
@@ -9,7 +9,7 @@
  * executor's "junkfilter" routines, but these functions work on bare
  * HeapTuples rather than TupleTableSlots.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2f10910b823fba94b3f335715071110cfa43bbe1..fb5c199c0c4062685b39aacec028f41491a790d8 100644 (file)
@@ -3,7 +3,7 @@
  * tupdesc.c
  *   POSTGRES tuple descriptor support code
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f1f934331cc51e8e67f2720686f9f1ae01a77431..55562c6f380c54dd3bab512173e34da568d633fa 100644 (file)
@@ -4,7 +4,7 @@
  *   support functions for GIN's indexing of any array
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3efdedd180ed9634efd709274e9689447895df12..266d76b62004e41fed227cece69864cb6f638a63 100644 (file)
@@ -4,7 +4,7 @@
  *   page utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ddae86272038215df84d30ed16bd79f91d53b4d3..37ab49ccb47dc5807cac0eccdf7c207875457c4b 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for fast build of inverted index
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 13601468ed2cbd905aa6b19b0fe7b45dbdcac3be..13ab44869232d1ea73726dcc1ee21f499dc27c61 100644 (file)
@@ -4,7 +4,7 @@
  *   page utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 70fcddfe407b932a6162780305c28a9193131853..8ead38f234ab36e4920650775d2591e3df0ab4be 100644 (file)
@@ -4,7 +4,7 @@
  *   page utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 55df02ace6ab120a35fc31891b19ca0ba61d7577..2b2508f8f77cc135d154c232186efa6f6b7baf50 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 57022594bf6f87f751e22f924988199dfc8fc98a..cb17d383bc845a5c922dc2cfdfdc83df2ab9eb41 100644 (file)
@@ -4,7 +4,7 @@
  *   fetch tuples from a GIN scan.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 61d588c52bdb96917dde2daf53333c2528c2bf43..90627ff6ac1752be65a74b4f970ab6b1e8fe55b9 100644 (file)
@@ -4,7 +4,7 @@
  *   insert routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3cd9683dcddf3d5ab9f093848a80b01cd93185cb..afee2dbd924ec8578507cd55aca3b2a38fe2bc62 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to manage scans of inverted index relations
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e47abee4b7963080baa89d3f2894f2e6e2e56c04..24d671272e79257d6219bafa5976fb3b1b696f03 100644 (file)
@@ -4,7 +4,7 @@
  *   utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5418fa0f74e411774e3fe4996482d54c9a6ecc53..f619397a75f8a8c9d4dc21fa97468d009e60a2c5 100644 (file)
@@ -4,7 +4,7 @@
  *   delete & vacuum routines for the postgres GIN
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fc1f0a5c4712339eb6e987496711e06c1e74d636..fedbc72e9a523cef39d6f2bcabd7d047f9fa7a9a 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for inverted index.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 700e97afc395f8e6c63a51fc8187330820567a44..95d33c8945b8e45cfc6f8040127aa32f7edc45e6 100644 (file)
@@ -4,7 +4,7 @@
  *   interface routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bcd95a8a4d85852f7adfd8e27fb7359c3c550b36..aec5b5248095904f167d8790d04497f0682a9b3d 100644 (file)
@@ -4,7 +4,7 @@
  *   build algorithm for GiST indexes implementation.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fc999767fdd038fb46cef382cf0b011f855f413c..ce768900198dfa9e69cd10890b2244c2ebcc5685 100644 (file)
@@ -4,7 +4,7 @@
  *   node buffer management functions for GiST buffering build algorithm.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0e1fd80280bd3a96fde96c403dc406205edd4119..79996a235f01e017adba696117a448bca26dfb71 100644 (file)
@@ -4,7 +4,7 @@
  *   fetch tuples from a GiST scan.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 09e911d0981ef335baf99812b56fc3b468958a14..5fbb04b5e20dad7da1650ad99ea129ef4263c45d 100644 (file)
@@ -7,7 +7,7 @@
  * This gives R-tree behavior, with Guttman's poly-time split algorithm.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c9fc9ba97f9bd3c78f6fe748e1c0a044474f5265..26c8cff5a01d34eaa965fdf77e2fd0f5099f2ff9 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to manage scans on GiST index relations
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 739fc597ceb70613fc72790ec1eae7ec6c54cf99..a96b881cf1ddbcac273da23bb0cb7e0ffb90b7b1 100644 (file)
@@ -4,7 +4,7 @@
  *   Split page algorithm
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index efb650ec5c33b805f57bf4865c5b27969ad20907..8b60774f50349222ee04fef13613e3592120973b 100644 (file)
@@ -4,7 +4,7 @@
  *   utilities routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3fbcc6f52c0a33f2f93a609f1d628fe166032e62..dcad36ea3ec226ca5ebbc0b04ef54b7c76338a27 100644 (file)
@@ -4,7 +4,7 @@
  *   vacuuming routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f802c23f723f217ee78e7356191f34b5a071431a..e3a213e7daa086ae2f0d72bab54366717ee0d1b6 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for GiST.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1efc5ef17c4bbc0b4b6337465d3251c70780329b..0639ad286afd7c894da2e96adb519025ae0ff8ac 100644 (file)
@@ -3,7 +3,7 @@
  * hash.c
  *   Implementation of Margo Seltzer's Hashing package for postgres.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 033674652db336c6ad9b38e1e73a1111cf2311d9..d599282193348018c08325e82becf9bee292e563 100644 (file)
@@ -3,7 +3,7 @@
  * hashfunc.c
  *   Support functions for hash access method.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c5343720d71fd9702169cfb0a1affc46a75c1f84..63be2f37872cb799af2833cc9fc57fd7c44374b9 100644 (file)
@@ -3,7 +3,7 @@
  * hashinsert.c
  *   Item insertion in hash tables for Postgres.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bbea5e4eaca275bd37be2a056921e050ff4f6901..03199218f73a4299aea1415152606d966af637ff 100644 (file)
@@ -3,7 +3,7 @@
  * hashovfl.c
  *   Overflow page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3d067e7f530e435c2ce6b0fe2f6a99a970553fd9..e91419b12e3bfc180a0efccc635fca8e3de46601 100644 (file)
@@ -3,7 +3,7 @@
  * hashpage.c
  *   Hash table page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0f34a3dd8cf203e50916fd50e621d393a6e18bdf..8c2918f14f0673130b9746584d6e442a4db5ba59 100644 (file)
@@ -3,7 +3,7 @@
  * hashscan.c
  *   manage scans on hash tables
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b8abc6a7f965fd90f0ee74bf21e46cf786b22d66..ceb9ef72baaf4f86487cd2aed6e2502e6d6bb607 100644 (file)
@@ -3,7 +3,7 @@
  * hashsearch.c
  *   search code for postgres hash tables
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aa74629ea8e08b31a2237914e0e34b7d932360f5..21fcb6bab8cf515bcac131a4286edc26f5d5f7ee 100644 (file)
@@ -14,7 +14,7 @@
  * plenty of locality of access.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 96470c533a88443df0f6678bfce15b66e63c0c51..aa071d9185a511bbf219d7a18679ab38b1d3d644 100644 (file)
@@ -3,7 +3,7 @@
  * hashutil.c
  *   Utility code for Postgres hash implementation.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ac8407b4aef12348e31546ba3f2691a33f826f6c..b19d1cf6c5746f3d64fe0bc24ef5222afdf154ff 100644 (file)
@@ -3,7 +3,7 @@
  * heapam.c
  *   heap access method code
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c08047e02b7144b740892989217b6e21b17837b6..8da26908daff45a40dca113148fe9f3ad3430efc 100644 (file)
@@ -3,7 +3,7 @@
  * hio.c
  *   POSTGRES heap access method input/output code.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 97a2868f194920580ae7c6fafc7dec4bdd5e7577..390585bd2eba86f25506adea6b3cba363cf76d2a 100644 (file)
@@ -3,7 +3,7 @@
  * pruneheap.c
  *   heap page pruning and HOT-chain management code
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0f67a807be21ceaf962533106b5384331e280481..628e3b1277ec4a517e5a7225c9fcf59d85a19121 100644 (file)
@@ -92,7 +92,7 @@
  * heap's TOAST table will go through the normal bufmgr.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index 784fca7eb3a6dcab0d0f0071094cce70d2af5063..09384d8850bbd3563dee9ceb279ee9c3ade38677 100644 (file)
@@ -36,7 +36,7 @@
  *     ss_report_location  - update current scan location
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 050f048a9b0458d9c7469d4ec30210c90a090abe..49f155346c1d5356224968e220745c4871f32f2b 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for external and compressed storage of
  *   variable size attributes.
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d7a291640e976c2dd830ef0f6b3bb26235a432c1..65b372d16b518813ebc4df00c0e8b187866e4b0e 100644 (file)
@@ -3,7 +3,7 @@
  * visibilitymap.c
  *   bitmap for tracking visibility of heap tuples
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0da1a5a867daedbc27bac4aea9e24c5e46c93cc3..31a419b841eba4766748489fb142d3a0fa2d62dc 100644 (file)
@@ -3,7 +3,7 @@
  * genam.c
  *   general index access method routines
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d64df319c5cac37ac71fd3cf436c6f635cd4bb1e..ce94649281d93a69e2d733f78b75166cdbdcb969 100644 (file)
@@ -3,7 +3,7 @@
  * indexam.c
  *   general index access method routines
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d610bef79830cb35bd5cc89c48eabd6aa7433d4c..3b1bde12efd381758baf90a06c586fe9be912d0d 100644 (file)
@@ -3,7 +3,7 @@
  * nbtcompare.c
  *   Comparison functions for btree access method.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3ed9b5cc2900f89b4c04506557d8dac2064ab085..4432bb1bdaef8ff2f3119178de65076f41772f41 100644 (file)
@@ -3,7 +3,7 @@
  * nbtinsert.c
  *   Item insertion in Lehman and Yao btrees for Postgres.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 016ce2283c2655ec3e25178ebe6d40ad7bf9c02a..6612948769bf6a419e9c236af21a1aa7c4e60b9b 100644 (file)
@@ -4,7 +4,7 @@
  *   BTree-specific page management code for the Postgres btree access
  *   method.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b055eaff5b26561bf3a05d248d6019b8bdb08822..159b57fcd1f8f4f2377884d6bb0e74c0c2b41af7 100644 (file)
@@ -8,7 +8,7 @@
  *   This file contains only the public interface routines.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e0c952368b9c1c72712f04334326a9c9de40ec68..ac98589477b876cfc8470ea03fb39fa43d5ea9c5 100644 (file)
@@ -4,7 +4,7 @@
  *   Search code for postgres btrees.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cf73b616aea88d8f7b08c9ec5cf87d8117354109..b369e86e0798e92a5e178f18bb5e1928c331c23a 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 50df5e0e5ba9f8512fb9c140c59c7a00c6a4d2aa..04e1ac4a9bd4ae558e375fd147cf538cf86f2ed3 100644 (file)
@@ -3,7 +3,7 @@
  * nbtutils.c
  *   Utility code for Postgres btree implementation.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c91408d214ee7d0ef462a8c2442a0b482cbf4e7d..cd2a6c60a53eac8c42fc7070acc4737f8fab41b1 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for btrees.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 07ab40fb4118af9eba03ccd010db070dcf6c0cad..92be7130382aa3ff87cfb4a4ed5a5577f792a141 100644 (file)
@@ -3,7 +3,7 @@
  * clogdesc.c
  *    rmgr descriptor routines for access/transam/clog.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d7ee96cb8596c501171ad643d876605dc146230b..55d435248f355e7178c6a0dafbe04232148042e2 100644 (file)
@@ -3,7 +3,7 @@
  * dbasedesc.c
  *    rmgr descriptor routines for commands/dbcommands.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7ea36f28e1020f66ba5f54ef2079cf2b3886681b..53bc482ec21e80236f33fc5270297ba46c8aff8f 100644 (file)
@@ -3,7 +3,7 @@
  * gindesc.c
  *    rmgr descriptor routines for access/transam/gin/ginxlog.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1f47c6b8bbb349063f409838060b52231beb504f..da81595fd41933ce9ce0e7a2a302322d36ff5b18 100644 (file)
@@ -3,7 +3,7 @@
  * gistdesc.c
  *    rmgr descriptor routines for access/gist/gistxlog.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index faba90c6f3b0aea89cb45dcf674cded72b75b895..a50008478e2200d4a57ffe52b62a99996feccd1f 100644 (file)
@@ -3,7 +3,7 @@
  * hashdesc.c
  *    rmgr descriptor routines for access/hash/hash.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e65745a96f1aa164d14ea3691cbcca6008c8d3c5..3809e5116615ce42d8202be8af8e51de65c7f652 100644 (file)
@@ -3,7 +3,7 @@
  * heapdesc.c
  *    rmgr descriptor routines for access/heap/heapam.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 33b89f91033d742ddb6fd9576fe94c9981e66074..ddd675f610cc48ab18705c9d727c22406ddcd0ef 100644 (file)
@@ -3,7 +3,7 @@
  * mxactdesc.c
  *    rmgr descriptor routines for access/transam/multixact.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 04da5f8691fbfe60f01c0b52b3c193b4b339a432..400e11b050653b0c1c5e6469f85c87bcb2950a8b 100644 (file)
@@ -3,7 +3,7 @@
  * nbtdesc.c
  *    rmgr descriptor routines for access/nbtree/nbtxlog.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3eaf6be9b41793ceb1c5b44c8e9c97dff5128512..4c731c9b56879afea52141851fc4be02cc362197 100644 (file)
@@ -3,7 +3,7 @@
  * relmapdesc.c
  *    rmgr descriptor routines for utils/cache/relmapper.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f28238504563b8f5994c944e71739cb8e066ce1a..4d6a16adae1886314c0bdef4dc734435683e6000 100644 (file)
@@ -3,7 +3,7 @@
  * seqdesc.c
  *    rmgr descriptor routines for commands/sequence.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 40b9708bad566de4c73410ad09ae4d45699583c2..bcabf8993af22f68c1ee34ffe0fa8718c8163382 100644 (file)
@@ -3,7 +3,7 @@
  * smgrdesc.c
  *    rmgr descriptor routines for catalog/storage.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 20de85ddf8f45a9441660f6dadd0d27a543c292b..aca22600d42df7eff348e28160086f775f84efb0 100644 (file)
@@ -3,7 +3,7 @@
  * spgdesc.c
  *    rmgr descriptor routines for access/spgist/spgxlog.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d5982d1daff71efc63771a08df953f1a24460aac..c38892beb72adfd031bc5b6567ff8826a2c2d614 100644 (file)
@@ -3,7 +3,7 @@
  * standbydesc.c
  *    rmgr descriptor routines for storage/ipc/standby.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 803e1b014861a3b6949c54e67c175fd1b04982f6..c2c88cd69372cb8dac9bc7928f4df5abc8c38e06 100644 (file)
@@ -3,7 +3,7 @@
  * tblspcdesc.c
  *    rmgr descriptor routines for commands/tablespace.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 60deddcf8eaf0dba543e11e0a7ac81d218dae636..247127999e361434d4a700ebf0ad84c3c473c4a8 100644 (file)
@@ -3,7 +3,7 @@
  * xactdesc.c
  *    rmgr descriptor routines for access/transam/xact.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c958a4ff533bb3f83740ce45d5be00af6f8c57ce..ad0abbfe8b343a52b2d51889d2169a432cacf886 100644 (file)
@@ -3,7 +3,7 @@
  * xlogdesc.c
  *    rmgr descriptor routines for access/transam/xlog.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 36e57ba00430c84ce16a9d7c3df72d371beb9d23..1d9cbf7cd10a4cca244d1c6061592abdaf506ed9 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of insert algorithm
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0c2466c9621e7de070023d1ef199efc1652a71e0..4f7df3dcc39f66ee69a1568d7984bfbddd52c07c 100644 (file)
@@ -5,7 +5,7 @@
  *
  * All the actual insertion logic is in spgdoinsert.c.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index db472db9d6310cecef0cd6cb1c91977c1f1cb1d9..d9e153cdd73444dbc749e33f81dd3c03e7fa6410 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of k-d tree over points for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e8fdc4990badc40428f7cd5c57b7ead895e34e64..662061ac3ce7f3458b2cda3f43ea44080ee54422 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of quad tree over points for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6c6f1b6084e00d9a69e656bdbc74ed8bef1a2c45..c9d3cb686c307204fbbfa1ae62afbed20618c33a 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for scanning SP-GiST indexes
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 06123c8fac39482458ddb18b98a9e01f9e84fc76..9ffc8705645c320ca0c2f09f70710035e4fbf871 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of compressed-suffix tree over text
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 675c80eb39bfce52cdf386927f215723fd84f024..64fd82fbf30d5f6d75ee5d65064bd82b997978d6 100644 (file)
@@ -4,7 +4,7 @@
  *   various support functions for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7ee225ec23606cecdf5a3dd9d8718867c96624d1..23c0ec6e52ad4b2f0478a8eb45f891a3070de8d2 100644 (file)
@@ -4,7 +4,7 @@
  *   vacuum for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9a7aaf75e300d22341c7eae3f3f83035f2cc898e..935f5628b9f9faf3e37550ac673044b9b1ece4c1 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2d274cf77ab129399b3d92005385ecde63430426..cb95aa34dda602e6a394635c4090cd293d2b72b1 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/clog.c
index d76105e4558340c250f655d80d0502980e4478e4..1ae671743c527516276bd8e04a3dd292890820df 100644 (file)
@@ -39,7 +39,7 @@
  * anything we saw during replay.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/multixact.c
index ec2509b165a02d809c046c949c58f8531a0c8b21..5a8f654fb736dc94e2fb08ccd8b0a33be44cede2 100644 (file)
@@ -38,7 +38,7 @@
  * by re-setting the page's page_dirty flag.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/slru.c
index 934339bbf0a1760340d627ad7caea6a681fb38fd..88c42c8869564b3c3cc6385fdafba7cbf28a0f2d 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/subtrans.c
index d7b7b7721439dcf537e6964237bb21adc0ce9220..46379bbff8880391824c1ad23bd4769f4f546eb2 100644 (file)
@@ -21,7 +21,7 @@
  * The fields are separated by tabs. Lines beginning with # are comments, and
  * are ignored. Empty lines are also ignored.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/timeline.c
index ff9dd4beeada65fb62cabe1fba5270db13ae6fee..3cc0096d92ab016e94165d5a2e12fd8e9ebabdc1 100644 (file)
@@ -3,7 +3,7 @@
  * transam.c
  *   postgres transaction log interface routines
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a7e90e473a19dfefa8fae4621bf668c642b86818..e975f8d26d0fd688e5d48818762d894e0c48be0e 100644 (file)
@@ -3,7 +3,7 @@
  * twophase.c
  *     Two-phase commit support functions.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b98418fb7be0b22db1bdb22b87785117264e42a7..ad29b5166d40f9e4497369343c953898c3c4114c 100644 (file)
@@ -3,7 +3,7 @@
  * twophase_rmgr.c
  *   Two-phase-commit resource managers tables
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7abf9343beeff774da70e1debb3ee6174ec5cafd..f041e4b2c0be97a1aed9209c52e3956f4d842161 100644 (file)
@@ -3,7 +3,7 @@
  * varsup.c
  *   postgres OID & XID variables support routines
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/access/transam/varsup.c
index dbf82010e0e143303df51734a1dcd5ef22e2cb57..81d268749564687ee2c525698e8ab32c5e446079 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See src/backend/access/transam/README for more information.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index aebdf0b85ab71dd2581e4513ab047b3d9a7d852f..e730427d3ef5431e2caeb734f03c7e6a6c11fc7a 100644 (file)
@@ -4,7 +4,7 @@
  *     PostgreSQL transaction log manager
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlog.c
index 95852a5c48f24a5ad02d9eaf8849a2c11de5c9ef..52922dae4ec34d8b4a112438084dce26fff164cb 100644 (file)
@@ -4,7 +4,7 @@
  *     Functions for archiving WAL files and restoring from the archive.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogarchive.c
index 47624c3e75fdc0b922ad83ff58eda2e60c340233..96db5dbbf52ca729e2246d102fc9757043763e31 100644 (file)
@@ -7,7 +7,7 @@
  * This file contains WAL control and information functions.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogfuncs.c
index 5676120a86310fb167de380810cc738a60397f43..f9a6e628b7fb6bc21838819753b4c1ebb19a9d02 100644 (file)
@@ -8,7 +8,7 @@
  * None of this code is used during normal system operation.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogutils.c
index ec7786a2ae136e1caa98e5874eeead2036832a76..d40fd6827c0f7d1d9cb6a4f3f2a1f13308c00bcd 100644 (file)
@@ -4,7 +4,7 @@
  * bootparse.y
  *   yacc grammar for the "bootstrap" mode (BKI file format)
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c308f857777ab8651923e8f78af8e7419f59eea2..bdd7dcb1b324639cd900858aed8ee3446b7fe76b 100644 (file)
@@ -4,7 +4,7 @@
  * bootscanner.l
  *   a lexical scanner for the bootstrap parser
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 11086e2964b2af750d2a357aa94fb145b4d070bc..7787c1199b116fabfde9e36d7b174eb5687969bc 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ebc02b50a9b1b7ebe902296dc861aeabc569f034..59a501646bfcab893170bc0fed37a03d8d6639e7 100644 (file)
@@ -4,7 +4,7 @@
 #    Perl module that extracts info from catalog headers into Perl
 #    data structures
 #
-# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/catalog/Catalog.pm
index d82c8ceb5c1e708e44ba9556f945ecce2dfafcd6..0bf53561deeb0753834e42f50ab9fb35ed4343e1 100644 (file)
@@ -3,7 +3,7 @@
  * aclchk.c
  *   Routines to check access control permissions.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 79b71b349122314458c141489567e8d50e97eb03..968648627c0a5d58e7d46ba4afa5f34787bb47a1 100644 (file)
@@ -5,7 +5,7 @@
  *     bits of hard-wired knowledge
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 192b421709c44065b91d11bfff119cdff93eae58..d2037251ae84ae6414c36874d3cead10cd80d314 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0bab9450da126d15ca5fa035cea8e6fe2765b675..b138aa6d03c554f2e909b1a8c2a9cfdf276ffb76 100644 (file)
@@ -7,7 +7,7 @@
 #    header files.  The .bki files are used to initialize the postgres
 #    template database.
 #
-# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/catalog/genbki.pl
@@ -275,7 +275,7 @@ print SCHEMAPG <
  * schemapg.h
  *    Schema_pg_xxx macros for use by relcache.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index d93d273eb1b6cdce7acf7ca04ee988868ec1534d..263205855b21f48fe7f8581a27a46fb3ba4f0336 100644 (file)
@@ -3,7 +3,7 @@
  * heap.c
  *   code to create and destroy POSTGRES heap relations
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 66012aca850420c2bba39f00201a87dde9f1a578..5892e44667776acbe642fb3d3679105b6fec08cd 100644 (file)
@@ -3,7 +3,7 @@
  * index.c
  *   code to create and destroy POSTGRES index relations
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ce367ac308e4be98fe3169080bbbccfe356fc5e8..880155e7de02bc8ebde2569dc601ca890ecdbf02 100644 (file)
@@ -4,7 +4,7 @@
  *   This file contains routines to support indexes defined on system
  *   catalogs.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fcac07ae485a9a88207cc618b6e49553ed22d23b..230758654cc84eced4d3ee8cdf1d231f9566f58e 100644 (file)
@@ -2,7 +2,7 @@
  * SQL Information Schema
  * as defined in ISO/IEC 9075-11:2011
  *
- * Copyright (c) 2003-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2013, PostgreSQL Global Development Group
  *
  * src/backend/catalog/information_schema.sql
  */
index b559f5533b35726dfbd81bf077f89d0ddcf052dd..b256498d4511add3f55c35f07fecf6a92f19e763 100644 (file)
@@ -9,7 +9,7 @@
  * and implementing search-path-controlled searches.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d7a726c2c4ac9f103d50113e39d15aac6e1ed7c4..01aba15f359230c5b0e2f4299cc9e7a8d243e927 100644 (file)
@@ -3,7 +3,7 @@
  * objectaddress.c
  *   functions for working with ObjectAddresses
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c9449f81e10b57659a7c4724f185b0af5760cd4f..e80b60053d5e792e8e5155c84d0635ed3a303a6f 100644 (file)
@@ -3,7 +3,7 @@
  * pg_aggregate.c
  *   routines to support manipulation of the pg_aggregate relation
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6020d16c74db02583254f2637fadbee9c3d16228..46d6e27d2dee806f31a94c435c6c77448667cfe4 100644 (file)
@@ -3,7 +3,7 @@
  * pg_collation.c
  *   routines to support manipulation of the pg_collation relation
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5e8c6da80764bcad60b676fd545fe0b07823b0ce..7179fa93922ee6ffc712daf0d42a408aaadd9aef 100644 (file)
@@ -3,7 +3,7 @@
  * pg_constraint.c
  *   routines to support manipulation of the pg_constraint relation
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 68f1aa76e2138a5bd823e4d5187f678f96d8d837..75eafd447d7ee90aece614adf8b88bde3253d628 100644 (file)
@@ -3,7 +3,7 @@
  * pg_conversion.c
  *   routines to support manipulation of the pg_conversion relation
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 616980ce89b8499982f7dafc2fe5c5dff483ff0b..337ccdd633b4c4afefab843251e8781d0a044a6f 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9a5931692f22feffd6b54f2fb44013ab1db8113d..9535fba21e77ee1425bcf26378ab1ef6ac5b0b86 100644 (file)
@@ -3,7 +3,7 @@
  * pg_depend.c
  *   routines to support manipulation of the pg_depend relation
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bed0f357bb6c91626b322d231c8dbb5dc8e4ed70..8136f1143f194c28b2ca41d1f2d06146a894b98c 100644 (file)
@@ -3,7 +3,7 @@
  * pg_enum.c
  *   routines to support manipulation of the pg_enum relation
  *
- * Copyright (c) 2006-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d34fed85f8b3244026fa1098e9f0a65988ad952c..fbfe7bc7a1237989aa87eb93fda9b52c21ab71e2 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b693fdee157d236e9c4067f7c3af69ebbd04ebdd..d01a5a7a72e96238cd3a57d2eb3195a552f13b8a 100644 (file)
@@ -3,7 +3,7 @@
  * pg_largeobject.c
  *   routines to support manipulation of the pg_largeobject relation
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 098df224a8d21a5d3ef83d79c659fec49b9adfaf..2948c64d455b3ead20873ab430b5c178a3e37688 100644 (file)
@@ -3,7 +3,7 @@
  * pg_namespace.c
  *   routines to support manipulation of the pg_namespace relation
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 47830dc3e6ed044cb1feb1f25225c44cf23226b6..7a9148850e7d7c5c33fad796aa3c9636cb290ca1 100644 (file)
@@ -3,7 +3,7 @@
  * pg_operator.c
  *   routines to support manipulation of the pg_operator relation
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 99d2559d0b8007c5c36ad1fa229a0b4207802df1..3570240bf66a9184b5b80f76976df5eed0b36a42 100644 (file)
@@ -3,7 +3,7 @@
  * pg_proc.c
  *   routines to support manipulation of the pg_proc relation
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a24df23fbf87011ee7370bd344ff9bf33c9d4949..639b40c73b9a650941f51f03f7f24fd3945b277c 100644 (file)
@@ -3,7 +3,7 @@
  * pg_range.c
  *   routines to support manipulation of the pg_range relation
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7cd591a9c44c2a79ab63924b12fbcfc4d79e3af0..86c6183ea3f88129f62b3a159105d6970ffcb3d1 100644 (file)
@@ -3,7 +3,7 @@
  * pg_shdepend.c
  *   routines to support manipulation of the pg_shdepend relation
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 49133eee8c697df848c4296036e6a427f9eb52ce..591714f175b5ffcb078ddcf500a50055ea44c235 100644 (file)
@@ -3,7 +3,7 @@
  * pg_type.c
  *   routines to support manipulation of the pg_type relation
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8dc622a1add0ae07519ecfedf8a942b7a2f55c00..95eda7af474bff0dc007b95feaddff2257e0518a 100644 (file)
@@ -3,7 +3,7 @@
  * storage.c
  *   code to create and destroy physical storage for relations
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 607a72f6d76f6cd40166f19caec95f112326b7a5..c479c2368329a03ce0a817e95b9ad63be676dae0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PostgreSQL System Views
  *
- * Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * src/backend/catalog/system_views.sql
  */
index 4424260605b164f0a8b31c0b9e7c1216ae3ec12a..7c4ccbdbc0c156ac02ec923ba94e328f34de137a 100644 (file)
@@ -4,7 +4,7 @@
  *   This file contains routines to support creation of toast tables
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 67a29d19fc16ba09bb6e8ec1a829047fe88fabcd..144768303a96d62d6fe92a3bf9698831e7331159 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for aggregate-manipulation commands
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d8555ed4c7f3a8fce561966d4d538862dce2a443..f6287542b32b486a7a065bebe09c2f3b57c870e8 100644 (file)
@@ -3,7 +3,7 @@
  * alter.c
  *   Drivers for generic alter commands
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9612a276f35f780bed1bd0b39b8231db5410dd5d..7a5eb42424bc40b3e2aceb2f7b7421cd38c66470 100644 (file)
@@ -3,7 +3,7 @@
  * analyze.c
  *   the Postgres statistics generator
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6fcd9093268e7bc5aaf6102fa9d6adcdcced1d6d..c905fa2f398c112a20881500be285a49ba2ff0bf 100644 (file)
@@ -3,7 +3,7 @@
  * async.c
  *   Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c3deb567626ef22cf4e2dbf072267d1aed562b95..238781b6a70f267bf52bd662858b46897f552c09 100644 (file)
@@ -6,7 +6,7 @@
  * There is hardly anything left of Paul Brown's original implementation...
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 9fbb223f3fce6fc1180c30cf87ddc9b4691ae5c5..b763f15b30dff40e1e8f1b270ba67bc7b71ae6bd 100644 (file)
@@ -3,7 +3,7 @@
  * collationcmds.c
  *   collation-related commands support code
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index afada5d6e4f915e880320e38f49ae1df7d1156b3..3ec12e7cb9daa82add74c892a9705a3309f0b78e 100644 (file)
@@ -4,7 +4,7 @@
  *
  * PostgreSQL object comments utility code.
  *
- * Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/commands/comment.c
index 8ac83730f6818b96beaecb7911774132ca068436..f2cdc27a1d0ba2d77a8a365b599e0926ea6ea7c0 100644 (file)
@@ -3,7 +3,7 @@
  * constraint.c
  *   PostgreSQL CONSTRAINT support code.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3a287723975aeb03222c42b37f391bda130abef5..35d4d08680209ebbc30daa4043bf29cda806bab4 100644 (file)
@@ -3,7 +3,7 @@
  * conversioncmds.c
  *   conversion creation command support code
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2c80ee8040ff7071d9400af2105650489e9e39cb..8778e8b15c3da93255f7a5f7a4b34445fd94157f 100644 (file)
@@ -3,7 +3,7 @@
  * copy.c
  *     Implements the COPY utility command
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 07ee6b309148a755bdda4730819e2a3b7e54ac90..66a49db330e1969503c426503482ec70660c24b8 100644 (file)
@@ -10,7 +10,7 @@
  * to assorted legacy behaviors that we still try to preserve, notably that
  * we must return a tuples-processed count in the completionTag.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2b39a99c2b0b3f1019daec69b8f07dafbe37c3fa..1f6e02d3c9e4fc5423c43f530bb91fc2cb64e910 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e0b0fc31829017555a83b479a97b87bef9d64799..9fa222f5fc0f5a4c0766a7e1e840cdf796317995 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for various kinds of object creation.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 040d48da22a626fb176d5b4d15a29635b8ff5028..76f3ab672adc5938a215120821f5635cef79cc6b 100644 (file)
@@ -3,7 +3,7 @@
  * discard.c
  *   The implementation of the DISCARD command
  *
- * Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index e4c17bd2bc72f850705d158badcc35451ce9fde2..b32ad3a5d666fcd9cd0fd4680c117f8a979a8f0a 100644 (file)
@@ -3,7 +3,7 @@
  * dropcmds.c
  *   handle various "DROP" operations
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e23cacd067ff6d2799018f544ea5acf25a05cf4c..99b17a03ef399966f211ef5c062c44024ee9140c 100644 (file)
@@ -3,7 +3,7 @@
  * event_trigger.c
  *   PostgreSQL EVENT TRIGGER support code.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 323f3a11ae961db082a472ee8a8125916b4e2b22..fbad0d027aebb0176699187017e5c9d9f2b86ae3 100644 (file)
@@ -3,7 +3,7 @@
  * explain.c
  *   Explain query execution plans
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index e5560516f0ad459757d6cce02fa1bb2082ed0aa8..c02101f95d4bbee214ce4ce7975c77215f555d6c 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5a504a29e5ad97fe24fba219ece39f63d3d83bda..d3af8dc22ab64314e1bfe250770eb0da96e454ae 100644 (file)
@@ -3,7 +3,7 @@
  * foreigncmds.c
  *   foreign-data wrapper/server creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index fe63a1205a227a3e0b3a3a6726bfa542289561c6..c858511c1d9b2c602dd27b118440a30622aaceff 100644 (file)
@@ -5,7 +5,7 @@
  *   Routines for CREATE and DROP FUNCTION commands and CREATE and DROP
  *   CAST commands.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1231b84c37891bd17c9c3cd6d176418be8b44c9f..94efd13989b7b95dea37e04c2e1be9e6e6ee9403 100644 (file)
@@ -3,7 +3,7 @@
  * indexcmds.c
  *   POSTGRES define and remove index code.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 928873ef5b20be7e136a6484f092db694155d31a..49950d7e86ace3f0596a7113e33944fb2a7d2994 100644 (file)
@@ -3,7 +3,7 @@
  * lockcmds.c
  *   LOCK command support code
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 545f5c8eb399a145fa244c60bf3af7eefff8b74b..4b57e3dbd60d5bf9a6073b594c50cf1cc28a93bb 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for opclass (and opfamily) manipulation commands
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 10666a9ef44bdc6ffc53c03bc5b581dd82a17801..e451414b1498a11c1d58030dd9fb30b82133c59f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for operator manipulation commands
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b5ce87a29d284bc7923ab47a87939ece94720214..9c4d02627a155543a2e198643e9acc48544c5869 100644 (file)
@@ -9,7 +9,7 @@
  * storage management for portals (but doesn't run any queries in them).
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 91ef5507e2c49f89191d69be6883f7426c78807c..62208eb9950f0163e69de9f809b77739a33d9fd5 100644 (file)
@@ -7,7 +7,7 @@
  * accessed via the extended FE/BE query protocol.
  *
  *
- * Copyright (c) 2002-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/commands/prepare.c
index d34ef7de4d03ad0c76d854fbc621cf80a90500be..718b71185f8f59a09f1256ecbc08a6810061c158 100644 (file)
@@ -3,7 +3,7 @@
  * proclang.c
  *   PostgreSQL PROCEDURAL LANGUAGE support code.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4aff37fffd23da02c10b75c45ba05ac515a77b03..1e857d988fed089ba2be2570b1cc49416f3f8674 100644 (file)
@@ -3,7 +3,7 @@
  * schemacmds.c
  *   schema creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cdb2e88f26c8cf184e23997ba6e4146397f5a9be..c83cda1b10a4f4ea3bab737d4d89766e6af0a131 100644 (file)
@@ -3,7 +3,7 @@
  * seclabel.c
  *   routines to support security label feature.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index b51d86573052e0ca96f785e9ce4310a8494da3cb..1f2546d69ca8ea487365ff4923d07438a8cfbd8f 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.c
  *   PostgreSQL sequences support code.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index adbaa2975e7b3174767026b2d60ac5dfdaa7a2c7..cad83117f95e8f6e8e48f1c0645b32036758cc3c 100644 (file)
@@ -3,7 +3,7 @@
  * tablecmds.c
  *   Commands for creating and altering table structures and settings
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c5d13a5854e9f4db008e8444a91ab1e94517aa0d..9bba75be1a2d561629134eefd7beae57fb0d919b 100644 (file)
@@ -35,7 +35,7 @@
  * and munge the system catalogs of the new database.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1f5932a477a65fb19a76ed0031998d4477899ff4..a719cf24f4393ff5e79ed1a1615860ed306685b8 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.c
  *   PostgreSQL TRIGGERs support code.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 61eda19ecb4670156707bf48e1abae0b6f473a6a..aea9fd1fac6e08466efbccaff386f7c8eb208439 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for tsearch manipulation commands
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e859379cb95cb74ad6578889fb13ed60c2b06c9d..4052c0bfb6f9d2709d2b95b8715aec41e370fc4b 100644 (file)
@@ -3,7 +3,7 @@
  * typecmds.c
  *   Routines for SQL commands that manipulate types (and domains).
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6cf40cc08118742cd770130b1a5dd3ddbf6c0107..3ba877d253a0dc14a40876f06d1ad59b5bffe4fe 100644 (file)
@@ -3,7 +3,7 @@
  * user.c
  *   Commands for manipulating roles (formerly called users).
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/commands/user.c
index c85289544808867257b1f3cf867fa67a87b6736a..2d3170a2504af005a01feab9f59e855a6cde7773 100644 (file)
@@ -9,7 +9,7 @@
  * in cluster.c.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b0a383bccff01d25065dc24f3f31c221808d720a..8eda66364b378ab24bd663cd7e914d3224887a97 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3b55e595af9e62ec75a7752c8fe9d1b073a062b4..e647ac05ff5d809c1561e5e504a5c480dbc3e3ee 100644 (file)
@@ -4,7 +4,7 @@
  *     Routines for handling specialized SET variables.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1d496679817b56af2b12fc2220169b66a1922a69..4d10f80ec45187a06cbc52c3eaefceb6d05d6803 100644 (file)
@@ -3,7 +3,7 @@
  * view.c
  *   use rewrite rules to construct views
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cf4943d8bed1fa8d52f0e09ef5fa5000204c40d9..a078104eeb5d3df4e7e673d9dabf65095dc97775 100644 (file)
@@ -3,7 +3,7 @@
  * execAmi.c
  *   miscellaneous executor access method routines
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/executor/execAmi.c
index 2c8929b588fdcd74cd0d3ed506bbd377165ef069..49963babb1887f2c950de2967c86b8a62d54625d 100644 (file)
@@ -3,7 +3,7 @@
  * execCurrent.c
  *   executor support for WHERE CURRENT OF cursor
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/executor/execCurrent.c
index bd7973e42c11d6fd43dfe6b5f27b4b4bb65155eb..0ce9c729a5d29c61d6eade84a7a153de6e088531 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ca1195a122b18df1a086924752cc254df75ada8e..9d88966da8d68ad4e79855ff9ee54eac6cc846d0 100644 (file)
@@ -3,7 +3,7 @@
  * execJunk.c
  *   Junk attribute support stuff....
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0222d40b496d595a55064694dd5e9925633cfe8a..9d5d829406e6f4e50ed1464f4b71debdc07b3610 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f7de2a4379900f6046b7fa203f76d17b473fc975..4c1189e09406e0832e5d67075ad585bac7f41694 100644 (file)
@@ -7,7 +7,7 @@
  *  ExecProcNode, or ExecEndNode on its subnodes and do the appropriate
  *  processing.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 56b106abda7bf1f85a1d9c8d9a43fa9cf6004934..d9981a56f9c0b400ff29eb7906b7e79def3b4081 100644 (file)
@@ -3,7 +3,7 @@
  * execQual.c
  *   Routines to evaluate qualification and targetlist expressions
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1bb1094d4794e8c6babd1ba302eec759f044fa1f..3ea6460cc757c5b0d2bf31eabd2257597afef0fe 100644 (file)
@@ -7,7 +7,7 @@
  *   stuff - checking the qualification and projecting the tuple
  *   appropriately.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 530ddff462581f36b2a1e5efe39dbc9e5e824b14..8add3de7f8f6ff0b4f0adbbb3e772cdaf3c26bfa 100644 (file)
@@ -12,7 +12,7 @@
  *   This information is needed by routines manipulating tuples
  *   (getattribute, formtuple, etc.).
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d6cf06c6fdfa90b51030aa26bbdac779576b82b9..9206195277ad12c4c18604c392c0d391e889914f 100644 (file)
@@ -3,7 +3,7 @@
  * execUtils.c
  *   miscellaneous executor utility routines
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e28fd89538d72acfcfa6a8fc0f37cb95a1e5908c..2782b55e876078cda87bc9dac6b980340be0298d 100644 (file)
@@ -3,7 +3,7 @@
  * functions.c
  *   Execution of SQL-language functions
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c58ee3d3002fa4ba1705cfef72c56d1307093664..fd5c9131ff8eeb2a2b4e75b0a983c6a893c007e5 100644 (file)
@@ -4,7 +4,7 @@
  *  functions for instrumentation of plan execution
  *
  *
- * Copyright (c) 2001-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/executor/instrument.c
index 38c71415fb515ef50a7de824e79efc227d920734..7efc4905cf43d383b3e8b1a469e35799c296f0ed 100644 (file)
@@ -67,7 +67,7 @@
  *   but direct examination of the node is needed to use it before 9.0.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 58ecec79a50499cc4cbf3463b3e2f6b509e13bf8..27007776ff30379eda30367b6424d873b4d94d48 100644 (file)
@@ -3,7 +3,7 @@
  * nodeAppend.c
  *   routines to handle append nodes.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fb369d760cc43e4268d94f2236da961c8fb8657c..33a5a1446a9c00d27353442b43e395a4b8034469 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapAnd.c
  *   routines to handle BitmapAnd nodes.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 702e704098d461112230608383a7235f966836a4..c83f9722cf96f57e8353b5dcfac63099e4b5e2aa 100644 (file)
@@ -16,7 +16,7 @@
  * index qual conditions.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index afc036fc9df9750565348ae0e2595927b1f01215..d4c23a2e2052456d316adbab33cfc835b0dd339f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapIndexscan.c
  *   Routines to support bitmapped index scans of relations
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2e9dda2a9a59408b987c06d3f6609dc5fc4920c1..172f8bdb736f46e8a81f10c5d7d5a552c3f3efb3 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapOr.c
  *   routines to handle BitmapOr nodes.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7e10b8a530deb2850938c254e80eae9fe09d4cd9..b0b0e2b01ac7b48ff91dbad1a013cad354179e30 100644 (file)
@@ -3,7 +3,7 @@
  * nodeCtescan.c
  *   routines to handle CteScan nodes.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9204859f129fa8d3d4696b7bb8dca9a206849baf..6ebffadef198f07feb68db18cdbaacfae03058a9 100644 (file)
@@ -3,7 +3,7 @@
  * nodeForeignscan.c
  *   Routines to support scans of foreign tables
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a700762334447c55af8119c8547046e3aafa5235..24325fee6eb6db7ed541c6128f0484712cd32b0b 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFunctionscan.c
  *   Support routines for scanning RangeFunctions (functions in rangetable).
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a8a1fe6aaea9373a5ad8e784fa2ae9236cf5c6c8..a0e2289c50425cb85469913d23305587b86839e2 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGroup.c
  *   Routines to handle group nodes (used for queries with GROUP BY clause).
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5d0fc77c3015a739e2270d16a704818aa3bbedc9..6a2f23670968258fc15853fbc5cc5e800ab17315 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHash.c
  *   Routines to hash relations for hashjoin
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5bcf5f1f8be948279ce2f162d8d9bf9a3006a3fa..dab8ead61081349cba1e3dc76523c72d88312cda 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHashjoin.c
  *   Routines to handle hash join nodes
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e72ebc8c3a8f74006fce657ccb2eddc0413725a5..7d01f8166e65fc1d4d3b2ddf92402ae7eef52083 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexonlyscan.c
  *   Routines to support index-only scans
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e577bace24103026d7b5159a0e0976df1ba4c272..c71a382af81df7c985f89d539e75999515e87312 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexscan.c
  *   Routines to support indexed scans of relations
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 89361877271fcbe94aab82a094cd300e149d6ce1..41b3d9fe508d9716762d8c7ccfc440fbd76f8203 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLimit.c
  *   Routines to handle limiting of query results where appropriate
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6474393d7f48f077f80ebbe11500b3e7b5ef90a3..9b9d7941c8b7ea1f504f8c780ae9c8c56b5b663b 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLockRows.c
  *   Routines to handle FOR UPDATE/FOR SHARE row locking
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3a6bfec0dbb2ae894cf3456786cead4ec8b8508c..7a82f56c61b94325aa1f8c8f2805cdaf928d2074 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMaterial.c
  *   Routines to handle materialization nodes.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9dc25eefc425df609bb1d7129341285d6dd5d8f0..5a48f7ab13bd7f7a329c01c23a03c3d00c281472 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergeAppend.c
  *   routines to handle MergeAppend nodes.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bc0b20bf825f016ba002b843e2ff1a5fe96b5cf2..e69bc64a89a6e1104c3956920c1891c4c1a2ca7e 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergejoin.c
  *   routines supporting merge joins
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d31015c654cc0d9951ba084890aa82b2813bb8ee..40cc423c76d07b3b4067aaecab41cf599dddfb79 100644 (file)
@@ -3,7 +3,7 @@
  * nodeModifyTable.c
  *   routines to handle ModifyTable nodes.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 11d027b58e50fdedd6b7a33a2ee819cd56a619b5..c7a08eda0cdbe758ba14ee835287f83ca2ae1c45 100644 (file)
@@ -3,7 +3,7 @@
  * nodeNestloop.c
  *   routines to support nest-loop joins
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cb8b959a76af3d716271b032104683d598acbc53..78cef66a6ebcace8b250fb04e7757bcfa951f2a7 100644 (file)
@@ -3,7 +3,7 @@
  * nodeRecursiveunion.c
  *   routines to handle RecursiveUnion nodes.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b51efd8a9679ba61613822ff1e00f8e322d8aa8b..d8c921a16dc3ec2f20789fd14093950a0fd18d9f 100644 (file)
@@ -34,7 +34,7 @@
  *     plan normally and pass back the results.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9fcd33228bba60a07de7ef48685045d76d3a3f48..c6f2eabedee6cd2b3673df63fd1f45fcd1e03642 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSeqscan.c
  *   Support routines for sequential scans of relations.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cd3e4e277ce8c35a5c13669cb1c65034205b064a..d41cf510072cf2355ac2d57a4bf7f2f923faa424 100644 (file)
@@ -32,7 +32,7 @@
  * input group.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bc27d861ad0d902868e7e07a15bd5eca82ec2d0d..09b2eb0eb4ba1d2a12fcbd9bd3b0e758febc605e 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSort.c
  *   Routines to handle sorting of relations.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b501fc4f0373e422e385732fcb74d6de467c7088..59aa134e78ad9e499f4e8d01ae7a4dfcb336e88d 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSubplan.c
  *   routines to support subselects
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b5ef152e851876969f54c14c2b2e271a4d723ee4..eaed74803284cb9c12a4f0e940e114881831d80c 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 32b8abf308314c5a591504b01d80445162fddd11..ced9c8b1b588127b3f8ed5515039582bdc47fe56 100644 (file)
@@ -3,7 +3,7 @@
  * nodeTidscan.c
  *   Routines to support direct tid scans of relations
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4cde7c86b88c0f0390eafaf0ad4bbeed03aa77cc..8ac271d22fa8330b6725585af3bfda21bd17c9e8 100644 (file)
@@ -11,7 +11,7 @@
  * (It's debatable whether the savings justifies carrying two plan node
  * types, though.)
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a6c1b70cca65dcd28e88d9c225e247c3da7757aa..802820fc6b32f0855561230b500af05fcf188011 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for scanning Values lists
  *   ("VALUES (...), (...), ..." in rangetable).
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ade9b57d28722e756ab66a1f3efe63edcec7096a..3bc42baed10a4c49edbeefee411201bf597e795d 100644 (file)
@@ -23,7 +23,7 @@
  * aggregate function over all rows in the current row's window frame.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9ada6809f9334d4094bc19758aaf8bde5558983d..fac922c3e8024b347dd9f9d054d728dbbf8c3412 100644 (file)
@@ -3,7 +3,7 @@
  * nodeWorktablescan.c
  *   routines to handle WorkTableScan nodes.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 416a2c4f3bbe2132ed6d66f6eeaee9067e915d9b..9b167af6608c99a817cf546e776b6b53a2439eef 100644 (file)
@@ -3,7 +3,7 @@
  * spi.c
  *             Server Programming Interface
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c98ff2b9012daccf0a6ca889964ed34183c5e01b..0b47a391cf8aff021d6c54a6f04e7a777d1c0650 100644 (file)
@@ -9,7 +9,7 @@
  * data even if the underlying table is dropped.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d8845aa8974748c6d81e77f4cb7331751326df43..872ed1f029c59a3a6511f9e8179fcede0a52e14b 100644 (file)
@@ -3,7 +3,7 @@
  * foreign.c
  *       support for foreign-data wrappers, servers and user mappings.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/foreign/foreign.c
index 73c80e4dfd42b1a9e0763f299ee81814a3c57bf1..2c6f85ca536246819029350d1f0eb5972c9be4d9 100644 (file)
@@ -3,7 +3,7 @@
  * binaryheap.c
  *   A simple binary heap implementaion
  *
- * Portions Copyright (c) 2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/binaryheap.c
index 0126320d426190a0f52425b1fd8ece9a372c514f..957a11812277b9991e6a0f6a82912e7c33532c6d 100644 (file)
@@ -3,7 +3,7 @@
  * ilist.c
  *   support for integrated/inline doubly- and singly- linked lists
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d9e93e1de7a5f0650daa5f29cbc84360aae325d8..a5b9f2e03e12f6e10f3042705b6bfdc7c42a330d 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *   src/backend/lib/stringinfo.c
index cc1140d9bce941a1952287a590ad10c7224802a0..4c18c13861c3d4f6e38c908a7321a1f4c983ac86 100644 (file)
@@ -3,7 +3,7 @@
  * auth.c
  *   Routines to handle network authentication
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a28ab9b815fc84f5261bb3a22481c7b8d70af013..fa0038320b1ce7754c6cf5c00f1ae84694c9a6ef 100644 (file)
@@ -3,7 +3,7 @@
  * be-fsstubs.c
  *   Builtin functions for open/close/read/write operations on large objects
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0d66dab42d5eae2c6ed598f4699de0a8aa3f56d1..cd088d2e0afb9c37e306ac6abed39de5e38055f9 100644 (file)
@@ -6,7 +6,7 @@
  *   message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 73eee77ac260afa292c3df3b248612a3743510c6..f01d904a4e3edf18db84000c0cb90f19523ebfcd 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Original coding by Todd A. Brandys
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/crypt.c
index f21a63961401c338599bab6f1ce0fc09ce743616..7df8eb52cc933c612b9bf3cee813534a3b5e8284 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index db3a5252efd4e21eb59a0168c1dfa75577c9d179..3b827450af4e15772d9e39a204508d9846183b8e 100644 (file)
@@ -3,7 +3,7 @@
  * ip.c
  *   IPv6-aware network access.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cca176a8db70235e6c897490d947e4c288d43230..4fc8318fa7767b73e4bf44c141243653540edc49 100644 (file)
@@ -10,7 +10,7 @@
  *
  * Sverre H. Huseby 
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 15a01a8324b8a6ff9727a1b02e7ba8fe385d3a39..d9dda21d93c3c1128d744d6486d914cf5ef2af21 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/pqcomm.c
index 3cb64795691e6fcbeed3b18ca5696c75eec7e009..ca79a7652f5f059dd7f18cb643268d898fbdf8d9 100644 (file)
@@ -21,7 +21,7 @@
  * are different.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/pqformat.c
index d8182bdbfd2e0040af2f3f030540aa43eb657eab..d088daeb7dd8f4bd8c81db37511f1882446dff8e 100644 (file)
@@ -4,7 +4,7 @@
  *   reliable BSD-style signal(2) routine stolen from RWW who stole it
  *   from Stevens...
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 33c5a0a4e645624515016397da0011423d993c70..1173bda62088dbaa6b913742be9c83b8d85e7388 100644 (file)
@@ -9,7 +9,7 @@
  * proper FooMain() routine for the incarnation.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ba108401663f213c929491ca185df7813f52dea8..b18b7a50f1cc687e8f61b81eb069a4c6e322602c 100644 (file)
@@ -11,7 +11,7 @@
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/nodes/bitmapset.c
index 9387ee90c9f4a7fd52e2145730758d4bf851376c..51fdb63cbdaa546fcce236e5df52639ee659d0ed 100644 (file)
@@ -11,7 +11,7 @@
  * be handled easily in a simple depth-first traversal.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 95a95f477bead7aee3b484c01f3802a6b81efc3b..4b219b35ba6d118c9a9291e84485c2d3844b6388 100644 (file)
@@ -18,7 +18,7 @@
  * "x" to be considered equal() to another reference to "x" in the query.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 380d65cc7f3df3984149573cd440bf4cf0e5b56f..35eec4f1ed6e946b55964728372a5b9cc3603c21 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation for PostgreSQL generic linked list package
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bb5cdaeb9ba3e3ed9df584558471cecbd9717161..7b8ac57cd6cf580c6b1b4f0ec59aca66d82e5c96 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c52f4ed6ca8944820acf4cd36d87bc3d4ad75aaa..dcf12b42b7b0ab7a5ed61ab39011105067d80767 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.c
  *     Various general-purpose manipulations of Node trees
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ed3089030a0ba97e9a86596cb6ef41fee0945bd0..1b99f062b3b3aafca600c92528312b5413a790c0 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 35c6287bc84e3786276ece8ce7a8425d8a690a78..33740ad6be07b5dd7e2a48d680201100f5de372d 100644 (file)
@@ -3,7 +3,7 @@
  * outfuncs.c
  *   Output functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bcae75147e94d0fdef765e0a35c270fe196a0c01..601659bb52561bb2da6aa667fdc6b378a4bebc28 100644 (file)
@@ -4,7 +4,7 @@
  *   Support for finding the values associated with Param nodes.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 379999cc3ad6510fe699dabe866409d1a2bdfd0b..48ef3256094e6e9036c5c15c0f58ff095c11e89a 100644 (file)
@@ -3,7 +3,7 @@
  * print.c
  *   various print routines (used mostly for debugging)
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2f0210b8daf2bc829a76945d868c30a461183faa..3861fb28e2d1aa04f86e0cfd72c2c13e9ec2198a 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to convert a string (legal ascii representation of node) back
  *   to nodes
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1eb7582914e75276967da46bb6db45fe3648167c..e7c6ad67e917eb1441bcfc3151b40f3b36790ad9 100644 (file)
@@ -3,7 +3,7 @@
  * readfuncs.c
  *   Reader functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 202eacf44515d1fa26d12faaead38ab35fb8ff38..3ef01126ae496a62771e04b9a9a3ab93002fdeae 100644 (file)
@@ -29,7 +29,7 @@
  * and a non-lossy page.
  *
  *
- * Copyright (c) 2003-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/nodes/tidbitmap.c
index 2788e0e1c66c81136d7b87deb8f4264632d0833f..1d952acac9a8b5b0b0e7ce23dee437abd81d34d9 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of Value nodes
  *
  *
- * Copyright (c) 2003-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index bed7aa046f85e65d4597b75d0e1ec681bd9c8bd2..1a49bd876cfdd2c4b95960611f180d58326521e7 100644 (file)
@@ -2,7 +2,7 @@
  *
  * geqo_copy.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_copy.c
index 0ded23c11a16078ca7e5142962993059819b6b46..a3ff5b3153c1a5a1b7eb9135a26420a6732f4fa2 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_eval.c
  *   Routines to evaluate query trees
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_eval.c
index 3dda183e410963b6470dc455087380bbb51c76da..ed21579707ecf58277a54dd884dcd588d52c0b78 100644 (file)
@@ -4,7 +4,7 @@
  *   solution to the query optimization problem
  *   by means of a Genetic Algorithm (GA)
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_main.c
index 2666c8330509782b910056e2d23703c0df748690..cdaca42a67803f7384f35926472e54454f8409e8 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.c
  *    misc. printout and debug stuff
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_misc.c
index 0a97328059795203e998bb29628d5c756168c748..88b59632ed4a2546cc27090ad6f19abc3a43957a 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.c
  *   Genetic Algorithm (GA) pool stuff
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_pool.c
index 7743715eafc9f174c1ceef49f33271c58029f443..9f08e47d86f30c7063db6103726ff2a54593f954 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_random.c
  *    random number generator
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_random.c
index fbdcc5ff0c997651052c5b2191236aa4e0c2eec3..cc000171e5230dfded12df26d233e3f538f4a6e4 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.c
  *   linear selection scheme for the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_selection.c
index 3a5efa2114e44a7bff0062ad301840c745c447f8..0545f958f67aee26d89891e1dfcc727a492d47b3 100644 (file)
@@ -3,7 +3,7 @@
  * allpaths.c
  *   Routines to find possible search paths for processing a query
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6b8d92773f7b740a886017fefb4a90067268139c..a0879dfafddc4f5ed09a7331c1a695dba5798e73 100644 (file)
@@ -3,7 +3,7 @@
  * clausesel.c
  *   Routines to compute clause selectivities
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eda45f86bf31b671bcfbfaadf27ca6d5c2bf7de1..5654c13d4f36356519c63177581e910bb3d05b17 100644 (file)
@@ -57,7 +57,7 @@
  * values.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 632295197a9b08e35d3f8bb44377c26143a043c2..e2df448db6cac0ae6be266c0665b100659af1150 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/optimizer/README for discussion of EquivalenceClasses.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a1a7defef63aa25d32b0b01b96be46cb7d191f80..8e13c1fddcd18418bfdfc4f5db9352275a0fc58d 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5a17cb05d8ab6372628d3358bf62143da044bafa..e1d6b3e223451ec706d53f749ad87f4ae20a2521 100644 (file)
@@ -3,7 +3,7 @@
  * joinpath.c
  *   Routines to find all possible paths for processing a set of joins
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4c705048147315103ce69dfc63b53028b7b1494d..819498a4281d191f4ecb927fe821e027cc55e8b0 100644 (file)
@@ -3,7 +3,7 @@
  * joinrels.c
  *   Routines to determine which relations should be joined
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c918c4e8da92f57a0d75c7b82579bdf9890d4f8b..e51e5c08b523210f6940baf937da3f7d419b604b 100644 (file)
@@ -3,7 +3,7 @@
  * orindxpath.c
  *   Routines to find index paths that match a set of OR clauses
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 20a5644edd83ecc17782922a1232f50ca0accb5e..c52fd1e7af8451f8c79bbdbc87ca674290d85d72 100644 (file)
@@ -7,7 +7,7 @@
  * the nature and use of path keys.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 36390d50a2e8047a4eab9bbc2fe9d2b50d04c1ad..f49d0f96d042f8c7d66446eae51fbec2a251d4ab 100644 (file)
@@ -25,7 +25,7 @@
  * for that.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6917ee55aa69006d481d2975f53d7ebc6efeda8c..6f64695e990e993ad1661f4480a94c62082e2bf3 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 030f420c90eb37946ee333250de54af61d9b82d7..8a51b56dde2303562e9e370929967bc134a96661 100644 (file)
@@ -5,7 +5,7 @@
  *   Planning is complete, we just need to convert the selected
  *   Path into a Plan.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bd719b57a69f2dc2698990f81574e4ad07532893..774b9d627dc9b4b77991d41cde201224aa1ad72c 100644 (file)
@@ -3,7 +3,7 @@
  * initsplan.c
  *   Target list, qualification, joininfo initialization routines
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 658a4abc31570f6046721602c6eed0fcaf10a6e5..4007ac455880d110c283888655be28c84bf84691 100644 (file)
@@ -17,7 +17,7 @@
  * scan all the rows anyway.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c2488a4923bd24e697c620af7da6b9288065be27..a919914f944b3e89f1127d9da94f4bdf0b7451ee 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b61005f98fef769470077f6e6bb3f8b2a44b26af..de975d8791d6e79ed905c09bd07885e9408972ed 100644 (file)
@@ -3,7 +3,7 @@
  * planner.c
  *   The query optimizer external interface.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ccd69fc3660652a1771c6394b14bd70b33441822..6b8faf52b0a231449b559aaa15a1685f19eef71f 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ce7583f1e92d435a8a5986b91952b4da3646a558..bafb080d8e40e831fabde5b2e5673d12487c58a6 100644 (file)
@@ -3,7 +3,7 @@
  * subselect.c
  *   Planning routines for subselects and parameters.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 44b5d6758e7ef49ebb3816996f47cd6dbac208a7..bbdd8dc2d24cf74610975f6ba9d49280234fb51f 100644 (file)
@@ -12,7 +12,7 @@
  *     reduce_outer_joins
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3760fdc645f6167bc51dea1056542c2f3754cc1e..2af17585784741bfb485fda29e4e3d2eddf6aeee 100644 (file)
@@ -20,7 +20,7 @@
  * tree after local transformations that might introduce nested AND/ORs.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1af4e7fe9395357d257807b756ff1d2d0743799e..7b28b5584b9eb8268e75b1222e71bf32defdbedf 100644 (file)
@@ -13,7 +13,7 @@
  * between here and there is a bit arbitrary and historical.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b91e9f417fc47297df6d5cbe83d0c79f6867a6ff..e2496280b8418b91a9a9dd61d681f50ec10f4daf 100644 (file)
@@ -17,7 +17,7 @@
  * append relations, and thenceforth share code with the UNION ALL case.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d5d3afe600003f86dcc24253096c6d07846a82e6..55c4a136441bec77c92a50ad81e1e0042ddff85e 100644 (file)
@@ -3,7 +3,7 @@
  * clauses.c
  *   routines to manipulate qualification clauses
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 20d57c514039592be75bf851da5558a2c7b488cd..1c57c7a44b980df94b772f535bfc9ddc4139aab5 100644 (file)
@@ -3,7 +3,7 @@
  * joininfo.c
  *   joininfo list manipulation routines
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d827b4959b6e910aefa9bfae87b9eada2eb98d56..f6ac06f45537fda19b69130997de252d69813fa1 100644 (file)
@@ -3,7 +3,7 @@
  * pathnode.c
  *   Routines to manipulate pathlists and create path nodes
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 345a0277a50dfaa8b829ea77152da89c5fd0ed45..c2ff2229e2619355019d4d4f9d03c9b0c5ead0f2 100644 (file)
@@ -4,7 +4,7 @@
  *   PlaceHolderVar and PlaceHolderInfo manipulation routines
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 04d502866b516380a7695c773ca830869eb91fe4..4dd24642346aef85758adab2a51f27355d03490d 100644 (file)
@@ -4,7 +4,7 @@
  *    routines for accessing the system catalogs
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 65d191e5d3c6332da193aeccc147b69938949c9c..2ea2d7bafd97a73ea19cc4261d3795397bdfc3f4 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines to attempt to prove logical implications between predicate
  *   expressions.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f724714e49fe03d34a837cd8edd157664d3098a4..8ee5671a551912a9bbc1020971b2fb9a3b5fadf1 100644 (file)
@@ -3,7 +3,7 @@
  * relnode.c
  *   Relation-node lookup/construction routines
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 48e96ab5d7ec0d631532529183f53753586cc8fd..cd7109b687b1a1f694824598db7f4cb74f7d59b5 100644 (file)
@@ -3,7 +3,7 @@
  * restrictinfo.c
  *   RestrictInfo node manipulation routines.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3031c404f579ffd2ed680ea0c517388e515a4344..9728ac8333b5b8bc913b22968aa7beb1fa65d386 100644 (file)
@@ -3,7 +3,7 @@
  * tlist.c
  *   Target list manipulation routines
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index db9a1164ad31ab6a9aa9f6b8c63025f9aeced646..7eaf8d27bf08bf5dd1776d203876adb8396c73b3 100644 (file)
@@ -9,7 +9,7 @@
  * contains variables.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7085035c525e12f761b0111ffda7eae006140eec..5aa6ecce7b317ceae5b07576a9d50d6eac1dac22 100644 (file)
@@ -14,7 +14,7 @@
  * contain optimizable statements, which we should transform.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/parser/analyze.c
index 274dd28ae6edd118439a378c1bd0f753a9b5bc9c..ffdf52569296763955b376d3e71ccb9c4b202291 100644 (file)
@@ -4,7 +4,7 @@
 # Usage: check_keywords.pl gram.y kwlist.h
 
 # src/backend/parser/check_keywords.pl
-# Copyright (c) 2009-2012, PostgreSQL Global Development Group
+# Copyright (c) 2009-2013, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index 456887665a046e4a104c9a7047c64ee3d562ca48..76ef11e0495280c7d0075ab61f90b5cc9361aaf7 100644 (file)
@@ -6,7 +6,7 @@
  * gram.y
  *   POSTGRESQL BISON rules/actions
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5ff6d449241ca6fc429d97ad94989dbd82764e65..e5e3af6a85fc5b6199447cab29eacea207c00fb9 100644 (file)
@@ -4,7 +4,7 @@
  *   lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 028ca6af41b11b1698be11a78b79963835a83dbe..4ac195efa218e64a0d4adfe9dfbec2628f88d6cc 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b75b2d930d058b711af4921b35e55be52f33a886..f406883019cf0c8098bbd2403e7234b71805e8ea 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.c
  *   handle aggregates and window functions in parser
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ee40b5547eed3a143fe82b8336b84f573921ef19..dd78500aa9328bbf8ed29d2ef6388cdc201eb03f 100644 (file)
@@ -3,7 +3,7 @@
  * parse_clause.c
  *   handle clauses in parser
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f94a16344b0d6f31f64b00548555f86d45bde1fe..b6df2c60b468fb07e5dc3ffa53b2b2bf337fc70a 100644 (file)
@@ -3,7 +3,7 @@
  * parse_coerce.c
  *     handle type coercions/conversions for parser
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ba49f9fd597f10ba949978a0f19e3265bd8646c1..7ed50cd0bac3c587f7508d7b7661cac544acc0ca 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d04fb6dec1491a6f01f428171550846645005884..0e4080293dd4e96b9a6600a16d31476aa8252508 100644 (file)
@@ -3,7 +3,7 @@
  * parse_cte.c
  *   handle CTEs (common table expressions) in parser
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3b1b6d0139c581e10c8024e7f600edf72cd7c94f..a8bc62e35f34e9800c24e738dd85097ae741e908 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.c
  *   handle expressions in parser
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8bd88b022ff252563e64a5fe2b8099687d6600a4..c7a2a22465a60b56a4549d8d5058af5e7b0efeab 100644 (file)
@@ -3,7 +3,7 @@
  * parse_func.c
  *     handle function calls in parser
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 91a1891e971206d31bd0a18cdb66c0391db437f8..6ffbd76727519da5416f153ccd605be69e48c6a6 100644 (file)
@@ -3,7 +3,7 @@
  * parse_node.c
  *   various routines that make nodes for querytrees
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c92a976d24a1ff42cc50b2dc2b8085557ddb07e1..0f508a2010fa9dff5afd28a1d9628faffdba9a3d 100644 (file)
@@ -3,7 +3,7 @@
  * parse_oper.c
  *     handle operator things for parser
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cfe72629eabc323c3eb9c090b43aaf0ba34a1eb1..c98dee18b8367577ec8e4f7d43d010a7d78a4ee2 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 36d95eb9ee974012f8aad940191681ecce200469..93aeab8d16fd72b2de2bcdf78a5eb7c8f70ffb72 100644 (file)
@@ -3,7 +3,7 @@
  * parse_relation.c
  *   parser support routines dealing with relations
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 053b3a0dad1fc0199ab056d30c41f535cb0964b5..e3397764d619b4a5387ef5548a38c00dcf772fe9 100644 (file)
@@ -3,7 +3,7 @@
  * parse_target.c
  *   handle target lists
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 978ec7c973123445daf509804e981a9452e77c4b..22879a97f62493c705a4002564c38b1b8f38ce26 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.c
  *     handle type operations for parser
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 086cc75e2269ec1cd621b1024970860112ca470a..10a3be59c0bd16003dbc0a54c615799e2750a6a3 100644 (file)
@@ -16,7 +16,7 @@
  * a quick copyObject() call before manipulating the query tree.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/parser/parse_utilcmd.c
index f9ec2b220a8d352f8a59935c84ef1f39f169e085..b8ec7904666f6368b90b7fda2ab5e5a2406e3bdb 100644 (file)
@@ -10,7 +10,7 @@
  * analyze.c and related files.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6b216b53786124493dfa2e28595fc80677e86d46..622cb1f57c4d780caba2090578bc96b7d6df0a35 100644 (file)
@@ -21,7 +21,7 @@
  * Postgres 9.2, this check is made automatically by the Makefile.)
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b8e2f71d656ba44c295e689f8a7b5349b2eea01e..8f6febc694ea9f935edd1a72151708d2ae789478 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ba5590f598a7672dc9ff4061bf3017024cfcf9e6..6dd2ca2cc2593668407b1dffe8d64228ee215164 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for AIX-specific routines
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/aix.h
index 06f75d4c42b71bc193a93d131a07f6ef1c5a7a22..985d2ae8f1bb917ce050ad517c3a9180f9a4ed38 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Dynamic loader declarations for Cygwin
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/cygwin.h
index ffac5d813e396b9e4a4377ffe73c84311e986d4e..c76f87b58986b50a5788aa933c6b381c124feac9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index bfad4deb013f86bcb6f04d0cec06b9a002d8054d..93df83010639fbce06bed5bf12c2a6d67164d65c 100644 (file)
@@ -3,7 +3,7 @@
  * freebsd.h
  *   port-specific prototypes for FreeBSD
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/freebsd.h
index 29fff4ad95d00e275f43675e4dd5a618c1625361..0569be6aded1884a905a3c8e06ca74fa574ea696 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.c
  *   dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3bb554042afcd672182dfb21ce58c2c0c5f745f2..1784d46aab0c5e80ec6d2d1df5c7457748054d76 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.h
  *   dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2db03133a0cc965d960b7c48a80924dda81df477..d845b167256b8d95ff7e9eecfdd4dba15bb665fc 100644 (file)
@@ -4,7 +4,7 @@
  *   port-specific prototypes for Irix
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/irix.h
index 147cd8a7ac0ac6cf4898bf61a42c6afb24f1d26b..968a87c0bc115050b66776f895e77f84f43333d6 100644 (file)
@@ -6,7 +6,7 @@
  *
  *   You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a6a42a7c742cd98325c45e59c7888a95c74818b9..715c64ec0cb481a11fad9c80eda402501cb1b6e0 100644 (file)
@@ -4,7 +4,7 @@
  *     Port-specific prototypes for Linux
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/linux.h
index 03ee3990a6358bb7f5a128b8d8d025ca0a10fb1d..2d3d096b26f2381a255a4d73dadf7de9d4ffe16e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index eb55194a2f100f5b62b5c5f006aa9360f3270f7c..40b0d4597e5bbfe157be982c4681fa1a51830212 100644 (file)
@@ -4,7 +4,7 @@
  *   port-specific prototypes for NetBSD
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/netbsd.h
index b50748b760edc749fc2a7e480b010b44e70a8026..f0e7dc29ef92e779b26294fadd3e7aa560f6d2a4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 0e475c65e299eeabea94a789270756317c50ab75..fe9c808e4c8cdc474ab08439c71a74a3386d7ec0 100644 (file)
@@ -3,7 +3,7 @@
  * openbsd.h
  *   port-specific prototypes for OpenBSD
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/openbsd.h
index 87feddf8ad2ca862116094b2221f180d5d852113..2866280522d5555ef6c3e2081cbc01d89be3c758 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for OSF/1-specific routines
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/osf.h
index 644a0c954c98199ae5427e0b9d6eda0a0df681c7..102564f28158248f41c820cef97a74c29be2263f 100644 (file)
@@ -4,7 +4,7 @@
  *   port-specific prototypes for SCO 3.2v5.2
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/sco.h
index 8b874f200f531b24aeb8642095c652f7dc92e3c6..e4ea019ed3513c8268ae477403133ee560af1fe1 100644 (file)
@@ -4,7 +4,7 @@
  *   port-specific prototypes for Solaris
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/solaris.h
index 9d87a7c614513eb9df6acd2e4253b08a880a35e0..60c8339a2f40757dbf79975e8e53f21b5f687a0d 100644 (file)
@@ -7,7 +7,7 @@
  *   port-specific prototypes for Intel x86/UNIXWARE 7
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, 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 c59fd3efad6c00fc6ad9f03357cc5d1190b59693..6020ef5c8eb0d231ef832ae754ebe196f90f6fd4 100644 (file)
@@ -16,7 +16,7 @@
  *    the parallel regression tests for a more complete test.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f9267881f179bb2ecd4d314e7ffd0a48c5ceca76..061fd2d3fdf90838aec27e4facb02529f4767762 100644 (file)
@@ -7,7 +7,7 @@
  * sem_init).  We can cope with the kind made with sem_open, however.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 08803552ca5c19ea013cf019b5d93b244b556b8c..65f922e0230c1bdbba44c410291bd872f91261d4 100644 (file)
@@ -4,7 +4,7 @@
  *   Implement PGSemaphores using SysV semaphore facilities
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index df06312037f2a1b35261d9138b7292b716b2ae66..377749771299b7f73cb431842f65c2230ea4be5f 100644 (file)
@@ -6,7 +6,7 @@
  * These routines represent a fairly thin layer on top of SysV shared
  * memory functionality.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0e678057f31b274fc8ac8ad9cfe2fe5391b5729a..362375dd0b6445e58af48794700f933d63dde4dd 100644 (file)
@@ -3,7 +3,7 @@
 ! sunstudio_sparc.s
 !    compare and swap for Sun Studio on Sparc
 !
-! Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+! Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
 ! Portions Copyright (c) 1994, Regents of the University of California
 !
 ! IDENTIFICATION
index 96ec544d9de4ce2d80ad2cc7ff228ae4d73b19cd..9ee9aa8ef4cb5cbccc0c47be64714e77cee5239d 100644 (file)
@@ -3,7 +3,7 @@
 / sunstudio_x86.s
 /    compare and swap for Sun Studio on x86
 /
-/ Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+/ Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
 / Portions Copyright (c) 1994, Regents of the University of California
 /
 / IDENTIFICATION
index d3b2247f0527613b56e20540e03afefc905d74ae..842ed0334b2b2d668ad21cac2ea749d690bd2875 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7550fa6f26b82d6fc41f5f68afb35ec44d25d00b..6a6db8ec2f4b8652ba17ded25b35cfb0fb52094d 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/crashdump.c
index 0978e8cf4677e8c5f215e0a7be48999eb1597408..7fd609e961aeec56f0ff0bd8b5845ae703961ae3 100644 (file)
@@ -3,7 +3,7 @@
  * mingwcompat.c
  *   MinGW compatibility functions
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/mingwcompat.c
index 0605ecf240b0fa801aae26d5e08c23e773454cac..6b00570ac0a4830468ed6e52f5e2946336f39185 100644 (file)
@@ -3,7 +3,7 @@
  * security.c
  *   Microsoft Windows Win32 Security Support Functions
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/security.c
index 09c321e87148b4218514e1a033d04b159ed1445d..2c406bc7f28a1a9c315752b1c0823fbaac4d057f 100644 (file)
@@ -3,7 +3,7 @@
  * signal.c
  *   Microsoft Windows Win32 Signal Emulation Functions
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/signal.c
index d9222231a1e3044dfe8c13b6ac14be881d120c8f..0a132c4b82ed6be82da2fe18a3ca5d6c03289ac9 100644 (file)
@@ -3,7 +3,7 @@
  * socket.c
  *   Microsoft Windows Win32 Socket Functions
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/socket.c
index 232317369d17368fb5681f3352be02638cb5699f..13941044560973e2e2e4322f4eaced85e5a2c6d6 100644 (file)
@@ -8,7 +8,7 @@
  *   - Does not support interval timer (value->it_interval)
  *   - Only supports ITIMER_REAL
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/timer.c
index 575035c28d400fe470bca4caaabb12ff89adfa56..6c417b920381777e8b89d2ded29af412a5110c82 100644 (file)
@@ -9,7 +9,7 @@
  * The Windows implementation uses Windows events that are inherited by
  * all postmaster child processes.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ef1a4c31bda94288c2308d7dabb86d8bb024c1af..dc5054b924559313f772219d0f6019f4d3256e56 100644 (file)
@@ -3,7 +3,7 @@
  * win32_sema.c
  *   Microsoft Windows Win32 Semaphores Emulation
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32_sema.c
index 6e4ed4601815ed22fd5d0026936f608eb83157ec..0db8e8f8ddc6a8d0114b939eef2864798fb270f9 100644 (file)
@@ -3,7 +3,7 @@
  * win32_shmem.c
  *   Implement shared memory using win32 facilities
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32_shmem.c
index 6977bcf75e4ba1ea365caa16bf690e9e62fed6c4..564edf2e556112ac0c6f3f77781bc9ff272cc4cf 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ee0889ed3ee99c493891940d36675fa3d86cbc6a..286ae867955a6bc22934f625183683625fcbc0c0 100644 (file)
@@ -24,7 +24,7 @@
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 0f05c7ee58cd17f253360dfb361b12308338e798..5fb2d81118e5ae0fea9e3a01b550138de771e442 100644 (file)
@@ -26,7 +26,7 @@
  * restart needs to be forced.)
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 2a415e844beaaa2059d0425f1cd26e5dcd5c5b31..827b0b2fa63b40451faa167ad611e7468993ec0c 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-2012, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/postmaster/fork_process.c
index b075231ed3dbb79335607066d421a57ce66033ae..3ddd59664765ae09f78a723adbce1eef4ca73f6c 100644 (file)
@@ -14,7 +14,7 @@
  *
  * Initial author: Simon Riggs     [email protected]
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index be3adf16d922039a636b59842f7b1b3f1440707d..d318db99137839618976e8652534687651b14744 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-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2013, PostgreSQL Global Development Group
  *
  * src/backend/postmaster/pgstat.c
  * ----------
index 8f39aec1808e7c8b59feea4a503c3f54fa0deec3..73bacd89bcc90719e781429d539ac29e65586cb3 100644 (file)
@@ -32,7 +32,7 @@
  *   clients.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 70b75c7292730c3f559d87c6042a680cd601b518..7ebf5004418a8e74ca9d46519d1e0acb4e8af94b 100644 (file)
@@ -9,7 +9,7 @@
  * though.)
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index bb36633ee52e645838353dc020c874881bec90eb..1c62bfe03a2058512f39ddee5f8ea6e8e909587d 100644 (file)
@@ -13,7 +13,7 @@
  *
  * Author: Andreas Pflug 
  *
- * Copyright (c) 2004-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c3e15ef7595de7373e319540691304285672c178..8359da6d285afa40e0a499db502e7a21bb8ebf11 100644 (file)
@@ -31,7 +31,7 @@
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index e85c5ddba51845345488d44cc78fe4d0598b3803..c1b2862815d475e624e20876e928a1e3ca4bcf6b 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This file is #included by regcomp.c; it's not meant to compile standalone.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6f91288e9df39c306f0ca585be174e897cd44170..d1b7974cafe5d997fa7a371bfe711035c1d2addd 100644 (file)
@@ -4,7 +4,7 @@
  *   Extract a common prefix, if any, from a compiled regex.
  *
  *
- * Portions Copyright (c) 2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index b022367bbe3e21c070271c331369c0c6a97004ab..81933ddc188c284db53ccb517974f89947ae50ff 100644 (file)
@@ -3,7 +3,7 @@
  * basebackup.c
  *   code for taking a base backup and streaming it to a standby
  *
- * Portions Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/basebackup.c
index 180d96b6a694222df1c2b86af7bdf4f89e90e3ca..7374489b4035e2115b49776b7a40770b61c376f7 100644 (file)
@@ -6,7 +6,7 @@
  * loaded as a dynamic module to avoid linking the main server binary with
  * libpq.
  *
- * Portions Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ff4cff16e4b50495659daf53d844963590dbfff7..bce18b84767b08deebf6f161249f9d0d29d71f6e 100644 (file)
@@ -3,7 +3,7 @@
  *
  * repl_gram.y             - Parser for the replication commands
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 122da29016be14acebef68f31dbeacd6eab3c1b4..9ccf02a040bc5e670ebeb572a69c522fd36a2d06 100644 (file)
@@ -4,7 +4,7 @@
  * repl_scanner.l
  *   a lexical scanner for the replication commands
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b2908a79fdec80c8322b7c372f36d5bee4067969..975ee214ab4ec16abd6c758f29f22fc8b83c8364 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/syncrep.c
index bdb00f6cbe372ce4ca86d6f76903b6ba80405c89..326c313997a69c76b36de247c8acedfb8a5b8569 100644 (file)
@@ -33,7 +33,7 @@
  * specific parts are in the libpqwalreceiver module. It's loaded
  * dynamically to avoid linking the server with libpq.
  *
- * Portions Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index e87d59ea1d8b16144ef10f04df8a28151e00d560..d414808c9f2f464053adbffb5d6b9ee32b991f80 100644 (file)
@@ -6,7 +6,7 @@
  * with the walreceiver process. Functions implementing walreceiver itself
  * are in walreceiver.c.
  *
- * Portions Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index c0d302418911d9022371b0c97485a1ea40d13f1a..0e0982fc88d95b9bc09ce9ad906c9826157f0c2a 100644 (file)
@@ -30,7 +30,7 @@
  * shutdown checkpoint record, and then exit.
  *
  *
- * Portions Copyright (c) 2010-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/walsender.c
index 9bb06ba1181cb08cd8b329f2023f7b819a238a3f..ac724c3964a51665c27683e739894def521295fd 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteDefine.c
  *   routines for defining a rewrite rule
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 990ca346816dcdcebc6c814588c8b59237d730a7..33df6aecd6c2653e603d60a5f66e6d9b44d8cc12 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteHandler.c
  *     Primary module of query rewriter.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bea00e48e58a260a60dc5c7b3c87abdf0e228659..9c83614e141c3bd6554a4a0317c6040e5fe673d7 100644 (file)
@@ -2,7 +2,7 @@
  *
  * rewriteManip.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c77591ab072d1c417da9558416cadfc32e361559..75fc7765ae687981767de7817f6e84ab892439d9 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteRemove.c
  *   routines for removing rewrite rules
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 79b940fd2141e86d57119dda3d0f93ed3e995df8..47295600adbc3430282fb2be5ca4e1b0767650e6 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteSupport.c
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 585a1273d56832c1d456c90f4243418acad43a27..751fcbcf971c7d26839add88ce453470275f20c6 100644 (file)
@@ -3,7 +3,7 @@
  * dict_snowball.c
  *     Snowball dictionary
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/snowball/dict_snowball.c
index 94cefba300178d36ea8a10ba548fc1f908573af8..5daa46eeed11bd3a4db70bcf0efb19b466d4f81b 100644 (file)
@@ -3,7 +3,7 @@
  * buf_init.c
  *   buffer manager initialization routines
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 40da9f5d41f976fbdbdf79118f98a4d4600c5f6b..850764f7545320491683d976c7b1a4f7386c5c94 100644 (file)
@@ -10,7 +10,7 @@
  * before the lock is released (see notes in README).
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dddb6c0321f477b4ddabcf460d215cadadcb9873..03ed41dc15262495bd636fc4791b96812a71e246 100644 (file)
@@ -3,7 +3,7 @@
  * bufmgr.c
  *   buffer manager interface routines
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d96b7a7b0550ee96f7b422c4919e99e907c6ef87..c76aaf725b45d1e4713934309cdbe6a405cf3c1d 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for managing the buffer pool's replacement strategy.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c18a04de71b2330d558f5fa02e9e009b1d3d6d2b..df15789e6a6aebb3fa1ee4ffc2d1dee58bd5f2d3 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index a0fedc87126c095d0b03bdeb5220ad75e94f4d34..ac8cd1d8467c1c63a965c11aa592bc0eac5578da 100644 (file)
@@ -3,7 +3,7 @@
  * buffile.c
  *   Management of large buffered files, primarily temporary files.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 973894d9c5c11e816dcf56f1c1cefe80fbd1ebe2..017f862dc05b93c6709e8d81b7d19301e979e2c8 100644 (file)
@@ -3,7 +3,7 @@
  * copydir.c
  *   copies a directory
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, 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 07ee51cf5aa70f79fb3b91605abe78755dcbfcf1..c02673130e4d8aed8ffdee9b945c3789549bca2e 100644 (file)
@@ -3,7 +3,7 @@
  * fd.c
  *   Virtual file descriptor code.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0e2f824a885d5fe0b279b2301baf6b2ca5754af0..2623be8aeff13a6a587158b48cb5393d82df782a 100644 (file)
@@ -3,7 +3,7 @@
  * reinit.c
  *   Reinitialization of unlogged relations
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8889fe1ecbb615d227550d2504758deda631196c..9c2afc5b0e874767b464ccf82aeb1c167089afc1 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e8e2e42424823e5dfcebbb916800e8e3c37cde52..acb8038a870af23e291ade52396b5cf753645c38 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to search and manipulate one FSM page.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 41dfa388ac7d40b7eae4f4184316ced999fdaa65..a3b910acef18d11bb84ae377dd4b886785280dc1 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES free space map for quickly finding free pages in relations
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 067b24a47b0c7423a443682e3b625cf1291b49e9..c339e9c780b8984036886ac75ccb280308e56528 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e8330e9a0cff99000311a0cdaef4d02433fd4ddb..b34ba44712755fe8c51101e13b67b9f0920abce5 100644 (file)
@@ -3,7 +3,7 @@
  * ipci.c
  *   POSTGRES inter-process communication initialization code.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8ad7a97eeb139c97bcf96cc2d5f2f12b541e21b3..6efb35d43c2566c453380e9c8e9dd453240f815e 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 94f58a9b9d6d1ea8055b9b154cb0fba7732edad9..4308128c7fdd5e276e40c8e649c544f89a98e999 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2a4466a8d628456ae94d12f60608a7a1a8a8e290..a6f77c105c285b654b40385f88ab28f12e6ab01d 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines for interprocess signalling
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1ee86fbe4df9e996b715f87e63cdd08cfa501156..18ba42611c17cb53f315b0d5367091ee71acdbab 100644 (file)
@@ -3,7 +3,7 @@
  * shmem.c
  *   create shared memory and initialize shared memory data structures.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c009c182818aea32a2bdd069b8f0deb01a2db728..72202c2ccdd2fb04b4830dcd0abcd4f1e92b4de9 100644 (file)
@@ -3,7 +3,7 @@
  * shmqueue.c
  *   shared memory linked lists
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6d070030b7ad5a1b97192c01402b5bea64879adc..5e48d0117883cd4cd992b748608639dab4e6e883 100644 (file)
@@ -3,7 +3,7 @@
  * sinval.c
  *   POSTGRES shared cache invalidation communication code.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ec0153e115ae257d8af83b4def7232d27e03b0d8..09f41c1d387a6439ccae609bf2c61fe4a09ffff6 100644 (file)
@@ -3,7 +3,7 @@
  * sinvaladt.c
  *   POSTGRES shared cache invalidation data manager.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9f7cce4063995103c109ae9b039e7aa22acbb841..a903f127660804969ffcae15cf3d9b7200c961ea 100644 (file)
@@ -7,7 +7,7 @@
  * AccessExclusiveLocks and starting snapshots for Hot Standby mode.
  * Plus conflict recovery processing.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ad8424b9bfcb3ab020da04c6b5bf2dd94aaec58a..9e4377d5631728d0b4f2e688cd87b79d686921d5 100644 (file)
@@ -19,7 +19,7 @@
  * memory context given to inv_open (for LargeObjectDesc structs).
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 697ef6e495abf185392da5f2958137f70ebf8237..a0f7d34ab07f860e11ff9c8bd70f99b6be5efb0b 100644 (file)
@@ -7,7 +7,7 @@
  * detection and resolution algorithms.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e1fa74f9601a2c9958300ed08dad04fc47f71bf0..2b7a1db3ebaae86957354109d635ff1f17b8059e 100644 (file)
@@ -3,7 +3,7 @@
  * lmgr.c
  *   POSTGRES lock manager code
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ec4da20a0d4199c38ad3cec9b8b024610f761159..49dadd181c4109676b38d5521ef8db80da621d8a 100644 (file)
@@ -3,7 +3,7 @@
  * lock.c
  *   POSTGRES primary lock mechanism
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5e1ce1775cb7f867ae1a7ebe1e9798c8a42185ff..4f88d3f12251bd7d57e10a2ddd872f12f281ed26 100644 (file)
@@ -11,7 +11,7 @@
  * LWLocks to protect its shared state.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f164cfd3fea30b37b6b694146b10f0be5f5a0ad7..90a9e2a915592337b7e17f24b32b40d3f82121d7 100644 (file)
  *     - Protects both PredXact and SerializableXidHash.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a56cb825fc50267f62f6915759f88fdcbda8e6fe..2e012fad11fe3897d3750a08af27f316f0bca008 100644 (file)
@@ -3,7 +3,7 @@
  * proc.c
  *   routines to manage per-process shared memory data structure
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 13f1daeb7078df3587b488464b25de2221169d80..ed1f56aa8b63c35a14c348b71db65ade306ef0dd 100644 (file)
@@ -4,7 +4,7 @@
  *    Hardware-dependent implementation of spinlocks.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d262efa300fd830907dc0a3f2179c6ebd5a65c25..8dd1c6b8a8fd1295a18b71c67274acb237cddd1b 100644 (file)
@@ -11,7 +11,7 @@
  * is too slow to be very useful :-(
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7bcee9b2d18bf4a039dacb345384fb9b92cb2e0b..95f3e16bfb176a375ccb48516d193f72492612cb 100644 (file)
@@ -3,7 +3,7 @@
  * bufpage.c
  *   POSTGRES standard buffer page code.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ab5dc61c7518be386f7aabea68da640047c1393f..eeeccac3aa478d751907c318e287140cc9f60b08 100644 (file)
@@ -3,7 +3,7 @@
  * itemptr.c
  *   POSTGRES disk item pointer code.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 384acaeae77299a438da3a8098adff9d01edee7e..20eb36a85f93a88c803acefca18b8b8e6cdbc039 100644 (file)
@@ -3,7 +3,7 @@
  * md.c
  *   This code manages relations that reside on magnetic disk.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5dff8b3702ee64c355a050aa76242b99b6eea151..925238cd89204ac6ffd0a7f4bd98337296c945b7 100644 (file)
@@ -6,7 +6,7 @@
  *   All file system operations in POSTGRES dispatch through these
  *   routines.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d1d8bdb9a2a4fe39138b051badc9afcd603eaba8..a6b5ad2bb923dde3b1ec0429f176f6ed91a6ca24 100644 (file)
@@ -3,7 +3,7 @@
  * smgrtype.c
  *   storage manager type
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c6ab54aa3bb5625f93f21d6afda3813edc3344f6..8767d05cc1be6d1133ec0bcb16e5b76ed610c05c 100644 (file)
@@ -4,7 +4,7 @@
  *   support for communication destinations
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 48a50630a1589defb564c1fd640b193f5cf18295..21c979753e0641866d8d7501fbbe04412725c542 100644 (file)
@@ -3,7 +3,7 @@
  * fastpath.c
  *   routines to handle function requests from the frontend
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1fd39f2d99bc0aa61c3ecd7a604c221e51b7e3c8..e3a4db5de248de378c2cd988dc9c44c662a79fe6 100644 (file)
@@ -3,7 +3,7 @@
  * postgres.c
  *   POSTGRES C Backend Interface
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8ad0aaa55ec00b515d107be8f16f286c9d66c03a..5a8ef7e4d9d5dd64600b571368d50e32eba8d63a 100644 (file)
@@ -3,7 +3,7 @@
  * pquery.c
  *   POSTGRES process query command code
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1822bebb2cead026064ca6ed83ca2d4491baaa1a..ad5e30384d99844818d6678976e805d29c90cd28 100644 (file)
@@ -5,7 +5,7 @@
  *   commands.  At one time acted as an interface between the Lisp and C
  *   systems.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c747a8fcf06c2359b523357276f5586fd9ff8c72..d3eac4d7199828d5c534da57c7ae366c50f71b50 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for backend/tsearch
 #
-# Copyright (c) 2006-2012, PostgreSQL Global Development Group
+# Copyright (c) 2006-2013, PostgreSQL Global Development Group
 #
 # src/backend/tsearch/Makefile
 #
index 5847f2bcab01671a03af269cf95e06791371d3f3..70a2bd13e4f12ccc28fc5867118d0df3c6fe7b04 100644 (file)
@@ -3,7 +3,7 @@
  * dict.c
  *     Standard interface to dictionary
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f7b7864a0f5ed1b2082a69fe5dd4767f652e7b92..425b810d055aa1641fb10954cea9d9ec3f3db4df 100644 (file)
@@ -3,7 +3,7 @@
  * dict_ispell.c
  *     Ispell dictionary interface
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 94cfa182cc2d1f30ee273737f0cf5052b14df240..cf9c4bc825f9c429805029e80033d8ad2ba0aa84 100644 (file)
@@ -3,7 +3,7 @@
  * dict_simple.c
  *     Simple dictionary: just lowercase and check for stopword
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 967da3b7e159dd8025823bfbe923c903c40ae46d..5dba6f7bf2a1f78da3aca8522050daed5d3422e5 100644 (file)
@@ -3,7 +3,7 @@
  * dict_synonym.c
  *     Synonym dictionary: replace word by its synonym
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 1f52372a48dd011eead29e4352fd6176669f14f1..202417ca5c8455ce92d342fd4ae649ec7ee2c772 100644 (file)
@@ -3,7 +3,7 @@
  * dict_thesaurus.c
  *     Thesaurus dictionary: phrase to phrase substitution
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index cb2298c0d064f8d99b6b493509cad16bf81da576..76c8425b1124281e89c67c342b4f9d167fcad87b 100644 (file)
@@ -3,7 +3,7 @@
  * regis.c
  *     Fast regex subset
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 449aa6a0a552c3fc40e4d585e99def7950c426e6..4e67780f2fac26777a98cef257f52e49b2b4b974 100644 (file)
@@ -3,7 +3,7 @@
  * spell.c
  *     Normalizing word with ISpell
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7a4fa93ee75c37162d5eb830b0fd96b3975447f0..cde0cb99476d7b6072403cd5be247bf32fb9d805 100644 (file)
@@ -3,7 +3,7 @@
  * to_tsany.c
  *     to_ts* function definitions
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 5b42a93cdee28a6f22eccab48784e37764b6dfa2..63d32edd3c131cced3bc0009a8b867520914f54f 100644 (file)
@@ -3,7 +3,7 @@
  * ts_locale.c
  *     locale compatibility layer for tsearch
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index ae59c34938c18dfc152a833e04a1e39d08ab23af..59c01956f2181bdae3887bf77b310311dd70f0d0 100644 (file)
@@ -3,7 +3,7 @@
  * ts_parse.c
  *     main parse functions for tsearch
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 6a29fbf60df94353de3244181188f6c945b6ad10..b3fcadc167487cd6b6bfb501fcfb816a4c8be3a1 100644 (file)
@@ -3,7 +3,7 @@
  * ts_selfuncs.c
  *   Selectivity estimation functions for text search operators.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 87e0bd79996475ec702ad3e06a7485dd6e0539b1..c8caa8003f3fa8c81f4f7031b3e07ad1f6fd4470 100644 (file)
@@ -3,7 +3,7 @@
  * ts_typanalyze.c
  *   functions for gathering statistics from tsvector columns
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a2f920c656aa7751d00f789e0d6d57b34a47101b..b92a547e92ecbbe0960250ed7c2e359f5b52f468 100644 (file)
@@ -3,7 +3,7 @@
  * ts_utils.c
  *     various support functions
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f45eeb94f03349195cfb1230cdfdbf8bc6850268..89175f9eb3f64e0f6875283ee16643f9cbdde51c 100644 (file)
@@ -3,7 +3,7 @@
  * wparser.c
  *     Standard interface to word parser
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 56763412f3b4f5e2997b4f172e039a060c8dbb52..cb2f8eb1cf950a92bf6884787a2abf0a0c2cff83 100644 (file)
@@ -3,7 +3,7 @@
  * wparser_def.c
  *     Default text search parser
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 1723114baa36aa0149fefeefadaa946c36dd2a5a..0cef561afe9f35ddc6620e4bd9aab8e7f4852a30 100644 (file)
@@ -1,7 +1,7 @@
 #-------------------------------------------------------------------------
 # sed script to create dummy probes.h file when dtrace is not available
 #
-# Copyright (c) 2008-2012, PostgreSQL Global Development Group
+# Copyright (c) 2008-2013, PostgreSQL Global Development Group
 #
 # src/backend/utils/Gen_dummy_probes.sed
 #-------------------------------------------------------------------------
index 93beb9aee436444becfebac72e60f2ac697fb9e9..f22e722180c6012d0268ce9a75fcc5abd8e1457a 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-2012, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 #
@@ -101,7 +101,7 @@ qq|/*-------------------------------------------------------------------------
  * These macros can be used to avoid a catalog lookup when a specific
  * fmgr-callable function needs to be referenced.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
@@ -136,7 +136,7 @@ qq|/*-------------------------------------------------------------------------
  * fmgrtab.c
  *    The function manager's table of internal functions.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index fc8e287203cadd6e466f47b946eec1a6679ac113..7a0721e1a06d1865b6cbeaebe3bc25cf845e86f6 100644 (file)
@@ -3,7 +3,7 @@
  * acl.c
  *   Basic access control list data structures manipulation routines.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 03f703c2deea773a849bb0b4fee642293469a48f..2ee9548ff4abe03ca2828c0b01377e21894339df 100644 (file)
@@ -3,7 +3,7 @@
  * array_selfuncs.c
  *   Functions for selectivity estimation of array operators
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e4c94086bca9513b7e5139f8234fb501b5c66951..fca47d2e257797e5ded043328a25fbd81719d9b8 100644 (file)
@@ -3,7 +3,7 @@
  * array_typanalyze.c
  *   Functions for gathering statistics from array columns
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a6ba0cf5a5ab0554529062120f61d33737fd2894..7ce1cce9876b4592f190136e5cab79b5a1d8393c 100644 (file)
@@ -3,7 +3,7 @@
  * array_userfuncs.c
  *   Misc user-visible array support functions
  *
- * Copyright (c) 2003-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/array_userfuncs.c
index a4b63951923f646008dc650b09a81212d9183a90..f53a0d248a687bfc04e329a780aec800168bd12e 100644 (file)
@@ -3,7 +3,7 @@
  * arrayfuncs.c
  *   Support functions for arrays.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ccf5c4089e5999b63a908c009c118d9ac3b174ed..73e8d55be4131f6f047ac1055313d86cba6edf05 100644 (file)
@@ -3,7 +3,7 @@
  * arrayutils.c
  *   This file contains some support routines required for array functions.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 71a778f0285fc96216e062e0b4245055e62a4347..dc242b143ee8cd1e95a6e61b162d03f7148848d2 100644 (file)
@@ -2,7 +2,7 @@
  * ascii.c
  *  The PostgreSQL routine for string to ascii conversion.
  *
- *  Portions Copyright (c) 1999-2012, PostgreSQL Global Development Group
+ *  Portions Copyright (c) 1999-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/ascii.c
index 26d354a56bacc51d3b4b86b0af3e231986d72549..e4d169a31ccf85752de2af9a1b50da06fbf57915 100644 (file)
@@ -3,7 +3,7 @@
  * bool.c
  *   Functions for the built-in type "bool".
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 77059a73cc7ea9b56314747218639dce9fda06ca..4fe61c7aafea28667ccc5094aa0a1ce6f6e22fa5 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6e29ebb7844deccf40ce3b03a3c08a9c0a5c823d..4e4832415a1f062493ff44076721741152ce0aa5 100644 (file)
@@ -3,7 +3,7 @@
  * date.c
  *   implements DATE and TIME data types specified in SQL-92 standard
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 12211c8273d3c3338711f8f151e351aa5967f9f8..9c6030c8d8cc57da4a87b8b3539aeb734da180ce 100644 (file)
@@ -3,7 +3,7 @@
  * datetime.c
  *   Support functions for date/time types.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 67046d8b51d10db83eaa436ff0be6573c79d3af1..612b7ef7e5af89cbc911dd7f03e725a596d4b6aa 100644 (file)
@@ -3,7 +3,7 @@
  * datum.c
  *   POSTGRES Datum (abstract data type) manipulation routines.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 581fbfd7fa764bba9c794c54eb54dcec87f531dd..89ad3868bac184fed9ee81bf604ea1d11380c015 100644 (file)
@@ -2,7 +2,7 @@
  * dbsize.c
  *     Database object size functions, and related inquiries
  *
- * Copyright (c) 2002-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/dbsize.c
index 8b51ccf0673632bed4e2c9e601852f1c782ff7af..9d2fb1e600e30960678a773399c2ad9759fc76aa 100644 (file)
@@ -20,7 +20,7 @@
  *     to evaluate them in.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0a9eb6a6d2c2d8ad0197385a130cba1ea56382d5..37c8d3f1e76bd7711aa3449c734dc6f08bda73aa 100644 (file)
@@ -3,7 +3,7 @@
  * encode.c
  *   Various data encoding/decoding things.
  *
- * Copyright (c) 2001-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 9388f7848ece1533e5271a1ae03921a8a112ca10..01a726be447c56dc670e3a3e86821cc2905e355e 100644 (file)
@@ -3,7 +3,7 @@
  * enum.c
  *   I/O functions, operators, aggregates etc for enum types
  *
- * Copyright (c) 2006-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b7ce9357f4a7daf8b0a87c49fb0f16177bd7670a..b73e0d50fd57bec77cec1e1dbecbdb3705b1e2e3 100644 (file)
@@ -3,7 +3,7 @@
  * float.c
  *   Functions for the built-in floating-point types.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4e757166b53a97e1d87a3c531d18be62713a84d4..99771ec53c09b7e1916321eec6f548a55e4cf572 100644 (file)
@@ -4,7 +4,7 @@
  *   Display type names "nicely".
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2aa6df1756b13f370078aea461caab3ad34eef78..c014f3f62ff80147942660bde1fb57a3abaa59ef 100644 (file)
@@ -4,7 +4,7 @@
  * src/backend/utils/adt/formatting.c
  *
  *
- *  Portions Copyright (c) 1999-2012, PostgreSQL Global Development Group
+ *  Portions Copyright (c) 1999-2013, PostgreSQL Global Development Group
  *
  *
  *  TO_CHAR(); TO_TIMESTAMP(); TO_DATE(); TO_NUMBER();
index 4450676802b271080fa53e5c1d31c6e89746aa76..f53c7d454106fbfd2d37305bfe52e14ecaa451b6 100644 (file)
@@ -4,7 +4,7 @@
  *     Functions for direct access to files
  *
  *
- * Copyright (c) 2004-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2013, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug 
  *
index ac7b4b85d7b23b17257f071fa90666983c7ebcca..c899e80b35a96396dcd551c55d3d504ee475e356 100644 (file)
@@ -3,7 +3,7 @@
  * geo_ops.c
  *   2D geometric operations
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5ba6624258e93583a1f13f2e10daccb00f17e7d7..bd30773c11eac42cec8649b8f79445805e1a6c32 100644 (file)
@@ -4,7 +4,7 @@
  *   Selectivity routines registered in the operator catalog in the
  *   "oprrest" and "oprjoin" attributes.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3a6f587d069c99a3dc7ae8bfbf9fd8d496d22ab4..4a9bc0a969f9858edf57da401d93359278762110 100644 (file)
@@ -3,7 +3,7 @@
  * int.c
  *   Functions for the built-in integer types (except int8).
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c4cb1f2eff785c97a1ade85bf323b2e9951b4f2d..4b20616416ce30b5bc052904bf20c6dac453ba33 100644 (file)
@@ -3,7 +3,7 @@
  * int8.c
  *   Internal 64-bit integer operations
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c700da4221865d678bbb12d0f0a01c99bf2ea07a..f330fcad6ee196325e9ec824c61ef478c8fb715d 100644 (file)
@@ -3,7 +3,7 @@
  * json.c
  *     JSON data type support.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8778f1324d5243916bf198c775cd4de3d18c548e..4f6c5b39a46dbfe997bca746e96e610b902d4599 100644 (file)
@@ -7,7 +7,7 @@
  *     A big hack of the regexp.c code!! Contributed by
  *     Keith Parks  (7/95).
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fcd36f09ee1826c701121b0250c3854f39e4cecb..a31bf8faa386ab8d1613923c48f934247a1c2f46 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-2012, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  * src/backend/utils/adt/like_match.c
index dfa37a9576a78cba4db5d5f286b806727f844d0f..6df9c594144f7bbd8288cd6c8dd982bbd979fa6c 100644 (file)
@@ -3,7 +3,7 @@
  * lockfuncs.c
  *     Functions for SQL access to various lock-manager capabilities.
  *
- * Copyright (c) 2002-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/backend/utils/adt/lockfuncs.c
index 407946715e25576d639a28559c2050d8cf81e3e4..a36d065abf23c7c7e58a8984c90bf75fc8219352 100644 (file)
@@ -3,7 +3,7 @@
  * misc.c
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dbd9e926c22c35300ef4da41b19653a6d130f7dc..32f1726402ecb1040ea433f159f84691fdacc121 100644 (file)
@@ -5,7 +5,7 @@
  *   Functions for the built-in type "RelativeTime".
  *   Functions for the built-in type "TimeInterval".
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6d9342d7aaaba6ea7787bf8f5ee3291429df2b14..3dfb4d52186855ca20b3a32975be36fff1c3bce3 100644 (file)
@@ -9,7 +9,7 @@
  * always use NAMEDATALEN as the symbolic constant!   - jolly 8/21/95
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b408df7faf4676e81a0a53d705c05887b5462d04..229b40858df89934cea2f17986078ea059efc39e 100644 (file)
@@ -11,7 +11,7 @@
  * Transactions on Mathematical Software, Vol. 24, No. 4, December 1998,
  * pages 359-367.
  *
- * Copyright (c) 1998-2012, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/numeric.c
index f98e7f1020eb0d6f797875af69ee955e125d7552..49442a3dd1aa2bf4b82b171483d6e795b158b80b 100644 (file)
@@ -3,7 +3,7 @@
  * numutils.c
  *   utility functions for I/O of built-in numeric types.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e26e8745f67fea0f9cb0f3c5ec7acf4baac01dff..399973b74b9a20a1e877ea2f532f581317ef01a5 100644 (file)
@@ -3,7 +3,7 @@
  * oid.c
  *   Functions for the built-in type Oid ... also oidvector.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index db99999b2b9423854f236e5b916129fda7ceb6bb..d448088e50e3eeced3fdcafbadc435007c81b84d 100644 (file)
@@ -2,7 +2,7 @@
  * oracle_compat.c
  * Oracle compatible functions.
  *
- * Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * Author: Edmund Mergl 
  * Multibyte enhancement: Tatsuo Ishii 
index 297edd63e8a85237608a780ec7912a0309d30009..8fe824b426e21586285e2ad44e4cc975366c082f 100644 (file)
@@ -2,7 +2,7 @@
  *
  * PostgreSQL locale utilities
  *
- * Portions Copyright (c) 2002-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2013, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/pg_locale.c
  *
index 466982eb7fe34eef946b36f0bba5b3fde3aaba8f..66c64c198f0b2dd0c54c9a1dab39fcdf61d30e4e 100644 (file)
  *
  *         Jan Wieck
  *
- * Copyright (c) 1999-2012, PostgreSQL Global Development Group
+ * Copyright (c) 1999-2013, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/pg_lzcompress.c
  * ----------
index 7d4059f1cbbe8a81818da7ad3683b2cb7061b94e..e6ec37296e57e2fa1978ce8d67fd9095cb4383d6 100644 (file)
@@ -3,7 +3,7 @@
  * pgstatfuncs.c
  *   Functions for accessing the statistics collector data
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8590f3caa578862a71959704e37d9b6d124278a8..fe9d18d0f442264fb3bee570ace9b1a4c8cc057c 100644 (file)
@@ -11,7 +11,7 @@
  * we do better?)
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e4efea67b9543711354d783da0e732a8350db2ed..dc742b5f911d84be363fab38841270d7faa96a0d 100644 (file)
@@ -3,7 +3,7 @@
  * quote.c
  *   Functions for quoting identifiers and literals
  *
- * Portions Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f229a9d7b9136d1bef36bdc625d0e9571e6e5649..507bd6fddf905ab74b668382b9c32e8238227076 100644 (file)
@@ -19,7 +19,7 @@
  * value; we must detoast it first.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c278e4e7b31b764a6b289e49214cf595c7fb639b..ea1251a5e657466281426de5cb7e9c721eb34fca 100644 (file)
@@ -3,7 +3,7 @@
  * rangetypes_gist.c
  *   GiST support for range types.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7e20940ae72bb29cb2d236c07b1cdcf9299ccfe9..b1f6fd509ac4048fa1b07045c189f11f1e774ac3 100644 (file)
@@ -6,7 +6,7 @@
  * Estimates are based on histograms of lower and upper bounds, and the
  * fraction of empty ranges.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b69fbfc863d70b44d3ea93eecab4d76219144b85..d395ef47180d1f5032b001392337cce42cbb2ad9 100644 (file)
@@ -25,7 +25,7 @@
  * This implementation only uses the comparison function of the range element
  * datatype, therefore it works for any range type.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5f346834e759c02713ba87675ff0203b6793e9f9..5b84616d3822e23a4091532c9007eb1f5ba9a3bc 100644 (file)
@@ -13,7 +13,7 @@
  * come from different tuples. In theory, the standard scalar selectivity
  * functions could be used with the combined histogram.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 92dfbb11ce61f6ea15c3c186c7ff443d0da00335..6a89fabf4bf25f71587b485c7bec1bb1a7f8285b 100644 (file)
@@ -3,7 +3,7 @@
  * regexp.c
  *   Postgres' interface to the regular expression package.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a15f670f1467b624c7e6628714830c2feffb7da4..cb11bd0ade63adf8a203a59fc16cf296c0549060 100644 (file)
@@ -8,7 +8,7 @@
  * special I/O conversion routines.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 97e68b1b6cb2826e7f6fa2955cb3905109db4572..601d5ec861f19943363844b2969df3222b88133f 100644 (file)
@@ -13,7 +13,7 @@
  * plan --- consider improving this someday.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * src/backend/utils/adt/ri_triggers.c
  *
index d4ed7d0ca06ac1a0dee6b4963989a5b41713fb3b..1bd473af657dd6706fedf053927296111f87fb80 100644 (file)
@@ -3,7 +3,7 @@
  * rowtypes.c
  *   I/O and comparison functions for generic composite types.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a387030059dfbf5e20836270d68630eda8d5f359..266cec5ffa2f19f7859d5cf95a0fec849b678fd6 100644 (file)
@@ -4,7 +4,7 @@
  *   Functions to convert stored expressions/querytrees back to
  *   source text
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 60000aaf347411e01dd72e448318d94d79404b16..bd63377ada7e8244c9e0b61146fa5e82dee03234 100644 (file)
@@ -10,7 +10,7 @@
  *   Index cost functions are registered in the pg_am catalog
  *   in the "amcostestimate" attribute.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3ba380ee4de775c6bf5e71086badaffda25e60c1..5df9e399a9702831b6d0b2c65dc97cc0335a706d 100644 (file)
@@ -3,7 +3,7 @@
  * tid.c
  *   Functions for the built-in type tuple id
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6ff7385233ebbccf8ab3f0023522b9fdae34bf8d..f870491e1faf5478e4f22ced57f5284f0f94b9da 100644 (file)
@@ -3,7 +3,7 @@
  * timestamp.c
  *   Functions for the built-in SQL92 types "timestamp" and "interval".
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 81c799d94fb3d4614b400a0a11bcea222e682557..548621f8a034b051a8b43e4829a997ca4a5cee1f 100644 (file)
@@ -4,7 +4,7 @@
  *   Builtin functions for useful trigger support.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/utils/adt/trigfuncs.c
index 8b045c6e739697773af0ea5cd9a46e57d42a3d48..cf118334d76773476e8f8c97591340b9152aecb7 100644 (file)
@@ -3,7 +3,7 @@
  * tsginidx.c
  *  GIN support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index dd8164b9dfe5bee8332c36d0168613fe0319400c..f01099ba3c4949cb3897c13885ddc88e7b9e587a 100644 (file)
@@ -3,7 +3,7 @@
  * tsgistidx.c
  *   GiST support functions for tsvector_ops
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index b7c46abd050948ff9dcf19efc2ead6d2d1669a4b..8d52a96c0dfd0f65bba6301015293c43beb27932 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery.c
  *   I/O functions for tsquery
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 054b529845acc956c6d6d93b8f95375fb1ccdf3e..feda2f3d207c12776d4c47ea889402817c9af6ab 100644 (file)
@@ -4,7 +4,7 @@
  *  Cleanup query from NOT values and/or stopword
  *  Utility functions to correct work.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f76f9fb54e353b582aa0c8964519673f05cb9ccc..4b386153741973c3f9f4ee21718fc272aadb5a48 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_gist.c
  *   GiST index support for tsquery
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 303a3b467404baeee3e0deb0c2b48734d91f1d04..401071fde5a69c81ddac40872202ee110d688e27 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_op.c
  *   Various operations with tsquery
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 07f9df3a3e1f97236bde3330b946b56bdd4d75b5..6d3f618e8fde7fbce7f80aff90ad5194b3e61218 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_rewrite.c
  *   Utilities for reconstructing tsquery
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 0724d33c1d0d4aa55edc06c7c74f7d29a352001a..cb4f35918bcb18e280dc0c984e7fb39e30aa895a 100644 (file)
@@ -3,7 +3,7 @@
  * tsquery_util.c
  *   Utilities for tsquery datatype
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index acda098db1ae6d6d9173e8f5e287cc22eec2e7e4..eb90f1b93201282ae8acde48675c055038bb44cc 100644 (file)
@@ -3,7 +3,7 @@
  * tsrank.c
  *     rank tsvector by tsquery
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 688e3652c72471f2c03438c2228ee3933570e9de..fc8a318da3cee55b0e45822f1bb20f44cc258295 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector.c
  *   I/O functions for tsvector
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 34be330522cb6fe11ea92dc28ce09678325332a1..e7bf567cadcde21fdceec5ff56ee832228ab47b8 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector_op.c
  *   operations over tsvector
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 058b30fe25bf2374b4d14905f5c35fa94d5785ef..f2001da4bb4787ba053cd0df70049d3c60c947c6 100644 (file)
@@ -3,7 +3,7 @@
  * tsvector_parser.c
  *   Parser for tsvector
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 08a8c89ed3932d14e229dc09ce78e3aa075ec09b..de867561cd1e5b7ea9f067f09bf4c49098216370 100644 (file)
@@ -10,7 +10,7 @@
  * via functions such as SubTransGetTopmostTransaction().
  *
  *
- * Copyright (c) 2003-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2013, PostgreSQL Global Development Group
  * Author: Jan Wieck, Afilias USA INC.
  * 64-bit txids: Marko Kreen, Skype Technologies
  *
index f83b3515161fe56045f0483b28fc37bfdbe635bb..e0b63d42f9fa2354ab4c080e9dac6515433f679d 100644 (file)
@@ -3,7 +3,7 @@
  * uuid.c
  *   Functions for the built-in type "uuid".
  *
- * Copyright (c) 2007-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/adt/uuid.c
index 2378d27324d037c7bca3ca4fc3a96fa511d27f0a..1712c1218e7094617ce8050d44c77825083022dc 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Code originally contributed by Adriaan Joubert.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4cdb88837ba038f6130d1d152860f8ed6ef660a4..1a615934cd72818adc081683df7b877870d02feb 100644 (file)
@@ -3,7 +3,7 @@
  * varchar.c
  *   Functions for the built-in types char(n) and varchar(n).
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7e7d8c73bcf8b76f0138a3e95ac4df334a26cc09..95e41bf30af1d5958d628b72065abe38b4a98430 100644 (file)
@@ -3,7 +3,7 @@
  * varlena.c
  *   Functions for the variable-length built-in types.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bbc546ff8205f61babcc9c976c81be943171e310..e17a34c8a57e5053858c030ab9beea734b7ef77f 100644 (file)
@@ -3,7 +3,7 @@
  * version.c
  *  Returns the PostgreSQL version string
  *
- * Copyright (c) 1998-2012, PostgreSQL Global Development Group
+ * Copyright (c) 1998-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *
index 32fa5326b4da0d120146ca5744fcd8bfd7223244..2f171acd2be3d499951b91dd0647b67310ef7498 100644 (file)
@@ -3,7 +3,7 @@
  * windowfuncs.c
  *   Standard window functions defined in SQL spec.
  *
- * Portions Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d05710b05c9feb3a0b5a6cc253c3fe9e00cbb419..db1e925ebfce37830b068c929595fe10d87f9295 100644 (file)
@@ -3,7 +3,7 @@
  * xid.c
  *   POSTGRES transaction identifier and command identifier datatypes.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 051d4036816f6c68573f0d29e785c7cb72f84577..3473107160245b56e48c54a96f28b643cae7fbd6 100644 (file)
@@ -4,7 +4,7 @@
  *   XML data type support.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/utils/adt/xml.c
index 5d872bac4371c86c4e13127b53cc37c9b296c74f..134db1a1bb2598a0b5b9674b9706f4f0297e226b 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9ae143272be15acdacb4e30ce03694b3117c89b6..25f50e56670fceae3561a064f2638d88b6f3f50d 100644 (file)
@@ -3,7 +3,7 @@
  * catcache.c
  *   System catalog cache for tuples matching a key.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0dd53110cec30fcb28b7c714ffd073580d208e2a..38d89fa6a7adb584ecd493e7cd70a67f94e45e3b 100644 (file)
@@ -3,7 +3,7 @@
  * evtcache.c
  *   Special-purpose cache for event trigger data.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e26bf0bce477c5d04b9a330024763fcdfad7b9c8..e0dc1267076ed4d70b8ee5c59fb3553656fddbd8 100644 (file)
@@ -85,7 +85,7 @@
  * problems can be overcome cheaply.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b2ae36540353b7aac6de975bdb045d77cfad8c12..586596258d34250324af7196e47752854737537c 100644 (file)
@@ -3,7 +3,7 @@
  * lsyscache.c
  *   Convenience routines for common queries in the system catalog cache.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8c0391ffcbdfa9058c345930c6d9568dbc9c526d..f509f96ca7f3d551d8772332d439c9a0af56f9bc 100644 (file)
@@ -35,7 +35,7 @@
  * be infrequent enough that more-detailed tracking is not worth the effort.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6758d59c90d3fd3b30682f6f71bae620006bf550..33fb858fcaf5504ca8123715c2f725118617243b 100644 (file)
@@ -3,7 +3,7 @@
  * relcache.c
  *   POSTGRES relation descriptor cache code
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d0d96ad3fd4e3ddb77005e7f6ccf6853b2e2ba99..2c7d9f3287bf30c94024ae4826394a012f39d47f 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0b8cc39a9513e75f41a0f99e2ba0f43bba01ffda..e689291b2ec33d17ba60cda08a942043310be122 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ca22efd7651efe09463a19a0010045c187c56ceb..bfc3c86aa8cd37194a5ce07e787cd8fd70482cce 100644 (file)
@@ -3,7 +3,7 @@
  * syscache.c
  *   System cache management routines
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c907c8fe690735901e3e1e2b5ddd81e414210f43..e688b1a66837c6ff3c1f428f14bdbe7315027cdf 100644 (file)
@@ -17,7 +17,7 @@
  * any database access.
  *
  *
- * Copyright (c) 2006-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/cache/ts_cache.c
index e3b8ca907f03ec8bffd76ffb48636dac47fed140..5155a14342f63755797ee15e8d9060636a8effcf 100644 (file)
@@ -33,7 +33,7 @@
  * of ALTER TABLE.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3e04164956303f6fcdef84a15c617e3075956b05..0b129b1e8e095b6af48a55cb9fd9de7b34d1136d 100644 (file)
@@ -2,7 +2,7 @@
 # errcodes.txt
 #      PostgreSQL error codes
 #
-# Copyright (c) 2003-2012, PostgreSQL Global Development Group
+# Copyright (c) 2003-2013, 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 2908abe852097e02c29e16ba65878b8f56341285..dd1d5e39d33358f69f26203a46227fd316c989aa 100644 (file)
@@ -3,7 +3,7 @@
  * assert.c
  *   Assert code.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c22190a8b3d8dc856021d80307f683d42ca27340..e710f22781294b5ed536f264ea2f33ea8d97fd59 100644 (file)
@@ -43,7 +43,7 @@
  * overflow.)
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 718f8e7fcd7c8d8c6310aea28f4355903db27cb3..562a7c9ab0c10b88d6b3b778722aca15263c1e7f 100644 (file)
@@ -3,7 +3,7 @@
  * dfmgr.c
  *   Dynamic function manager code.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2ec63fae5682a3cae44d7d2babf27eb7d6d453ec..e21bed83e39c93cd954ba140c4503ee58139028a 100644 (file)
@@ -3,7 +3,7 @@
  * fmgr.c
  *   The Postgres function manager.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e6cec7f13cb7500e29c8858765042eb85c6fa854..6347a8f1ac3826c1e1cf4d2157593738f565b3d3 100644 (file)
@@ -4,7 +4,7 @@
  *   Utility and convenience functions for fmgr functions that return
  *   sets and/or composite types.
  *
- * Copyright (c) 2002-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/fmgr/funcapi.c
index ee76cef47ed81ed4d2861bfe841183ba36059b23..b04076f3e8c2efd44e2aba65e5b7fca627609de0 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the errcodes.h header from errcodes.txt
-# Copyright (c) 2000-2012, PostgreSQL Global Development Group
+# Copyright (c) 2000-2013, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index 07f7a84943029f876abcd853c7b2b85bdd0e048a..83d2c5d2666da02b3c700e01b22979f5ebbab7e9 100644 (file)
@@ -26,7 +26,7 @@
  * in local memory, we typically use palloc() which will throw error on
  * failure.  The code in this file has to cope with both cases.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 11180bfabebb1fe3829b02fa65558269e9f54696..ea37682eeebc78c5a1a02680d71c2c98c4e6f829 100644 (file)
@@ -4,7 +4,7 @@
  *     Hash functions for use in dynahash.c hashtables
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8dd2b4b1234a39a2305dca89514bf6ef74b392c6..00288530c07ea9b0f4e377d6a1983a3d1e0a6484 100644 (file)
@@ -3,7 +3,7 @@
  * globals.c
  *   global variable declarations
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 225c175d7fcd9bd3d2ce2020ef72432e57cf319f..24ca97d55c73ab5072de0bc29d629fce2145c769 100644 (file)
@@ -3,7 +3,7 @@
  * miscinit.c
  *   miscellaneous initialization support stuff
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b87ec6c482253c5651449077f2b9546e9a4e0b78..0fbf65f73402fd04b81dbcf02e4febeafacd8354 100644 (file)
@@ -3,7 +3,7 @@
  * postinit.c
  *   postgres initialization utilities
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9d9e426d29645d10023e6be467f5ad7d97c7736c..18c5899918deba47fd5cca0303fbc712afb43f58 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/backend/utils/mb/Unicode
 #
-# Copyright (c) 2001-2012, PostgreSQL Global Development Group
+# Copyright (c) 2001-2013, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/Makefile
 #
index 06d924853f3bccea345840fe0cce5b1f012e6eae..6021a3a275390d45a740fac2a7d3cf98ae5851ca 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2012, PostgreSQL Global Development Group
+# Copyright (c) 2001-2013, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
 #
index 38c8ccd8806f254569b06c976f38b3d4fa09791b..ceca8deab71ab0f8f8a5fb02f0d3e1e5d35189cd 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2012, PostgreSQL Global Development Group
+# Copyright (c) 2001-2013, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_CN.pl
 #
index b381aa657202d07f0f6b9d25df279915e77bc082..924eb322f2c457143f0443154b0ee431a1f3e38b 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2012, PostgreSQL Global Development Group
+# Copyright (c) 2007-2013, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl
 #
index 54632f168fdd2234ea8da85da68eb0dc6218a9b2..61f28091f5c2b95ea96fcf6a517d33900f64fb8f 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2012, PostgreSQL Global Development Group
+# Copyright (c) 2001-2013, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
 #
index d0b22fcceb66fa894b4afa00e49d076509b5eedf..8c38bd2e7539c595806dc7664a54979c6138872d 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2012, PostgreSQL Global Development Group
+# Copyright (c) 2001-2013, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
 #
index 45cee78ed85fcfa4cf1f44d449ec53a77a26c621..07136493da6e001627152994fff917689dc262dd 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2012, PostgreSQL Global Development Group
+# Copyright (c) 2001-2013, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
 #
index ef5dd81de75dd212b6795af4f0507d8a21a57ee3..960f6b0ffa91bd72164b45e91af18a9ef60dca8f 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2012, PostgreSQL Global Development Group
+# Copyright (c) 2007-2013, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
 #
index 40735ed7e2effea76285b7b0a94bce6c71ba04aa..012d80caf92584012caf46e4cfdfc312f2b74e9f 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2007-2012, PostgreSQL Global Development Group
+# Copyright (c) 2007-2013, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl
 #
index f93ca7af3022a52147c6e090daea5afedfb92c66..d9ed9a2365d976767bf9aa51cff7fffc176def09 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2012, PostgreSQL Global Development Group
+# Copyright (c) 2001-2013, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
 #
index bd031f79a061dc11975b8b27e90df3f115354bd6..aa435826d6d2224b8c9bc8013f84312528b8052f 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl
 #
-# Copyright (c) 2001-2012, PostgreSQL Global Development Group
+# Copyright (c) 2001-2013, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/UCS_to_most.pl
 #
index 48d2b69616a9b1798b8eb5aec964089aaa073fd4..0cba78eb20d4d0d66f73bba4488e798052343d36 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2001-2012, PostgreSQL Global Development Group
+# Copyright (c) 2001-2013, PostgreSQL Global Development Group
 #
 # src/backend/utils/mb/Unicode/ucs2utf.pl
 # convert UCS-4 to UTF-8
index 7a9ab0aad6bb2abe852d618cd77f4e5e07bead90..ab2e966f1cf791d1b2c3e5295dd1bc4767c7386e 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   Utility functions for conversion procs.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a7f44e0813edb6191bc32032266604a279bd67d0..56c6ccc673ab0377e173552154b309a249639c46 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   ASCII and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f6bc9452432cb5348704670299e27810b5918c90..1d33ed063e13bd87b252918c9f8a05995ff3d3c8 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   Cyrillic and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 53fbd34d566ad95c02c40fcdd4cb1548859c4ab0..2914bcd83a74e2dd07e477fd9405ce7d0c64c80f 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_JIS_2004, SHIFT_JIS_2004
  *
- * Copyright (c) 2007-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/mb/conversion_procs/euc2004_sjis2004/euc2004_sjis2004.c
index a619d578da15951853c0adb7b23c21cc0eede636..bb37d1658b85742d301f172ed7b34768d2a87a97 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_CN and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5fd1a05ace1668ed921d40b77752f748d9e436ac..c1f4cfc63cca7c72ec521600e78b14d56f45b361 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_JP, SJIS and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2ac555c571547c51a6b956daa592709de8ccc638..2b4bfc25b2365425f88c36e0ac95306e773cc280 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_KR and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ed0e0c185cc6f17bac2df809159c8f4d5df6c06b..c71ad35eba5ecaa1f8e33a755cfc0873d6aff22f 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_TW, BIG5 and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 475184a04d7de679f9cd5b080f5b09d1cc71d6d5..536ad0c73c7080164a0091b005dbec2c5b2e6063 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   LATIN2 and WIN1250
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 248cbafd55387c3f05ae3466c0ee268bf576c30e..6ba822e86a76df012aae61358260b6dcc4246ba6 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   LATINn and MULE_INTERNAL
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 71131a0b45d3865e422abe4499c73fe6f106c536..f6cd1730f4622694d0d167afefd5d25a42b144c4 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   ASCII <--> UTF8
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b277e0f772d123f8fd7c482e4d846d50d6ca0147..e1f7fee60837c48d4fe5e7c131f08dac3b6b71ac 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   BIG5 <--> UTF8
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8a990e7fca388776034de4853ea8d85d0d315a5c..9cbf446b717ffa8b78ce62ac975d8fb3803895c5 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   UTF8 and Cyrillic
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d863a2df7627957e303387a9db5a7a5d3c62b18c..6bfa562ba94e44195110b6c11755822c4a6e319f 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_JIS_2004 <--> UTF8
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8bde828580449d496e50bb8970f4bc2dba9ba43d..ac5f8f37c28fd1369a316230a17be352afba7bd2 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_CN <--> UTF8
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index da1e86c9b56f46813f10f66e75cc20936e3a61c1..5bee2604bc9a8202e7a37e447f5194f3895e8c16 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_JP <--> UTF8
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index beaa6f97d4a688e7d2155e479fd35137535dfdbc..be9b1fef8476f292534ad007db38c561be2cc29e 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_KR <--> UTF8
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9076044695f01a0b7da38dac997c8aff26d98152..3884bd5359ce24e8055273f89aac49b404cca22d 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   EUC_TW <--> UTF8
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ba3aa118d1a3ee30697a3fd5d8707dba36ae4ae9..3392294a93cdb761373ddfcc2df8ac755cb9ddcf 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   GB18030 <--> UTF8
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dfdf3546c54b1b2a72fa395e8f3b34336b6ef163..a735ebb5da7fd7e6ba6c3dbcc2b88efb097d1456 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   GBK <--> UTF8
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7216c40c9b6d675776f71d8be618befe90e7a722..e299467c8022255f76b2301fd3e334a9e9c973a2 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   ISO 8859 2-16 <--> UTF8
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 02dbff68170d2a7fdf62c57610adabb06b123857..d8efeaadc64a4526ce9c09d0a35dc652378ad832 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   ISO8859_1 <--> UTF8
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 01c6202e7fa15b01d17e57c92785cec2c830b19c..3cfbd196446e45711997389d0556b9effd9b98a9 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   JOHAB <--> UTF8
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2a1b4e8b92d5da7b2612718246bc3a022da9c145..c699f22f96d37b79140dc078d061012a5582098b 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   SJIS <--> UTF8
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8daf456a586dbda8ae2ac443abcf0532451fded0..c7cb72b54beeb87eb0be6b50a8b5087ae53c679f 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   SHIFT_JIS_2004 <--> UTF8
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dc7db60e0364652e4ba92c9f6d314b3d6ea745b0..08a8094737e7797bedd297136ff14397ac8b5375 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   UHC <--> UTF8
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index adb050431abbde9fa0b209b2c02bbaffabc3b0a0..5b44d2340feac8c5e11908ca217180c8e8c21798 100644 (file)
@@ -2,7 +2,7 @@
  *
  *   WIN <--> UTF8
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 52d540e4cd2cefcecba024edbfe414c7bbd7e6db..d3565a5d6dab48c1345515980475539d58bd2993 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Scanner for the configuration file
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/backend/utils/misc/guc-file.l
  */
index 2cf34cea5a4882516255cfb856e65c24a3d17e6f..d91924cc23459386c1742e6a53b96be3884c268e 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/utils/misc/README for more information.
  *
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  * Written by Peter Eisentraut .
  *
  * IDENTIFICATION
index 386ec98a32f8f1660faef4c0fbf8b91ee2c7d3fb..ef9ea3e78b9233d5f30f122d21265ef948d3c581 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/misc/help_config.c
index ca3f01c79b639a2f3ede71a74dc1110086b6a498..8638d01524d9a5f823776d09d752f9b889101f81 100644 (file)
@@ -4,7 +4,7 @@
  *   Resource usage measurement support routines.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 47c47a4e1078f08a5c3ae8260f76c1d9b8f427cb..57aa38435ac8a1f36cac2cef4e18ba48e4725f67 100644 (file)
@@ -7,7 +7,7 @@
  *
  * src/backend/utils/misc/ps_status.c
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  * various details abducted from various places
  *--------------------------------------------------------------------
  */
index 762753ccbce9bbf6e67b69dad49f03435e540a6f..58e797ce1eef18ea8ed451e4e10b83fbd46bd0a1 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-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/utils/misc/rbtree.c
index dc574daed120c35968c07747ac7f9c4394079d79..2e6ac82ec77e8268efc319ee278e9256a33bafab 100644 (file)
@@ -9,7 +9,7 @@
  * the single-user case works.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 668d5f3b590dfdb37f7b3295da2186a4f5e655a5..944c9a7bcb134a99b99d5a4a1f5fa99b3806b45b 100644 (file)
@@ -3,7 +3,7 @@
  * timeout.c
  *   Routines to multiplex SIGALRM interrupts for multiple timeout reasons.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 48adfc17d3a865f311dbe429dfe8703860195bc8..93e42db7a51ae51e5b7e73d0019f4dd25c8ed87e 100644 (file)
@@ -11,7 +11,7 @@
  * PG_TRY if necessary.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c5a331ccca2e9cd90074cd9e6b8af29ccd374620..6a111c78329e7df357ac6e7bb7129e04197b0115 100644 (file)
@@ -7,7 +7,7 @@
  * type.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2fad06c36fe18fca6cd642036323be306f1f89c3..d71f206dee4f7f89548b64455f45fba2f7be8a24 100644 (file)
@@ -9,7 +9,7 @@
  * context's MemoryContextMethods struct.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b981f975af5e52fa9a85eeb29284e6b61a64c3a7..54bf16ee2f74c5d86ef2551cdb36ef5eb295ea71 100644 (file)
@@ -8,7 +8,7 @@
  * doesn't actually run the executor for them.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8ae8877d993b6a1faa52d6ee93012cbf97e10a54..0dfd8cca78030c438bb32e5c44882f63cf6a9a16 100644 (file)
@@ -1,7 +1,7 @@
 /* ----------
  * DTrace probes for PostgreSQL backend
  *
- * Copyright (c) 2006-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2013, PostgreSQL Global Development Group
  *
  * src/backend/utils/probes.d
  * ----------
index 42396fe510109b66c2e729f42ff0917279a44e64..6c3f965151a3b9edfd09faaaed681c799c6fe73f 100644 (file)
@@ -9,7 +9,7 @@
  * See utils/resowner/README for more info.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b1aa7eb06e6d764c45bb50a1153058dbb641e370..feaabe2f698848df4f96abf0d9150056a5326530 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f703ef049492a212ece3d2997d975deb2d301afa..943f01f02762d7a94f2d78ef86cc890760dc35b8 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for accelerated sorting.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ce27e404be9f656c4448e04bb650fa4256642491..d63c24d416c43c85bbc54973c25dd622b0c05426 100644 (file)
@@ -87,7 +87,7 @@
  * above.  Nonetheless, with large workMem we can have many tapes.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1b1cf35623e3bf587e9c378ca982485bce7e000f..3fa5fb31530546aff8f225800e0d3321ceef3392 100644 (file)
@@ -43,7 +43,7 @@
  * before switching to the other state or activating a different read pointer.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f91e7faab52e9d254a69f2776f5f6002a2a8085e..38f702892f766fdf27916b1f6abbf6a1e47f2e86 100644 (file)
@@ -30,7 +30,7 @@
  * destroyed at the end of each transaction.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5705a2d75e9e8cf17680fa3de9bdb2adf546e481..e739d2d192b4ee8c91bb81502c7960df93527077 100644 (file)
@@ -27,7 +27,7 @@
  * for too long.)
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b531db5087cee94d703560fa656bc7c7bc95f8ce..51f0afded98d468a9b53478ff465f50157aa87ab 100644 (file)
@@ -46,7 +46,7 @@
  *  HeapTupleSatisfiesAny()
  *       all tuples are visible
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b4dfdba71e8a0a702b46247f46bd2433d1fe1c2a..bad4b05945901d040f8f3bbe62ac7e3241545460 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin (client programs)
 #
-# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/Makefile
index 6789a6e25d8ff31bd487432ad5f7b0c01f497a7e..4a6037933e148097da39e234616293bd70a2d174 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/initdb
 #
-# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/initdb/Makefile
index 6d6f96add06dfd5f6aaa3ca5b570d2d41978ac8d..d3a8c17ee228983a9ddcceedf77170f73f73d9fd 100644 (file)
@@ -3,7 +3,7 @@
  * findtimezone.c
  *   Functions for determining the default timezone to use.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/bin/initdb/findtimezone.c
index 3e05ac3309f1c14a5d9239a5aad861617f718f7a..b12258663fc753b13a1bf8ae0124ba989103a024 100644 (file)
@@ -38,7 +38,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/initdb/initdb.c
index 5a2a46a0e84feb3b16dbabcf8e16d1415f106800..a707c93dc5b34ad69a7cb015120eedd89bbf74ba 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_basebackup
 #
-# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_basebackup/Makefile
index 9dd8278f179b53105ab40065967cdc6c015bb2af..da2968c85af0df49925e1285328d82d93ffb178d 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Author: Magnus Hagander 
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/pg_basebackup.c
index 88cb71747ebd7716dbee6e782721dd5a1062aedd..7f2db1946e7d4efb608f018e5aea00f920647ca2 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander 
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/pg_receivexlog.c
index 5a1c5981e4675520074d03893a14615bd0396371..cf9cea1e2df8eb23b78d095898140c92e98e37ad 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Author: Magnus Hagander 
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/receivelog.c
index 2ab0d8a4e8baf7b315ab9c38ebf79568f4b03d0c..71abbfa9de9a9afa7df192b468562f68e96e4a42 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Author: Magnus Hagander 
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/bin/pg_basebackup/streamutil.c
index e9aa0a7469b5ddd18f3bf3b522e3c3a3a56efa84..8df4a9416a2533c63f44f6d9dbf7babddb86b939 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_config
 #
-# Copyright (c) 1998-2012, PostgreSQL Global Development Group
+# Copyright (c) 1998-2013, PostgreSQL Global Development Group
 #
 # src/bin/pg_config/Makefile
 #
index b94cf53f544b7f7d79c4bbfa2b2f9c7267699f13..7e4b09fae4c53bf589b59c64d582ae50ea972fa0 100644 (file)
@@ -15,7 +15,7 @@
  *
  * This code is released under the terms of the PostgreSQL License.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * src/bin/pg_config/pg_config.c
  *
index b8a39dc1cdba8214b55a91e25a0aefe5c33658d4..82abb50ef11ac22047c8097e20069ccc5cafefd0 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_controldata
 #
-# Copyright (c) 1998-2012, PostgreSQL Global Development Group
+# Copyright (c) 1998-2013, PostgreSQL Global Development Group
 #
 # src/bin/pg_controldata/Makefile
 #
index bf7b3678a75bb6eda98101d40195ef1cd94d71bf..3e4dcf1ba9cd15aacab57e56611e7f9b3e4bd6f4 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_ctl
 #
-# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_ctl/Makefile
index 2a00cd2255d301ddaff8a37c9ed8de16774c468c..e412d71dcff8c556653569a973469a6fc48cec9e 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_ctl --- start/stops/restarts the PostgreSQL server
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * src/bin/pg_ctl/pg_ctl.c
  *
index e9be18bd0b3d58f958c7d7d3e8cd4c03fc5e5223..57aea6f8130f04ab5f4cda9c1347d03f9ac6f265 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_dump
 #
-# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/pg_dump/Makefile
index 611c8e377e79bef26f8245e0e20ac0ec5d43fc75..99a3fe31f859d623df80477a29b0164c9dfc5c7a 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 024722fe2dee596cb748445ed9fe9634077b6ff6..aac991bd10f12cfaf5e22ffe9c8d03ad72e92d9e 100644 (file)
@@ -4,7 +4,7 @@
  *  Routines for archivers to write an uncompressed or compressed data
  *  stream.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, 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 a6aa52ea4d742e7a23cca5895bc1f71e1123a9d3..018f5def7e7a1d1c7bf475e01d9a3feadd5e804a 100644 (file)
@@ -3,7 +3,7 @@
  * compress_io.h
  *  Interface to compress_io.c routines
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 08e82b269dc245d93b7c8e2f180fe7f2609ff998..d96655e7f4e74d070dbcad646869aa11220c1dfc 100644 (file)
@@ -3,7 +3,7 @@
  * dumpmem.c
  *   Memory allocation routines used by pg_dump, pg_dumpall, and pg_restore
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ab31de8be0203c1177d3a247816794e15238e587..0a4ab1bed37d14d27ab9c3e8c0e61d78bcd0aa60 100644 (file)
@@ -3,7 +3,7 @@
  * dumpmem.h
  *   Memory allocation routines used by pg_dump, pg_dumpall, and pg_restore
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/dumpmem.h
index 639ee9e63adf18f168f27088219f96ff3ad1b265..80bc0c81782f3039eaf358fc7ff316266eb783fa 100644 (file)
@@ -5,7 +5,7 @@
  * Lately it's also being used by psql and bin/scripts/ ...
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/dumputils.c
index 4ef8cb3a4903bc2e9bdca967d76dd051bcb6e692..ac7480c1e5351863711c1ced036ed3567d00bd13 100644 (file)
@@ -5,7 +5,7 @@
  * Lately it's also being used by psql and bin/scripts/ ...
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/dumputils.h
index 44e4c55c6979db7b79e53591c95ece030f9fc1b8..58f4e28645a843456f3394de7683310d120b42dc 100644 (file)
@@ -4,7 +4,7 @@
  *   lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 574fdaa28ac9fa9912d4e229002e5d1296614864..2dcf7be80da5a42a651aeba05451233d15add838 100644 (file)
@@ -17,7 +17,7 @@
  * sync.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  * Portions Copyright (c) 2000, Philip Warner
  *
index a3466a5d166b35702b3ef65f05ec2abfb9428daa..9b71c75c334ea723107c4821bdd59738e47c5a2c 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, 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 aa1546afc1de6b3168db4be6d6e8b16aa6e8cc05..3b2cde783076b509edf901f3991b01ddd54e21a1 100644 (file)
@@ -3,7 +3,7 @@
  * pg_dump.h
  *   Common header file for the pg_dump utility
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_dump/pg_dump.h
index 7aeb52f9e87a8bedf5762e625ecea397b7ab2688..f828a45800c77f5504f27b51606ae54f20c55a34 100644 (file)
@@ -4,7 +4,7 @@
  *   Sort the items of a dump into a safe order for dumping
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 088106fae085a2a2ec662e027a7d79e7cf62e606..9d3ff559698c5c8b5f1da758550c809eca73004a 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_dumpall.c
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0e2603558699eb8ee41dbe66c2496f110f199af0..111362a4a670ba09fbbf42edb37409de684a0390 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pg_resetxlog
 #
-# Copyright (c) 1998-2012, PostgreSQL Global Development Group
+# Copyright (c) 1998-2013, PostgreSQL Global Development Group
 #
 # src/bin/pg_resetxlog/Makefile
 #
index 35be03d9db5fee74c35e6ee886d18f6b9ecd28f7..8734f2c8688082bc928e89cb9e16c6751555f64c 100644 (file)
@@ -20,7 +20,7 @@
  * step 2 ...
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/pg_resetxlog/pg_resetxlog.c
index da4e60ac1a45d6fdd733d46883a853200f0e4d00..810c3dfad40eb0cbbf1126fff7f6a61c1ac4d733 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/pgevent
 #
-# Copyright (c) 1996-2012, PostgreSQL Global Development Group
+# Copyright (c) 1996-2013, PostgreSQL Global Development Group
 #
 #-------------------------------------------------------------------------
 
index 9a6776ae83a1d53b8e7d82958285cd285ebf8e09..5b77173f59aeae21dee4302b618fc00e3ddd14ab 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/psql
 #
-# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/psql/Makefile
index e60578501a5d7a123ca918b29045ebebf05eeede..59f8b035511fd74f165b23859ce2fe7f00a6e654 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/command.c
  */
index f0bcea0ea6f2b8fed3aee4c57c1b974df7ae1191..1b94e44b6d7af6d77c617d032a9d65962562802b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/command.h
  */
index c2a2ab6f8498ba8b89b544f834e27dd0f600ce84..5fb031650e3e09388a05aed160e2cfe6b3f2ddbc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/common.c
  */
index 7f342901ad15fb02afd276d703b901dc5361b4df..f9f3b1f3c844d98abcbc0d4bc93e9d296a3b4c24 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/common.h
  */
index 6cc1f4643c8a0124bfaa643dc10a909ef333ae7e..a31d789919ab83fd3f26f13aa6995ca48cc511ff 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/copy.c
  */
index 9dba67b577db60ae0fc2df4af6f2baebfff974cc..dfc61ee75e53148a0381fbb10a74e5e9711e05d1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/copy.h
  */
index aa384b304462def6851af164ec3120acae9a2f3f..be23a23c41c483c0aaf439aa4bfa609451318524 100644 (file)
@@ -3,7 +3,7 @@
 #################################################################
 # create_help.pl -- converts SGML docs to internal psql help
 #
-# Copyright (c) 2000-2012, PostgreSQL Global Development Group
+# Copyright (c) 2000-2013, PostgreSQL Global Development Group
 #
 # src/bin/psql/create_help.pl
 #################################################################
index a1c31582fe64e9eaee3e73fe52ab0ff0d24a6ea9..87174cc91971be2bdd69e99109d039af66f531de 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-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/describe.c
  */
index eef7733833b2b4a2db12531c716d68987eef801d..9e71a887c1d12c0d22ec294d5cc0d5a7cf1aebba 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/describe.h
  */
index 8793201570d99274b9d8a331f079da7cd767fd9d..1070bc521e03e4217c5d9f47d3ae192c32e0b094 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/help.c
  */
@@ -436,7 +436,7 @@ print_copyright(void)
    puts(
         "PostgreSQL Database Management System\n"
         "(formerly known as Postgres, then as Postgres95)\n\n"
-        "Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group\n\n"
+        "Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group\n\n"
         "Portions Copyright (c) 1994, The Regents of the University of California\n\n"
    "Permission to use, copy, modify, and distribute this software and its\n"
         "documentation for any purpose, without fee, and without a written agreement\n"
index 960c81313178426bc2855b5b055ddd06ad8e028e..86e073f5dd6a083efe1e15427077490a78207847 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/help.h
  */
index 1a446e2afef45ba037c1f809cd6b14620f8736bf..07c9e89f36805c3ce71c73161dce654798f91124 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/input.c
  */
index ef2cc499527d787570e6de1df6d17fda50be2740..b8e6ff1b901d2afe27601173f27616885d1170a8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/input.h
  */
index dc6ff370fe5d4eac81f37e94b61446dcb9bbc2d2..faaecce61448b9481b3d7c946019caa3488212cb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/large_obj.c
  */
index 2dff51bf3803d9a8d09fdcb06568075b3c63178f..85c483298960c0c7e9143e1aca92dcd7b468a73c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/large_obj.h
  */
index 16c65eca356b50c9a6dcf3e6f74558e5db2cf79d..6e31d5c951de540b1a4770866c91c9a9d95b6685 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/mainloop.c
  */
index 134987a4bda9744d7f6af13452fe0bc967cc3c24..8e1a02ec97b5f124eb8772ff7d6a90f798d4aec6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/mainloop.h
  */
index 7d379ef3b853f8f9578d34ba03c1467131db8293..c5cb8c2188426e3d6126f21ed727926367eb570c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/mbprint.c
  *
index 84212450887cf1c5f384bb7937efe0ade5c96913..466c255978ca3b99eb3e0b190642740d3a1c311b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/print.c
  */
index 2b2ad0ba4eda535b28debb025695397154ffa764..63ba4a5d08a6f8661357f34ce64231ee962fa22d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/print.h
  */
index 3af122115cfed3a26ab51c8281a5a5d488f8c625..b638715363eab94286784aa9332bcf72ea9f8c35 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/prompt.c
  */
index f3713784a84978923057194ed270d6554ed24320..12f7667bf710aa54958417f24fec495ff35fcdac 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/prompt.h
  */
index 0b5ef0c5b083ccaaa615aae8eea853cd39751c7b..d9c4466fb0ac3f197e48cb02f6ee34877d45f6cf 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/psqlscan.h
  */
index f8822cc17f98f6507f1c34b2c67852aeb9f3970e..d7ac1f9f0617f500cbd25fef43f40057d60d0851 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c907fa0003a07a91061cf0045fcf0c7df50e7bd1..a80fb990c16b28b8d6dd4e8befa5b8effb29c3a4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/settings.h
  */
index 1fcc47fad35fbb3b70cdc13f32c5b487eca8c416..a59f45b8a7604851766133005acc16b25130ae88 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/startup.c
  */
index f0bed2bc00348e45e1df50ec155b8bd70cfef052..450240dd9c728a47096519b234542f2df3f9f4d4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/stringutils.c
  */
index c64fc584585f0957b1db94119d994f6b7ca4ba7b..b991376c11b4dd7f5c447b11ebb1a623da56d822 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/stringutils.h
  */
index 86d0f2e365ced44cea77fb04fa65c78c19fb5543..f7d84669f972033b2ac2a4b993275388d250bbfd 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/tab-complete.c
  */
index 89fb5032465857c8f2df773d53d5ee2143b36c3b..3161ad668419b76598d7bb0947413259dcf08003 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/tab-complete.h
  */
index 6875f63dc18d98028a0b0db24a20fb6d291f4a19..52d9dfc2708d4fb8dfdd6ce5c29739b6e190679a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/variables.c
  */
index fa253d24a2c9977a7b7aa8d93ccf5f05493fbcae..5d3e2eeb805b12c23dbd23c80b64026a0a80f9a8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * psql - the PostgreSQL interactive terminal
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/bin/psql/variables.h
  */
index 0980b4ca40c60a7810794f52b2535e68be71f838..602c2623c39becabc484cbcd1e389af3b122583a 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for src/bin/scripts
 #
-# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/bin/scripts/Makefile
index 261b438edad15e5617a3daa34bb5ed145ccbb33b..414c8c974d0d3e201551144998dd1e2e0815c8da 100644 (file)
@@ -2,7 +2,7 @@
  *
  * clusterdb
  *
- * Portions Copyright (c) 2002-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2002-2013, PostgreSQL Global Development Group
  *
  * src/bin/scripts/clusterdb.c
  *
index 7d8875d81cd05dcf404434dce55538d804ec1c67..c7cc04aea4b7cc78e143d90f63f83bd779365374 100644 (file)
@@ -4,7 +4,7 @@
  *     Common support routines for bin/scripts/
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/common.c
index 244409cc5b16b9ed52ab975159c4bb6c604551e8..a174da79b05346c9bfe00f5c9c8c8f87192b9462 100644 (file)
@@ -2,7 +2,7 @@
  * common.h
  *     Common support routines for bin/scripts/
  *
- * Copyright (c) 2003-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2013, PostgreSQL Global Development Group
  *
  * src/bin/scripts/common.h
  */
index 4df70cbfc6ab4afdcd86d6f244dd8c08d9e24cf2..5b28f18a81a5acd67840a99596118d73e1fdcce6 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createdb
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createdb.c
index b85cf04e7a195fb3522bf3c4c2376306933c0008..ff544a803d1335705814e7fba869c81b8ad30ae8 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createlang
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createlang.c
index d35121b8aa5cdf9831286c0f5de935c92cb91595..d1542d945ac0c84f4feb78e6d0e7e90788e3f556 100644 (file)
@@ -2,7 +2,7 @@
  *
  * createuser
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/createuser.c
index 5f978ccb8385024d38e3fb51732d2c6244bc8b6d..2493943491e03254b6db2775545138476489e432 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropdb
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/dropdb.c
index b9f42bbccd37a36efe3bd3fee3a5f7751a64f177..de20317343878f3b18b9f82dece0fa2385c1e580 100644 (file)
@@ -2,7 +2,7 @@
  *
  * droplang
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/droplang.c
index 7c101014c16f136cad8b45c9f021d0fc1346944f..db062e29ad2e289a73e9e377d23d5e68f0687887 100644 (file)
@@ -2,7 +2,7 @@
  *
  * dropuser
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/dropuser.c
index f61dadaf55b0021075a46ff39f071c790a50067a..ffd8a4e3d3199392c4a85e1c04a9d7c862bd6f18 100644 (file)
@@ -2,7 +2,7 @@
  *
  * reindexdb
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  *
  * src/bin/scripts/reindexdb.c
  *
index eb28ad4cc0f15b86f7230cc8ad6c7aee1fcca4c6..9bfb462e8612b6fc2df05ff313ab91521ed7636f 100644 (file)
@@ -2,7 +2,7 @@
  *
  * vacuumdb
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/bin/scripts/vacuumdb.c
index 80a5faf4c7b51c9ea2529f86b74fbed665a5da11..c5ffb5e1d6106f44d2d693dc0123970cef6cde3d 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES attribute number definitions.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/attnum.h
index bed3b8cf265212ba179be676183d18e268968de5..dd14e52eddfd9c979aef376a8c81f0e7d98de53b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction-commit-log manager
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/clog.h
index ec18976d4328de7163fddd9dec7c938e0f592511..a800041755540fff6a7f29ed49830e295f092f57 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES generalized index access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/genam.h
index 36e490a6f3877858f1b4de180e35a9ef4e963dc5..b6cb48da2878d77efcc3d8c43983c96588135600 100644 (file)
@@ -2,7 +2,7 @@
  * gin.h
  *   Public header file for Generalized Inverted Index access method.
  *
- * Copyright (c) 2006-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2013, PostgreSQL Global Development Group
  *
  * src/include/access/gin.h
  *--------------------------------------------------------------------------
index 32f23ad6f5b13e215b770cc1f982505ebdccb515..1868b77df100d50555fb8cfea185956f8b5f889b 100644 (file)
@@ -2,7 +2,7 @@
  * gin_private.h
  *   header file for postgres inverted index access method implementation.
  *
- * Copyright (c) 2006-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2013, PostgreSQL Global Development Group
  *
  * src/include/access/gin_private.h
  *--------------------------------------------------------------------------
index ed57bb7f93afdc041741f6dcad763f144ea9b1ca..69e4ec03fb624ab03dc0ae69a50a11052d4a09f2 100644 (file)
@@ -6,7 +6,7 @@
  *   changes should be made with care.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gist.h
index 1e8eabdb5ef4c8ee82561d97f063d75d599302b7..357b8c9d4318156f22d54b7b93f17ceabd75a65e 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gist_private.h
index 4950370f04409e1e72014441b7693620a29d417a..d332325c34978d2e3bb8d8e12b0f4b923aebbb8b 100644 (file)
@@ -4,7 +4,7 @@
  *   routines defined in access/gist/gistscan.c
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/gistscan.h
index a3d0f98310f3591e9c9df297f9033ae76f806ebe..c50bbd0d00543fc29c9a4aa324f2df5d1b0fe0a9 100644 (file)
@@ -4,7 +4,7 @@
  *   header file for postgres hash access method implementation
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/hash.h
index 7259f997e6b5f64e77dbc5f60deaf07da6c010c4..c737b3ff2898fadee4bca484a9a80d4a9bda0089 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap access method definitions.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/heapam.h
index 8ec710e85f673ec179d603af2265b01f1ae9a77e..9db69537203ba639c4095469de2d3128c934b713 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap access XLOG definitions.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/heapam_xlog.h
index a3f8a457b8d8fe512409864b740bb88f814a1658..6d61b4226a39ea75066425318f98b4c07adfc560 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap access method input/output definitions.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/hio.h
index 53b711046c0e017c727e10da74e4b2574a9554e0..9cd4b88ed45e2ebee9600ee94b75a329d17f9ed0 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/htup.h
index 7abe3e655d74743aac5179785a1c7811b24a2871..aeab45bb97731a7bef2dcbcf3f5a7fa52f4a2394 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES heap tuple header definitions.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/htup_details.h
index 2f04b871a4d2c424d184aac5f8a6fbb1c4a220b3..7c19ded8e96fdf19d8e06a21643cf507d53bc61f 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES index tuple definitions.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/itup.h
index e20573d01fb834e32a8440c799c99d334a1b8ebc..b5486bec09790dce6963bd6c9e2331276367859c 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL multi-transaction-log manager
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/multixact.h
index d4941e0ff844f32f582b41c933f4af9dc3af0e31..eef67f54b504e73b10d4e1b2f12472eeb8481ffa 100644 (file)
@@ -4,7 +4,7 @@
  *   header file for postgres btree access method implementation.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/nbtree.h
index acc58a8ec83bb16fb4d19950be833ec4ffbda617..3ed8ab0c56fdbba77ee5249f9ddcb440c8de1c57 100644 (file)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/printtup.h
index 0572b252759fcf1ae033250580a0f7125688d896..5a4664bb054a829aa53a6445860c2fd6c531bc19 100644 (file)
@@ -9,7 +9,7 @@
  * into a lot of low-level code.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/reloptions.h
index 87acc8eb5bba9137f54ff46fe611aa39314f0843..5b5802820d987914cc91cd81413c79db153771d0 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES relation scan descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/relscan.h
index 1f6da613d629a95621bcdf81d3353b1b9d593277..13b991a8b1a6d78dd522fad4dc9ecc70989342ef 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteheap.h
  *   Declarations for heap rewrite support functions
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * src/include/access/rewriteheap.h
index d81da29145fe1d82a677a0bb74d1cba478895149..051ab8d23ab91e60385dad239e9371ff22685497 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES scan direction definitions.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/sdir.h
index d8c978fbaad9196d8410a6157555120599c3a69e..f755df91933f1a00ecb94034b748a5f01ae22000 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES scan key definitions.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/skey.h
index 711601ae6260fbf50581533ee70255c2d13aa155..29ae9e0e5c1955d5103a48668b29dbc0682d699c 100644 (file)
@@ -3,7 +3,7 @@
  * slru.h
  *     Simple LRU buffering for transaction status logfiles
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/slru.h
index 50cac280a5463fbffb29b653ccb05648ce656358..46ce2a3db26d77b4e0c7b9447a4f0877c246adb2 100644 (file)
@@ -4,7 +4,7 @@
  *   Public header file for SP-GiST access method.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/spgist.h
index edce9854c28e711f0f09a716676ccc1cb570cd88..7dc7941ef11ae83f3dcc7b3202da7428953de8d1 100644 (file)
@@ -4,7 +4,7 @@
  *   Private declarations for SP-GiST access method.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/spgist_private.h
index 72e3470d2b8db1fd072339e02729ecdfe220bd4f..81e23d1842d486e95d450605ae265b691b82ce6e 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL subtransaction-log manager
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/subtrans.h
index fa1032ccee11c70cc6c6308f5c91dd17fe97ad9d..027a5cc905e3d449623c70fadd492c8eedb22672 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES system attribute definitions.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/sysattr.h
index 08b75f6d79dcada28ca19d0f952fd19d9922b02e..dd16f97bd79aa423d47d68399140a733cccc8487 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Functions for reading and writing timeline history files.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/timeline.h
index 228f6a12c36b5b565e66ef8d0ebd376b0e67eaad..23a41fd585bed0947ea6ec965a153a7e096b14d7 100644 (file)
@@ -4,7 +4,7 @@
  *   postgres transaction access method support code
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/transam.h
index 342dbb4d25f275b83267936f82095d8481f74511..e957b1cee8f57d158a8dd62da1ac7d05003159af 100644 (file)
@@ -4,7 +4,7 @@
  *   Tuple conversion support.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupconvert.h
index 953e146d5e58dc27f855f1330fd275147b0e7565..51c5575f0700b7f988fad61dc3cf271c4655a625 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES tuple descriptor definitions.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupdesc.h
index 984a049297701838ccda98a1ca806c66c8b222cd..2886cedc1c81c323fa1d39776be5d15c6092e8c8 100644 (file)
@@ -4,7 +4,7 @@
  *   Tuple macros used by both index tuples and heap tuples.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/tupmacs.h
index 0f29acb244e9e05bf86fa184498d0723dca69525..6f4fc4545dadb0aac3228cb2167b741628308091 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES definitions for external and compressed storage
  *   of variable size attributes.
  *
- * Copyright (c) 2000-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2013, PostgreSQL Global Development Group
  *
  * src/include/access/tuptoaster.h
  *
index 19be980659f5968a1cb7067527daacc1ebe783ce..ee944f317f99837ad8311389db3e5579ed36f52d 100644 (file)
@@ -4,7 +4,7 @@
  *   Two-phase-commit related declarations.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/twophase.h
index aed8ba3bac898936f44238247f2ca0e8d17d65e2..2542dba1b771cdb9ef6c5a8e8c6367f4dd64b0ae 100644 (file)
@@ -4,7 +4,7 @@
  *   Two-phase-commit resource managers definition
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/twophase_rmgr.h
index ce970e44df8a0218f831a7398594508d8fe8fd8d..8d9630a297f751de6db2c09c9e58f5c392008ec9 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES tuple qualification validity definitions.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/valid.h
index 5774e92e15fc9b0292577e637b194058a373dd1c..99b2dc5bb65281a96356daf01b6f7c9a9a6bfbc1 100644 (file)
@@ -4,7 +4,7 @@
  *     visibility map interface
  *
  *
- * Portions Copyright (c) 2007-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2007-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/visibilitymap.h
index b12d2a0068531d311137ed5b18c8cd17e015cd0f..fcdff932721d060ce957cca798886c22001f3ac2 100644 (file)
@@ -4,7 +4,7 @@
  *   postgres transaction system definitions
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xact.h
index b83e0beac76ee836224140f425ff8a3c4428e0ed..1ce922d89d92040faf30414bad07402359f55d89 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction log manager
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlog.h
index 65376fe50939f47020498a03f48fa69bc9508209..a3b2e767690bcbd87fc96f82a109b99f14433b30 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction log SQL-callable function declarations
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlog_fn.h
index 01898c63be26cf66081a9e14bf3e52d3ffb3b927..43e1e60f9bf82aa971938b4dd9bc3946885fe974 100644 (file)
@@ -11,7 +11,7 @@
  * Note: This file must be includable in both frontend and backend contexts,
  * to allow stand-alone tools like pg_receivexlog to deal with WAL files.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlog_internal.h
index f3acb2f56eecafc7e5fa571fbbd7ef5d7bdb3c1d..fa6497adaddc830cfcb4dbaab4deb43a464cea35 100644 (file)
@@ -4,7 +4,7 @@
  * Postgres transaction log manager record pointer and
  * timeline number definitions
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlogdefs.h
index 6ade4769cab55505c872eaf0faa0f92e0d6f3872..18fa18a74ebebd2c00032fe403ec3666c2f289e4 100644 (file)
@@ -3,7 +3,7 @@
  *
  * PostgreSQL transaction log manager utility routines
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/access/xlogutils.h
index 58fc2825b869a735aa4ded3da967cc13855c298b..b165a0afa0fcb70f04939a0d333fc95b19a18224 100644 (file)
@@ -4,7 +4,7 @@
  *   include file for the bootstrapping code
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/bootstrap/bootstrap.h
index a6c0e6e65053ccfa52051f8eaa179ecf24d83f48..f7db157f83a1cf39ae44eda6944e673e752c5514 100644 (file)
@@ -9,7 +9,7 @@
  *   polluting the namespace with lots of stuff...
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/c.h
index 678a9452717de715aa4acb6b4be1f8bc676b77de..5d506fe78b1cca3385429739e791bbee3dd9ce0b 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for functions in backend/catalog/catalog.c
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/catalog.h
index e98a225fbca9a4c2bd58fa497d884ad402666a9e..1e235c6d1ee42ecc429a0680c4c2901b9e056d81 100644 (file)
@@ -34,7 +34,7 @@
  * database contents or layout, such as altering tuple headers.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/catversion.h
index 84997680742d095b8458fb502e6a2e733f7ac6f3..8e0837f7d617fbf0bd59adfabeb0bd64ec4f64f7 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/dependency.h
index f973580e5f9e00034e7649ef39cb517353ae6c14..d3e19df1e41678b4bacd50dfc21f670f96bc0797 100644 (file)
@@ -9,7 +9,7 @@
  * bootstrap file from these header files.)
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/genbki.h
index a35829bb7b98e733c90d6774c3912295d03e57df..3a1788d792bb7ac50d439af78520fd751b0450d3 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for functions in backend/catalog/heap.c
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/heap.h
index b96099f94ce39c9dec94d069847e2ef85788b6eb..fb323f7201112d553c32be11b54486b7982fee7c 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for catalog/index.c.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/index.h
index 238fe582e26ef154106e2259bdcdad616f043d7a..6251fb81c45be072bfa97b7029bf666e0431fda5 100644 (file)
@@ -5,7 +5,7 @@
  *   on system catalogs
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/indexing.h
index 2b633345a8838af940f7e793a9e1e19b9cd12f07..af82072edb7e90f243b0976337ae7d68fd2b9ce8 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for functions in backend/catalog/namespace.c
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/namespace.h
index b4b84a64d05d15e2cecd2d2c4bd893f8dee1caac..67c8c1b5e3f8820842c831e07a93a80387180c8d 100644 (file)
@@ -3,7 +3,7 @@
  *
  *     Object access hooks.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 
index 1268c5e856c0232b70be28d2b2cf84467769f1e6..ffaf4ea25a132a027baa250937085a69790c2779 100644 (file)
@@ -3,7 +3,7 @@
  * objectaddress.h
  *   functions for working with object addresses
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/objectaddress.h
index 28398f11719f616a81afbfdb03cb58cc24dd509b..f19f734ce137118f1a9581e471496c219d94d8ed 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_aggregate.h
index 77570c055f5605c8c2f2782be38c6176647fdc80..5b04dda1f5f7dd2c31089bb95f1cbecaa8766187 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_am.h
index aeee87e7a1dfcc3709a5928bf439caf93c0e1e8b..5d451e36c11b9a61f77e1d80cf224889deacafd2 100644 (file)
@@ -30,7 +30,7 @@
  * intentional denormalization of the catalogs to buy lookup speed.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_amop.h
index 984f1ecdb8c7490e6719979de2a51496ea8149c1..7155cb29a011a8f318a7729228117ea63b06e43c 100644 (file)
@@ -19,7 +19,7 @@
  * some don't pay attention to non-default functions at all.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_amproc.h
index 6c6366bb2f49f5f7b6729759c32ae716239f55aa..91f172238cf24058ceb97dd0f06b7897908eb6f8 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_attrdef.h
index 3c4d9e2062837fc61d4eb245b760ff2207b52fb5..2ee3e5d494e16188c575861d545a3cafd76438bc 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_attribute.h
index ea2deb7c917138c26470a4ea5a87bcc020054c55..377bd0ac88b83859b2b87415e686fb214127102c 100644 (file)
@@ -5,7 +5,7 @@
  *   (pg_auth_members) along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_auth_members.h
index 0843ce3c2646ba6a32fe1b5b5e323369b9704540..8a378f6840c0e6191aa66813f38f5662c8054bc6 100644 (file)
@@ -7,7 +7,7 @@
  *   pg_shadow and pg_group are now publicly accessible views on pg_authid.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_authid.h
index ac2b2968eb5b9ee89b811f4fcf335e8914b89391..cc1aefe602d83e5313f420445e59b966ebe47b3c 100644 (file)
@@ -8,7 +8,7 @@
  * but also length coercion functions.
  *
  *
- * Copyright (c) 2002-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2013, PostgreSQL Global Development Group
  *
  * src/include/catalog/pg_cast.h
  *
index f83ce80a60361412db1326ac9a019df6c0df1aa6..fcc293899ab4ec85ddcb5ff1deaca6464d18c6fb 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_class.h
index a578562b037be42312cfcbfcfb0261e73ce59e36..02d0c2a77bffa22b37bf257faa9f3a30dc6d0eeb 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 62f158256d38ffd0f4e857969b3ea0b5795b177b..8d85940ef07aee9e412dc993d1d279f5782f51be 100644 (file)
@@ -4,7 +4,7 @@
  *  prototypes for functions in catalog/pg_collation.c
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_collation_fn.h
index e4e9c40ca75b3574bc38327014ac66d3abe97edc..29f71f1be5d7e51e9554bb55e3015e1ef0a3810c 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_constraint.h
index 1408be9c3a1c4f762795a148c29d721cffeedc84..ead3a6e4bad7e78a742ed71e3d6820bf3a14540d 100644 (file)
@@ -5,7 +5,7 @@
  *   However, we define it here so that the format is documented.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_control.h
index 318f9ca5cf13f6f7c8a01cb08820afeb778fa968..8e69d5bd785148f38f45c6760e741c8cc3a07b27 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_conversion.h
index f8605222787835dd99bbba1fb864cedf9d28e15a..ba923f0a73bb5e422aec999a7fcb73f879695859 100644 (file)
@@ -4,7 +4,7 @@
  *  prototypes for functions in catalog/pg_conversion.c
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_conversion_fn.h
index d96628fe26ccc2371429f62219abdb591d3c2b43..4010959b029d6f4824db948a2ca31b2d52ad73f5 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_database.h
index c6a69c5a6dace6c162285692747ff26a0e0815b6..070cbc81ac5af42fe3458936c888fccf0402ffbe 100644 (file)
@@ -4,7 +4,7 @@
  * definition of configuration settings
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_db_role_setting.h
index d7421007af6eb9af808d439c6d32834a5a2b901e..9315978fe7dfc055a7bfd3826e3b618efa1af2bb 100644 (file)
@@ -4,7 +4,7 @@
  *   definition of default ACLs for new objects.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_default_acl.h
index f547e815b78bfa7946ad2722ca231fdcd3e7c97a..6b261bdb8f81f6ad4dcca0bd28b23fd5c393cc2f 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_depend.h
index c52e2dddff42fa0d19cb32380259013d752c9f4c..74f8f59fcec8314f22de0066c99aef99b5fbb005 100644 (file)
@@ -19,7 +19,7 @@
  * for example).
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_description.h
index 8842a8706b5647fca90cd3dc3fd98655d07e9143..9ebc3b58417fe3babf9263a023916abde0ae1028 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Copyright (c) 2006-2012, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2013, PostgreSQL Global Development Group
  *
  * src/include/catalog/pg_enum.h
  *
index a6caaeeb4997139910bc0763bc80544839172308..e63939e419feeea5e0561aeca2e9968d90b7e498 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-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_event_trigger.h
index 4807c6a7338668a44412bf7dd27f67e7832b9397..5e1b7ea509839e67c5eb280bc8be45dd86674168 100644 (file)
@@ -5,7 +5,7 @@
  *   along with the relation's initial contents.
  *
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/catalog/pg_extension.h