Stamp copyrights for year 2011.

pull/1/head
Bruce Momjian 15 years ago
parent 67c9e4442f
commit 5d950e3b0c
  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/fuzzystrmatch/fuzzystrmatch.c
  12. 2
      contrib/fuzzystrmatch/levenshtein.c
  13. 2
      contrib/isn/isn.c
  14. 2
      contrib/isn/isn.h
  15. 2
      contrib/pageinspect/fsmfuncs.c
  16. 2
      contrib/pageinspect/heapfuncs.c
  17. 2
      contrib/pageinspect/rawpage.c
  18. 2
      contrib/passwordcheck/passwordcheck.c
  19. 2
      contrib/pg_stat_statements/pg_stat_statements.c
  20. 2
      contrib/pg_upgrade/check.c
  21. 2
      contrib/pg_upgrade/controldata.c
  22. 2
      contrib/pg_upgrade/dump.c
  23. 2
      contrib/pg_upgrade/exec.c
  24. 2
      contrib/pg_upgrade/file.c
  25. 2
      contrib/pg_upgrade/function.c
  26. 2
      contrib/pg_upgrade/info.c
  27. 2
      contrib/pg_upgrade/option.c
  28. 2
      contrib/pg_upgrade/page.c
  29. 2
      contrib/pg_upgrade/pg_upgrade.c
  30. 2
      contrib/pg_upgrade/pg_upgrade.h
  31. 2
      contrib/pg_upgrade/relfilenode.c
  32. 2
      contrib/pg_upgrade/server.c
  33. 2
      contrib/pg_upgrade/tablespace.c
  34. 2
      contrib/pg_upgrade/util.c
  35. 2
      contrib/pg_upgrade/version.c
  36. 2
      contrib/pg_upgrade/version_old_8_3.c
  37. 2
      contrib/pg_upgrade_support/pg_upgrade_support.c
  38. 2
      contrib/pgbench/pgbench.c
  39. 2
      contrib/tablefunc/tablefunc.c
  40. 2
      contrib/tablefunc/tablefunc.h
  41. 2
      contrib/test_parser/test_parser.c
  42. 2
      contrib/tsearch2/tsearch2.c
  43. 2
      contrib/unaccent/unaccent.c
  44. 2
      contrib/uuid-ossp/uuid-ossp.c
  45. 2
      contrib/vacuumlo/vacuumlo.c
  46. 4
      doc/src/sgml/legal.sgml
  47. 2
      src/backend/Makefile
  48. 2
      src/backend/access/common/heaptuple.c
  49. 2
      src/backend/access/common/indextuple.c
  50. 2
      src/backend/access/common/printtup.c
  51. 2
      src/backend/access/common/reloptions.c
  52. 2
      src/backend/access/common/scankey.c
  53. 2
      src/backend/access/common/tupconvert.c
  54. 2
      src/backend/access/common/tupdesc.c
  55. 2
      src/backend/access/gin/ginarrayproc.c
  56. 2
      src/backend/access/gin/ginbtree.c
  57. 2
      src/backend/access/gin/ginbulk.c
  58. 2
      src/backend/access/gin/gindatapage.c
  59. 2
      src/backend/access/gin/ginentrypage.c
  60. 2
      src/backend/access/gin/ginfast.c
  61. 2
      src/backend/access/gin/ginget.c
  62. 2
      src/backend/access/gin/gininsert.c
  63. 2
      src/backend/access/gin/ginscan.c
  64. 2
      src/backend/access/gin/ginutil.c
  65. 2
      src/backend/access/gin/ginvacuum.c
  66. 2
      src/backend/access/gin/ginxlog.c
  67. 2
      src/backend/access/gist/gist.c
  68. 2
      src/backend/access/gist/gistget.c
  69. 2
      src/backend/access/gist/gistproc.c
  70. 2
      src/backend/access/gist/gistscan.c
  71. 2
      src/backend/access/gist/gistsplit.c
  72. 2
      src/backend/access/gist/gistutil.c
  73. 2
      src/backend/access/gist/gistvacuum.c
  74. 2
      src/backend/access/gist/gistxlog.c
  75. 2
      src/backend/access/hash/hash.c
  76. 2
      src/backend/access/hash/hashfunc.c
  77. 2
      src/backend/access/hash/hashinsert.c
  78. 2
      src/backend/access/hash/hashovfl.c
  79. 2
      src/backend/access/hash/hashpage.c
  80. 2
      src/backend/access/hash/hashscan.c
  81. 2
      src/backend/access/hash/hashsearch.c
  82. 2
      src/backend/access/hash/hashsort.c
  83. 2
      src/backend/access/hash/hashutil.c
  84. 2
      src/backend/access/heap/heapam.c
  85. 2
      src/backend/access/heap/hio.c
  86. 2
      src/backend/access/heap/pruneheap.c
  87. 2
      src/backend/access/heap/rewriteheap.c
  88. 2
      src/backend/access/heap/syncscan.c
  89. 2
      src/backend/access/heap/tuptoaster.c
  90. 2
      src/backend/access/heap/visibilitymap.c
  91. 2
      src/backend/access/index/genam.c
  92. 2
      src/backend/access/index/indexam.c
  93. 2
      src/backend/access/nbtree/nbtcompare.c
  94. 2
      src/backend/access/nbtree/nbtinsert.c
  95. 2
      src/backend/access/nbtree/nbtpage.c
  96. 2
      src/backend/access/nbtree/nbtree.c
  97. 2
      src/backend/access/nbtree/nbtsearch.c
  98. 2
      src/backend/access/nbtree/nbtsort.c
  99. 2
      src/backend/access/nbtree/nbtutils.c
  100. 2
      src/backend/access/nbtree/nbtxlog.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-2010, PostgreSQL Global Development Group Portions Copyright (c) 1996-2011, 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

@ -9,7 +9,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-2010, PostgreSQL Global Development Group # Copyright (c) 1996-2011, PostgreSQL Global Development Group
## --------------------- ## ## --------------------- ##
## M4sh Initialization. ## ## M4sh Initialization. ##
## --------------------- ## ## --------------------- ##
@ -1633,7 +1633,7 @@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
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-2010, PostgreSQL Global Development Group Copyright (c) 1996-2011, PostgreSQL Global Development Group
_ACEOF _ACEOF
exit exit
fi fi

@ -23,7 +23,7 @@ m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.6
Untested combinations of 'autoconf' and PostgreSQL versions are not 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-2010, PostgreSQL Global Development Group]) AC_COPYRIGHT([Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Copyright (c) 2002-2011, 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-2010, PostgreSQL Global Development Group * Copyright (c) 2008-2011, 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-2010, PostgreSQL Global Development Group * Copyright (c) 2001-2011, 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-2010, PostgreSQL Global Development Group * Copyright (c) 2001-2011, 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-2010, PostgreSQL Global Development Group * Copyright (c) 2007-2011, 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-2010, PostgreSQL Global Development Group * Copyright (c) 2007-2011, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/dict_xsyn/dict_xsyn.c * contrib/dict_xsyn/dict_xsyn.c

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

@ -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-2010, PostgreSQL Global Development Group * Copyright (c) 2001-2011, PostgreSQL Global Development Group
* ALL RIGHTS RESERVED; * ALL RIGHTS RESERVED;
* *
* metaphone() * metaphone()

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

@ -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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/isn/isn.h * contrib/isn/isn.h

@ -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-2010, PostgreSQL Global Development Group * Copyright (c) 2007-2011, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/pageinspect/fsmfuncs.c * contrib/pageinspect/fsmfuncs.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-2010, PostgreSQL Global Development Group * Copyright (c) 2007-2011, 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-2010, PostgreSQL Global Development Group * Copyright (c) 2007-2011, 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-2010, PostgreSQL Global Development Group * Copyright (c) 2009-2011, PostgreSQL Global Development Group
* *
* Author: Laurenz Albe <laurenz.albe@wien.gv.at> * Author: Laurenz Albe <laurenz.albe@wien.gv.at>
* *

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -4,7 +4,7 @@
* server-side functions to set backend global variables * server-side functions to set backend global variables
* to control oid and relfilenode assignment * to control oid and relfilenode assignment
* *
* Copyright (c) 2010, PostgreSQL Global Development Group * Copyright (c) 2010-2011, PostgreSQL Global Development Group
* contrib/pg_upgrade_support/pg_upgrade_support.c * contrib/pg_upgrade_support/pg_upgrade_support.c
*/ */

@ -5,7 +5,7 @@
* Originally written by Tatsuo Ishii and enhanced by many contributors. * Originally written by Tatsuo Ishii and enhanced by many contributors.
* *
* contrib/pgbench/pgbench.c * contrib/pgbench/pgbench.c
* Copyright (c) 2000-2010, PostgreSQL Global Development Group * Copyright (c) 2000-2011, 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

@ -10,7 +10,7 @@
* And contributors: * And contributors:
* Nabil Sayegh <postgresql@e-trolley.de> * Nabil Sayegh <postgresql@e-trolley.de>
* *
* Copyright (c) 2002-2010, PostgreSQL Global Development Group * Copyright (c) 2002-2011, 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-2010, PostgreSQL Global Development Group * Copyright (c) 2002-2011, 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 @@
* test_parser.c * test_parser.c
* Simple example of a text search parser * Simple example of a text search parser
* *
* Copyright (c) 2007-2010, PostgreSQL Global Development Group * Copyright (c) 2007-2011, PostgreSQL Global Development Group
* *
* IDENTIFICATION * IDENTIFICATION
* contrib/test_parser/test_parser.c * contrib/test_parser/test_parser.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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* *
* *
* IDENTIFICATION * IDENTIFICATION

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

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

@ -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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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 @@
<!-- doc/src/sgml/legal.sgml --> <!-- doc/src/sgml/legal.sgml -->
<copyright> <copyright>
<year>1996-2010</year> <year>1996-2011</year>
<holder>The PostgreSQL Global Development Group</holder> <holder>The PostgreSQL Global Development Group</holder>
</copyright> </copyright>
@ -9,7 +9,7 @@
<title>Legal Notice</title> <title>Legal Notice</title>
<para> <para>
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2010 <productname>PostgreSQL</productname> is Copyright &copy; 1996-2011
by the PostgreSQL Global Development Group and is distributed under by the PostgreSQL Global Development Group and is distributed under
the terms of the license of the University of California below. the terms of the license of the University of California below.
</para> </para>

@ -2,7 +2,7 @@
# #
# Makefile for the postgres backend # Makefile for the postgres backend
# #
# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group # Portions Copyright (c) 1996-2011, 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

@ -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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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 inverted index relations * routines to manage scans inverted index relations
* *
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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

@ -6,7 +6,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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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 @@
* Split page algorithm * Split page algorithm
* *
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -14,7 +14,7 @@
* plenty of locality of access. * plenty of locality of access.
* *
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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 @@
* hashutil.c * hashutil.c
* Utility code for Postgres hash implementation. * Utility code for Postgres hash implementation.
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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 @@
* heapam.c * heapam.c
* heap access method code * heap access method code
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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 @@
* hio.c * hio.c
* POSTGRES heap access method input/output code. * POSTGRES heap access method input/output code.
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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 @@
* pruneheap.c * pruneheap.c
* heap page pruning and HOT-chain management code * heap page pruning and HOT-chain management code
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -92,7 +92,7 @@
* heap's TOAST table will go through the normal bufmgr. * heap's TOAST table will go through the normal bufmgr.
* *
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 1994-5, Regents of the University of California * Portions Copyright (c) 1994-5, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

@ -36,7 +36,7 @@
* ss_report_location - update current scan location * ss_report_location - update current scan location
* *
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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 @@
* Support routines for external and compressed storage of * Support routines for external and compressed storage of
* variable size attributes. * variable size attributes.
* *
* Copyright (c) 2000-2010, PostgreSQL Global Development Group * Copyright (c) 2000-2011, PostgreSQL Global Development Group
* *
* *
* IDENTIFICATION * IDENTIFICATION

@ -3,7 +3,7 @@
* visibilitymap.c * visibilitymap.c
* bitmap for tracking visibility of heap tuples * bitmap for tracking visibility of heap tuples
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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 @@
* genam.c * genam.c
* general index access method routines * general index access method routines
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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 @@
* indexam.c * indexam.c
* general index access method routines * general index access method routines
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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 @@
* nbtcompare.c * nbtcompare.c
* Comparison functions for btree access method. * Comparison functions for btree access method.
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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 @@
* nbtinsert.c * nbtinsert.c
* Item insertion in Lehman and Yao btrees for Postgres. * Item insertion in Lehman and Yao btrees for Postgres.
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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 @@
* BTree-specific page management code for the Postgres btree access * BTree-specific page management code for the Postgres btree access
* method. * method.
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* *

@ -8,7 +8,7 @@
* This file contains only the public interface routines. * This file contains only the public interface routines.
* *
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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 @@
* Search code for postgres btrees. * Search code for postgres btrees.
* *
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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

@ -55,7 +55,7 @@
* This code isn't concerned about the FSM at all. The caller is responsible * This code isn't concerned about the FSM at all. The caller is responsible
* for initializing that. * for initializing that.
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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 @@
* nbtutils.c * nbtutils.c
* Utility code for Postgres btree implementation. * Utility code for Postgres btree implementation.
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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 @@
* WAL replay logic for btrees. * WAL replay logic for btrees.
* *
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2011, 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

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

Loading…
Cancel
Save