Update copyrights for 2013
authorBruce Momjian <[email protected]>
Tue, 1 Jan 2013 22:15:01 +0000 (17:15 -0500)
committerBruce Momjian <[email protected]>
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 <[email protected]>
  *
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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
- * 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 <[email protected]>
  *
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 <[email protected]>
  *
- * 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 <[email protected]>
  *
- * 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 @@
 <!-- doc/src/sgml/legal.sgml -->
 
 <copyright>
- <year>1996-2012</year>
+ <year>1996-2013</year>
  <holder>The PostgreSQL Global Development Group</holder>
 </copyright>
 
@@ -9,7 +9,7 @@
  <title>Legal Notice</title>
 
  <para>
-  <productname>PostgreSQL</productname> is Copyright &copy; 1996-2012
+  <productname>PostgreSQL</productname> is Copyright &copy; 1996-2013
   by the PostgreSQL Global Development Group.
  </para>
 
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 <<EOM;
  * 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 <[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
  *
  * 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 <[email protected]>
  *
- * 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