Skip to content

Commit 2ff5015

Browse files
author
PostgreSQL Daemon
committed
Tag appropriate files for rc3 Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ...
1 parent 7cd2519 commit 2ff5015

File tree

715 files changed

+1423
-1423
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

715 files changed

+1423
-1423
lines changed

COPYRIGHT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL Database Management System
22
(formerly known as Postgres, then as Postgres95)
33

4-
Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
4+
Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
55

66
Portions Copyright (c) 1994, The Regents of the University of California
77

configure.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.393 2004/12/21 02:53:27 pgsql Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.394 2004/12/31 21:58:46 pgsql Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -17,10 +17,10 @@ dnl Read the Autoconf manual for details.
1717
dnl
1818
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
1919

20-
AC_INIT([PostgreSQL], [8.0.0rc2], [[email protected]])
20+
AC_INIT([PostgreSQL], [8.0.0rc3], [[email protected]])
2121

2222
AC_PREREQ(2.53)
23-
AC_COPYRIGHT([Copyright 2004 PostgreSQL Global Development Group])
23+
AC_COPYRIGHT([Copyright 2005 PostgreSQL Global Development Group])
2424
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
2525
AC_CONFIG_AUX_DIR(config)
2626
AC_PREFIX_DEFAULT(/usr/local/pgsql)

contrib/vacuumlo/vacuumlo.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* vacuumlo.c
44
* This removes orphaned large objects from a database.
55
*
6-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/contrib/vacuumlo/vacuumlo.c,v 1.28 2004/11/09 06:09:40 neilc Exp $
11+
* $PostgreSQL: pgsql/contrib/vacuumlo/vacuumlo.c,v 1.29 2004/12/31 21:58:50 pgsql Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

doc/FAQ_japanese

+2-2
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ PostgreSQL
171171

172172
PostgreSQL Data Base Management System
173173

174-
Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group Portions
174+
Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group Portions
175175
Copyright (c) 1994-6 Regents of the University of California
176176

177177
Permission to use, copy, modify, and distribute this software and its
@@ -193,7 +193,7 @@ SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
193193

194194
POSTGRESQL �ǡ����١������������ƥ�
195195

196-
��ʬŪ��� (c) 1996-2004, PostgreSQL��ݳ�ȯ������
196+
��ʬŪ��� (c) 1996-2005, PostgreSQL��ݳ�ȯ������
197197
��ʬŪ��� (c) 1994-6 ����ե���˥�����ܹ�
198198

199199

doc/src/FAQ/FAQ_japanese.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <H1>
166166
<P>
167167
PostgreSQL Data Base Management System</P>
168168
<P>
169-
Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
169+
Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
170170
Portions Copyright (c) 1994-6 Regents of the University of California</P>
171171
<P>
172172
Permission to use, copy, modify, and distribute this software and its
@@ -191,7 +191,7 @@ <H1>
191191
<SMALL><PRE>
192192
POSTGRESQL データベース管理システム
193193

194-
部分的著作権 (c) 1996-2004, PostgreSQL国際開発チーム
194+
部分的著作権 (c) 1996-2005, PostgreSQL国際開発チーム
195195
部分的著作権 (c) 1994-6 カリフォルニア大学本校
196196

197197

doc/src/sgml/legal.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/legal.sgml,v 1.17 2004/10/25 06:40:39 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/legal.sgml,v 1.18 2004/12/31 21:59:01 pgsql Exp $
33
-->
44

55
<copyright>
6-
<year>1996-2004</year>
6+
<year>1996-2005</year>
77
<holder>The PostgreSQL Global Development Group</holder>
88
</copyright>
99

1010
<legalnotice id="legalnotice">
1111
<title>Legal Notice</title>
1212

1313
<para>
14-
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2004
14+
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2005
1515
by the PostgreSQL Global Development Group and is distributed under
1616
the terms of the license of the University of California below.
1717
</para>

src/backend/access/common/heaptuple.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
* This file contains heap tuple accessor and mutator routines, as well
55
* as various tuple utilities.
66
*
7-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/backend/access/common/heaptuple.c,v 1.94 2004/08/29 05:06:39 momjian Exp $
12+
* $PostgreSQL: pgsql/src/backend/access/common/heaptuple.c,v 1.95 2004/12/31 21:59:07 pgsql Exp $
1313
*
1414
* NOTES
1515
* The old interface functions have been converted to macros

src/backend/access/common/indextuple.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
* This file contains index tuple accessor and mutator routines,
55
* as well as various tuple utilities.
66
*
7-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/backend/access/common/indextuple.c,v 1.71 2004/08/29 05:06:39 momjian Exp $
12+
* $PostgreSQL: pgsql/src/backend/access/common/indextuple.c,v 1.72 2004/12/31 21:59:07 pgsql Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/

src/backend/access/common/indexvalid.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* indexvalid.c
44
* index tuple qualification validity checking code
55
*
6-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/common/indexvalid.c,v 1.32 2004/08/29 04:12:17 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/common/indexvalid.c,v 1.33 2004/12/31 21:59:07 pgsql Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

src/backend/access/common/printtup.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* clients and standalone backends are supported here).
66
*
77
*
8-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
8+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/backend/access/common/printtup.c,v 1.85 2004/08/29 05:06:39 momjian Exp $
12+
* $PostgreSQL: pgsql/src/backend/access/common/printtup.c,v 1.86 2004/12/31 21:59:07 pgsql Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/

src/backend/access/common/scankey.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* scankey.c
44
* scan key support code
55
*
6-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/common/scankey.c,v 1.26 2004/08/29 04:12:17 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/common/scankey.c,v 1.27 2004/12/31 21:59:07 pgsql Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

src/backend/access/common/tupdesc.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* tupdesc.c
44
* POSTGRES tuple descriptor support code
55
*
6-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/common/tupdesc.c,v 1.107 2004/10/20 16:04:47 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/common/tupdesc.c,v 1.108 2004/12/31 21:59:07 pgsql Exp $
1212
*
1313
* NOTES
1414
* some of the executor utility code such as "ExecTypeFromTL" should be

src/backend/access/gist/gist.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* interface routines for the postgres GiST index access method.
55
*
66
*
7-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/gist/gist.c,v 1.111 2004/08/29 05:06:40 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/gist/gist.c,v 1.112 2004/12/31 21:59:10 pgsql Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

src/backend/access/gist/gistget.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* fetch tuples from a GiST scan.
55
*
66
*
7-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/gist/gistget.c,v 1.42 2004/08/29 05:06:40 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/gist/gistget.c,v 1.43 2004/12/31 21:59:10 pgsql Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

src/backend/access/gist/gistscan.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* routines to manage scans on GiST index relations
55
*
66
*
7-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/gist/gistscan.c,v 1.55 2004/08/29 05:06:40 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/gist/gistscan.c,v 1.56 2004/12/31 21:59:10 pgsql Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

src/backend/access/hash/hash.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* hash.c
44
* Implementation of Margo Seltzer's Hashing package for postgres.
55
*
6-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/hash/hash.c,v 1.75 2004/11/17 03:13:37 neilc Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/hash/hash.c,v 1.76 2004/12/31 21:59:13 pgsql Exp $
1212
*
1313
* NOTES
1414
* This file contains only the public interface routines.

src/backend/access/hash/hashfunc.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* hashfunc.c
44
* Comparison functions for hash access method.
55
*
6-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/hash/hashfunc.c,v 1.41 2004/08/29 04:12:18 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/hash/hashfunc.c,v 1.42 2004/12/31 21:59:13 pgsql Exp $
1212
*
1313
* NOTES
1414
* These functions are stored in pg_amproc. For each operator class

src/backend/access/hash/hashinsert.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* hashinsert.c
44
* Item insertion in hash tables for Postgres.
55
*
6-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/hash/hashinsert.c,v 1.34 2004/08/29 05:06:40 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/hash/hashinsert.c,v 1.35 2004/12/31 21:59:13 pgsql Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

src/backend/access/hash/hashovfl.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* hashovfl.c
44
* Overflow page management code for the Postgres hash access method
55
*
6-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/hash/hashovfl.c,v 1.44 2004/08/29 05:06:40 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/hash/hashovfl.c,v 1.45 2004/12/31 21:59:13 pgsql Exp $
1212
*
1313
* NOTES
1414
* Overflow pages look like ordinary relation pages.

src/backend/access/hash/hashpage.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* hashpage.c
44
* Hash table page management code for the Postgres hash access method
55
*
6-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/hash/hashpage.c,v 1.46 2004/08/29 05:06:40 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/hash/hashpage.c,v 1.47 2004/12/31 21:59:13 pgsql Exp $
1212
*
1313
* NOTES
1414
* Postgres hash pages look like ordinary relation pages. The opaque

src/backend/access/hash/hashscan.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* hashscan.c
44
* manage scans on hash tables
55
*
6-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/hash/hashscan.c,v 1.37 2004/08/29 05:06:40 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/hash/hashscan.c,v 1.38 2004/12/31 21:59:13 pgsql Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

src/backend/access/hash/hashsearch.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* hashsearch.c
44
* search code for postgres hash tables
55
*
6-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/hash/hashsearch.c,v 1.37 2004/08/29 05:06:40 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/hash/hashsearch.c,v 1.38 2004/12/31 21:59:13 pgsql Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

src/backend/access/hash/hashutil.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* hashutil.c
44
* Utility code for Postgres hash implementation.
55
*
6-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/hash/hashutil.c,v 1.40 2004/08/29 05:06:40 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/hash/hashutil.c,v 1.41 2004/12/31 21:59:13 pgsql Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

src/backend/access/heap/heapam.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* heapam.c
44
* heap access method code
55
*
6-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/heap/heapam.c,v 1.181 2004/11/14 02:04:12 neilc Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/heap/heapam.c,v 1.182 2004/12/31 21:59:16 pgsql Exp $
1212
*
1313
*
1414
* INTERFACE ROUTINES

src/backend/access/heap/hio.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* hio.c
44
* POSTGRES heap access method input/output code.
55
*
6-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/heap/hio.c,v 1.53 2004/08/29 04:12:20 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/heap/hio.c,v 1.54 2004/12/31 21:59:16 pgsql Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

src/backend/access/index/genam.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* genam.c
44
* general index access method routines
55
*
6-
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/index/genam.c,v 1.43 2004/08/29 04:12:20 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/index/genam.c,v 1.44 2004/12/31 21:59:19 pgsql Exp $
1212
*
1313
* NOTES
1414
* many of the old access method routines have been turned into

0 commit comments

Comments
 (0)