Update copyright for 2016

Backpatch certain files through 9.1
pull/8/head
Bruce Momjian 10 years ago
parent dfcd9cb302
commit ee94300446
  1. 2
      COPYRIGHT
  2. 4
      configure
  3. 2
      configure.in
  4. 2
      contrib/adminpack/adminpack.c
  5. 2
      contrib/auto_explain/auto_explain.c
  6. 2
      contrib/dblink/dblink.c
  7. 2
      contrib/dblink/dblink.h
  8. 2
      contrib/dict_int/dict_int.c
  9. 2
      contrib/dict_xsyn/dict_xsyn.c
  10. 2
      contrib/file_fdw/file_fdw.c
  11. 2
      contrib/fuzzystrmatch/fuzzystrmatch.c
  12. 2
      contrib/intarray/_int_selfuncs.c
  13. 2
      contrib/isn/isn.c
  14. 2
      contrib/isn/isn.h
  15. 2
      contrib/pageinspect/brinfuncs.c
  16. 2
      contrib/pageinspect/fsmfuncs.c
  17. 2
      contrib/pageinspect/ginfuncs.c
  18. 2
      contrib/pageinspect/heapfuncs.c
  19. 2
      contrib/pageinspect/rawpage.c
  20. 2
      contrib/passwordcheck/passwordcheck.c
  21. 2
      contrib/pg_prewarm/pg_prewarm.c
  22. 2
      contrib/pg_stat_statements/pg_stat_statements.c
  23. 2
      contrib/pg_trgm/trgm_regexp.c
  24. 2
      contrib/pgstattuple/pgstatapprox.c
  25. 2
      contrib/postgres_fdw/connection.c
  26. 2
      contrib/postgres_fdw/deparse.c
  27. 2
      contrib/postgres_fdw/option.c
  28. 2
      contrib/postgres_fdw/postgres_fdw.c
  29. 2
      contrib/postgres_fdw/postgres_fdw.h
  30. 2
      contrib/postgres_fdw/shippable.c
  31. 2
      contrib/sepgsql/database.c
  32. 2
      contrib/sepgsql/dml.c
  33. 2
      contrib/sepgsql/hooks.c
  34. 2
      contrib/sepgsql/label.c
  35. 2
      contrib/sepgsql/launcher
  36. 2
      contrib/sepgsql/proc.c
  37. 2
      contrib/sepgsql/relation.c
  38. 2
      contrib/sepgsql/schema.c
  39. 2
      contrib/sepgsql/selinux.c
  40. 2
      contrib/sepgsql/sepgsql.h
  41. 2
      contrib/sepgsql/uavc.c
  42. 2
      contrib/tablefunc/tablefunc.c
  43. 2
      contrib/tablefunc/tablefunc.h
  44. 2
      contrib/tcn/tcn.c
  45. 2
      contrib/test_decoding/test_decoding.c
  46. 2
      contrib/tsearch2/tsearch2.c
  47. 2
      contrib/tsm_system_rows/tsm_system_rows.c
  48. 2
      contrib/tsm_system_time/tsm_system_time.c
  49. 2
      contrib/unaccent/unaccent.c
  50. 2
      contrib/uuid-ossp/uuid-ossp.c
  51. 2
      contrib/vacuumlo/vacuumlo.c
  52. 2
      doc/src/sgml/generate-errcodes-table.pl
  53. 6
      doc/src/sgml/legal.sgml
  54. 2
      doc/src/sgml/lobj.sgml
  55. 2
      src/backend/Makefile
  56. 2
      src/backend/access/brin/brin.c
  57. 2
      src/backend/access/brin/brin_inclusion.c
  58. 2
      src/backend/access/brin/brin_minmax.c
  59. 2
      src/backend/access/brin/brin_pageops.c
  60. 2
      src/backend/access/brin/brin_revmap.c
  61. 2
      src/backend/access/brin/brin_tuple.c
  62. 2
      src/backend/access/brin/brin_xlog.c
  63. 2
      src/backend/access/common/heaptuple.c
  64. 2
      src/backend/access/common/indextuple.c
  65. 2
      src/backend/access/common/printtup.c
  66. 2
      src/backend/access/common/reloptions.c
  67. 2
      src/backend/access/common/scankey.c
  68. 2
      src/backend/access/common/tupconvert.c
  69. 2
      src/backend/access/common/tupdesc.c
  70. 2
      src/backend/access/gin/ginarrayproc.c
  71. 2
      src/backend/access/gin/ginbtree.c
  72. 2
      src/backend/access/gin/ginbulk.c
  73. 2
      src/backend/access/gin/gindatapage.c
  74. 2
      src/backend/access/gin/ginentrypage.c
  75. 2
      src/backend/access/gin/ginfast.c
  76. 2
      src/backend/access/gin/ginget.c
  77. 2
      src/backend/access/gin/gininsert.c
  78. 2
      src/backend/access/gin/ginlogic.c
  79. 2
      src/backend/access/gin/ginpostinglist.c
  80. 2
      src/backend/access/gin/ginscan.c
  81. 2
      src/backend/access/gin/ginutil.c
  82. 2
      src/backend/access/gin/ginvacuum.c
  83. 2
      src/backend/access/gin/ginxlog.c
  84. 2
      src/backend/access/gist/gist.c
  85. 2
      src/backend/access/gist/gistbuild.c
  86. 2
      src/backend/access/gist/gistbuildbuffers.c
  87. 2
      src/backend/access/gist/gistget.c
  88. 2
      src/backend/access/gist/gistproc.c
  89. 2
      src/backend/access/gist/gistscan.c
  90. 2
      src/backend/access/gist/gistsplit.c
  91. 2
      src/backend/access/gist/gistutil.c
  92. 2
      src/backend/access/gist/gistvacuum.c
  93. 2
      src/backend/access/gist/gistxlog.c
  94. 2
      src/backend/access/hash/hash.c
  95. 2
      src/backend/access/hash/hashfunc.c
  96. 2
      src/backend/access/hash/hashinsert.c
  97. 2
      src/backend/access/hash/hashovfl.c
  98. 2
      src/backend/access/hash/hashpage.c
  99. 2
      src/backend/access/hash/hashscan.c
  100. 2
      src/backend/access/hash/hashsearch.c
  101. Some files were not shown because too many files have changed in this diff Show More

@ -1,7 +1,7 @@
PostgreSQL Database Management System PostgreSQL Database Management System
(formerly known as Postgres, then as Postgres95) (formerly known as Postgres, then as Postgres95)
Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
Portions Copyright (c) 1994, The Regents of the University of California Portions Copyright (c) 1994, The Regents of the University of California

4
configure vendored

@ -11,7 +11,7 @@
# This configure script is free software; the Free Software Foundation # This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it. # gives unlimited permission to copy, distribute and modify it.
# #
# Copyright (c) 1996-2015, PostgreSQL Global Development Group # Copyright (c) 1996-2016, PostgreSQL Global Development Group
## -------------------- ## ## -------------------- ##
## M4sh Initialization. ## ## M4sh Initialization. ##
## -------------------- ## ## -------------------- ##
@ -1617,7 +1617,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it. gives unlimited permission to copy, distribute and modify it.
Copyright (c) 1996-2015, PostgreSQL Global Development Group Copyright (c) 1996-2016, PostgreSQL Global Development Group
_ACEOF _ACEOF
exit exit
fi fi

@ -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 Untested combinations of 'autoconf' and PostgreSQL versions are not
recommended. You can remove the check from 'configure.in' but it is then recommended. You can remove the check from 'configure.in' but it is then
your responsibility whether the result works or not.])]) your responsibility whether the result works or not.])])
AC_COPYRIGHT([Copyright (c) 1996-2015, PostgreSQL Global Development Group]) AC_COPYRIGHT([Copyright (c) 1996-2016, PostgreSQL Global Development Group])
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c]) AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
AC_CONFIG_AUX_DIR(config) AC_CONFIG_AUX_DIR(config)
AC_PREFIX_DEFAULT(/usr/local/pgsql) AC_PREFIX_DEFAULT(/usr/local/pgsql)

@ -3,7 +3,7 @@
* adminpack.c * adminpack.c
* *
* *
* Copyright (c) 2002-2015, PostgreSQL Global Development Group * Copyright (c) 2002-2016, PostgreSQL Global Development Group
* *
* Author: Andreas Pflug <pgadmin@pse-consulting.de> * Author: Andreas Pflug <pgadmin@pse-consulting.de>
* *

@ -3,7 +3,7 @@
* auto_explain.c * auto_explain.c
* *
* *
* Copyright (c) 2008-2015, PostgreSQL Global Development Group * Copyright (c) 2008-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/auto_explain/auto_explain.c * contrib/auto_explain/auto_explain.c

@ -9,7 +9,7 @@
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in> * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
* *
* contrib/dblink/dblink.c * contrib/dblink/dblink.c
* Copyright (c) 2001-2015, PostgreSQL Global Development Group * Copyright (c) 2001-2016, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED; * ALL RIGHTS RESERVED;
* *
* Permission to use, copy, modify, and distribute this software and its * Permission to use, copy, modify, and distribute this software and its

@ -9,7 +9,7 @@
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in> * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
* *
* contrib/dblink/dblink.h * contrib/dblink/dblink.h
* Copyright (c) 2001-2015, PostgreSQL Global Development Group * Copyright (c) 2001-2016, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED; * ALL RIGHTS RESERVED;
* *
* Permission to use, copy, modify, and distribute this software and its * Permission to use, copy, modify, and distribute this software and its

@ -3,7 +3,7 @@
* dict_int.c * dict_int.c
* Text search dictionary for integers * Text search dictionary for integers
* *
* Copyright (c) 2007-2015, PostgreSQL Global Development Group * Copyright (c) 2007-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/dict_int/dict_int.c * contrib/dict_int/dict_int.c

@ -3,7 +3,7 @@
* dict_xsyn.c * dict_xsyn.c
* Extended synonym dictionary * Extended synonym dictionary
* *
* Copyright (c) 2007-2015, PostgreSQL Global Development Group * Copyright (c) 2007-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/dict_xsyn/dict_xsyn.c * contrib/dict_xsyn/dict_xsyn.c

@ -3,7 +3,7 @@
* file_fdw.c * file_fdw.c
* foreign-data wrapper for server-side flat files. * foreign-data wrapper for server-side flat files.
* *
* Copyright (c) 2010-2015, PostgreSQL Global Development Group * Copyright (c) 2010-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/file_fdw/file_fdw.c * contrib/file_fdw/file_fdw.c

@ -6,7 +6,7 @@
* Joe Conway <mail@joeconway.com> * Joe Conway <mail@joeconway.com>
* *
* contrib/fuzzystrmatch/fuzzystrmatch.c * contrib/fuzzystrmatch/fuzzystrmatch.c
* Copyright (c) 2001-2015, PostgreSQL Global Development Group * Copyright (c) 2001-2016, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED; * ALL RIGHTS RESERVED;
* *
* metaphone() * metaphone()

@ -3,7 +3,7 @@
* _int_selfuncs.c * _int_selfuncs.c
* Functions for selectivity estimation of intarray operators * Functions for selectivity estimation of intarray operators
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -4,7 +4,7 @@
* PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC) * PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
* *
* Author: German Mendez Bravo (Kronuz) * Author: German Mendez Bravo (Kronuz)
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/isn/isn.c * contrib/isn/isn.c

@ -4,7 +4,7 @@
* PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC) * PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
* *
* Author: German Mendez Bravo (Kronuz) * Author: German Mendez Bravo (Kronuz)
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/isn/isn.h * contrib/isn/isn.h

@ -2,7 +2,7 @@
* brinfuncs.c * brinfuncs.c
* Functions to investigate BRIN indexes * Functions to investigate BRIN indexes
* *
* Copyright (c) 2014-2015, PostgreSQL Global Development Group * Copyright (c) 2014-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/pageinspect/brinfuncs.c * contrib/pageinspect/brinfuncs.c

@ -9,7 +9,7 @@
* there's hardly any use case for using these without superuser-rights * there's hardly any use case for using these without superuser-rights
* anyway. * anyway.
* *
* Copyright (c) 2007-2015, PostgreSQL Global Development Group * Copyright (c) 2007-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/pageinspect/fsmfuncs.c * contrib/pageinspect/fsmfuncs.c

@ -2,7 +2,7 @@
* ginfuncs.c * ginfuncs.c
* Functions to investigate the content of GIN indexes * Functions to investigate the content of GIN indexes
* *
* Copyright (c) 2014-2015, PostgreSQL Global Development Group * Copyright (c) 2014-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/pageinspect/ginfuncs.c * contrib/pageinspect/ginfuncs.c

@ -15,7 +15,7 @@
* there's hardly any use case for using these without superuser-rights * there's hardly any use case for using these without superuser-rights
* anyway. * anyway.
* *
* Copyright (c) 2007-2015, PostgreSQL Global Development Group * Copyright (c) 2007-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/pageinspect/heapfuncs.c * contrib/pageinspect/heapfuncs.c

@ -5,7 +5,7 @@
* *
* Access-method specific inspection functions are in separate files. * Access-method specific inspection functions are in separate files.
* *
* Copyright (c) 2007-2015, PostgreSQL Global Development Group * Copyright (c) 2007-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/pageinspect/rawpage.c * contrib/pageinspect/rawpage.c

@ -3,7 +3,7 @@
* passwordcheck.c * passwordcheck.c
* *
* *
* Copyright (c) 2009-2015, PostgreSQL Global Development Group * Copyright (c) 2009-2016, PostgreSQL Global Development Group
* *
* Author: Laurenz Albe <laurenz.albe@wien.gv.at> * Author: Laurenz Albe <laurenz.albe@wien.gv.at>
* *

@ -3,7 +3,7 @@
* pg_prewarm.c * pg_prewarm.c
* prewarming utilities * prewarming utilities
* *
* Copyright (c) 2010-2015, PostgreSQL Global Development Group * Copyright (c) 2010-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/pg_prewarm/pg_prewarm.c * contrib/pg_prewarm/pg_prewarm.c

@ -48,7 +48,7 @@
* in the file to be read or written while holding only shared lock. * in the file to be read or written while holding only shared lock.
* *
* *
* Copyright (c) 2008-2015, PostgreSQL Global Development Group * Copyright (c) 2008-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/pg_stat_statements/pg_stat_statements.c * contrib/pg_stat_statements/pg_stat_statements.c

@ -181,7 +181,7 @@
* 7) Mark state 3 final because state 5 of source NFA is marked as final. * 7) Mark state 3 final because state 5 of source NFA is marked as final.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -3,7 +3,7 @@
* pgstatapproc.c * pgstatapproc.c
* Bloat estimation functions * Bloat estimation functions
* *
* Copyright (c) 2014-2015, PostgreSQL Global Development Group * Copyright (c) 2014-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/pgstattuple/pgstatapprox.c * contrib/pgstattuple/pgstatapprox.c

@ -3,7 +3,7 @@
* connection.c * connection.c
* Connection management functions for postgres_fdw * Connection management functions for postgres_fdw
* *
* Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/postgres_fdw/connection.c * contrib/postgres_fdw/connection.c

@ -24,7 +24,7 @@
* with collations that match the remote table's columns, which we can * with collations that match the remote table's columns, which we can
* consider to be user error. * consider to be user error.
* *
* Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/postgres_fdw/deparse.c * contrib/postgres_fdw/deparse.c

@ -3,7 +3,7 @@
* option.c * option.c
* FDW option handling for postgres_fdw * FDW option handling for postgres_fdw
* *
* Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/postgres_fdw/option.c * contrib/postgres_fdw/option.c

@ -3,7 +3,7 @@
* postgres_fdw.c * postgres_fdw.c
* Foreign-data wrapper for remote PostgreSQL servers * Foreign-data wrapper for remote PostgreSQL servers
* *
* Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/postgres_fdw/postgres_fdw.c * contrib/postgres_fdw/postgres_fdw.c

@ -3,7 +3,7 @@
* postgres_fdw.h * postgres_fdw.h
* Foreign-data wrapper for remote PostgreSQL servers * Foreign-data wrapper for remote PostgreSQL servers
* *
* Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group * Portions Copyright (c) 2012-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/postgres_fdw/postgres_fdw.h * contrib/postgres_fdw/postgres_fdw.h

@ -13,7 +13,7 @@
* functions or functions using nonportable collations. Those considerations * functions or functions using nonportable collations. Those considerations
* need not be accounted for here. * need not be accounted for here.
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/postgres_fdw/shippable.c * contrib/postgres_fdw/shippable.c

@ -4,7 +4,7 @@
* *
* Routines corresponding to database objects * Routines corresponding to database objects
* *
* Copyright (c) 2010-2015, PostgreSQL Global Development Group * Copyright (c) 2010-2016, PostgreSQL Global Development Group
* *
* ------------------------------------------------------------------------- * -------------------------------------------------------------------------
*/ */

@ -4,7 +4,7 @@
* *
* Routines to handle DML permission checks * Routines to handle DML permission checks
* *
* Copyright (c) 2010-2015, PostgreSQL Global Development Group * Copyright (c) 2010-2016, PostgreSQL Global Development Group
* *
* ------------------------------------------------------------------------- * -------------------------------------------------------------------------
*/ */

@ -4,7 +4,7 @@
* *
* Entrypoints of the hooks in PostgreSQL, and dispatches the callbacks. * Entrypoints of the hooks in PostgreSQL, and dispatches the callbacks.
* *
* Copyright (c) 2010-2015, PostgreSQL Global Development Group * Copyright (c) 2010-2016, PostgreSQL Global Development Group
* *
* ------------------------------------------------------------------------- * -------------------------------------------------------------------------
*/ */

@ -4,7 +4,7 @@
* *
* Routines to support SELinux labels (security context) * Routines to support SELinux labels (security context)
* *
* Copyright (c) 2010-2015, PostgreSQL Global Development Group * Copyright (c) 2010-2016, PostgreSQL Global Development Group
* *
* ------------------------------------------------------------------------- * -------------------------------------------------------------------------
*/ */

@ -2,7 +2,7 @@
# #
# A wrapper script to launch psql command in regression test # A wrapper script to launch psql command in regression test
# #
# Copyright (c) 2010-2015, PostgreSQL Global Development Group # Copyright (c) 2010-2016, PostgreSQL Global Development Group
# #
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------

@ -4,7 +4,7 @@
* *
* Routines corresponding to procedure objects * Routines corresponding to procedure objects
* *
* Copyright (c) 2010-2015, PostgreSQL Global Development Group * Copyright (c) 2010-2016, PostgreSQL Global Development Group
* *
* ------------------------------------------------------------------------- * -------------------------------------------------------------------------
*/ */

@ -4,7 +4,7 @@
* *
* Routines corresponding to relation/attribute objects * Routines corresponding to relation/attribute objects
* *
* Copyright (c) 2010-2015, PostgreSQL Global Development Group * Copyright (c) 2010-2016, PostgreSQL Global Development Group
* *
* ------------------------------------------------------------------------- * -------------------------------------------------------------------------
*/ */

@ -4,7 +4,7 @@
* *
* Routines corresponding to schema objects * Routines corresponding to schema objects
* *
* Copyright (c) 2010-2015, PostgreSQL Global Development Group * Copyright (c) 2010-2016, PostgreSQL Global Development Group
* *
* ------------------------------------------------------------------------- * -------------------------------------------------------------------------
*/ */

@ -5,7 +5,7 @@
* Interactions between userspace and selinux in kernelspace, * Interactions between userspace and selinux in kernelspace,
* using libselinux api. * using libselinux api.
* *
* Copyright (c) 2010-2015, PostgreSQL Global Development Group * Copyright (c) 2010-2016, PostgreSQL Global Development Group
* *
* ------------------------------------------------------------------------- * -------------------------------------------------------------------------
*/ */

@ -4,7 +4,7 @@
* *
* Definitions corresponding to SE-PostgreSQL * Definitions corresponding to SE-PostgreSQL
* *
* Copyright (c) 2010-2015, PostgreSQL Global Development Group * Copyright (c) 2010-2016, PostgreSQL Global Development Group
* *
* ------------------------------------------------------------------------- * -------------------------------------------------------------------------
*/ */

@ -6,7 +6,7 @@
* access control decisions recently used, and reduce number of kernel * access control decisions recently used, and reduce number of kernel
* invocations to avoid unnecessary performance hit. * invocations to avoid unnecessary performance hit.
* *
* Copyright (c) 2011-2015, PostgreSQL Global Development Group * Copyright (c) 2011-2016, PostgreSQL Global Development Group
* *
* ------------------------------------------------------------------------- * -------------------------------------------------------------------------
*/ */

@ -10,7 +10,7 @@
* And contributors: * And contributors:
* Nabil Sayegh <postgresql@e-trolley.de> * Nabil Sayegh <postgresql@e-trolley.de>
* *
* Copyright (c) 2002-2015, PostgreSQL Global Development Group * Copyright (c) 2002-2016, PostgreSQL Global Development Group
* *
* Permission to use, copy, modify, and distribute this software and its * Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, without fee, and without a written agreement * documentation for any purpose, without fee, and without a written agreement

@ -10,7 +10,7 @@
* And contributors: * And contributors:
* Nabil Sayegh <postgresql@e-trolley.de> * Nabil Sayegh <postgresql@e-trolley.de>
* *
* Copyright (c) 2002-2015, PostgreSQL Global Development Group * Copyright (c) 2002-2016, PostgreSQL Global Development Group
* *
* Permission to use, copy, modify, and distribute this software and its * Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, without fee, and without a written agreement * documentation for any purpose, without fee, and without a written agreement

@ -3,7 +3,7 @@
* tcn.c * tcn.c
* triggered change notification support for PostgreSQL * triggered change notification support for PostgreSQL
* *
* Portions Copyright (c) 2011-2015, PostgreSQL Global Development Group * Portions Copyright (c) 2011-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -3,7 +3,7 @@
* test_decoding.c * test_decoding.c
* example logical decoding output plugin * example logical decoding output plugin
* *
* Copyright (c) 2012-2015, PostgreSQL Global Development Group * Copyright (c) 2012-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/test_decoding/test_decoding.c * contrib/test_decoding/test_decoding.c

@ -3,7 +3,7 @@
* tsearch2.c * tsearch2.c
* Backwards-compatibility package for old contrib/tsearch2 API * Backwards-compatibility package for old contrib/tsearch2 API
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* *
* *
* IDENTIFICATION * IDENTIFICATION

@ -17,7 +17,7 @@
* won't visit blocks added after the first scan, but that is fine since * won't visit blocks added after the first scan, but that is fine since
* such blocks shouldn't contain any visible tuples anyway. * such blocks shouldn't contain any visible tuples anyway.
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -13,7 +13,7 @@
* However, we do what we can to reduce surprising behavior by selecting * However, we do what we can to reduce surprising behavior by selecting
* the sampling pattern just once per query, much as in tsm_system_rows. * the sampling pattern just once per query, much as in tsm_system_rows.
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -3,7 +3,7 @@
* unaccent.c * unaccent.c
* Text search unaccent dictionary * Text search unaccent dictionary
* *
* Copyright (c) 2009-2015, PostgreSQL Global Development Group * Copyright (c) 2009-2016, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/unaccent/unaccent.c * contrib/unaccent/unaccent.c

@ -2,7 +2,7 @@
* *
* UUID generation functions using the BSD, E2FS or OSSP UUID library * UUID generation functions using the BSD, E2FS or OSSP UUID library
* *
* Copyright (c) 2007-2015, PostgreSQL Global Development Group * Copyright (c) 2007-2016, PostgreSQL Global Development Group
* *
* Portions Copyright (c) 2009 Andrew Gierth * Portions Copyright (c) 2009 Andrew Gierth
* *

@ -3,7 +3,7 @@
* vacuumlo.c * vacuumlo.c
* This removes orphaned large objects from a database. * This removes orphaned large objects from a database.
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -1,7 +1,7 @@
#!/usr/bin/perl #!/usr/bin/perl
# #
# Generate the errcodes-table.sgml file from errcodes.txt # Generate the errcodes-table.sgml file from errcodes.txt
# Copyright (c) 2000-2015, PostgreSQL Global Development Group # Copyright (c) 2000-2016, PostgreSQL Global Development Group
use warnings; use warnings;
use strict; use strict;

@ -1,9 +1,9 @@
<!-- doc/src/sgml/legal.sgml --> <!-- doc/src/sgml/legal.sgml -->
<date>2015</date> <date>2016</date>
<copyright> <copyright>
<year>1996-2015</year> <year>1996-2016</year>
<holder>The PostgreSQL Global Development Group</holder> <holder>The PostgreSQL Global Development Group</holder>
</copyright> </copyright>
@ -11,7 +11,7 @@
<title>Legal Notice</title> <title>Legal Notice</title>
<para> <para>
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2015 <productname>PostgreSQL</productname> is Copyright &copy; 1996-2016
by the PostgreSQL Global Development Group. by the PostgreSQL Global Development Group.
</para> </para>

@ -670,7 +670,7 @@ SELECT lo_export(image.raster, '/tmp/motd') FROM image
* testlo.c * testlo.c
* test using large objects with libpq * test using large objects with libpq
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -2,7 +2,7 @@
# #
# Makefile for the postgres backend # Makefile for the postgres backend
# #
# Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group # Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California # Portions Copyright (c) 1994, Regents of the University of California
# #
# src/backend/Makefile # src/backend/Makefile

@ -4,7 +4,7 @@
* *
* See src/backend/access/brin/README for details. * See src/backend/access/brin/README for details.
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -16,7 +16,7 @@
* writing is the INET type, where IPv6 values cannot be merged with IPv4 * writing is the INET type, where IPv6 values cannot be merged with IPv4
* values. * values.
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -2,7 +2,7 @@
* brin_minmax.c * brin_minmax.c
* Implementation of Min/Max opclass for BRIN * Implementation of Min/Max opclass for BRIN
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -2,7 +2,7 @@
* brin_pageops.c * brin_pageops.c
* Page-handling routines for BRIN indexes * Page-handling routines for BRIN indexes
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -12,7 +12,7 @@
* the metapage. When the revmap needs to be expanded, all tuples on the * 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. * regular BRIN page at that block (if any) are moved out of the way.
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -23,7 +23,7 @@
* Note the size of the null bitmask may not be the same as that of the * Note the size of the null bitmask may not be the same as that of the
* datum array. * datum array.
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -2,7 +2,7 @@
* brin_xlog.c * brin_xlog.c
* XLog replay routines for BRIN indexes * XLog replay routines for BRIN indexes
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -45,7 +45,7 @@
* and we'd like to still refer to them via C struct offsets. * and we'd like to still refer to them via C struct offsets.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -4,7 +4,7 @@
* This file contains index tuple accessor and mutator routines, * This file contains index tuple accessor and mutator routines,
* as well as various tuple utilities. * as well as various tuple utilities.
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -5,7 +5,7 @@
* clients and standalone backends are supported here). * clients and standalone backends are supported here).
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -3,7 +3,7 @@
* reloptions.c * reloptions.c
* Core support for relation options (pg_class.reloptions) * Core support for relation options (pg_class.reloptions)
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -3,7 +3,7 @@
* scankey.c * scankey.c
* scan key support code * scan key support code
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -9,7 +9,7 @@
* executor's "junkfilter" routines, but these functions work on bare * executor's "junkfilter" routines, but these functions work on bare
* HeapTuples rather than TupleTableSlots. * HeapTuples rather than TupleTableSlots.
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -3,7 +3,7 @@
* tupdesc.c * tupdesc.c
* POSTGRES tuple descriptor support code * POSTGRES tuple descriptor support code
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -4,7 +4,7 @@
* support functions for GIN's indexing of any array * support functions for GIN's indexing of any array
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* page utilities routines for the postgres inverted index access method. * page utilities routines for the postgres inverted index access method.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* routines for fast build of inverted index * routines for fast build of inverted index
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* routines for handling GIN posting tree pages. * routines for handling GIN posting tree pages.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* routines for handling GIN entry tree pages. * routines for handling GIN entry tree pages.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -7,7 +7,7 @@
* transfer pending entries into the regular index structure. This * transfer pending entries into the regular index structure. This
* wins because bulk insertion is much more efficient than retail. * wins because bulk insertion is much more efficient than retail.
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* fetch tuples from a GIN scan. * fetch tuples from a GIN scan.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* insert routines for the postgres inverted index access method. * insert routines for the postgres inverted index access method.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -24,7 +24,7 @@
* is used for.) * is used for.)
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* routines for dealing with posting lists. * routines for dealing with posting lists.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* routines to manage scans of inverted index relations * routines to manage scans of inverted index relations
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* utilities routines for the postgres inverted index access method. * utilities routines for the postgres inverted index access method.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* delete & vacuum routines for the postgres GIN * delete & vacuum routines for the postgres GIN
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* WAL replay logic for inverted index. * WAL replay logic for inverted index.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* interface routines for the postgres GiST index access method. * interface routines for the postgres GiST index access method.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* build algorithm for GiST indexes implementation. * build algorithm for GiST indexes implementation.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* node buffer management functions for GiST buffering build algorithm. * node buffer management functions for GiST buffering build algorithm.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* fetch tuples from a GiST scan. * fetch tuples from a GiST scan.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -7,7 +7,7 @@
* This gives R-tree behavior, with Guttman's poly-time split algorithm. * This gives R-tree behavior, with Guttman's poly-time split algorithm.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* routines to manage scans on GiST index relations * routines to manage scans on GiST index relations
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -15,7 +15,7 @@
* gistSplitByKey() is the entry point to this file. * gistSplitByKey() is the entry point to this file.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* utilities routines for the postgres GiST index access method. * utilities routines for the postgres GiST index access method.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* vacuuming routines for the postgres GiST index access method. * vacuuming routines for the postgres GiST index access method.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -4,7 +4,7 @@
* WAL replay logic for GiST. * WAL replay logic for GiST.
* *
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -3,7 +3,7 @@
* hash.c * hash.c
* Implementation of Margo Seltzer's Hashing package for postgres. * Implementation of Margo Seltzer's Hashing package for postgres.
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -3,7 +3,7 @@
* hashfunc.c * hashfunc.c
* Support functions for hash access method. * Support functions for hash access method.
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -3,7 +3,7 @@
* hashinsert.c * hashinsert.c
* Item insertion in hash tables for Postgres. * Item insertion in hash tables for Postgres.
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -3,7 +3,7 @@
* hashovfl.c * hashovfl.c
* Overflow page management code for the Postgres hash access method * Overflow page management code for the Postgres hash access method
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -3,7 +3,7 @@
* hashpage.c * hashpage.c
* Hash table page management code for the Postgres hash access method * Hash table page management code for the Postgres hash access method
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -3,7 +3,7 @@
* hashscan.c * hashscan.c
* manage scans on hash tables * manage scans on hash tables
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -3,7 +3,7 @@
* hashsearch.c * hashsearch.c
* search code for postgres hash tables * search code for postgres hash tables
* *
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save