Update copyright for 2015
authorBruce Momjian
Tue, 6 Jan 2015 16:43:47 +0000 (11:43 -0500)
committerBruce Momjian
Tue, 6 Jan 2015 16:43:47 +0000 (11:43 -0500)
Backpatch certain files through 9.0

1377 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/file_fdw/file_fdw.c
contrib/fuzzystrmatch/fuzzystrmatch.c
contrib/isn/isn.c
contrib/isn/isn.h
contrib/pageinspect/brinfuncs.c
contrib/pageinspect/fsmfuncs.c
contrib/pageinspect/ginfuncs.c
contrib/pageinspect/heapfuncs.c
contrib/pageinspect/rawpage.c
contrib/passwordcheck/passwordcheck.c
contrib/pg_prewarm/pg_prewarm.c
contrib/pg_stat_statements/pg_stat_statements.c
contrib/pg_trgm/trgm_regexp.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_support/pg_upgrade_support.c
contrib/pg_xlogdump/compat.c
contrib/pg_xlogdump/pg_xlogdump.c
contrib/pgbench/pgbench.c
contrib/postgres_fdw/connection.c
contrib/postgres_fdw/deparse.c
contrib/postgres_fdw/option.c
contrib/postgres_fdw/postgres_fdw.c
contrib/postgres_fdw/postgres_fdw.h
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_decoding/test_decoding.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
doc/src/sgml/lobj.sgml
src/backend/Makefile
src/backend/access/brin/brin.c
src/backend/access/brin/brin_minmax.c
src/backend/access/brin/brin_pageops.c
src/backend/access/brin/brin_revmap.c
src/backend/access/brin/brin_tuple.c
src/backend/access/brin/brin_xlog.c
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/ginlogic.c
src/backend/access/gin/ginpostinglist.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/brindesc.c
src/backend/access/rmgrdesc/clogdesc.c
src/backend/access/rmgrdesc/committsdesc.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/commit_ts.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/xloginsert.c
src/backend/access/transam/xlogreader.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/objectaccess.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/matview.c
src/backend/commands/opclasscmds.c
src/backend/commands/operatorcmds.c
src/backend/commands/policy.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/nodeCustom.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/pairingheap.c
src/backend/lib/rbtree.c
src/backend/lib/stringinfo.c
src/backend/libpq/auth.c
src/backend/libpq/be-fsstubs.c
src/backend/libpq/be-secure-openssl.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/pqmq.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/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/prepsecurity.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/orclauses.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/atomics.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/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/sco.h
src/backend/port/dynloader/solaris.h
src/backend/port/dynloader/unixware.h
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/bgworker.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/regexport.c
src/backend/regex/regprefix.c
src/backend/replication/basebackup.c
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c
src/backend/replication/logical/decode.c
src/backend/replication/logical/logical.c
src/backend/replication/logical/logicalfuncs.c
src/backend/replication/logical/reorderbuffer.c
src/backend/replication/logical/snapbuild.c
src/backend/replication/repl_gram.y
src/backend/replication/repl_scanner.l
src/backend/replication/slot.c
src/backend/replication/slotfuncs.c
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/rewrite/rowsecurity.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/dsm.c
src/backend/storage/ipc/dsm_impl.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/shm_mq.c
src/backend/storage/ipc/shm_toc.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/checksum.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/jsonb.c
src/backend/utils/adt/jsonb_gin.c
src/backend/utils/adt/jsonb_op.c
src/backend/utils/adt/jsonb_util.c
src/backend/utils/adt/jsonfuncs.c
src/backend/utils/adt/levenshtein.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/network_gist.c
src/backend/utils/adt/network_selfuncs.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/orderedsetaggs.c
src/backend/utils/adt/pg_locale.c
src/backend/utils/adt/pg_lsn.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/relfilenodemap.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/mb/mbutils.c
src/backend/utils/misc/guc-file.l
src/backend/utils/misc/guc.c
src/backend/utils/misc/help_config.c
src/backend/utils/misc/pg_rusage.c
src/backend/utils/misc/ps_status.c
src/backend/utils/misc/superuser.c
src/backend/utils/misc/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/pg_recvlogical.c
src/bin/pg_basebackup/receivelog.c
src/bin/pg_basebackup/receivelog.h
src/bin/pg_basebackup/streamutil.c
src/bin/pg_basebackup/streamutil.h
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/dumputils.c
src/bin/pg_dump/dumputils.h
src/bin/pg_dump/keywords.c
src/bin/pg_dump/parallel.c
src/bin/pg_dump/parallel.h
src/bin/pg_dump/pg_backup_directory.c
src/bin/pg_dump/pg_backup_utils.c
src/bin/pg_dump/pg_backup_utils.h
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h
src/bin/pg_dump/pg_dump_sort.c
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_resetxlog/Makefile
src/bin/pg_resetxlog/pg_resetxlog.c
src/bin/pgevent/Makefile
src/bin/psql/Makefile
src/bin/psql/command.c
src/bin/psql/command.h
src/bin/psql/common.c
src/bin/psql/common.h
src/bin/psql/copy.c
src/bin/psql/copy.h
src/bin/psql/create_help.pl
src/bin/psql/describe.c
src/bin/psql/describe.h
src/bin/psql/help.c
src/bin/psql/help.h
src/bin/psql/input.c
src/bin/psql/input.h
src/bin/psql/large_obj.c
src/bin/psql/large_obj.h
src/bin/psql/mainloop.c
src/bin/psql/mainloop.h
src/bin/psql/mbprint.c
src/bin/psql/print.c
src/bin/psql/print.h
src/bin/psql/prompt.c
src/bin/psql/prompt.h
src/bin/psql/psqlscan.h
src/bin/psql/psqlscan.l
src/bin/psql/settings.h
src/bin/psql/startup.c
src/bin/psql/stringutils.c
src/bin/psql/stringutils.h
src/bin/psql/tab-complete.c
src/bin/psql/tab-complete.h
src/bin/psql/variables.c
src/bin/psql/variables.h
src/bin/scripts/Makefile
src/bin/scripts/clusterdb.c
src/bin/scripts/common.c
src/bin/scripts/common.h
src/bin/scripts/createdb.c
src/bin/scripts/createlang.c
src/bin/scripts/createuser.c
src/bin/scripts/dropdb.c
src/bin/scripts/droplang.c
src/bin/scripts/dropuser.c
src/bin/scripts/pg_isready.c
src/bin/scripts/reindexdb.c
src/bin/scripts/vacuumdb.c
src/common/exec.c
src/common/fe_memutils.c
src/common/pgfnames.c
src/common/psprintf.c
src/common/relpath.c
src/common/rmtree.c
src/common/username.c
src/common/wait_error.c
src/include/access/attnum.h
src/include/access/brin.h
src/include/access/brin_internal.h
src/include/access/brin_page.h
src/include/access/brin_pageops.h
src/include/access/brin_revmap.h
src/include/access/brin_tuple.h
src/include/access/brin_xlog.h
src/include/access/clog.h
src/include/access/commit_ts.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/rmgrlist.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/xloginsert.h
src/include/access/xlogreader.h
src/include/access/xlogrecord.h
src/include/access/xlogutils.h
src/include/bootstrap/bootstrap.h
src/include/c.h
src/include/catalog/binary_upgrade.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_policy.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/matview.h
src/include/commands/policy.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/common/fe_memutils.h
src/include/common/relpath.h
src/include/common/username.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/nodeCustom.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/pairingheap.h
src/include/lib/rbtree.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/pqmq.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/orclauses.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_getopt.h
src/include/pg_trace.h
src/include/pgstat.h
src/include/pgtar.h
src/include/pgtime.h
src/include/port.h
src/include/port/atomics.h
src/include/port/atomics/arch-arm.h
src/include/port/atomics/arch-hppa.h
src/include/port/atomics/arch-ia64.h
src/include/port/atomics/arch-ppc.h
src/include/port/atomics/arch-x86.h
src/include/port/atomics/fallback.h
src/include/port/atomics/generic-acc.h
src/include/port/atomics/generic-gcc.h
src/include/port/atomics/generic-msvc.h
src/include/port/atomics/generic-sunpro.h
src/include/port/atomics/generic-xlc.h
src/include/port/atomics/generic.h
src/include/portability/instr_time.h
src/include/portability/mem.h
src/include/postgres.h
src/include/postgres_fe.h
src/include/postmaster/autovacuum.h
src/include/postmaster/bgworker.h
src/include/postmaster/bgworker_internals.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/regex/regexport.h
src/include/replication/basebackup.h
src/include/replication/decode.h
src/include/replication/logical.h
src/include/replication/logicalfuncs.h
src/include/replication/output_plugin.h
src/include/replication/reorderbuffer.h
src/include/replication/slot.h
src/include/replication/snapbuild.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/rewrite/rowsecurity.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/checksum.h
src/include/storage/checksum_impl.h
src/include/storage/copydir.h
src/include/storage/dsm.h
src/include/storage/dsm_impl.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/shm_mq.h
src/include/storage/shm_toc.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/jsonapi.h
src/include/utils/jsonb.h
src/include/utils/lockwaitpolicy.h
src/include/utils/logtape.h
src/include/utils/lsyscache.h
src/include/utils/memdebug.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_lsn.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/rel.h
src/include/utils/relcache.h
src/include/utils/relfilenodemap.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/ruleutils.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-openssl.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/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/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/mkdtemp.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/pqsignal.c
src/port/quotes.c
src/port/random.c
src/port/sprompt.c
src/port/srandom.c
src/port/strlcpy.c
src/port/system.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/specs/nowait-2.spec
src/test/isolation/specs/nowait-3.spec
src/test/isolation/specs/skip-locked-4.spec
src/test/isolation/specscanner.l
src/test/modules/commit_ts/commit_ts.conf
src/test/modules/dummy_seclabel/dummy_seclabel.c
src/test/modules/test_parser/test_parser.c
src/test/regress/GNUmakefile
src/test/regress/pg_regress.c
src/test/regress/pg_regress.h
src/test/regress/pg_regress_main.c
src/test/regress/regress.c
src/test/ssl/Makefile
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 9660827d7f76286a0a46e130a433088b841534f2..6fba6e7e1353a504a9916268d5f3b452294aba94 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-2014, PostgreSQL Global Development Group
+Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 
 Portions Copyright (c) 1994, The Regents of the University of California
 
index 7594401f03b173b42f7ab0b226dab0c6b1914aad..2a8c4fd1f281e5d5ee67442d02491a3e13318e42 100755 (executable)
--- a/configure
+++ b/configure
@@ -11,7 +11,7 @@
 # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
 #
-# Copyright (c) 1996-2014, PostgreSQL Global Development Group
+# Copyright (c) 1996-2015, PostgreSQL Global Development Group
 ## -------------------- ##
 ## M4sh Initialization. ##
 ## -------------------- ##
@@ -1616,7 +1616,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.
 
-Copyright (c) 1996-2014, PostgreSQL Global Development Group
+Copyright (c) 1996-2015, PostgreSQL Global Development Group
 _ACEOF
   exit
 fi
index 0dc3f189c556a6e8bbeb4e5745e985d001c21ee9..8ca03ab4ae86921627529b92737831ff2139b84a 100644 (file)
@@ -23,7 +23,7 @@ m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [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-2014, PostgreSQL Global Development Group])
+AC_COPYRIGHT([Copyright (c) 1996-2015, 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 8193b1f1d0cd68ab885c18de7acf117c1699c02b..2937a9caca026fda4a0cd9cfedb56c15b7dd4ecb 100644 (file)
@@ -3,7 +3,7 @@
  * adminpack.c
  *
  *
- * Copyright (c) 2002-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2015, PostgreSQL Global Development Group
  *
  * Author: Andreas Pflug 
  *
index d5fa6ac2d3136e788523cda8e45846f236a37e79..179b33a79387c1230e7009ca0e8b7d9bca9a3a8d 100644 (file)
@@ -3,7 +3,7 @@
  * auto_explain.c
  *
  *
- * Copyright (c) 2008-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/auto_explain/auto_explain.c
index 18ae318cd3b581d203e6c565c639b708b65007e6..2d66f3fe41382f93ede124c9ae34752456fa92d2 100644 (file)
@@ -9,7 +9,7 @@
  * Shridhar Daithankar 
  *
  * contrib/dblink/dblink.c
- * Copyright (c) 2001-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2015, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 270d619ed6caa372ec0ff754c0f868bf19c1b246..de6c06df8e82b6050c5246ab60401c18cbbdd182 100644 (file)
@@ -9,7 +9,7 @@
  * Shridhar Daithankar 
  *
  * contrib/dblink/dblink.h
- * Copyright (c) 2001-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2015, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index be24aa7b22d6f83cd1bc5b5c2b56210c0319a6a8..73cb73de9bed60777c731dd8689da0fbdda586bc 100644 (file)
@@ -3,7 +3,7 @@
  * dict_int.c
  *   Text search dictionary for integers
  *
- * Copyright (c) 2007-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/dict_int/dict_int.c
index 1c27565f5edeb8a0f5c2be06d136e8bcc73ac88b..dacb2cc63877d6a1936ecc4f386c326370d85972 100644 (file)
@@ -3,7 +3,7 @@
  * dict_xsyn.c
  *   Extended synonym dictionary
  *
- * Copyright (c) 2007-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/dict_xsyn/dict_xsyn.c
index 5a4d5aac2156709e3c6398b45a8a7c7741639319..d5697602117c26aab1c3ca71d9dc2cb808c23a84 100644 (file)
@@ -3,7 +3,7 @@
  * file_fdw.c
  *       foreign-data wrapper for server-side flat files.
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/file_fdw/file_fdw.c
index f0df08032b697d94ead57dcecc097ffce675e60b..b48edb05ba69b9f0c5709b6aec703fc00231b4ad 100644 (file)
@@ -6,7 +6,7 @@
  * Joe Conway 
  *
  * contrib/fuzzystrmatch/fuzzystrmatch.c
- * Copyright (c) 2001-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2015, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * metaphone()
index 11247449799a816be166ea31e041ec1b54574695..903b9378d84bf5004c40254058dd0ae9983bc356 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/isn/isn.c
index aca00d8ffa5bee5584f1622323b01eda915e8378..4548eafea98f6a10b98dcb274345e332c25b5f08 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/isn/isn.h
index 359fc1d3ac6323d0c1bfb0ed68ff685c1e835814..630dda455e7515c280a5b59f0b33742d03d2d8a5 100644 (file)
@@ -2,7 +2,7 @@
  * brinfuncs.c
  *     Functions to investigate BRIN indexes
  *
- * Copyright (c) 2014, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     contrib/pageinspect/brinfuncs.c
index 8c1960445aef3fed2cbc0dd93094190a8b5dc93e..ad3881974f04d116068921d7a23237f5becbaeea 100644 (file)
@@ -9,7 +9,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pageinspect/fsmfuncs.c
index 6c47d1cd0d50a6011b571a6ba48f78312b082b03..701b2ca763c94507372534b931db9d12c9164b8c 100644 (file)
@@ -2,7 +2,7 @@
  * ginfuncs.c
  *     Functions to investigate the content of GIN indexes
  *
- * Copyright (c) 2014, PostgreSQL Global Development Group
+ * Copyright (c) 2014-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     contrib/pageinspect/ginfuncs.c
index dedc8feaeb1cc5ccdd2b654a07914d15d1d96edb..c8876f3dbca5843d55cb12ef66076e67e4e02bf8 100644 (file)
@@ -15,7 +15,7 @@
  * there's hardly any use case for using these without superuser-rights
  * anyway.
  *
- * Copyright (c) 2007-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pageinspect/heapfuncs.c
index fe60fadaf30dc51ba181e6849f0946ba83fde606..1dada098af93e01ee980e1c03df94eee59245f70 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Access-method specific inspection functions are in separate files.
  *
- * Copyright (c) 2007-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pageinspect/rawpage.c
index e4ad3a3892d5f38066e8a1991cfd7526e579f4f4..78c44b2d05c7b70c6ad4ca0f5c22bdc4b3f8f8c8 100644 (file)
@@ -3,7 +3,7 @@
  * passwordcheck.c
  *
  *
- * Copyright (c) 2009-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2015, PostgreSQL Global Development Group
  *
  * Author: Laurenz Albe 
  *
index 32c724e5ce2fded164be54deefaee289b16c5197..d81f93bba7951cd3c87070d2b13bb50367d26d25 100644 (file)
@@ -3,7 +3,7 @@
  * pg_prewarm.c
  *       prewarming utilities
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pg_prewarm/pg_prewarm.c
index 799242ba6a7ef6f159f414bf3fc90bcfe7a25e8b..2629bfca34f1b77793bcf37b9bd7f5cc269b2a5a 100644 (file)
@@ -48,7 +48,7 @@
  * in the file to be read or written while holding only shared lock.
  *
  *
- * Copyright (c) 2008-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/pg_stat_statements/pg_stat_statements.c
index f7a73cb72c214f29d225670667bba907b4bf1c3d..529e1dbfe976fb799ac8712da12c8a0bf8d4fe02 100644 (file)
  * 7) Mark state 3 final because state 5 of source NFA is marked as final.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 56db0dd654000ec61c5d0a65996cd0a3b9b63a06..87e9031ab4ca7630ccc2609354a9bd195d3fbd56 100644 (file)
@@ -3,7 +3,7 @@
  *
  * server checks and output routines
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/check.c
  */
 
index 4e9d5948fae010909716ef904a99b035ca2b8d0e..a02a8ecaa2391ac31a76eb2bc478ea149ff98cb8 100644 (file)
@@ -3,7 +3,7 @@
  *
  * controldata functions
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/controldata.c
  */
 
index e623a2263277262fd15a52671df4ae2f89431907..941c4bbdd75a965ae9c8d48890866ebedac0dbbb 100644 (file)
@@ -3,7 +3,7 @@
  *
  * dump functions
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/dump.c
  */
 
index c177288255681ecd0000d2c6188c4022ed95e96c..bf87419b18734ef13b6cd58d1082083e5ee5fbd3 100644 (file)
@@ -3,7 +3,7 @@
  *
  * execution functions
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/exec.c
  */
 
index ab9d1edcb6d86f26efb9d018ce8848403fd3e8a6..5a8d17ae0f499cd06ad13e3220693828e409840a 100644 (file)
@@ -3,7 +3,7 @@
  *
  * file system operations
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/file.c
  */
 
index a4dec6ea88ac3a3e6933c2486aa71d49b95eb4c3..deffe046474d6cf9fe7c8fdfc3b2a6bb4adb95be 100644 (file)
@@ -3,7 +3,7 @@
  *
  * server-side function support
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/function.c
  */
 
index c347dfc49326aee3687cc5be7b3c47534d4d2ea7..12549342707f78d69fa2d322bba7d59ce70bf662 100644 (file)
@@ -3,7 +3,7 @@
  *
  * information support functions
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/info.c
  */
 
index cfc88ec03be63daf30480e0fb6e08ed20fa426a3..9b387be21d7ec2954e42ae9ca947fc24292fee08 100644 (file)
@@ -3,7 +3,7 @@
  *
  * options functions
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/option.c
  */
 
index 6354cec2b0f0b22a3dfb4f0e868d96e6e74b35bf..1cfc10f8a2ae1c1edf3887a0badc20629a8f38b3 100644 (file)
@@ -3,7 +3,7 @@
  *
  * per-page conversion operations
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/page.c
  */
 
index 5d2565d44100e5b7d75fe8ce1a9d73704a0d4f23..6da996559a4916a657286a55a49487a3b55c333b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * multi-process support
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/parallel.c
  */
 
index dd1113ecc259428b2bd10f430efddd27f9b91f22..ed7de809c8ee2c5abc3b17614ba39b7c01afcb8b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * main source file
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/pg_upgrade.c
  */
 
index c3b81e4a08308b317aa14ac8e76c91cabecd2f3e..19d59f523740124bcff3be5715d0259ff831d601 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * pg_upgrade.h
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/pg_upgrade.h
  */
 
index aa6aafde5e97d70ff1673599a56197fed388c038..70753f233dcb101aa99afae0c628cd915640630c 100644 (file)
@@ -3,7 +3,7 @@
  *
  * relfilenode functions
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/relfilenode.c
  */
 
index fc0d22e2df7e3f61e763cbfadbea0f125ee28b2c..c5f66f096329a7201a403228f0e88222b9f09628 100644 (file)
@@ -3,7 +3,7 @@
  *
  * database server functions
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/server.c
  */
 
index 68e9cb241c75dbc0bb42a976733238d7e77de717..eecdf4b298367d059e8b0b4a68681ef6a9658c23 100644 (file)
@@ -3,7 +3,7 @@
  *
  * tablespace functions
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/tablespace.c
  */
 
index 3bda7904aaf3264ac67539b75ada4f902bf871fd..75b635799de7f96e9ffcb2682ee2fb3aa9fefc57 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-2014, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 
 set -e
index 79da8d7920e1cc85b5703cb9ce2bddaf527a051c..ec18526d96ef5956358da1b01926d285bc454127 100644 (file)
@@ -3,7 +3,7 @@
  *
  * utility functions
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/util.c
  */
 
index 0f9dc079b21e699ab1ba8dce3cd2e3275b8b9d81..4ae9511d04526447231a43736320eeffe33b745d 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Postgres-version-specific routines
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade/version.c
  */
 
index beaee7611df7b266794f8a42fd959e78957d2e19..f477973449bca1bcbd54315e8691cb79ea04045d 100644 (file)
@@ -5,7 +5,7 @@
  * to control oid and relfilenode assignment, and do other special
  * hacks needed for pg_upgrade.
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  * contrib/pg_upgrade_support/pg_upgrade_support.c
  */
 
index 6ca7012fd906bc80b4d2e1da7dc2537b8acefd83..4f5cad67060de733e62ca4337625008fd16e53de 100644 (file)
@@ -3,7 +3,7 @@
  * compat.c
  *     Reimplementations of various backend functions.
  *
- * Portions Copyright (c) 2013-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     contrib/pg_xlogdump/compat.c
index 03fbe46fc469651656e1317b6af0c38b26659216..c1bfbc261ac5d9a04aa47d9cbfad0ce50a5fa2b4 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pg_xlogdump.c - decode and display WAL
  *
- * Copyright (c) 2013-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/pg_xlogdump/pg_xlogdump.c
index 2761d1d68fb9ce91cc1730148415b5a53e0076b7..25616ceff671d5789ccab416abe5d70591f377a8 100644 (file)
@@ -5,7 +5,7 @@
  * Originally written by Tatsuo Ishii and enhanced by many contributors.
  *
  * contrib/pgbench/pgbench.c
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  * ALL RIGHTS RESERVED;
  *
  * Permission to use, copy, modify, and distribute this software and its
index 61216e5cc03ad8be517ffe0066be85ebe2a5ee0a..4e02cb289dfe6196e110887bf980889d85eba21c 100644 (file)
@@ -3,7 +3,7 @@
  * connection.c
  *       Connection management functions for postgres_fdw
  *
- * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/connection.c
index a75462b02afbf9f588d6bb7c782e6fb92d863907..59cb053e4f4c5a02167e14ea71eee43867c02bdb 100644 (file)
@@ -23,7 +23,7 @@
  * the foreign table's columns are not marked with collations that match the
  * remote table's columns, which we can consider to be user error.
  *
- * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/deparse.c
index 65e7b8946a3e54d41c064e857e26e374fe8d473d..7547ec28172e057f317a8cc782a6c795f09ad091 100644 (file)
@@ -3,7 +3,7 @@
  * option.c
  *       FDW option handling for postgres_fdw
  *
- * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/option.c
index c3039a6480e0d8f4d98f8595ac968002efb2a415..d76e739f0807f3b6319549cfb83a64ab261212da 100644 (file)
@@ -3,7 +3,7 @@
  * postgres_fdw.c
  *       Foreign-data wrapper for remote PostgreSQL servers
  *
- * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/postgres_fdw.c
index 0382c5572fc7cb4e4a8c63b68892615546615f11..950c6f79a22a75acdba6d8338d66fd8ffcb67ce1 100644 (file)
@@ -3,7 +3,7 @@
  * postgres_fdw.h
  *       Foreign-data wrapper for remote PostgreSQL servers
  *
- * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/postgres_fdw/postgres_fdw.h
index cc8b31eb74508db3b3c3d8e63404b16e92b24912..b5cfcfe0e49c272321c529ebe918430928e0539d 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to database objects
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 9e9fa047461db999565fb9e978678aa056d66b20..36c6a37ac13fcd3fd60c408d1f31310dcff7c890 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines to handle DML permission checks
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 16e72b27ec2099560e00a01f1597cb457061aad8..6cb3bf2ef54e08e0e5961ebb327b5c36c5314841 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Entrypoints of the hooks in PostgreSQL, and dispatches the callbacks.
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 2682b37864aa61a44a0733a621c814e2ac24ab00..5e8705131c0b6a2f2f63dfa5d9827e166336d195 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines to support SELinux labels (security context)
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 62a6c2737d2043f4ae74955dbe3bfaee8dd12c92..c0c3ab75d75075ff1b6bbc99d3d856fb3833ff45 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # A wrapper script to launch psql command in regression test
 #
-# Copyright (c) 2010-2014, PostgreSQL Global Development Group
+# Copyright (c) 2010-2015, PostgreSQL Global Development Group
 #
 # -------------------------------------------------------------------------
 
index 1880eb43fa52ce50e80fb8bca3f4ae33b98c8292..c55b2a0f9e46ef90e7e192802fac4e679ea2e07a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to procedure objects
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 14c877ea3218d10da015bc01801ea26c25d44c64..6732ef85884f126241e83f63884209c534c75900 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to relation/attribute objects
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index fc103b0260f63ade33bdf0be9b914181ebe8d969..8b2b054c7e0398b4f7268eb1070f473a6da2c746 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Routines corresponding to schema objects
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index b7a1083ee62cd0ca2e08190a0a9506121680dd78..e0912795fa3eb766326263f55e1dea6793d3ae22 100644 (file)
@@ -5,7 +5,7 @@
  * Interactions between userspace and selinux in kernelspace,
  * using libselinux api.
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 6dadb1dea57ce6f550ff1b9e24dea4c282e8dc13..46ca2279f4b45fbe4ba35b53e54642ae880d2063 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Definitions corresponding to SE-PostgreSQL
  *
- * Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index b014b01f36c452fd30b989a3394aca14a38a2b1d..428bf89d7ee7cd67a8cbcc2a615a43cc95f35848 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-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2015, PostgreSQL Global Development Group
  *
  * -------------------------------------------------------------------------
  */
index 10ee8c76dbe4cd3854a4d000a6ff66af52599646..3388fab9a425eb55e48bca8bd2a17292281b99ec 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh 
  *
- * Copyright (c) 2002-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2015, 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 a983bab2ee5bed0184e09209cce827bb25e442f6..911a69bfadc564ae0bdaf99943a8e3e670058f52 100644 (file)
@@ -10,7 +10,7 @@
  * And contributors:
  * Nabil Sayegh 
  *
- * Copyright (c) 2002-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2015, 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 7ad2898308ff720c65b46efd2d8962413c1bd179..af1ba920a611fbf3f85d25b183e7ffe01d343add 100644 (file)
@@ -3,7 +3,7 @@
  * tcn.c
  *   triggered change notification support for PostgreSQL
  *
- * Portions Copyright (c) 2011-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2011-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fdbd313cda5b5cec0580449e8557c03650293175..963d5df9dae19b32748258e3337f1a08291c3cad 100644 (file)
@@ -3,7 +3,7 @@
  * test_decoding.c
  *       example logical decoding output plugin
  *
- * Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       contrib/test_decoding/test_decoding.c
index bd30d875158dbe5b9f283856d77a8d76eb4c39b9..143dabba407d6e34670f80e785dd5434a1b4c12b 100644 (file)
@@ -3,7 +3,7 @@
  * tsearch2.c
  *     Backwards-compatibility package for old contrib/tsearch2 API
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 7c4072ed93092d4b949c9f3366261c362175f646..eafb4107b0d0f0efb22407b46c1d9f02812b396f 100644 (file)
@@ -3,7 +3,7 @@
  * unaccent.c
  *   Text search unaccent dictionary
  *
- * Copyright (c) 2009-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   contrib/unaccent/unaccent.c
index db0c6a97aa3efc7ab120f822bd7a9ebda997300a..06fd0c7daac719f2ffcc8eb861c44965565b36de 100644 (file)
@@ -2,7 +2,7 @@
  *
  * UUID generation functions using the BSD, E2FS or OSSP UUID library
  *
- * Copyright (c) 2007-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2007-2015, PostgreSQL Global Development Group
  *
  * Portions Copyright (c) 2009 Andrew Gierth
  *
index c2e5bad438b6184159db5162d73cfd8773a423ea..43130dca8afcf181a990dd1bdfe260896c2d3fa8 100644 (file)
@@ -3,7 +3,7 @@
  * vacuumlo.c
  *   This removes orphaned large objects from a database.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 156db523e729f2fe4b98040fdaca64672cb93ebc..a7e630ecad4b0852fa0ea66211a7e64f7ff5c2b4 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 # Generate the errcodes-table.sgml file from errcodes.txt
-# Copyright (c) 2000-2014, PostgreSQL Global Development Group
+# Copyright (c) 2000-2015, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index 1bd42fa6b8d91368a01500d5a8322b0688ca413a..6b9f4dbc9592b965c1d76f9fe002f4f8dffa2c16 100644 (file)
@@ -1,9 +1,9 @@
 
 
-2014
+2015
 
 
1996-2014
1996-2015
  The PostgreSQL Global Development Group
 
 
@@ -11,7 +11,7 @@
  Legal Notice
 
  
-  PostgreSQL is Copyright © 1996-2014
+  PostgreSQL is Copyright © 1996-2015
   by the PostgreSQL Global Development Group.
  
 
index c0174b71bee76f95d8b462706251ca6de5c826cf..d6fb8c5ac4f40eda8435dbcb4e87f61ce1a9653f 100644 (file)
@@ -670,7 +670,7 @@ SELECT lo_export(image.raster, '/tmp/motd') FROM image
  * testlo.c
  *    test using large objects with libpq
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 870a02292fcc9ce4f4f99cade49836d8f8876a51..4f0ea3f60c3a25f92fca62ea498d10f583a3d8d2 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Makefile for the postgres backend
 #
-# Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/Makefile
index 15d1f9d2b6a2f70732c9dc712d5f3e43fc1482c9..c93422ad6132be0df55b3dc7ff2078ccf3389746 100644 (file)
@@ -4,7 +4,7 @@
  *
  * See src/backend/access/brin/README for details.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 009f199a6b782096b1323120135528179d786321..68ea7d533576d39ec6b902132d1666ad533fc302 100644 (file)
@@ -2,7 +2,7 @@
  * brin_minmax.c
  *     Implementation of Min/Max opclass for BRIN
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0b6fbeb603cd49117ee58832709dc0ff4c614a72..4e9392bd8242aae1db0345e626a28482cb291f0a 100644 (file)
@@ -2,7 +2,7 @@
  * brin_pageops.c
  *     Page-handling routines for BRIN indexes
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index adc7d0b8473bc2b8f129ef152c4e94229ba6508a..5e4499d15ae366b08909b2c2b9898dde3224f069 100644 (file)
@@ -12,7 +12,7 @@
  * the metapage.  When the revmap needs to be expanded, all tuples on the
  * regular BRIN page at that block (if any) are moved out of the way.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index af649c00afc277f3767f22d5aca5e5bd7dfbb2b1..93f00f6a8fe0b977b6a616cc4552fe220793d71f 100644 (file)
@@ -23,7 +23,7 @@
  * Note the size of the null bitmask may not be the same as that of the
  * datum array.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e6a1750975327c4dd6f313841aa1e4f35822b62c..49261aa1f160ed40cf007f95a199a77137defaee 100644 (file)
@@ -2,7 +2,7 @@
  * brin_xlog.c
  *     XLog replay routines for BRIN indexes
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 009ebe7a1cbfb0d5fb4f76578e7831ae6b2dd863..867035da7da5badffa46916842052042c0ed7a07 100644 (file)
@@ -45,7 +45,7 @@
  * and we'd like to still refer to them via C struct offsets.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8d9a89303891fae171a4f081ab5af946daf7017e..dc588d7734ea1ec767869df5820b58a751969837 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c7fa727485c69fe30ce2a1abc77c92c7d51dff02..baed98154fc628978b5282d0a19f4f4b2ed209f9 100644 (file)
@@ -5,7 +5,7 @@
  *   clients and standalone backends are supported here).
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c16b38eed8bcbbce40985636bdb3ae0c478ba47c..f008fab8211705a2c73917e51dd8d8039b065267 100644 (file)
@@ -3,7 +3,7 @@
  * reloptions.c
  *   Core support for relation options (pg_class.reloptions)
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 85c31c49c1a23bd75451b096fa1bdd1948601678..ca1a5a7b9607e330f414af98d8d47bafdcc804a0 100644 (file)
@@ -3,7 +3,7 @@
  * scankey.c
  *   scan key support code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2e48b32ba3baee3f228802e86d072fe91fbece0d..945a6a2065b9da9664726f41531222b3c5c2ed22 100644 (file)
@@ -9,7 +9,7 @@
  * executor's "junkfilter" routines, but these functions work on bare
  * HeapTuples rather than TupleTableSlots.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f3b36893f78927a2ff3ee45fca01547874dbefb9..41d71c85c9cca8b03553f5c9c3c4e8ff9fc20860 100644 (file)
@@ -3,7 +3,7 @@
  * tupdesc.c
  *   POSTGRES tuple descriptor support code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 66cea28113a37e963f269efe692f7448de693d77..9c26e778662fcd25d4f2165b7f197292195199fc 100644 (file)
@@ -4,7 +4,7 @@
  *   support functions for GIN's indexing of any array
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 99f40a871f0f4656eaf809f69ca076d975121d0b..5b6aa93e2c5987bd828a64f330a870e364d30390 100644 (file)
@@ -4,7 +4,7 @@
  *   page utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3af027187ac485807941dbbb6fbbf977f6acc1af..e40e5be36bc77f2c6b7cc0863a0aaa93f08fd529 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for fast build of inverted index
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 012225eaa35b90032cab677c42d4da7bd18e665b..8e81f6c8687b9d313136ea85229de76e335d3ea5 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for handling GIN posting tree pages.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2dae7b95499f3eb544d6b1dcbdf720f99a645278..9997eae1bcdedff4cdff1db12e4e2f520ca00281 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for handling GIN entry tree pages.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f559a2f3d80e6aaa34b041e4643e5fec5d06e4a1..c5732c3dc030ad6be789d424a09a09de9b216c48 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 144ed504dc28e40bb54ac0ac5691824c0e49a55c..3494d6b0b58a75adfcc3cae2c667286dec252127 100644 (file)
@@ -4,7 +4,7 @@
  *   fetch tuples from a GIN scan.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c1ad0fd8c4db24b244d71679c9418d22a3c01f83..cc8d9d92ee918e39b21a4f89ac5b37303c203e1f 100644 (file)
@@ -4,7 +4,7 @@
  *   insert routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 052abd2bd8e0e906627904368daac0f82ee1200e..a0cfc9c76eda8e9ef9217efee23d83d4a8d83667 100644 (file)
@@ -24,7 +24,7 @@
  * is used for.)
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ea59dea13d11d7096da87f4adca19445eca7a6eb..6337b1a8fce27da9a5de1f09c4205e15a5c43e66 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for dealing with posting lists.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 66c62b2e32a2dcf3c57a07605833615f00f5c51d..7ab795ce0d6dfd2c69af1480a597340e9a4de525 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to manage scans of inverted index relations
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f593a7224f2d871ec0c17ea08d6c47a5c6da908d..445466b4477a5a2213a8a959b504de51efe27a5f 100644 (file)
@@ -4,7 +4,7 @@
  *   utilities routines for the postgres inverted index access method.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6f32600ed7967a6057f71acd902773aa002179b0..9e76df36129f0497637bf295ce8e2428532e1a22 100644 (file)
@@ -4,7 +4,7 @@
  *   delete & vacuum routines for the postgres GIN
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6c0042bd7956587c46600dac04d748eb23800238..bea7055604fee07588815f0fce1b04d8f0e2b8ef 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for inverted index.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2141045f994be5ff8089071aad1c254fa21adfa6..db2a452a4abb10e85d45d7cbc144ce27a854ecec 100644 (file)
@@ -4,7 +4,7 @@
  *   interface routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 09a9df4974b008019a70171e9a7d43d11c998aa9..ff888e2e01d299f53e9bd59dd8803d15ed647b93 100644 (file)
@@ -4,7 +4,7 @@
  *   build algorithm for GiST indexes implementation.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4937c38b4ef0df81199299934881d8cfbf9b141e..9b401882c895b0157e251d802dc767facb9a6373 100644 (file)
@@ -4,7 +4,7 @@
  *   node buffer management functions for GiST buffering build algorithm.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e5eb6f66a4937de70782e9b30ec4eae2a3afb18d..717cb85f7739952a974815dbec3099307aa8f963 100644 (file)
@@ -4,7 +4,7 @@
  *   fetch tuples from a GiST scan.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index db0bec6e3e566217d36b57d5a9ab1091f7368c38..4decaa6f14dd1cd7c9877d9b59c1a6f77abe24ab 100644 (file)
@@ -7,7 +7,7 @@
  * This gives R-tree behavior, with Guttman's poly-time split algorithm.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index eff02c4dbdea464de96f0651d73dd1b62cf67cd3..cc8d818e11df581946f31de3a7a51a639979ef40 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to manage scans on GiST index relations
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e1994bf04b5f1c0879175f08fb043c9011d9bf25..cacb010208265606c8cf1f8d52dd7b649d3f7648 100644 (file)
@@ -15,7 +15,7 @@
  * gistSplitByKey() is the entry point to this file.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f32e35ad1596de9f1a78fad11d7a2b66f69c51f6..38af0e0cb0a0a13267a4f2ad982c6a7f7fde47b7 100644 (file)
@@ -4,7 +4,7 @@
  *   utilities routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 278d386a7cdac354f5755c0325a758b38977f7fd..2337dbd7f9d71e6fd51bdf94643dae67c2e1ea8d 100644 (file)
@@ -4,7 +4,7 @@
  *   vacuuming routines for the postgres GiST index access method.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0a4f04810f281fbd47006d74d9ed5f77958456b1..fbdbb3c51f2e7fc7e40c918bffe063537836233e 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for GiST.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 673459fd6c14441360f49f6176bfdb565017e47d..24b06a53314343807be0d96abf43c44e479b2a51 100644 (file)
@@ -3,7 +3,7 @@
  * hash.c
  *   Implementation of Margo Seltzer's Hashing package for postgres.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c61fec6b84f08adc7abc6f1f023e3f61de50426a..9ee654e1446ff727d095b565c0055816c0b16f88 100644 (file)
@@ -3,7 +3,7 @@
  * hashfunc.c
  *   Support functions for hash access method.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 05e9808b8ad0b7991029d31ebe9aafdf65abc036..63aaec9f9063ac25e04818a8d342c506f692a18d 100644 (file)
@@ -3,7 +3,7 @@
  * hashinsert.c
  *   Item insertion in hash tables for Postgres.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 628c05698b9c901e00b97c565691c4a736b521fb..b7751642476d67afddae900144dda42b176d7bfc 100644 (file)
@@ -3,7 +3,7 @@
  * hashovfl.c
  *   Overflow page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0aaa15c389e392cbab0da9fb472a97e0e5aa48ee..46c6c9666e5e846daac7074baa0b0501c8ae3e22 100644 (file)
@@ -3,7 +3,7 @@
  * hashpage.c
  *   Hash table page management code for the Postgres hash access method
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b5867f4da5d6969c6aac27aeffa21e0460a3fd38..0b5b55c076beb3c0c4f6d60ceb7bd4516ebe5b0e 100644 (file)
@@ -3,7 +3,7 @@
  * hashscan.c
  *   manage scans on hash tables
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5aabe06606491e1bb143e3a3d9eda70fe937b45c..e9d7b7f7a9386db4bc1857be8de8661ed2b6e6e2 100644 (file)
@@ -3,7 +3,7 @@
  * hashsearch.c
  *   search code for postgres hash tables
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index faf4fc24e69b04953f6853c699c02c0b48f8bc8e..c67c05773470e8956a4a4884abcd4dbd7a35d16a 100644 (file)
@@ -14,7 +14,7 @@
  * plenty of locality of access.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 43652921ac1c3cc98bb2b4981faa451033c1ea32..3d66216474971ef510b9e021c5f0e6663580df44 100644 (file)
@@ -3,7 +3,7 @@
  * hashutil.c
  *   Utility code for Postgres hash implementation.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 24e300ca001737eb02540f75c054e9dbe670f9da..21e9d067b6fc6b47774dce8c9e872e70ead78038 100644 (file)
@@ -3,7 +3,7 @@
  * heapam.c
  *   heap access method code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 631af759d78fef6c9e909b50fc48ef37b32cbae9..6d091f63af0dfda8c24607517fdad08631df11ef 100644 (file)
@@ -3,7 +3,7 @@
  * hio.c
  *   POSTGRES heap access method input/output code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2c0912878bb572623906bd83ebfc9bc0b7863b69..563e5c353cda36784da1b6f4b609e677a70e5e86 100644 (file)
@@ -3,7 +3,7 @@
  * pruneheap.c
  *   heap page pruning and HOT-chain management code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 97388657863b4ddfc403d9d88d9375fb82a92217..af5c158fc68984a776065be05b46a7d4ccf07ea4 100644 (file)
@@ -92,7 +92,7 @@
  * heap's TOAST table will go through the normal bufmgr.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index 7ea1ead543f229dcbc53603baf2fde2bde5f98fb..ae7589abefd79015a56d0a78b46349e83f42e243 100644 (file)
@@ -36,7 +36,7 @@
  *     ss_report_location  - update current scan location
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d230387c85920748a99e9a79fe918acbef238689..2d53c8e5ff7ab22459c19f10a082eb131e01a93f 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for external and compressed storage of
  *   variable size attributes.
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 350a52fc52a35a28fb6544c52ec908b8ff9a77ed..7c387720d3b5f104bc3e4ae0557b391fec4f61a7 100644 (file)
@@ -3,7 +3,7 @@
  * visibilitymap.c
  *   bitmap for tracking visibility of heap tuples
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8849c08e548ff12bd7f4a5a440fdba9b35182bde..ddc088f781baf5bc14867235beade5e15271701a 100644 (file)
@@ -3,7 +3,7 @@
  * genam.c
  *   general index access method routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 53cf96fc103a47bd546d506b72e925f86fd23004..00c1d6937665f32c88f3ddb2bff3ac130afebd58 100644 (file)
@@ -3,7 +3,7 @@
  * indexam.c
  *   general index access method routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b1f9ae36850f73aff1237cdb639cb11f1e9cf45c..8ce800945acf838e6017e682df6dc59f783bb829 100644 (file)
@@ -3,7 +3,7 @@
  * nbtcompare.c
  *   Comparison functions for btree access method.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2c4f9904e1a5ac60779a39b803219a2cb1dcd38a..7db8a9613d12f78d3d9cada780936da37ac0849a 100644 (file)
@@ -3,7 +3,7 @@
  * nbtinsert.c
  *   Item insertion in Lehman and Yao btrees for Postgres.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a25dafeb400bfae53d215705352c1d9df33b65b2..0f4128253f4b578081de5da21dd513b1d949fee2 100644 (file)
@@ -4,7 +4,7 @@
  *   BTree-specific page management code for the Postgres btree access
  *   method.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d881525bd38bb196a2d6691b82d75cf4774e8053..3af462b1b927dd05cc4046942ac20c92e00ac42d 100644 (file)
@@ -8,7 +8,7 @@
  *   This file contains only the public interface routines.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6150b24d02f4d260bb259c703965d40d49244e65..a681d6b8de09a42e5ff2eed88f7d40823311839b 100644 (file)
@@ -4,7 +4,7 @@
  *   Search code for postgres btrees.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 761688214a347076e6a7e7b8d191f686d815540c..ce8b674e411f487d95ddeb96e6fb58a7e19cde4e 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a5604679b4a5dceabdbe7b360d18b93c86b06644..43e048cc0c04e451eb8e2c288329619c0a2c1d6f 100644 (file)
@@ -3,7 +3,7 @@
  * nbtutils.c
  *   Utility code for Postgres btree implementation.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 416c5fc6b306c9a3735c2bdee6d1c7250ed266be..e2ace5c1f6b64f8f8b9cbc9f39307d048e07010a 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for btrees.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6cda6f8ffd968c6dfeb9b9f31205bd5c582905d7..8552678a7ada0bbe218a977dc115f124f4ddf623 100644 (file)
@@ -3,7 +3,7 @@
  * brindesc.c
  *   rmgr descriptor routines for BRIN indexes
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8de72963e6f66dd01289c64b42a7d854281766a9..70c02c6ec963ee5821b7b59dcc7dcc61b0a2f1ed 100644 (file)
@@ -3,7 +3,7 @@
  * clogdesc.c
  *   rmgr descriptor routines for access/transam/clog.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6efabd9db70d911668821b1538eabcce0fd3bfc3..088fd1bc8b684fc36e08a74f056d1951dce65b18 100644 (file)
@@ -3,7 +3,7 @@
  * committsdesc.c
  *    rmgr descriptor routines for access/transam/commit_ts.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ee1d83baa4cdf3a3f6b0120f3afaa8d060df8780..de199a3bbdffb411ad7becd1ac2e868b15a59fc3 100644 (file)
@@ -3,7 +3,7 @@
  * dbasedesc.c
  *   rmgr descriptor routines for commands/dbcommands.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8754214f644288216b8a598704b5340eebcf3d95..324efa3769906c81cf23f44e167b40f56915c02e 100644 (file)
@@ -3,7 +3,7 @@
  * gindesc.c
  *   rmgr descriptor routines for access/transam/gin/ginxlog.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 576c644c2ac758325a287df50c4bb19849e94c81..b199c6fa20795406b3cb5f3563b193a02dfa05d1 100644 (file)
@@ -3,7 +3,7 @@
  * gistdesc.c
  *   rmgr descriptor routines for access/gist/gistxlog.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 71afaa9cbd6ff2e8a6af994aa8a06db2847d15a9..4c940a6dab9e2d619911117349b6d44753e6fc17 100644 (file)
@@ -3,7 +3,7 @@
  * hashdesc.c
  *   rmgr descriptor routines for access/hash/hash.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 958b0b0e85cd6443bf143d07f416df5a02a52cd6..d3b60a27a52545695d139bd1d068913935ddca96 100644 (file)
@@ -3,7 +3,7 @@
  * heapdesc.c
  *   rmgr descriptor routines for access/heap/heapam.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0902cb73c6a2102a656155c7a9cb88f7d735a413..572951ec2f11d67f77be1842d99b4853d365c47e 100644 (file)
@@ -3,7 +3,7 @@
  * mxactdesc.c
  *   rmgr descriptor routines for access/transam/multixact.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 85795f6409de68095adc05d1fedcc5daa4599230..a713d7f222b1b46ab3cad9760f609a682b9d16e1 100644 (file)
@@ -3,7 +3,7 @@
  * nbtdesc.c
  *   rmgr descriptor routines for access/nbtree/nbtxlog.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5bda1da25c408778cd2824f03aa27f2b4b508bbf..7ee228fdee04c95e8a260640df62157305a5a178 100644 (file)
@@ -3,7 +3,7 @@
  * relmapdesc.c
  *   rmgr descriptor routines for utils/cache/relmapper.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b8da96310cb99cd44386fd7a496bda6a78b720b0..b3c320b8dbd15380edac3c719b4473f98ae22e4a 100644 (file)
@@ -3,7 +3,7 @@
  * seqdesc.c
  *   rmgr descriptor routines for commands/sequence.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4e8c06f5b90820ab2f469dbdb5810a3fbe525119..4ae08b1988cc7d7c13b82b7c4bf3932e8907c0d5 100644 (file)
@@ -3,7 +3,7 @@
  * smgrdesc.c
  *   rmgr descriptor routines for catalog/storage.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 319c5f9d709be3a0c411ee6d63a40dcb7cdd0349..6e426d7b8c721037cab754300feb5fc5fc552717 100644 (file)
@@ -3,7 +3,7 @@
  * spgdesc.c
  *   rmgr descriptor routines for access/spgist/spgxlog.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0ce1aa325c47d316c079a1f4fa1bb61b46aefdd8..3d35f38a9da369d19cd4702da4f4c5e56beeec8e 100644 (file)
@@ -3,7 +3,7 @@
  * standbydesc.c
  *   rmgr descriptor routines for storage/ipc/standby.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8b2ebb4d926eb31f18efe1a97d136212885e34aa..192cfe4bd0c8579a420b915d6ecffc0ad1b562b3 100644 (file)
@@ -3,7 +3,7 @@
  * tblspcdesc.c
  *   rmgr descriptor routines for commands/tablespace.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f5450a9b25074a3a81de1c4f115d4254dc348e9e..3e87978cef8d43f7827e2cd533a860e8e2653ca8 100644 (file)
@@ -3,7 +3,7 @@
  * xactdesc.c
  *   rmgr descriptor routines for access/transam/xact.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3604e4a3900b042cc7da6df4f4b20a375d2abe62..2c432f3e2a8b1b7d87933051ab47b739a6e9c643 100644 (file)
@@ -3,7 +3,7 @@
  * xlogdesc.c
  *   rmgr descriptor routines for access/transam/xlog.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1a17cc467ed17a4c329ee1671e23db0496bc4f53..b3fda13fa066251499847b61087942826d3ec7e2 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of insert algorithm
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index f168ac5c5cf7e3cd7d05ffae88897c2608c97a7a..bceee8def52c4ccf368c7e025b9356384ce2c792 100644 (file)
@@ -5,7 +5,7 @@
  *
  * All the actual insertion logic is in spgdoinsert.c.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a056563a303b8857637a6b6ec6bffbf2e7c8f269..6ea0954efb36011450914580e5088d4af1091ef1 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of k-d tree over points for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 055f6b5ee3f60cdb9750b9c67d28068833c4a316..e4b8888de8a544b3128b7328157e9cad088372fa 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of quad tree over points for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 35cc41b3aabbea9cdf5908f2dc27ea4d2005e1a4..3c79fb99b889f2e3d80d00051beb4c2ab04922aa 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for scanning SP-GiST indexes
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1ea1dd1413f9bb7949aa8fdf1cfa3a724bd6af14..e41f2e6a80e14480265f58acf8e37dc8e0e1fc0c 100644 (file)
@@ -29,7 +29,7 @@
  * No new entries ever get pushed into a -2-labeled child, either.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 1a224ef7cc1261721f816b2d1e962a4e7da72a9b..f38287c28d81e9288b88125427628f726387f996 100644 (file)
@@ -4,7 +4,7 @@
  *   various support functions for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c95b80b5c7c2802883422c9e1470ab0bfe24a4ec..dc69d1ed20fccae53547d100e003a57c284f1e3c 100644 (file)
@@ -4,7 +4,7 @@
  *   vacuum for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ac6d4bd369aafb9397a7a4b3396de16150d6061e..6e63300ced5c4cbdba2df98481ec64204451e4d6 100644 (file)
@@ -4,7 +4,7 @@
  *   WAL replay logic for SP-GiST
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index cb7ef28c472704e064a160f0f3e54fcef6f3e897..3a58f1ed8113283073f88087a903d255f145eb0d 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/clog.c
index ca074dafd3319fbb155f34e5e6db1df0144a95c8..dffa5c931cd098c8f1902ac45f36187675724e62 100644 (file)
@@ -15,7 +15,7 @@
  * re-perform the status update on redo; so we need make no additional XLOG
  * entry here.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/commit_ts.c
index fff9f837330c2f62ca12c6eb1960e39c776ffc6f..b2cf770f9f7c0a8480347df6ff8921af4c29b58b 100644 (file)
@@ -57,7 +57,7 @@
  * counter does not fall within the wraparound horizon considering the global
  * minimum value.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/multixact.c
index 15596c7c7f5f7c5d983f6ce0883b0936b14cfb8a..5fcea113eafeafe7cd30073e5300caa1db7431af 100644 (file)
@@ -38,7 +38,7 @@
  * by re-setting the page's page_dirty flag.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/slru.c
index bebaee92160275ca66627358524cd092bd8aa825..c87c8ca1714fe0bf5551d74452da427c6edace94 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/subtrans.c
index 50e64882b8cbe7d94dc8c5badc12eebe7837827f..c6862a8a6ec06c0b95f996f89cd58d63a56673f7 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/timeline.c
index 12982d9b5563db5a948bf7cddd48af5347c0958c..1808177a54e9172de02ae07fc1bf00eee4cd3b7d 100644 (file)
@@ -3,7 +3,7 @@
  * transam.c
  *   postgres transaction log interface routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ad3e87271816e8773b3832480d0a0eb0be65d4b8..6c7029edf0b91894e5755ea65c9d3d218b1a3cd5 100644 (file)
@@ -3,7 +3,7 @@
  * twophase.c
  *     Two-phase commit support functions.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 23cbc2b5a868322aa09051929698e987b8918239..50ffaa8dd4036ec98fe3effea42f51d0fcd3613e 100644 (file)
@@ -3,7 +3,7 @@
  * twophase_rmgr.c
  *   Two-phase-commit resource managers tables
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c5411566686a196c656e8035f9ddd317640d53b5..42ee57fe8d72f85a0cf2ba1886296d2fdefe14a8 100644 (file)
@@ -3,7 +3,7 @@
  * varsup.c
  *   postgres OID & XID variables support routines
  *
- * Copyright (c) 2000-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2000-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/access/transam/varsup.c
index 8b2f7140cfc1b6128428d2b59615442dd65025cc..97000ef616c9732e7b8b9748b52544df1841e0e7 100644 (file)
@@ -5,7 +5,7 @@
  *
  * See src/backend/access/transam/README for more information.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5cc7e4703f3b88d910ecdc9e16af882148b9415f..218de876e4df6728f00f276d25d4ef91a85b2859 100644 (file)
@@ -4,7 +4,7 @@
  *     PostgreSQL transaction log manager
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlog.c
index 047efa2672f5e1566a6bfbf2adc6418e8ed883ef..2a14151f54eb331896ddec1c71bb9e0581b9e6db 100644 (file)
@@ -4,7 +4,7 @@
  *     Functions for archiving WAL files and restoring from the archive.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogarchive.c
index 133143db9293ad5b592a19fec0b26e6a62f8c214..2179bf719e1ff1bf14ccdf42f0382abca29a9e49 100644 (file)
@@ -7,7 +7,7 @@
  * This file contains WAL control and information functions.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogfuncs.c
index f3d610f423cc08f99a4857e91eb400d43d48daa2..a1e2eb806330d0f3211da97a460506a2732fbe78 100644 (file)
@@ -9,7 +9,7 @@
  * of XLogRecData structs by a call to XLogRecordAssemble(). See
  * access/transam/README for details.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xloginsert.c
index db5384c2062c3efe81957e1cc93a4249b04e2dc7..60470b56af7264810d49e3ca5a8cdbbaef6f1d75 100644 (file)
@@ -3,7 +3,7 @@
  * xlogreader.c
  *     Generic XLog reading facility
  *
- * Portions Copyright (c) 2013-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *     src/backend/access/transam/xlogreader.c
index 89b2ba5b08cea44e873a47af81f6f3054865b80b..fa98b8294e827b9ebcf60c28e766907e411b21b9 100644 (file)
@@ -8,7 +8,7 @@
  * None of this code is used during normal system operation.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/access/transam/xlogutils.c
index 5585e9b6b9b2484723387cbf2b66ecb9d7df07de..56fa1aaa5db64736a70cd22b60f64e53adecd1d5 100644 (file)
@@ -4,7 +4,7 @@
  * bootparse.y
  *   yacc grammar for the "bootstrap" mode (BKI file format)
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6ad8b32d99dcf407e2153dfe6c6a980bb87077ce..fa4e2ff108955545034d11ea1f4907a93f319e77 100644 (file)
@@ -4,7 +4,7 @@
  * bootscanner.l
  *   a lexical scanner for the bootstrap parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ed2b05a90554b7b250b70791b4eb9b7fd7676ac5..d33c683a4ee83001714afede9ebb304ae0455489 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 523b37995dbef8b689bcda1d47f62959c1a273df..c773eca80925e137f081f82da60ce57d6f0e2e3a 100644 (file)
@@ -4,7 +4,7 @@
 #    Perl module that extracts info from catalog headers into Perl
 #    data structures
 #
-# Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/catalog/Catalog.pm
index d30612c4d9abbd90dce86b323f3dfbfac50aa034..1e3888e293b9d0420321127407dcab5d83143e21 100644 (file)
@@ -3,7 +3,7 @@
  * aclchk.c
  *   Routines to check access control permissions.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2eb2c2fddf605425351829104a01c5e57ae3f092..8e7a9ec2ba3f4b5d9f66a62a310909a84e4ebf56 100644 (file)
@@ -5,7 +5,7 @@
  *     bits of hard-wired knowledge
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3027259a3aa6bac30b665145f00b170d7eb83574..bacb242e4e14c434717899c5451c6d46d4938bfa 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines to support inter-object dependencies.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ca8987907c6d4dc88e9a888ca08f59ff3bf3db48..e1c7fe5bf015795c00e93771faa9761976af87de 100644 (file)
@@ -7,7 +7,7 @@
 #    header files.  The .bki files are used to initialize the postgres
 #    template database.
 #
-# Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
 # src/backend/catalog/genbki.pl
@@ -275,7 +275,7 @@ print SCHEMAPG <
  * schemapg.h
  *    Schema_pg_xxx macros for use by relcache.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * NOTES
index e360482e1dea94a5bc1ca741fdcc95bb60124912..17f7266ed437ff191df7e7cb2b6581163365dc62 100644 (file)
@@ -3,7 +3,7 @@
  * heap.c
  *   code to create and destroy POSTGRES heap relations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 844d413adce0addb1be3bace4b7b33f1a6cc596b..9bb9deb62f98ad5d36bb27fd639681e1056f4ab0 100644 (file)
@@ -3,7 +3,7 @@
  * index.c
  *   code to create and destroy POSTGRES index relations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 05aa56e8593d23521b0114832d5dbc459c8ff00d..fe123addac0ce79ba9d1e6ce20fb040c3dc81291 100644 (file)
@@ -4,7 +4,7 @@
  *   This file contains routines to support indexes defined on system
  *   catalogs.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a036c62a3350a490eec5462da30e8fe840087775..3c6a049b6dae11cabf55f76aba5052e3113b9997 100644 (file)
@@ -2,7 +2,7 @@
  * SQL Information Schema
  * as defined in ISO/IEC 9075-11:2011
  *
- * Copyright (c) 2003-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2015, PostgreSQL Global Development Group
  *
  * src/backend/catalog/information_schema.sql
  */
index 7a063329fe11fe20f75abe832695274e26d0530e..bfb4fdcc66830f1f12d0a67c28950b39bb3fd647 100644 (file)
@@ -9,7 +9,7 @@
  * and implementing search-path-controlled searches.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index eaf7f552bf04a49c1718027cd0b2d66de237ee90..334b73dace20f0dfa8487a8d297fda78d7f407d3 100644 (file)
@@ -3,7 +3,7 @@
  * objectaccess.c
  *     functions for object_access_hook on various events
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 518d060a60d7220d7d0c3931201248ad6e833b1b..825d8b2e131c01582f13433ac9d10d42affbb36c 100644 (file)
@@ -3,7 +3,7 @@
  * objectaddress.c
  *   functions for working with ObjectAddresses
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1ad923ca6c53454d4ee6d125bd202e8da6af8f1a..b56cf287fc17790c08b9c06066314f156905871f 100644 (file)
@@ -3,7 +3,7 @@
  * pg_aggregate.c
  *   routines to support manipulation of the pg_aggregate relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 434dbce97f90729b69c0ff8cb0312adc3f81eda5..226f524cb4b649fb4250109bc379b20d0e459822 100644 (file)
@@ -3,7 +3,7 @@
  * pg_collation.c
  *   routines to support manipulation of the pg_collation relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 041f5ad6865a619a6566fcfa5438bd8e67749104..77fe91858da413a9a1f931d1e728f9285ab7b92b 100644 (file)
@@ -3,7 +3,7 @@
  * pg_constraint.c
  *   routines to support manipulation of the pg_constraint relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 70f37932c435f2faf01498f87173db7d25f22943..c3a403968d0995965a07751b376b404b491ae007 100644 (file)
@@ -3,7 +3,7 @@
  * pg_conversion.c
  *   routines to support manipulation of the pg_conversion relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3e73e0f45b8770ac7dec9a1f827287d2529821ea..cf14ea10bf22720359952f90105c876683e0293b 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7b2d0a7649f78c4ac6b3c5bc6a4b052117be650b..a528a0e47b099615f19ab79f6e4890e18a186d8b 100644 (file)
@@ -3,7 +3,7 @@
  * pg_depend.c
  *   routines to support manipulation of the pg_depend relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 086e80efcfbd168ede2d3cb7044b12722e997555..d87090a31b963a36a5c28a83310aaa3306fba48f 100644 (file)
@@ -3,7 +3,7 @@
  * pg_enum.c
  *   routines to support manipulation of the pg_enum relation
  *
- * Copyright (c) 2006-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2006-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index f263b423c6cec58d9090feb4a7f10aa5c633423b..04687c1a3e14dadd1be1cd14db861a4f8ece8677 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a54bc1b1faadb5ce87bc443c852f9d8b9837a84d..387c920d51389874882bcea63fcbebbb49c077b6 100644 (file)
@@ -3,7 +3,7 @@
  * pg_largeobject.c
  *   routines to support manipulation of the pg_largeobject relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d241cc87b604f6c248b196880b1186f380b11887..2dc6a28e5892b3043852aa1db8b18b50e1dd81a9 100644 (file)
@@ -3,7 +3,7 @@
  * pg_namespace.c
  *   routines to support manipulation of the pg_namespace relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9a3e20a7aed1bc999d163a18bdf0fa811f58938a..fbc173be304ab15cb124716166e9e1ea109262e2 100644 (file)
@@ -3,7 +3,7 @@
  * pg_operator.c
  *   routines to support manipulation of the pg_operator relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0fa331ad18f87539d3ec198534042e6d61c20202..542539fbc31bb0a1369b7b2a47f8d53095f99268 100644 (file)
@@ -3,7 +3,7 @@
  * pg_proc.c
  *   routines to support manipulation of the pg_proc relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 75c194a189108801121da4dff9c0614fa9265aa2..addbcec8f6e4abe381d3fea626b5b930d4bedff6 100644 (file)
@@ -3,7 +3,7 @@
  * pg_range.c
  *   routines to support manipulation of the pg_range relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5d41ae4a487dad25b6f7ee52e8946b74996c348f..6ddb87bf003b5ed2ecc4cd430aabbdf119384516 100644 (file)
@@ -3,7 +3,7 @@
  * pg_shdepend.c
  *   routines to support manipulation of the pg_shdepend relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f1329f87e10da2f0b43a10f8919b662d3a46b7af..ed8259da5585cb3dae30e8a049ae96880a4669e5 100644 (file)
@@ -3,7 +3,7 @@
  * pg_type.c
  *   routines to support manipulation of the pg_type relation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3f5e1700f06215b0350ba0a9731e55e11c10f856..ce398fca89949ae1298407f0d7a0b17d2a790231 100644 (file)
@@ -3,7 +3,7 @@
  * storage.c
  *   code to create and destroy physical storage for relations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 22b8ceef622603cd4eae9a334cc8305b9e3dad6a..4bc874f5c25fe856f8d950a7fc4d94e256f3f431 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PostgreSQL System Views
  *
- * Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * src/backend/catalog/system_views.sql
  */
index 5ef6dccb91e053b3061e4ef94914e84b2ccafd62..e73252c9e2a2c19cd9aef4f52b978fcd88a70515 100644 (file)
@@ -4,7 +4,7 @@
  *   This file contains routines to support creation of toast tables
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index fcf86dd0d937f56782c1ea721d037959cf2461b0..70a5b8ad1bb8b329fdbfc4c04ece24414345017f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for aggregate-manipulation commands
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e7f4ef3e8e64dec7bad3670575f5c4ab0841a7f9..78b54b4a4181373779b3f84e23055b7e0375c773 100644 (file)
@@ -3,7 +3,7 @@
  * alter.c
  *   Drivers for generic alter commands
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 732ab228cc6f84336aacbc9a49c716f6c0abe3f9..5de2b39d103a398de0ce3ad6be3bf6e038746e6e 100644 (file)
@@ -3,7 +3,7 @@
  * analyze.c
  *   the Postgres statistics generator
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 92f2077d4879e3978b26c261a155ebe1bcb84d5b..b945d9de6f029bc9b4419e62f1860d484cf75ada 100644 (file)
@@ -3,7 +3,7 @@
  * async.c
  *   Asynchronous notification: NOTIFY, LISTEN, UNLISTEN
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index bc5f33fb78574c1073eb14babc9baf39fa57b79a..dc1b37cb69315212ac15e9a63b10c37dd4494c16 100644 (file)
@@ -6,7 +6,7 @@
  * There is hardly anything left of Paul Brown's original implementation...
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 57b6c7afa842e3f1cf722a3dae2671f8bc432207..4334eb96832c1b2b15db6855d5b2ab8c2a57a361 100644 (file)
@@ -3,7 +3,7 @@
  * collationcmds.c
  *   collation-related commands support code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 34f6cae2af0b63ef2a5a248e0af6e7b39982cc64..ed1e46e73c133a1aca70f17dbc282d814c89c696 100644 (file)
@@ -4,7 +4,7 @@
  *
  * PostgreSQL object comments utility code.
  *
- * Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/commands/comment.c
index b0cad4634b235a01dcb6501f102d177fde5b3d5a..561d8fae574e626d09b26a33767b60a072bc4858 100644 (file)
@@ -3,7 +3,7 @@
  * constraint.c
  *   PostgreSQL CONSTRAINT support code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dc55fe5ed449ca22178af7e6e94597424456ca08..f58b0a9e9d2ec7f80d55ee493e9080d78111ab1a 100644 (file)
@@ -3,7 +3,7 @@
  * conversioncmds.c
  *   conversion creation command support code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8b1c727b3399bfa0ea32f32fe0435c12f7be38c2..0e604b7525b88511eb38a2785de0cd2b1af99bb6 100644 (file)
@@ -3,7 +3,7 @@
  * copy.c
  *     Implements the COPY utility command
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 72315c2f3fc5dd7bd218949036e67703148feee7..abc0fe8e58450f99517a3d10d645fafe0522b7ab 100644 (file)
@@ -12,7 +12,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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1a5244cade20b9331c2785007c3f6a407f122964..5e669619bab591547c162b8fa5add12d279773ea 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index dca6e952a52747669892786b2615603e91639aad..638eea153d49a2dc0852a424079f7b2900873f64 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for various kinds of object creation.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9874771e3aa722a8f9634033de7230bf4db924d3..b40ef35ab69f165b960903833fc7150595cf989d 100644 (file)
@@ -3,7 +3,7 @@
  * discard.c
  *   The implementation of the DISCARD command
  *
- * Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 21a2ae441a7e86f9f4d27b5176b801fd9c6f4fd0..e5185ba34d256a86322eca08911681b450ec6a8a 100644 (file)
@@ -3,7 +3,7 @@
  * dropcmds.c
  *   handle various "DROP" operations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7563ae51503d2669da43d116e514bfbf84415e4e..a33a5ada1a90519a240815dae08001991085b25b 100644 (file)
@@ -3,7 +3,7 @@
  * event_trigger.c
  *   PostgreSQL EVENT TRIGGER support code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 064f880a9c41e0d113de8b11e03216b5c981bf0c..8a0be5df0bfc932cfec25eefc3debf9f637b9914 100644 (file)
@@ -3,7 +3,7 @@
  * explain.c
  *   Explain query execution plans
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  * IDENTIFICATION
index 6692bb545c44a6787779c0198983f327f254f574..3b95552a60f08aa22bfda4538ce20dd935246f9f 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ab4ed6c78ece0a3e6e377ce62b102a63108f946f..a3aeabb0ea55916985225464331dead82a901f2f 100644 (file)
@@ -3,7 +3,7 @@
  * foreigncmds.c
  *   foreign-data wrapper/server creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index d3a59aa3567c3c42e588247caedb0829d209f3d1..b3a91fc681f37746f15ddb13f9aa6ccb1f5e7bf6 100644 (file)
@@ -5,7 +5,7 @@
  *   Routines for CREATE and DROP FUNCTION commands and CREATE and DROP
  *   CAST commands.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2b45699107c5fcb2ed8dd5b177a7760e9423f628..e8596698970003aa5c3edbc1bb2c02426b262719 100644 (file)
@@ -3,7 +3,7 @@
  * indexcmds.c
  *   POSTGRES define and remove index code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 13eed3dba2dc4cf9f2c228514652536ab5d6fe03..bdec2ff545c9e61b419ec4b6ef4c2396d80a9ab7 100644 (file)
@@ -3,7 +3,7 @@
  * lockcmds.c
  *   LOCK command support code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b19da4ac63cf109a8ac9d2f90d878d36b8a20de9..74415b8ba0b138c7a451406f8fda7f0f54b0204f 100644 (file)
@@ -3,7 +3,7 @@
  * matview.c
  *   materialized view support
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4b2baaceff0505ad1429335537d9d4144fcfe049..16f6f0503c92e10383496eb5b904991922948135 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for opclass (and opfamily) manipulation commands
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 85b81b7928ff0981c2dc0e20a95cf4a1c2624c65..29960191c046809d39a9501e35bafb4aa293ab52 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for operator manipulation commands
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 290c826a68040d10b2db7b3a1da2543df7f7a789..9b79d8863329a3c10aaee81d4789b6dcbb57ce64 100644 (file)
@@ -3,7 +3,7 @@
  * policy.c
  *   Commands for manipulating policies.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/commands/policy.c
index 28e785afb848ebd7688737c8d8d537d4d999fa48..2794537721f96e73b831b1cacf221b767f1b09bd 100644 (file)
@@ -9,7 +9,7 @@
  * storage management for portals (but doesn't run any queries in them).
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 10168e3e801c98a0664509491dcbc66ac797b91f..71b08f01bf3cf9c8ce6a18d88d40bd3aa67e426b 100644 (file)
@@ -7,7 +7,7 @@
  * accessed via the extended FE/BE query protocol.
  *
  *
- * Copyright (c) 2002-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2002-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/commands/prepare.c
index 6fb34637f8833b12f007da4595ebf2a48fdd076b..07224616145947df7597b16524759cd589d09de8 100644 (file)
@@ -3,7 +3,7 @@
  * proclang.c
  *   PostgreSQL PROCEDURAL LANGUAGE support code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 03f5514d39b4ee00db86b22d7875a68f5c1a4061..a44dbf453e4c1527366ab5f9163a7c3b833cae71 100644 (file)
@@ -3,7 +3,7 @@
  * schemacmds.c
  *   schema creation/manipulation commands
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cff7bcbd9b0169d6fc158d9af5bda17f43d203b1..6e15bc8de7ba89bb25917b0492dd431f254c49f1 100644 (file)
@@ -3,7 +3,7 @@
  * seclabel.c
  *   routines to support security label feature.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * -------------------------------------------------------------------------
index 811e1d488040eebf767c44dfd368c9df00cb6c55..622ccf751845498f886fc9fe0d993fa299d1ec20 100644 (file)
@@ -3,7 +3,7 @@
  * sequence.c
  *   PostgreSQL sequences support code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3c0cdea265e5e70196852c3359e944ee4a282c1a..66d5083e4aa2832b682a1af602c73eaae650d464 100644 (file)
@@ -3,7 +3,7 @@
  * tablecmds.c
  *   Commands for creating and altering table structures and settings
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3c9af5776a0a0ed31de48b57bbb052b4152cfabc..e098b9f9685a1bddd85acfa77f139516ebdd605c 100644 (file)
@@ -35,7 +35,7 @@
  * and munge the system catalogs of the new database.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ebccfea3d7c347dfbfc683e6e4b646d76092d3aa..4899a278ebf0bd25a33f7711034c217d2be16651 100644 (file)
@@ -3,7 +3,7 @@
  * trigger.c
  *   PostgreSQL TRIGGERs support code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5d8a0011824b5bd3ec624c6d457faff4bb0bcfcb..c6f89941e82e81a5bc68129807bfd98dd740d23f 100644 (file)
@@ -4,7 +4,7 @@
  *
  *   Routines for tsearch manipulation commands
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cbb65f8921a4be91de1e31b40a513aef00f74b5f..322a3c7e3be9b3cb702b1b39938b7d3040ef32e4 100644 (file)
@@ -3,7 +3,7 @@
  * typecmds.c
  *   Routines for SQL commands that manipulate types (and domains).
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1a73fd85582b4923b8969694acf60504cefd1c8d..2210eedb99a44751269ef3761f0abbcc48d98a9a 100644 (file)
@@ -3,7 +3,7 @@
  * user.c
  *   Commands for manipulating roles (formerly called users).
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/commands/user.c
index e32e0399f8951a78b78c73dfeb81f9f8fc05326e..a787e8071fee739d543dff1918ffead05448bfce 100644 (file)
@@ -9,7 +9,7 @@
  * in cluster.c.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 101d43e7aad665ee112be2c0ed8e291ee25880b0..e653bbdd48d2e58794021d7476e73c1bf32a5baa 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6ce8daeb95a6e7091ab5adf2852134a7fae8feff..2d0a44effe797e7f3d0c297dd5efb7989743b0dc 100644 (file)
@@ -4,7 +4,7 @@
  *     Routines for handling specialized SET variables.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 184bcd0582ccf578e23e380e72e21983fefd8248..7358723bded2a381baa090e12cfe611250a1969d 100644 (file)
@@ -3,7 +3,7 @@
  * view.c
  *   use rewrite rules to construct views
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7027d7f8051460fd24dd6c40f439941e009f9075..6ebad2f03f0b8c84c0eb6db4e8b2e86ba7b616d7 100644 (file)
@@ -3,7 +3,7 @@
  * execAmi.c
  *   miscellaneous executor access method routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/executor/execAmi.c
index d5079ef7c4cf6c898da67d8ef128be8ac17b88cf..1c8be25da7d88bc5fdb71aa78a3ec9c6eef5213a 100644 (file)
@@ -3,7 +3,7 @@
  * execCurrent.c
  *   executor support for WHERE CURRENT OF cursor
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/executor/execCurrent.c
index edc1e25111cd62767eafd60cc127f90e4e10d507..183115fa3263e71239e1c1f99632306e836b05b6 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 45d6477c2e74fa0ed145ef040215a2c24876e3eb..41a09e2e41687fdd595309adc441f39fbb3aff12 100644 (file)
@@ -3,7 +3,7 @@
  * execJunk.c
  *   Junk attribute support stuff....
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8c799d3c21b480e38bf7ba60a88650d7493cf4fb..5b70cc90f65f4cd336b596d648573009ac5e9290 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e27c0627bc47e6c66d9298075ad55c763cfadd81..9892499fb7a4e02a35e65f448d72012c84f7ea23 100644 (file)
@@ -7,7 +7,7 @@
  *  ExecProcNode, or ExecEndNode on its subnodes and do the appropriate
  *  processing.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 88af73575c0f22d6f3b9457036f16e33cdaf47c2..0e7400fe086dd59a6e0cee9dbfed704a80afd619 100644 (file)
@@ -3,7 +3,7 @@
  * execQual.c
  *   Routines to evaluate qualification and targetlist expressions
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 13195194fa4be38bf4b48a03efb2be2fff89cdaa..3f0d809387581f69a8e31d14450d536d0f69fe48 100644 (file)
@@ -7,7 +7,7 @@
  *   stuff - checking the qualification and projecting the tuple
  *   appropriately.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 081194160e9a2ac76c3921b1dd9f02fd30b136c3..753754dce66cebc40593096f924f1408129f0b5e 100644 (file)
@@ -12,7 +12,7 @@
  *   This information is needed by routines manipulating tuples
  *   (getattribute, formtuple, etc.).
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d5e1273e91c35c308aae9fa902556e5842a8f1d5..32697ddaac1b75a855001b9ec0f98bf301f4bae7 100644 (file)
@@ -3,7 +3,7 @@
  * execUtils.c
  *   miscellaneous executor utility routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4d112604bb70567cbb2e8496a4831f36c8c45912..84be37c7a39d5a8d19ddc522640b45c8ebdfdf60 100644 (file)
@@ -3,7 +3,7 @@
  * functions.c
  *   Execution of SQL-language functions
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a5118a4ebb5ba1846656080d46aa8e47963f9000..f5351eb3975bcb5c8d45ebe42744391a4415d3cc 100644 (file)
@@ -4,7 +4,7 @@
  *  functions for instrumentation of plan execution
  *
  *
- * Copyright (c) 2001-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/executor/instrument.c
index 510d1c50e9c5559bfa70fb4fbdf15a006029b5bc..08088ea3c0c5ee9a36f14cb020253d08b9d3d93e 100644 (file)
@@ -85,7 +85,7 @@
  *   for a window function.)
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index ef121c420de25260d13d0cbe3f9d24e6495610f6..2cffef8f4b7da02d3ab39e9331a45fc378b9fb56 100644 (file)
@@ -3,7 +3,7 @@
  * nodeAppend.c
  *   routines to handle append nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8020c7f526de8e60c89dac18182ecec43c55f9a9..205980e16906395f1f2c91835c4026b6f05135a9 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapAnd.c
  *   routines to handle BitmapAnd nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9b1e97578d0867eb4d1442a7bce7815e20bb4c18..8ea8b9f16be7792f23467e598df3d9f677825c92 100644 (file)
@@ -16,7 +16,7 @@
  * required index qual conditions.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 91f9e706d82789f00d4c822c05d825c0714b8677..77fc1e504a62854c4885f551cfc1348fab8aaa89 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapIndexscan.c
  *   Routines to support bitmapped index scans of relations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2306d3988d7ac13b03beca61e49c2256faac1d4f..353a5b6f625fdfc6c56771b4f3a7cf332bf3ec81 100644 (file)
@@ -3,7 +3,7 @@
  * nodeBitmapOr.c
  *   routines to handle BitmapOr nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5c72c2db089c6834bf9b363a9dd88a34445b4c66..75c1ab3e8aad8693f0e72e1d5647e8f5b44d3816 100644 (file)
@@ -3,7 +3,7 @@
  * nodeCtescan.c
  *   routines to handle CteScan nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 576b295a49a8cf6ba3ff5f0ddf0fa896fd4355c3..b07932b32e56b6edff356e164034ba0c5240e0dd 100644 (file)
@@ -3,7 +3,7 @@
  * nodeCustom.c
  *     Routines to handle execution of custom scan node
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * ------------------------------------------------------------------------
index 9cc53459527a91b36f3b3a3e994ce5b223d9b014..7399053ae7d280d0821e4a0ac132dc6c0705486f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeForeignscan.c
  *   Routines to support scans of foreign tables
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 464170810862ab8074f16f51240f64a07b2898e4..f5fa2b333b55528c0696b4eb997ad817a81bbd7d 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFunctionscan.c
  *   Support routines for scanning RangeFunctions (functions in rangetable).
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 74acd29210ec85a7e43feb2bf24d3c48518508cd..83d562e5119dd2e781ec48ceb96e98755e78704f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeGroup.c
  *   Routines to handle group nodes (used for queries with GROUP BY clause).
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7c5bb77b0c3f63a2fc9737b764793e9a57501e0a..abd70b3b1b3319ac07faf5f413cd7707a8ed2324 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHash.c
  *   Routines to hash relations for hashjoin
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7eec3f333deff3d92d17afb71b383c16e0d385ab..1d78cdf98d4b07cc68f88f6033569a1540247b33 100644 (file)
@@ -3,7 +3,7 @@
  * nodeHashjoin.c
  *   Routines to handle hash join nodes
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index afcd1ff353e71ab39616cd49919c1f8a5d6bd54b..06b7c3c457abc5f4f12eefac4f5d1290bec06586 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexonlyscan.c
  *   Routines to support index-only scans
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2b89dc60f6774f4d861f9ff20dc7d618f176d672..48fa91981ff2a10820e6a764035d20ebb4d857bd 100644 (file)
@@ -3,7 +3,7 @@
  * nodeIndexscan.c
  *   Routines to support indexed scans of relations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0c723ac224dc5bc0c5821f459438e82efe8ef7c0..40ac0d7e839f75c62b3eed5e09ca63956bd2b9a9 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLimit.c
  *   Routines to handle limiting of query results where appropriate
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5dcb9b042aca510e3bffefaee9c219a4e7513ec4..48107d93567ad1802f14c3ca557410f441acf599 100644 (file)
@@ -3,7 +3,7 @@
  * nodeLockRows.c
  *   Routines to handle FOR UPDATE/FOR SHARE row locking
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4a632ee686fa4d4fb296d01bd4a4d4828e7f3c59..115882586948db5bf00740f7942a11967667d700 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMaterial.c
  *   Routines to handle materialization nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 47ed068c7b71fe235d36c52a5c19e44b238b12f7..4e200a8e34687c9a90c9133e0c929b145fb93d8c 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergeAppend.c
  *   routines to handle MergeAppend nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fdf2f4c1a852c07b19ffe044cdb257e53ad68c11..2a5a7acf945d2973eb088684f462026b7d300885 100644 (file)
@@ -3,7 +3,7 @@
  * nodeMergejoin.c
  *   routines supporting merge joins
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8ac60477fb87900ea3c45cea9678473781a01cd8..f96fb2432b6a60a17931201013ca9027e2d6cd64 100644 (file)
@@ -3,7 +3,7 @@
  * nodeModifyTable.c
  *   routines to handle ModifyTable nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6cdd4ffb976c03150af0c463401baaf595d78e8b..e66bcdade716aadbee0074c4210cc549ff82bb8f 100644 (file)
@@ -3,7 +3,7 @@
  * nodeNestloop.c
  *   routines to support nest-loop joins
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index de3d87a5d67c5e1f79da7655292454c4778806be..8df1639954b4321f3291b5f59cb2846edaf1853b 100644 (file)
@@ -3,7 +3,7 @@
  * nodeRecursiveunion.c
  *   routines to handle RecursiveUnion nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1244fccdfbe4e4eb890130704948828990a9e175..8d3dde027ce97d023435d42876b384159d3135ad 100644 (file)
@@ -34,7 +34,7 @@
  *     plan normally and pass back the results.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 53cfda5f9c2d3a9c63e6606458d53f1b07fdca54..3cb81fccc30c6378f99c6dcf0c92d01efbfdf101 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSeqscan.c
  *   Support routines for sequential scans of relations.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 75f6ed98837032e34a075184bef50516e08d9ee6..7d00cc5c8f1dcb082fbb5d87e625eb9c28de0cdb 100644 (file)
@@ -32,7 +32,7 @@
  * input group.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b88571baf831e57ce565203eee87b0dd5ccf68a8..a815cde2ccf153f823ca88743a59e4ef1f505fd9 100644 (file)
@@ -3,7 +3,7 @@
  * nodeSort.c
  *   Routines to handle sorting of relations.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d9faf2000cd84caac73ec0c920bbbc3abb706295..f3ce1d714bd1192d12545a67d1eb22716d70d164 100644 (file)
@@ -11,7 +11,7 @@
  * subplans, which are re-evaluated every time their result is required.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 3d7cce2c9ea6c7944a803d56f585bb1d6c0db08d..3f66e243d2a165a6ba4091c8af947d9e2693c861 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1b2454d49de6cf647b5b7249796836fe40fd807f..203f1ac5759594962fdf8f742a7903499f9de0e4 100644 (file)
@@ -3,7 +3,7 @@
  * nodeTidscan.c
  *   Routines to support direct tid scans of relations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ab3ec9735f430ac0c30961dba1d57a621d57c728..1cb4a8a56bbe21070a5f6d58df88f67ed74682d9 100644 (file)
@@ -11,7 +11,7 @@
  * (It's debatable whether the savings justifies carrying two plan node
  * types, though.)
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8365b8c99f562d679dc19c0196776c7507277550..a39695a0c5ff9cf4d155d298bab59282504a9999 100644 (file)
@@ -4,7 +4,7 @@
  *   Support routines for scanning Values lists
  *   ("VALUES (...), (...), ..." in rangetable).
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8657e2d39fef128402386303e91a9fd87b07d03f..a06790d94a14a42ce86f91e2c4a13cfb79ec8f0d 100644 (file)
@@ -23,7 +23,7 @@
  * aggregate function over all rows in the current row's window frame.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 94ecf754fb118eea0eb15a02b40dd636a4cc1aee..618508e8a393be0cae147ce01eb9cde8609bfaa3 100644 (file)
@@ -3,7 +3,7 @@
  * nodeWorktablescan.c
  *   routines to handle WorkTableScan nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cfa4a24686feac2884cd2ccf2d33ca733c8c838e..4b86e910df827ad425c8fb1487d9720bcb00e090 100644 (file)
@@ -3,7 +3,7 @@
  * spi.c
  *             Server Programming Interface
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c15c99a1f4e7ddb6c779128addaf49e93ab7cbd9..c1fdeb78fcccf39dd1819b47dced5a96a7a43709 100644 (file)
@@ -9,7 +9,7 @@
  * data even if the underlying table is dropped.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 4f5f6ae362b565fb48f1eb1991b88c4aaf40b033..cbe8b78be9e2d3c1f9a3b72bd03ea9fd84f12982 100644 (file)
@@ -3,7 +3,7 @@
  * foreign.c
  *       support for foreign-data wrappers, servers and user mappings.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *       src/backend/foreign/foreign.c
index 91555925c722b57734f9c745ee6665a8823ebd3e..a95747fe420faf84d3e72ee1cf84440c0784db70 100644 (file)
@@ -3,7 +3,7 @@
  * binaryheap.c
  *   A simple binary heap implementation
  *
- * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/binaryheap.c
index 73a647381a07a43ae716a59ff90cc1ec9c63b685..58550f77442980d298281c3b86835f54dd5cf46c 100644 (file)
@@ -3,7 +3,7 @@
  * ilist.c
  *   support for integrated/inline doubly- and singly- linked lists
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4cfc18802b46ba5656de2bff37047f6aca55b80d..213c9d3466cb63210f787e24ac65d43478c151c0 100644 (file)
@@ -14,7 +14,7 @@
  * The pairing heap: a new form of self-adjusting heap.
  * Algorithmica 1, 1 (January 1986), pages 111-129. DOI: 10.1007/BF01840439
  *
- * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/pairingheap.c
index a450aa959ee729e98f400585026941c736a4f395..e938ba49f7a5a10a52a02bd7f27b8b4d70db3f67 100644 (file)
@@ -17,7 +17,7 @@
  * longest path from root to leaf is only about twice as long as the shortest,
  * so lookups are guaranteed to run in O(lg n) time.
  *
- * Copyright (c) 2009-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2009-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/lib/rbtree.c
index 7d0309079da02d94078445e02b075a92a0ae12d2..c725dde5793e1cd8771af083da899c1556759100 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *   src/backend/lib/stringinfo.c
index 2611115ec5c7a264a51f4ddb64ff24c814a3ec9b..e9c8e569e2a354ab086be5578ad14ce3c0f51c29 100644 (file)
@@ -3,7 +3,7 @@
  * auth.c
  *   Routines to handle network authentication
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 52bac4337d3ce71b17f65ac32e1de8f0f165ce6b..89da68f9040676b9933549d5961e972a89f746ca 100644 (file)
@@ -3,7 +3,7 @@
  * be-fsstubs.c
  *   Builtin functions for open/close/read/write operations on large objects
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b05364ced09dccbba068141ff9d2e2d520735c67..1dd7770e5d12b90cf8a91ef4c2e4567261c7842d 100644 (file)
@@ -4,7 +4,7 @@
  *   functions for OpenSSL support in the backend.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 41ec1ad8ad9aeffa69e6dba4b9c8b2e4337afc6a..c592f850c277ba0725ac8fd5bc446b37e1bd1442 100644 (file)
@@ -6,7 +6,7 @@
  *   message integrity and endpoint authentication.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5451db6d97480c275d46b00c34452581ccb921b0..599b63a48b5ee75c29c3bab72dcca32fa8740644 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Original coding by Todd A. Brandys
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/crypt.c
index d43c8ff3fc98657f1f56d78bc0e6628325efc861..f75c4b88be862c90def376a84ada5e6193670a1b 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index acdbab0049635af25ded884757f9fcc71f93019e..995a258764abc5e6b91d1a9cbf83afddc5ff8707 100644 (file)
@@ -3,7 +3,7 @@
  * ip.c
  *   IPv6-aware network access.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 90bc113681c6b17ea8836dca6515e9de9e4a84a8..d066fde1914f8f98ad5872d93fc42867a47142be 100644 (file)
@@ -10,7 +10,7 @@
  *
  * Sverre H. Huseby 
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a4abf3ab8320337445e3bd085a93a9df4430235e..e3efac34ce4e768597c1b3eaac113a0c97e767af 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/pqcomm.c
index dfe3a646a1bc30fded90d2f372a9cb62ecbb7ae6..4d298ea89166ad2953482e8c93e1888617bafc12 100644 (file)
@@ -21,7 +21,7 @@
  * are different.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/pqformat.c
index 6e6b4293e4870bf89713218c07358cd993860cbd..307fb60665c172ce8f8f8db0dd924f37dc7b6fc8 100644 (file)
@@ -3,7 +3,7 @@
  * pqmq.c
  *   Use the frontend/backend protocol for communication over a shm_mq
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/libpq/pqmq.c
index 77e76ac8c75688cb870b01ae04b3f6e84143f9bf..5f17d765816463abbdbbffd3662ec1033014d11e 100644 (file)
@@ -3,7 +3,7 @@
  * pqsignal.c
  *   Backend signal(2) support (see also src/port/pqsignal.c)
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 73c30c53543b913dc80ce768a526213ff7e208f2..a40e57a1a50671d035dc431a8d4e7449798f56d3 100644 (file)
@@ -9,7 +9,7 @@
  * proper FooMain() routine for the incarnation.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c4e1d26a49d9c2707465d573d2f9d782a4a75302..a9c3b4ba5f42e484232e407d3b2f7ababe587e14 100644 (file)
@@ -11,7 +11,7 @@
  * bms_is_empty() in preference to testing for NULL.)
  *
  *
- * Copyright (c) 2003-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/nodes/bitmapset.c
index a737d7d86fcfe7d911718ba2edf242e859c4af8b..f1a24f58af336d968e114a454f8a935a696ea3b5 100644 (file)
@@ -11,7 +11,7 @@
  * be handled easily in a simple depth-first traversal.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 14e190aeac4a3a3c6afc91412456008343fe337e..6e8b308a3e076306784950bd87cecee4dc35b344 100644 (file)
@@ -18,7 +18,7 @@
  * "x" to be considered equal() to another reference to "x" in the query.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 5c09d2f1081d7b81460d533019e15e462862960a..94cab476eb01f698924b995eceec34eb62c87c83 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation for PostgreSQL generic linked list package
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index da59c580b0ea0512b681502f95de7c6e199f0fd1..6fdf44d57367e4b60bb7cb966bee72a6d89310f3 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index ae857a0cbe97239b40cc241d4ce6d3c6b3946734..21dfda7f795b7ca897116adc3e620d302381b23e 100644 (file)
@@ -3,7 +3,7 @@
  * nodeFuncs.c
  *     Various general-purpose manipulations of Node trees
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 629bee5a0ed7904230983b64b6944416ec94180c..9c0b3fe3bb7e0c16746da38368d7a96ddebcdebe 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e3e29f51186afdc581e8ab3f23ed47e4ae03e47e..dd1278bba8ddcb0e854ca93caa55ec4b390e6996 100644 (file)
@@ -3,7 +3,7 @@
  * outfuncs.c
  *   Output functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b21d651f95b7d1d39272a4d4ef03316d6ebbe2c7..2f2f5edb8323366365cda5dd20bb308832cd56b7 100644 (file)
@@ -4,7 +4,7 @@
  *   Support for finding the values associated with Param nodes.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9f7f322419586a9bf80fa8665ae1a5d51cd5f6fa..72b2912761d0a3d99883216900eab07a1ec1c6ee 100644 (file)
@@ -3,7 +3,7 @@
  * print.c
  *   various print routines (used mostly for debugging)
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2c0edff6c1ba804b9105b89a056f2decac201d64..0dabfa7dc9bf4de21762b4bb4ba9e53a25e9b3cc 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to convert a string (legal ascii representation of node) back
  *   to nodes
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a3efdd4eff2cd7007c0d8d2c16464713805b6a2f..ae24d0514fecc8862937d1d8fcf25aca108f140a 100644 (file)
@@ -3,7 +3,7 @@
  * readfuncs.c
  *   Reader functions for Postgres tree nodes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3b074381f4ddf9a16dad9fa1ae6138773551ca20..d8248b1832fa0f987a6da1326c97689dab0e376b 100644 (file)
@@ -29,7 +29,7 @@
  * and a non-lossy page.
  *
  *
- * Copyright (c) 2003-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/nodes/tidbitmap.c
index 12902c06bc9f5cb11a8dd114fc1c3a411b3dad72..b68e303f5e8c0cd3f84b0e47aff0e5f78c721f34 100644 (file)
@@ -4,7 +4,7 @@
  *   implementation of Value nodes
  *
  *
- * Copyright (c) 2003-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 1b9d8d738293ea8ac3dea01649537f270b3d826b..87dbbfbf4da6a02dafd8aa7db23d1639e7740843 100644 (file)
@@ -2,7 +2,7 @@
  *
  * geqo_copy.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_copy.c
index de2a6709dd395dac8309a4f2c455e3bf88889715..1ed38ebe64940312188dc5d6f6593bceb53977bf 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_eval.c
  *   Routines to evaluate query trees
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_eval.c
index 579f94042af9011be601ebaeb2753eabf914c657..96cf701c1c8efefdb8f648091912fb7cb83bd557 100644 (file)
@@ -4,7 +4,7 @@
  *   solution to the query optimization problem
  *   by means of a Genetic Algorithm (GA)
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_main.c
index 8c546732def5e997b93cdc5848fa26464832cc29..26a5d69326cf57f439e9c9baa49edd8cd81ec02f 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_misc.c
  *    misc. printout and debug stuff
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_misc.c
index f60f3df21ea68cf2040f8d70235c5f01c61a8dff..ef411bfac80ffdd2b3e18cc54c58ad5ef76c9156 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_pool.c
  *   Genetic Algorithm (GA) pool stuff
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_pool.c
index 13b16cea2859ab2419df38c9c19e2100bb5b8152..c2a2a1c6b2ce55151593be380ece8bdffcaaf093 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_random.c
  *    random number generator
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_random.c
index 3d4d948bf3df71f8c263b38e3d30d2234164363a..fd47992b90f54266a8e71a3ee7df39c3ac073e0f 100644 (file)
@@ -3,7 +3,7 @@
  * geqo_selection.c
  *   linear selection scheme for the genetic query optimizer
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/optimizer/geqo/geqo_selection.c
index 449fdc3474264db4a0a1d3adda294beb810357db..58d78e62ecab7655a49f5d0f01e7152ed1b45710 100644 (file)
@@ -3,7 +3,7 @@
  * allpaths.c
  *   Routines to find possible search paths for processing a query
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9b657fb21fd0111dd4f3f99a6ab6578240e220ae..dcac1c1e7d4ccfa8a59c8eef568fe0b2f692ef33 100644 (file)
@@ -3,7 +3,7 @@
  * clausesel.c
  *   Routines to compute clause selectivities
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 659daa202654f931511d92430312ef743eaccd5e..020558b430af072e464231571398d6bc77baa826 100644 (file)
@@ -57,7 +57,7 @@
  * values.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9919d27374f68ad400ad1cd32e1e63982aadbcf4..eb65c970d7061ab1ca7118362a254c64992122a3 100644 (file)
@@ -6,7 +6,7 @@
  * See src/backend/optimizer/README for discussion of EquivalenceClasses.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7aab644e4563b518e257c90f97db4bc70249f44a..b86a3cd501ee6d639171b44d5e5d54f1b6c56b6e 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index be54f3de0baa1c34241a19a04033c64d26958126..e6aa21c45f5909fb74d3dcade29893d6144616cb 100644 (file)
@@ -3,7 +3,7 @@
  * joinpath.c
  *   Routines to find all possible paths for processing a set of joins
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 610892890f572106d1814dce554767561247ec7f..e7e9a1ab49b9d66d3ca1780490da223b71921dca 100644 (file)
@@ -3,7 +3,7 @@
  * joinrels.c
  *   Routines to determine which relations should be joined
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5d953dfb45ae1a4547f77a8e1341819726b2b9ef..42183dfecbceee2dec70c8377fa3e1bd26395698 100644 (file)
@@ -7,7 +7,7 @@
  * the nature and use of path keys.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index a31d67493bb67feefcc5828f6dea60ed360e7eee..1258961964fa0bfa51deff2b78889c5cf1228292 100644 (file)
@@ -25,7 +25,7 @@
  * for that.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e99d416e852a1a2497ae95a28db365f4888974a1..11d39336b1a66172545c5f99d0203c6df742fd43 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8f9ae4f643210faba9753328276ed5c06c090e47..655be8155a43bec44ea72a46bf3287ceb101bbc3 100644 (file)
@@ -5,7 +5,7 @@
  *   Planning is complete, we just need to convert the selected
  *   Path into a Plan.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f88e493edb875c9e18c3f858a9939fc4bc9c66e2..49d776d92952e720696e97208c03c11b37289e2e 100644 (file)
@@ -3,7 +3,7 @@
  * initsplan.c
  *   Target list, qualification, joininfo initialization routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 94ca92d78e73e542001917fcc1d5fcf535067f54..b90c2ef48cb851c6b26a881e63e7106821b27298 100644 (file)
@@ -17,7 +17,7 @@
  * scan all the rows anyway.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 93484a0cd59bcebee2759cb2dffc4db2c91c0864..848df97013e45cbdf1e776d822cfe6a7df2f8392 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index f752ecc16a58dc2a289198715e6965f98815ea89..9cbbcfb19d49a6ea2391000ccbb592cf033af3f0 100644 (file)
@@ -3,7 +3,7 @@
  * planner.c
  *   The query optimizer external interface.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4d3fbca5969d8e4e956b27e53d6e640234883acd..7703946c853abb4579dec27357f2721b2edbcd09 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 579d021893c3d57148aa24e767cd1088fffd6e94..78fb6b199ca45757119a7a4a3a6484d97684b2c9 100644 (file)
@@ -3,7 +3,7 @@
  * subselect.c
  *   Planning routines for subselects and parameters.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9cb1378671d02a3a55ac51e76711695114137494..8a0199ba9368d36d10871b5ce0fb9903c5476ff5 100644 (file)
@@ -12,7 +12,7 @@
  *     reduce_outer_joins
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 244e5dbc150842f3751df6f64144c916d999c630..bd50926b13d119721e5e610dcbf04a30e6c3fdad 100644 (file)
@@ -19,7 +19,7 @@
  * tree after local transformations that might introduce nested AND/ORs.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b625b5cffc29654888cc282b326317c419336546..af3ee61bef15010f751b2a4b4b2c68e1eb21ecb8 100644 (file)
@@ -3,7 +3,7 @@
  * prepsecurity.c
  *   Routines for preprocessing security barrier quals.
  *
- * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4ab12e51df7692ec6d259a51fc8802f71c5f6eb8..8a6c3cc5e5c644de516a32a68e9b81898d2a65a8 100644 (file)
@@ -14,7 +14,7 @@
  * between here and there is a bit arbitrary and historical.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2fefc7d4f60d565931373809d1d03102b773cce3..05f601ec2f076e127386a2be597f399f6aa6ea4b 100644 (file)
@@ -17,7 +17,7 @@
  * append relations, and thenceforth share code with the UNION ALL case.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index fb1d070500cc790807e72bff338941452c7c9850..b340b017154950018ed23c2275a9646c5fcfcd68 100644 (file)
@@ -3,7 +3,7 @@
  * clauses.c
  *   routines to manipulate qualification clauses
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 40af38d7ada23be604f564e746580329ce3528e7..fe7c8c58b291e45a57f600cf890f92969f54c17d 100644 (file)
@@ -3,7 +3,7 @@
  * joininfo.c
  *   joininfo list manipulation routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8fecabbcda1c4c581a6f4442e65580537ffdbd34..d1c4e99a9b70578b64254027732988404f3865b1 100644 (file)
@@ -3,7 +3,7 @@
  * orclauses.c
  *   Routines to extract restriction OR clauses from join OR clauses
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 319e8b2c37968882cdc70d465e17f9042a572d40..1395a2113982b2b908b38ef57573322dbc3c90ee 100644 (file)
@@ -3,7 +3,7 @@
  * pathnode.c
  *   Routines to manipulate pathlists and create path nodes
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 36d19b84e88c266835cef35f9944e6da707e72b0..287031547a3f795f8450608ea107bb19d4c5e2bb 100644 (file)
@@ -4,7 +4,7 @@
  *   PlaceHolderVar and PlaceHolderInfo manipulation routines
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b2becfa6765702f47c050436d9ae2e0e6b4b9f53..265c865fcb8279e17e347230212af04814c17143 100644 (file)
@@ -4,7 +4,7 @@
  *    routines for accessing the system catalogs
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6daa0588a6cbf3700ee16a054a5ac35be815a718..cd34766c9a79888a3595275c89bc67f29c24332c 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines to attempt to prove logical implications between predicate
  *   expressions.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4c76f542b9b740b2a504b04ac8ec7c9612556ab0..8cfbea04e8b7afb871847bbfd7c793b5d0ff847b 100644 (file)
@@ -3,7 +3,7 @@
  * relnode.c
  *   Relation-node lookup/construction routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index e861ce66576217e7e36272be831a22a00da2db04..e5f783651758451d31543f47eed765d4c5ad46f0 100644 (file)
@@ -3,7 +3,7 @@
  * restrictinfo.c
  *   RestrictInfo node manipulation routines.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b5c6a44354fac49ce74f10d07a774c70c28d565f..a1a504b24d6c15408831d93818362c22205a9ef3 100644 (file)
@@ -3,7 +3,7 @@
  * tlist.c
  *   Target list manipulation routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a64a8d7d5ffb408a959c9b51c0fac13f726fe6a6..8f864323611d2ce15e0c1a8ca5bb25a1705db8de 100644 (file)
@@ -9,7 +9,7 @@
  * contains variables.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cc569eddd562730867e8f96cde59be81859ae120..a68f2e8bb1406d117ab505382f2af9bdbbf4d3c2 100644 (file)
@@ -14,7 +14,7 @@
  * contain optimizable statements, which we should transform.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/parser/analyze.c
index aa9e0d001ddb598b146dd36226e811f91d47b2d2..85c2e116b66573ae78fa48e0db5e1a67dbd466c4 100644 (file)
@@ -4,7 +4,7 @@
 # Usage: check_keywords.pl gram.y kwlist.h
 
 # src/backend/parser/check_keywords.pl
-# Copyright (c) 2009-2014, PostgreSQL Global Development Group
+# Copyright (c) 2009-2015, PostgreSQL Global Development Group
 
 use warnings;
 use strict;
index eaaf2c23336bdfd25ac79b7d1b2f57603a322b06..679e1bb5ae4bb3d1a0be2ebaf010bc7ae9b31322 100644 (file)
@@ -6,7 +6,7 @@
  * gram.y
  *   POSTGRESQL BISON rules/actions
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index df9eaab189a2044a82e59eea273ebe0a13202cbe..2462cdf0a80e71c0106e2d8de7483f05ac4ae66f 100644 (file)
@@ -4,7 +4,7 @@
  *   lexical token lookup for key words in PostgreSQL
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index af05aa70eac860a8ef15465140a27e4f07408734..85ba4bd747f825557b7f91125ad5df929a48f1be 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index c984b7d5e469fbc13ae246682d9ce76140d82d3c..7b0e66807d46b7130334e99df12b6e7418faeb02 100644 (file)
@@ -3,7 +3,7 @@
  * parse_agg.c
  *   handle aggregates and window functions in parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4931dcad3b6bff6403b016d6d40b0897ad67e31f..654dce6755e7e82fd4948809d39c305aa2775c1f 100644 (file)
@@ -3,7 +3,7 @@
  * parse_clause.c
  *   handle clauses in parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8416d3675b1e9690fc483c74fcc43519a320a17e..a4e494be7a2ad4faa4651c270884e464d43b6ff4 100644 (file)
@@ -3,7 +3,7 @@
  * parse_coerce.c
  *     handle type coercions/conversions for parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bbd10304cca435d4b409ad69f23208aff4c92e97..7c6a11c7575e0648b78e39be81d92b170a6861ef 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 04b585d1e20304c57038310fd8676aba3139fd47..dfeef798a6cf2f8ea8476570a8d99ae76d469d1d 100644 (file)
@@ -3,7 +3,7 @@
  * parse_cte.c
  *   handle CTEs (common table expressions) in parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4a8aaf62b316b23e367e15dce708ad909c077bc0..f0f0488c57ad52691bb946e7de4c820a08054bb8 100644 (file)
@@ -3,7 +3,7 @@
  * parse_expr.c
  *   handle expressions in parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 9ebd3fd43bda2b9ded6f32ec6cf83aa250334d0c..a20080400e42dea0a473f264284995f88b162d99 100644 (file)
@@ -3,7 +3,7 @@
  * parse_func.c
  *     handle function calls in parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1e3d1f68fab00d30ac932e066858cdba5c0a8101..4130cbff5edf69a0361c02d11dede4c2972cc904 100644 (file)
@@ -3,7 +3,7 @@
  * parse_node.c
  *   various routines that make nodes for querytrees
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 11a6397a4d51eb1851999cbfbcd690a65154ab1d..10de97b772963605dea73e01453b3e8b6c42f381 100644 (file)
@@ -3,7 +3,7 @@
  * parse_oper.c
  *     handle operator things for parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 41b755a1fa9d5fc5c56dc7e45012c555083255c4..bdc23fa9ce131888f44ff7817c3aadb5835e97bf 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 478584d946eb51d9f00c102e950969596bc3eadb..8d4f79fd986e7789e5840878e1606f86957967e1 100644 (file)
@@ -3,7 +3,7 @@
  * parse_relation.c
  *   parser support routines dealing with relations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 328e0c67acaf5320b70c55ff5fce771cc142fd5b..3724330dc842561a1162a10c9f365ee99120b5ac 100644 (file)
@@ -3,7 +3,7 @@
  * parse_target.c
  *   handle target lists
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4ab7fe59b845fc4993b722548ed3d164142cdada..ca5fbed34f484f6a2e64030bc03e1b9adf9685e0 100644 (file)
@@ -3,7 +3,7 @@
  * parse_type.c
  *     handle type operations for parser
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a85327df2cbfbf55a0f4dfd5e8ee9014fa4afc4c..3ccdbb7d9def125c50fbf2c1d4e3a15d54e3d3cf 100644 (file)
@@ -16,7 +16,7 @@
  * a quick copyObject() call before manipulating the query tree.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/parser/parse_utilcmd.c
index 663296683a5fabad2f88aafe045dacb94ae916b0..db49275e00a476743ac399d96c72f265ab546c1f 100644 (file)
@@ -10,7 +10,7 @@
  * analyze.c and related files.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 146ae3db2d6657fc58ea77220d98fd4751ac2f43..21a6f30e10cb94d3b878ce527a84b303ee6109de 100644 (file)
@@ -21,7 +21,7 @@
  * Postgres 9.2, this check is made automatically by the Makefile.)
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e9fa5dd0b02eab0be9b12113fc2fb70fbe2ad8c7..1b163548f9d61d67d8e68b593741b41619185ed9 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 32255b006757af9f34d34f069bbea6c4fdc4ac03..3f53ec13300ca687fa7fc6edb1ac30fbc0b21c2d 100644 (file)
@@ -3,7 +3,7 @@
  * atomics.c
  *    Non-Inline parts of the atomics implementation
  *
- * Portions Copyright (c) 2013-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 126032a81195505b75f18ab9f71997c72592a968..967ccd446059ca99617573d7f8d34558c95ad8f3 100644 (file)
@@ -4,7 +4,7 @@
  *   prototypes for AIX-specific routines
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/aix.h
index 727d534098d1ed9a470a1bdaa24afb43a4d0711d..d5f6ed330365519c92403808252d06ede061c572 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Dynamic loader declarations for Cygwin
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/cygwin.h
index 60d8654818976147ef02e3b331ff5d871abdef3d..b13d47db098d53509be0c329a1d55e68a24a4c86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 12f833efa9af4567cfe7d2d8e13ae2d7d8f02a4f..a04df2417b09e5cf270258a59cbe72da7c72bbb5 100644 (file)
@@ -3,7 +3,7 @@
  * freebsd.h
  *   port-specific prototypes for FreeBSD
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/freebsd.h
index 30059569b459fca49befdf7595aa480d4fdec0b3..526336ac05ab8fefde012c88e98c2912c8893c43 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.c
  *   dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 5965dc10233670f625c3553438f41c0ddcc700e3..f695acc9048bcaeee09cca4b545fcd598c781fea 100644 (file)
@@ -3,7 +3,7 @@
  * dynloader.h
  *   dynamic loader for HP-UX using the shared library mechanism
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a8a62fc0fd4f02017c3448bfa31a04df22cd20b1..4c308d13d6acf77bfc73d3c71740663c456e460e 100644 (file)
@@ -6,7 +6,7 @@
  *
  *   You need to install the dld library on your Linux system!
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index db2ac666015673bebddc60bc4af48c377754d9a4..07d6efe7defcfd5b746bb3d21a4c09af2be1068a 100644 (file)
@@ -4,7 +4,7 @@
  *     Port-specific prototypes for Linux
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/linux.h
index 9af0467347c9b3fcbb25e27bebd41b1018f4058c..2f37f5f6ecf896be3c7b7c41fc6f72b45401e2f8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index 62cf8a65f3492aeef7867db5a62ff2efaba6b054..6b2edb70c33d3611839e4d679f0b0b04a0b7acb0 100644 (file)
@@ -4,7 +4,7 @@
  *   port-specific prototypes for NetBSD
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/netbsd.h
index 41459db3880ed56208a3bda884d5b9ea737dd048..e990671d88e8036bd28ef0a35c90f6222f58c58b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
index de5fddc4f21af3f1f07a7d09f9af795fb44582e8..bf6c9a1896ae4662fb60c2895656957734b1061a 100644 (file)
@@ -3,7 +3,7 @@
  * openbsd.h
  *   port-specific prototypes for OpenBSD
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/openbsd.h
index 5efe119e6f087bca1ad6474e131b951e0a4b691e..15bc364086d3758b5099be41e59f8550eded67f2 100644 (file)
@@ -4,7 +4,7 @@
  *   port-specific prototypes for SCO 3.2v5.2
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/sco.h
index 70e214d532cd635007429af43b181f50c32ce64d..27dc4c34bc5112dafb07a50d79e772ed70892527 100644 (file)
@@ -4,7 +4,7 @@
  *   port-specific prototypes for Solaris
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/backend/port/dynloader/solaris.h
index eeed85837eaf2c078ed0bef54f0517c1a77286af..3921201e275a8e292c1a11ef0f331d1edf0e3695 100644 (file)
@@ -7,7 +7,7 @@
  *   port-specific prototypes for Intel x86/UNIXWARE 7
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, 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 1aafd31e1feeea57a574c3fd3890ca165774003d..633bf5afebb0df63a0d84f164f03dd123bc8085b 100644 (file)
@@ -7,7 +7,7 @@
  * sem_init).  We can cope with the kind made with sem_open, however.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 9f72ed3115df6ddea9b001fb7fb2e9160970a2db..5a0193f06b1c461a48fce7fe1b1889217a6b5ab2 100644 (file)
@@ -4,7 +4,7 @@
  *   Implement PGSemaphores using SysV semaphore facilities
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index b7c9b809401e728cb34e3e044b9df3ed0c0ba1e7..d95ab9273c51cbde1561466a4088156415d99ad0 100644 (file)
@@ -6,7 +6,7 @@
  * These routines represent a fairly thin layer on top of SysV shared
  * memory functionality.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dcf54e2d418b3697792a89b6bd20ae3c478edb31..052754189a251fd6399d759ac4faa158b74db791 100644 (file)
@@ -3,7 +3,7 @@
 ! sunstudio_sparc.s
 !    compare and swap for Sun Studio on Sparc
 !
-! Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+! Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 ! Portions Copyright (c) 1994, Regents of the University of California
 !
 ! IDENTIFICATION
index 1551a767634eb215b712f077ee5ebfaffd1e1df2..b5aa3e436142e66a78ffcb43fd0a5252e8e1cc00 100644 (file)
@@ -3,7 +3,7 @@
 / sunstudio_x86.s
 /    compare and swap for Sun Studio on x86
 /
-/ Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+/ Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 / Portions Copyright (c) 1994, Regents of the University of California
 /
 / IDENTIFICATION
index d0e928f8c493e7dd97f167553deb3b5b0513b37d..ecf01bd22b92c02fd13da7915cfa93cfa26802f6 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e03a1a381ea2b0b80572aea056b3d5a72fce7fcf..1e90baf8c10e53adf4fd9e7baa42ee65ff2235ae 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/crashdump.c
index 886fca2d166357a4d2dc4f4d8118ef66c0d66101..1dbbe67f893142b85a978a7e2739c6916470b4af 100644 (file)
@@ -3,7 +3,7 @@
  * mingwcompat.c
  *   MinGW compatibility functions
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/mingwcompat.c
index 57872905e83169c86a74a558028d21f771ca3f47..e9cfe15133e18ff81a15a23d23edad4c314e634e 100644 (file)
@@ -3,7 +3,7 @@
  * security.c
  *   Microsoft Windows Win32 Security Support Functions
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/security.c
index 322b857e73ddc28d068985bd8d52e02a90012aa9..1aec0b518934d27a0447cc367da0fd61c9370bf4 100644 (file)
@@ -3,7 +3,7 @@
  * signal.c
  *   Microsoft Windows Win32 Signal Emulation Functions
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/signal.c
index c981169fe1f8c9dcd6f875000074819a746197cd..957a421b4441d37c498864fd0a2cbc7e8b1d8803 100644 (file)
@@ -3,7 +3,7 @@
  * socket.c
  *   Microsoft Windows Win32 Socket Functions
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/socket.c
index 1553dbf3860c7439e035c77a6c47bab868adb2d9..5b8ad7b32f9ced225e8139f05e51b622e5b2ace5 100644 (file)
@@ -8,7 +8,7 @@
  *   - Does not support interval timer (value->it_interval)
  *   - Only supports ITIMER_REAL
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32/timer.c
index 6c50dbbe0191d932c20caec580b65d5424609e2b..112e60ed5948da3ed60001789ceda5c3fecfbe39 100644 (file)
@@ -9,7 +9,7 @@
  * The Windows implementation uses Windows events that are inherited by
  * all postmaster child processes.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 0adc73af7b167a8562fb4575c836e8dd78665be1..f848ff82b09ba35a2f4f25256ade6aab15fa13d8 100644 (file)
@@ -3,7 +3,7 @@
  * win32_sema.c
  *   Microsoft Windows Win32 Semaphores Emulation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32_sema.c
index d144edaa1929cbaea97368d037935f4c29ad1a20..db676278a69ab2061b78e10a1681613af60079f1 100644 (file)
@@ -3,7 +3,7 @@
  * win32_shmem.c
  *   Implement shared memory using win32 facilities
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/port/win32_shmem.c
index 675f985eadacc09004ee735ae822e060487821e3..062b1209051f53ebae70b58eea3c6c5b2e494828 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 85a3b3a077340c2f6d3144b762cc625ba3edb298..8a7637baec96cb81109880ab35a5ea5026ae6a8b 100644 (file)
@@ -2,7 +2,7 @@
  * bgworker.c
  *     POSTGRES pluggable background workers implementation
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/postmaster/bgworker.c
index 101854ab586904d196a726ab717c1224670fbe6e..872c23110aeb977b7c63019190290fd8e13cd747 100644 (file)
@@ -24,7 +24,7 @@
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 8a79d9b23ad95083bc38b86dd7aa907bcabcfb68..4d1ba40ec8804fb4c41182dd88d38bc0782ed482 100644 (file)
@@ -26,7 +26,7 @@
  * restart needs to be forced.)
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index dd3ababc5a2e9e12cdd9b8774af74ddcc6e25479..f4bf23de51c5aa56925dd810d42ea32bee87fc3c 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-2014, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/postmaster/fork_process.c
index 6a5c5b07136229a2727da2d3ab77f6701a0fd44f..75e7e1b2903e496b72dcec849eb4048cecd676f3 100644 (file)
@@ -14,7 +14,7 @@
  *
  * Initial author: Simon Riggs     [email protected]
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 17bfc0bd159c7c2b4064d139a066b1174501ab2c..ea3bd4b3e8898fff70944fbb2455a3a3260d0a0f 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-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2001-2015, PostgreSQL Global Development Group
  *
  * src/backend/postmaster/pgstat.c
  * ----------
index 5106f52e0e0d49e56d9cc0050df72e5c7fef8a61..c3cff7ccc4bc7c5a6cfdb820f36200d35c8ecd0f 100644 (file)
@@ -32,7 +32,7 @@
  *   clients.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a116d029f2d547fa42381e896d5bc49ac1449ae5..72501e07f31a6ca51c4c5afdc69ae4ddadd29e05 100644 (file)
@@ -9,7 +9,7 @@
  * though.)
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 916519be5024cae585599049049ee90ebc5d1f97..c1b64ac751300300963e359fb4e44add76f8d6e9 100644 (file)
@@ -13,7 +13,7 @@
  *
  * Author: Andreas Pflug 
  *
- * Copyright (c) 2004-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2004-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 0826f8874caa3759124c7237f7d6666814579604..2101b45c1a38042d7ae2e4655ffdad33683e178b 100644 (file)
@@ -31,7 +31,7 @@
  * should be killed by SIGQUIT and then a recovery cycle started.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 6b2e38e165dbb3a03928416fc5e15f196ab8a251..b707b065a98e26b94fcaae66cff5948c22792f96 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This file is #included by regcomp.c; it's not meant to compile standalone.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index dd1a0b079d2f9911cd2ee17de00b2078884be81b..c5524ae492756e7aaf33149b1de9d741616618db 100644 (file)
@@ -15,7 +15,7 @@
  * allows the caller to decide how big is too big to bother with.
  *
  *
- * Portions Copyright (c) 2013-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index 9234b4c20ad3ab58b7ab42e1fedd20938325d8de..e78faf399606fb004f11163e462bb9a1f2349f89 100644 (file)
@@ -4,7 +4,7 @@
  *   Extract a common prefix, if any, from a compiled regex.
  *
  *
- * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1998, 1999 Henry Spencer
  *
  * IDENTIFICATION
index 24c3d8d314068a92f35348baa597f3f54bb90dd2..07030a2ef08d8f4fb4d7bb9354fd55605b55b5e8 100644 (file)
@@ -3,7 +3,7 @@
  * basebackup.c
  *   code for taking a base backup and streaming it to a standby
  *
- * Portions Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/basebackup.c
index 96e73fb6a4d1b243b4fcfdc4936759412ef7fd95..ddcf6b294032b41271102ed112fd78169b418783 100644 (file)
@@ -6,7 +6,7 @@
  * loaded as a dynamic module to avoid linking the main server binary with
  * libpq.
  *
- * Portions Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index a455b9242fb9eb79b5d8fd8017029c8fbb0cb391..77c02baf1137b1c14d46016fdee496e5fea9afaa 100644 (file)
@@ -16,7 +16,7 @@
  *     contents of records in here except turning them into a more usable
  *     format.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8fd663562672f6b9145023eeb7344f5e37728ee6..939831b5576da05edef87dbff90dc89df742bb4b 100644 (file)
@@ -2,7 +2,7 @@
  * logical.c
  *    PostgreSQL logical decoding coordination
  *
- * Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logical/logical.c
index 1977f098c798b3cfa310f19ba24eec4ea6022762..3be5263c3f9f81611ca99c28b8cd1034b25619eb 100644 (file)
@@ -6,7 +6,7 @@
  *    logical replication slots via SQL.
  *
  *
- * Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/logicalfuncs.c
index 799ec8430ce6dcd65226c978bcecf6e22c8d85df..6e668aeef1e1efe1de7e006f8392a2936fa8ebc3 100644 (file)
@@ -4,7 +4,7 @@
  *   PostgreSQL logical replay/reorder buffer management
  *
  *
- * Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 20f9b04adfa71858391435f5e3138bd7356f2220..e91145328a8c73caa6b1107cc5561b8e5f33fdce 100644 (file)
@@ -96,7 +96,7 @@
  * is a convenient point to initialize replication from, which is why we
  * export a snapshot at that point, which *can* be used to read normal data.
  *
- * Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/snapbuild.c
index 154aaace9f50721a0ae55b60afd7ac23e2ed5f8c..2a41eb148fd0273c202fb18a492d59ecf9d83edd 100644 (file)
@@ -3,7 +3,7 @@
  *
  * repl_gram.y             - Parser for the replication commands
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a2571244229549dcf19f83eaf4562cca63468866..449c127e1889e64602ef47c1168da640fde71b97 100644 (file)
@@ -4,7 +4,7 @@
  * repl_scanner.l
  *   a lexical scanner for the replication commands
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 87086166b7718edf003ebc068c25617e2f171501..5f64e494c5d7e3c2a60dccb5ea1a3d7c564e757d 100644 (file)
@@ -4,7 +4,7 @@
  *    Replication slot management.
  *
  *
- * Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index bd4701f97dfa04e2b8ade5c1c16363c31aa76544..f31925d862b6749d7c4196a8ff1e11d092b10138 100644 (file)
@@ -3,7 +3,7 @@
  * slotfuncs.c
  *    Support functions for replication slots
  *
- * Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/slotfuncs.c
index a2b17f151639fec5d7f8c3a67826ed89720dffd9..c99c270a7ca57aadce98a56ab07c358649b0fa7f 100644 (file)
@@ -35,7 +35,7 @@
  * take some time. Once caught up, the current highest priority standby
  * will release waiters from the queue.
  *
- * Portions Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/syncrep.c
index c2d4ed3a96846a632232b64cabaed64313be4caa..3dbefc603b0cf7edda4d5d4ad23f73de4f40c43b 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 579216af34d22c127f8bbb9d03ec6bc5281afdba..496605ff84f3d1964b26fd541e37365046f638a1 100644 (file)
@@ -6,7 +6,7 @@
  * with the walreceiver process. Functions implementing walreceiver itself
  * are in walreceiver.c.
  *
- * Portions Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  *
  * IDENTIFICATION
index 11f06ea6caec97bddcf5cc692a25ad8ff2f37b3f..86c36bf502c26e12b36d49a4ea49f3793cf29d1b 100644 (file)
@@ -31,7 +31,7 @@
  * and then exit.
  *
  *
- * Portions Copyright (c) 2010-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2010-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/replication/walsender.c
index 660d06934606aabf314aaf1a87413ff38871b64e..eab4d7367c2cafdea54fa85028ddeadeb2d61fc0 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteDefine.c
  *   routines for defining a rewrite rule
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2ed64279f07bec49ed7ee8f3fb23e265b7c912bb..b8e6e7a60514989bdf47bffd9a0a961589436159 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteHandler.c
  *     Primary module of query rewriter.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index c9e4b68341e2750fe1305b6ee71a6f7a2a50d830..75dd41eab62ad1955741bace10832468b2e8b849 100644 (file)
@@ -2,7 +2,7 @@
  *
  * rewriteManip.c
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a3ef6158ae8b7583ba9e0ab76127e0a9a1b8235c..9d478de25f88dded6980c47fa1680499e4704d76 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteRemove.c
  *   routines for removing rewrite rules
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index eb54d5ce6db27be15aa18a72087e491ce9e8bc75..1538ec9945571992a7775043c3f52d01c628a568 100644 (file)
@@ -3,7 +3,7 @@
  * rewriteSupport.c
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6c232dcf9ae3cf3d58dd290c2dc6771661ef48bd..35790a948f5f96871a93f7a85443a20579868f82 100644 (file)
@@ -28,7 +28,7 @@
  * in the current environment, but that may change if the row_security GUC or
  * the current role changes.
  *
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  */
 #include "postgres.h"
index 545c98c9c62df4ba50b0cedefe361bd00f476819..bc31839bdd94155456938c16424c75b7f0016938 100644 (file)
@@ -3,7 +3,7 @@
  * dict_snowball.c
  *     Snowball dictionary
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
  *   src/backend/snowball/dict_snowball.c
index ff6c713b4f6508c56834c660375589b8a6326b11..4434bc36f18c2d29223b29ffbe20a5975ba404d5 100644 (file)
@@ -3,7 +3,7 @@
  * buf_init.c
  *   buffer manager initialization routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0750b639db603cf58d95e666275798c4d7ffd3aa..6ed47d5142de68ec71aa2bd031b453159d02cc8b 100644 (file)
@@ -10,7 +10,7 @@
  * before the lock is released (see notes in README).
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1b99e216f125b82ad96c1409a72373fc0c7bd0f6..7eed0baabe0cbc4a008f765961da2315f40abf53 100644 (file)
@@ -3,7 +3,7 @@
  * bufmgr.c
  *   buffer manager interface routines
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 180afcf4fd9cb2ae6411cd5ac413f3f3ccafa254..ac647d65458175ad7b6942a98d30745df6f1c25f 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for managing the buffer pool's replacement strategy.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 3768b0212674b7b09d506edc82f98dc8a16dc5ec..1fc0af386cb1a53bede8c85fe4332e357f19efe7 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994-5, Regents of the University of California
  *
  *
index 0f007c821224b7efa96a5f51736b4b4277495b8e..ea4d689179f83ccdd3d9ca396ac944e7f2f2fe98 100644 (file)
@@ -3,7 +3,7 @@
  * buffile.c
  *   Management of large buffered files, primarily temporary files.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e17b8947ef76ab37ddc47b10e78205e78a4598af..41b2c62bb6cfc1c6458bebb7056ae054f8e2f741 100644 (file)
@@ -3,7 +3,7 @@
  * copydir.c
  *   copies a directory
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, 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 a11fa6cbdf882a725582546b9bea6f5561cb78a7..f7967178c694232c44015fa2831d2ab4f0db4684 100644 (file)
@@ -3,7 +3,7 @@
  * fd.c
  *   Virtual file descriptor code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 2a31ace2c5a7f7947a2c9ba9bb5b4f19db9bf3cd..afd92554fbd3d3f2ffcee2bcb21897c384353984 100644 (file)
@@ -3,7 +3,7 @@
  * reinit.c
  *   Reinitialization of unlogged relations
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 8eee0ce80e639a595606ccc683e4e5e4a61f36e7..fddb47ce85e893aaffd1b94f5ca9bcef14e106a6 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES free space map for quickly finding free space in relations
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6b003cbf8744936d31ef359b1a229aa9724d2461..4346e58e6fa006946346b7cecd2bf47c6bf90a9f 100644 (file)
@@ -4,7 +4,7 @@
  *   routines to search and manipulate one FSM page.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d74c40db38ed2560919f2c8944bc74b4fc64a143..473e239de6268def8f394b949dcd29e1c4e23f01 100644 (file)
@@ -4,7 +4,7 @@
  *   POSTGRES free space map for quickly finding free pages in relations
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 6ff1c7ea2aa9d11d12455916bd2676e5f9407531..983d0fa744f7e46f4af2ecec0a3be05ca4c70c89 100644 (file)
@@ -14,7 +14,7 @@
  * hard postmaster crash, remaining segments will be removed, if they
  * still exist, at the next postmaster startup.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index befe207f4605ebf2f925251e4f36b38415511cde..cf7938cb44d2a3a7fe24661abe342eaf395818c0 100644 (file)
@@ -36,7 +36,7 @@
  *
  * As ever, Windows requires its own implemetation.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index bd7cbeae980c39db25de54b07241d0bb96ff92ad..f0f7939300558ce2299352b67c8ec182edf7bc38 100644 (file)
@@ -8,7 +8,7 @@
  * exit-time cleanup for either a postmaster or a backend.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index b9577cd1d46632add93f3df2fb3e8827bf23acf0..16b980868685ef6c47dff3fa928d9cc701a5014f 100644 (file)
@@ -3,7 +3,7 @@
  * ipci.c
  *   POSTGRES inter-process communication initialization code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 83b8d170481b2a74180b388e6acea39453b7f887..0c89eb7d9d0cf7baa06eafe286a4c38f54eab970 100644 (file)
@@ -4,7 +4,7 @@
  *   routines for signaling the postmaster from its child processes
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index d953545138946d4d0b5b562356a83b80560f2294..ad1cd4b1e4f1d07f4f9e941589a8847caebe777a 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-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index cd9a287efec27dd89936484b99635bc85bf5abfa..cf094187661e17060e4fc89b3b13098a43e0af5d 100644 (file)
@@ -4,7 +4,7 @@
  *   Routines for interprocess signalling
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 90df5930e1a33477473412da23768025a9a59bbf..7c41400d216d76066f36ef242cc5b0963974e74a 100644 (file)
@@ -8,7 +8,7 @@
  * and only the receiver may receive.  This is intended to allow a user
  * backend to communicate with worker backends that it has registered.
  *
- * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shm_mq.h
index 820b12e12c619f11f3848a3303bb764a63010efa..1bef4e50309f40580393dba72dde7fd2c7cc68a1 100644 (file)
@@ -3,7 +3,7 @@
  * shm_toc.c
  *   shared memory segment table of contents
  *
- * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * src/include/storage/shm_toc.c
index 2ea2216a65c0ab8332d45e4f890de74c6884d44f..250e31255e9feaf380980338dafb1d5de2f05e5f 100644 (file)
@@ -3,7 +3,7 @@
  * shmem.c
  *   create shared memory and initialize shared memory data structures.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 708ccea208ccb61655fff91812d005465a6f9640..5567520a3483aa2468ec2176a3308759cfc9b957 100644 (file)
@@ -3,7 +3,7 @@
  * shmqueue.c
  *   shared memory linked lists
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index d7d040628c7c38bbbb87823b61f0c0ff6dd50412..e6b0d498c14664047f17394d39d9cb489900a59b 100644 (file)
@@ -3,7 +3,7 @@
  * sinval.c
  *   POSTGRES shared cache invalidation communication code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0328660b83eb26e092fbd05952dff22f55c01a25..bb3e604e671c46be8b73fced06235388adae473b 100644 (file)
@@ -3,7 +3,7 @@
  * sinvaladt.c
  *   POSTGRES shared cache invalidation data manager.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 4269dda66b62b0340778521cceafb4c2895f610b..292bed55c6123ec87159d3b2500350c58decff98 100644 (file)
@@ -7,7 +7,7 @@
  * AccessExclusiveLocks and starting snapshots for Hot Standby mode.
  * Plus conflict recovery processing.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 091814230113ecbe3cc8c0a3ba5872dd2fcb3ef5..a19c40186f5b295f4de2a4034ef2865bf8aad1ae 100644 (file)
@@ -19,7 +19,7 @@
  * memory context given to inv_open (for LargeObjectDesc structs).
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 298c577640742e388c0b9d572cf9796be87d305d..aea46b28ffc1512aa73743dd3187965a22844d11 100644 (file)
@@ -7,7 +7,7 @@
  * detection and resolution algorithms.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 6cc4d269eaf07cdef1ffe5de16cb2b20b81f33f8..d13a1673344b302534ba939cb49421eb43dd2a10 100644 (file)
@@ -3,7 +3,7 @@
  * lmgr.c
  *   POSTGRES lock manager code
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 173c9db52e2d3504ceb7f1cb2854871815891e24..61c8d216f7559eb121df1dcdf01bff6ed65a70f8 100644 (file)
@@ -3,7 +3,7 @@
  * lock.c
  *   POSTGRES primary lock mechanism
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 0741542e2da668a37d74a4da728be44ae8b3d3c7..1e7620cc65231114269b13a735aa49d3ea7ce3cd 100644 (file)
@@ -18,7 +18,7 @@
  * meaning of the variable is up to the caller, the lightweight lock code
  * just assigns and compares it.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index e783955a40afb8f1ccc24e088d6084a581caad69..b81ebeb260ab009ab093946123fa0ed3087ee959 100644 (file)
  *     - Protects both PredXact and SerializableXidHash.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index a4789fcdc87a9cbf253892b98be9e3bae75c1883..777c60b64d4c71d293b748a8736531e35c601afc 100644 (file)
@@ -3,7 +3,7 @@
  * proc.c
  *   routines to manage per-process shared memory data structure
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 1a5575782b96b17309b11e3527026ec016afdb41..0afcba183b468430114b6bd2cf9e8b43169fa820 100644 (file)
@@ -4,7 +4,7 @@
  *    Hardware-dependent implementation of spinlocks.
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index de3d9224e6eed5a05e576ef050d0edcd3c30c518..1ca718bfd9c957d922d367e146b2cc2ac5b28a4e 100644 (file)
@@ -11,7 +11,7 @@
  * is too slow to be very useful :-(
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 2b858c8271910c544aacac7a40db0959dfb9a990..c0095c7ba18111609858bfe06bd0481f57e3c3a9 100644 (file)
@@ -3,7 +3,7 @@
  * bufpage.c
  *   POSTGRES standard buffer page code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 546ffdc4452ed80b452fb57efa262fe70c3e7422..25661ef7bfe5cd6a47df20285153973398d9f09e 100644 (file)
@@ -3,7 +3,7 @@
  * checksum.c
  *   Checksum implementation for data pages.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
index 7f79cc272df3d0ac1598ac0f14a305f75d9a763c..c9918289691718775777b893ab65ec536cb43d31 100644 (file)
@@ -3,7 +3,7 @@
  * itemptr.c
  *   POSTGRES disk item pointer code.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 53d9188e18b443bdf127fb3b01ca4ac568a4086c..b754d3bd1981aff9d362028df1a7256ea14e9a2c 100644 (file)
@@ -10,7 +10,7 @@
  * It doesn't matter whether the bits are on spinning rust or some other
  * storage technology.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 87be47709fcc15e23cbbffe38df7413f89a34ed4..244b4ea72c8808daea4517c80f78cb1b927c8452 100644 (file)
@@ -6,7 +6,7 @@
  *   All file system operations in POSTGRES dispatch through these
  *   routines.
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 8cb29b31e98169cda968e9e13b63b5706b79492e..36093f2fdddc906cec52d4d30a78a7fcd7e7e3b1 100644 (file)
@@ -3,7 +3,7 @@
  * smgrtype.c
  *   storage manager type
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
index 7801d3fef112dba43690015794bad4a473b890e4..bcf38952a8c2af18e009a1340e7177e6f684ce58 100644 (file)
@@ -4,7 +4,7 @@
  *   support for communication destinations
  *
  *
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION