1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-29 22:49:41 +03:00

Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.

This commit is contained in:
Bruce Momjian
2001-01-24 19:43:33 +00:00
parent ae22682f2a
commit 623bf843d2
617 changed files with 1408 additions and 1230 deletions

View File

@@ -4,10 +4,10 @@
* POSTGRES attribute number definitions.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: attnum.h,v 1.11 2000/01/26 05:57:49 momjian Exp $
* $Id: attnum.h,v 1.12 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* POSTGRES general access method definitions.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: genam.h,v 1.24 2000/07/14 22:17:53 tgl Exp $
* $Id: genam.h,v 1.25 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* header file for postgres hash access method implementation
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: hash.h,v 1.36 2000/11/21 21:16:05 petere Exp $
* $Id: hash.h,v 1.37 2001/01/24 19:43:19 momjian Exp $
*
* NOTES
* modeled after Margo Seltzer's hash implementation for unix.

View File

@@ -4,10 +4,10 @@
* POSTGRES heap access method definitions.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: heapam.h,v 1.61 2001/01/23 04:32:23 tgl Exp $
* $Id: heapam.h,v 1.62 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* POSTGRES heap access method input/output definitions.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: hio.h,v 1.16 2000/09/07 09:58:35 vadim Exp $
* $Id: hio.h,v 1.17 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* POSTGRES heap tuple definitions.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: htup.h,v 1.44 2000/12/30 15:19:56 vadim Exp $
* $Id: htup.h,v 1.45 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* POSTGRES index valid attribute bit map definitions.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: ibit.h,v 1.14 2000/06/15 03:32:31 momjian Exp $
* $Id: ibit.h,v 1.15 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* Index scan key qualification definitions.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: iqual.h,v 1.14 2000/01/26 05:57:50 momjian Exp $
* $Id: iqual.h,v 1.15 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* POSTGRES index strategy definitions.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: istrat.h,v 1.18 2000/07/14 22:17:53 tgl Exp $
* $Id: istrat.h,v 1.19 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* POSTGRES index tuple definitions.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: itup.h,v 1.27 2000/12/27 23:59:13 tgl Exp $
* $Id: itup.h,v 1.28 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* header file for postgres btree access method implementation.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: nbtree.h,v 1.49 2000/12/28 13:00:25 vadim Exp $
* $Id: nbtree.h,v 1.50 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
*
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: printtup.h,v 1.13 2000/12/01 22:10:30 tgl Exp $
* $Id: printtup.h,v 1.14 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* POSTGRES internal relation scan descriptor definitions.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: relscan.h,v 1.19 2000/03/14 23:52:00 tgl Exp $
* $Id: relscan.h,v 1.20 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* common declarations for the rtree access method code.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: rtree.h,v 1.20 2000/11/21 21:16:05 petere Exp $
* $Id: rtree.h,v 1.21 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* routines defined in access/rtree/rtscan.c
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: rtscan.h,v 1.9 2000/01/26 05:57:51 momjian Exp $
* $Id: rtscan.h,v 1.10 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* routines defined in access/rtree/rtstrat.c
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: rtstrat.h,v 1.12 2000/01/26 05:57:51 momjian Exp $
* $Id: rtstrat.h,v 1.13 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* POSTGRES scan direction definitions.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: sdir.h,v 1.8 2000/11/02 23:11:03 tgl Exp $
* $Id: sdir.h,v 1.9 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* POSTGRES scan key definitions.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: skey.h,v 1.13 2000/01/26 05:57:51 momjian Exp $
* $Id: skey.h,v 1.14 2001/01/24 19:43:19 momjian Exp $
*
*
* Note:

View File

@@ -5,10 +5,10 @@
* (separated out from original istrat.h to avoid circular refs)
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: strat.h,v 1.18 2000/04/12 17:16:26 momjian Exp $
* $Id: strat.h,v 1.19 2001/01/24 19:43:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* postgres transaction access method support code header
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: transam.h,v 1.28 2000/11/30 08:46:25 vadim Exp $
* $Id: transam.h,v 1.29 2001/01/24 19:43:19 momjian Exp $
*
* NOTES
* Transaction System Version 101 now support proper oid

View File

@@ -4,10 +4,10 @@
* POSTGRES tuple descriptor definitions.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: tupdesc.h,v 1.29 2000/05/22 02:34:23 momjian Exp $
* $Id: tupdesc.h,v 1.30 2001/01/24 19:43:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* Tuple macros used by both index tuples and heap tuples.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: tupmacs.h,v 1.15 2000/12/27 23:59:13 tgl Exp $
* $Id: tupmacs.h,v 1.16 2001/01/24 19:43:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* POSTGRES tuple qualification validity definitions.
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: valid.h,v 1.22 2000/05/30 04:24:55 tgl Exp $
* $Id: valid.h,v 1.23 2001/01/24 19:43:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,10 +4,10 @@
* postgres transaction system definitions
*
*
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: xact.h,v 1.31 2000/11/30 08:46:25 vadim Exp $
* $Id: xact.h,v 1.32 2001/01/24 19:43:20 momjian Exp $
*
*-------------------------------------------------------------------------
*/