Update copyright for 2014

Update all files in head, and files COPYRIGHT and legal.sgml in all back
branches.
pull/6/head
Bruce Momjian 12 years ago
parent 0c051c9008
commit 7e04792a1c
  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/dummy_seclabel/dummy_seclabel.c
  11. 2
      contrib/file_fdw/file_fdw.c
  12. 2
      contrib/fuzzystrmatch/fuzzystrmatch.c
  13. 2
      contrib/fuzzystrmatch/levenshtein.c
  14. 2
      contrib/isn/isn.c
  15. 2
      contrib/isn/isn.h
  16. 2
      contrib/pageinspect/fsmfuncs.c
  17. 2
      contrib/pageinspect/heapfuncs.c
  18. 2
      contrib/pageinspect/rawpage.c
  19. 2
      contrib/passwordcheck/passwordcheck.c
  20. 2
      contrib/pg_prewarm/pg_prewarm.c
  21. 2
      contrib/pg_stat_statements/pg_stat_statements.c
  22. 2
      contrib/pg_trgm/trgm_regexp.c
  23. 2
      contrib/pg_upgrade/check.c
  24. 2
      contrib/pg_upgrade/controldata.c
  25. 2
      contrib/pg_upgrade/dump.c
  26. 2
      contrib/pg_upgrade/exec.c
  27. 2
      contrib/pg_upgrade/file.c
  28. 2
      contrib/pg_upgrade/function.c
  29. 2
      contrib/pg_upgrade/info.c
  30. 2
      contrib/pg_upgrade/option.c
  31. 2
      contrib/pg_upgrade/page.c
  32. 2
      contrib/pg_upgrade/parallel.c
  33. 2
      contrib/pg_upgrade/pg_upgrade.c
  34. 2
      contrib/pg_upgrade/pg_upgrade.h
  35. 2
      contrib/pg_upgrade/relfilenode.c
  36. 2
      contrib/pg_upgrade/server.c
  37. 2
      contrib/pg_upgrade/tablespace.c
  38. 2
      contrib/pg_upgrade/test.sh
  39. 2
      contrib/pg_upgrade/util.c
  40. 2
      contrib/pg_upgrade/version.c
  41. 2
      contrib/pg_upgrade/version_old_8_3.c
  42. 2
      contrib/pg_upgrade_support/pg_upgrade_support.c
  43. 2
      contrib/pg_xlogdump/compat.c
  44. 2
      contrib/pg_xlogdump/pg_xlogdump.c
  45. 2
      contrib/pgbench/pgbench.c
  46. 2
      contrib/postgres_fdw/connection.c
  47. 2
      contrib/postgres_fdw/deparse.c
  48. 2
      contrib/postgres_fdw/option.c
  49. 2
      contrib/postgres_fdw/postgres_fdw.c
  50. 2
      contrib/postgres_fdw/postgres_fdw.h
  51. 2
      contrib/sepgsql/database.c
  52. 2
      contrib/sepgsql/dml.c
  53. 2
      contrib/sepgsql/hooks.c
  54. 2
      contrib/sepgsql/label.c
  55. 2
      contrib/sepgsql/launcher
  56. 2
      contrib/sepgsql/proc.c
  57. 2
      contrib/sepgsql/relation.c
  58. 2
      contrib/sepgsql/schema.c
  59. 2
      contrib/sepgsql/selinux.c
  60. 2
      contrib/sepgsql/sepgsql.h
  61. 2
      contrib/sepgsql/uavc.c
  62. 2
      contrib/tablefunc/tablefunc.c
  63. 2
      contrib/tablefunc/tablefunc.h
  64. 2
      contrib/tcn/tcn.c
  65. 2
      contrib/test_parser/test_parser.c
  66. 2
      contrib/tsearch2/tsearch2.c
  67. 2
      contrib/unaccent/unaccent.c
  68. 2
      contrib/uuid-ossp/uuid-ossp.c
  69. 2
      contrib/vacuumlo/vacuumlo.c
  70. 2
      doc/src/sgml/generate-errcodes-table.pl
  71. 6
      doc/src/sgml/legal.sgml
  72. 2
      doc/src/sgml/lobj.sgml
  73. 2
      src/backend/Makefile
  74. 2
      src/backend/access/common/heaptuple.c
  75. 2
      src/backend/access/common/indextuple.c
  76. 2
      src/backend/access/common/printtup.c
  77. 2
      src/backend/access/common/reloptions.c
  78. 2
      src/backend/access/common/scankey.c
  79. 2
      src/backend/access/common/tupconvert.c
  80. 2
      src/backend/access/common/tupdesc.c
  81. 2
      src/backend/access/gin/ginarrayproc.c
  82. 2
      src/backend/access/gin/ginbtree.c
  83. 2
      src/backend/access/gin/ginbulk.c
  84. 2
      src/backend/access/gin/gindatapage.c
  85. 2
      src/backend/access/gin/ginentrypage.c
  86. 2
      src/backend/access/gin/ginfast.c
  87. 2
      src/backend/access/gin/ginget.c
  88. 2
      src/backend/access/gin/gininsert.c
  89. 2
      src/backend/access/gin/ginpostinglist.c
  90. 2
      src/backend/access/gin/ginscan.c
  91. 2
      src/backend/access/gin/ginutil.c
  92. 2
      src/backend/access/gin/ginvacuum.c
  93. 2
      src/backend/access/gin/ginxlog.c
  94. 2
      src/backend/access/gist/gist.c
  95. 2
      src/backend/access/gist/gistbuild.c
  96. 2
      src/backend/access/gist/gistbuildbuffers.c
  97. 2
      src/backend/access/gist/gistget.c
  98. 2
      src/backend/access/gist/gistproc.c
  99. 2
      src/backend/access/gist/gistscan.c
  100. 2
      src/backend/access/gist/gistsplit.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
(formerly known as Postgres, then as Postgres95)
Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
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
# gives unlimited permission to copy, distribute and modify it.
#
# Copyright (c) 1996-2013, PostgreSQL Global Development Group
# Copyright (c) 1996-2014, PostgreSQL Global Development Group
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##
@ -1608,7 +1608,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-2013, PostgreSQL Global Development Group
Copyright (c) 1996-2014, PostgreSQL Global Development Group
_ACEOF
exit
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
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-2013, PostgreSQL Global Development Group])
AC_COPYRIGHT([Copyright (c) 1996-2014, PostgreSQL Global Development Group])
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
AC_CONFIG_AUX_DIR(config)
AC_PREFIX_DEFAULT(/usr/local/pgsql)

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

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

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

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

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

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

@ -7,7 +7,7 @@
* perspective, but allows regression testing independent of platform-specific
* features like SELinux.
*
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*/
#include "postgres.h"

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

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

@ -5,7 +5,7 @@
*
* Joe Conway <mail@joeconway.com>
*
* Copyright (c) 2001-2013, PostgreSQL Global Development Group
* Copyright (c) 2001-2014, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* levenshtein()

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

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

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

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

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

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

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

@ -34,7 +34,7 @@
* disappear!) and also take the entry's mutex spinlock.
*
*
* Copyright (c) 2008-2013, PostgreSQL Global Development Group
* Copyright (c) 2008-2014, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pg_stat_statements/pg_stat_statements.c

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

@ -3,7 +3,7 @@
*
* server checks and output routines
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade/check.c
*/

@ -3,7 +3,7 @@
*
* controldata functions
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade/controldata.c
*/

@ -3,7 +3,7 @@
*
* dump functions
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade/dump.c
*/

@ -3,7 +3,7 @@
*
* execution functions
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade/exec.c
*/

@ -3,7 +3,7 @@
*
* file system operations
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade/file.c
*/

@ -3,7 +3,7 @@
*
* server-side function support
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade/function.c
*/

@ -3,7 +3,7 @@
*
* information support functions
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade/info.c
*/

@ -3,7 +3,7 @@
*
* options functions
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade/option.c
*/

@ -3,7 +3,7 @@
*
* per-page conversion operations
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade/page.c
*/

@ -3,7 +3,7 @@
*
* multi-process support
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade/parallel.c
*/

@ -3,7 +3,7 @@
*
* main source file
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade/pg_upgrade.c
*/

@ -1,7 +1,7 @@
/*
* pg_upgrade.h
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade/pg_upgrade.h
*/

@ -3,7 +3,7 @@
*
* relfilenode functions
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade/relfilenode.c
*/

@ -3,7 +3,7 @@
*
* database server functions
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade/server.c
*/

@ -3,7 +3,7 @@
*
* tablespace functions
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade/tablespace.c
*/

@ -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-2013, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
set -e

@ -3,7 +3,7 @@
*
* utility functions
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade/util.c
*/

@ -3,7 +3,7 @@
*
* Postgres-version-specific routines
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade/version.c
*/

@ -3,7 +3,7 @@
*
* Postgres-version-specific routines
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade/version_old_8_3.c
*/

@ -5,7 +5,7 @@
* to control oid and relfilenode assignment, and do other special
* hacks needed for pg_upgrade.
*
* Copyright (c) 2010-2013, PostgreSQL Global Development Group
* Copyright (c) 2010-2014, PostgreSQL Global Development Group
* contrib/pg_upgrade_support/pg_upgrade_support.c
*/

@ -3,7 +3,7 @@
* compat.c
* Reimplementations of various backend functions.
*
* Portions Copyright (c) 2013, PostgreSQL Global Development Group
* Portions Copyright (c) 2013-2014, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pg_xlogdump/compat.c

@ -2,7 +2,7 @@
*
* pg_xlogdump.c - decode and display WAL
*
* Copyright (c) 2013, PostgreSQL Global Development Group
* Copyright (c) 2013-2014, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pg_xlogdump/pg_xlogdump.c

@ -5,7 +5,7 @@
* Originally written by Tatsuo Ishii and enhanced by many contributors.
*
* contrib/pgbench/pgbench.c
* Copyright (c) 2000-2013, PostgreSQL Global Development Group
* Copyright (c) 2000-2014, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED;
*
* Permission to use, copy, modify, and distribute this software and its

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

@ -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-2013, PostgreSQL Global Development Group
* Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/postgres_fdw/deparse.c

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -10,7 +10,7 @@
* And contributors:
* Nabil Sayegh <postgresql@e-trolley.de>
*
* Copyright (c) 2002-2013, PostgreSQL Global Development Group
* Copyright (c) 2002-2014, 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

@ -10,7 +10,7 @@
* And contributors:
* Nabil Sayegh <postgresql@e-trolley.de>
*
* Copyright (c) 2002-2013, PostgreSQL Global Development Group
* Copyright (c) 2002-2014, 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

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

@ -3,7 +3,7 @@
* test_parser.c
* Simple example of a text search parser
*
* Copyright (c) 2007-2013, PostgreSQL Global Development Group
* Copyright (c) 2007-2014, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/test_parser/test_parser.c

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

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

@ -2,7 +2,7 @@
*
* UUID generation functions using the OSSP UUID library
*
* Copyright (c) 2007-2013, PostgreSQL Global Development Group
* Copyright (c) 2007-2014, PostgreSQL Global Development Group
*
* contrib/uuid-ossp/uuid-ossp.c
*

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

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

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

@ -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-2013, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -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-2013, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save