Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit623bf84

Browse files
committed
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
1 parentae22682 commit623bf84

File tree

617 files changed

+1408
-1230
lines changed

Some content is hidden

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

617 files changed

+1408
-1230
lines changed

‎COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL Data Base Management System (formerly known as Postgres, then
22
as Postgres95).
33

4-
Portions Copyright (c) 1996-2000, PostgreSQL, Inc
4+
Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
55

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

‎contrib/oid2name/oid2name.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
55
b. palmer, bpalmer@crimelabs.net 1-17-2001
66
7-
8-
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
9-
* Portions Copyright (c) 1994, Regents of the University of California
10-
117
*/
128

139
#include<stdlib.h>

‎contrib/pg_dumplo/lo_export.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/* -------------------------------------------------------------------------
22
* pg_dumplo
33
*
4-
*Portions Copyright (c) 1999-2000, PostgreSQL, Inc
5-
*
6-
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_export.c,v 1.4 2000/11/22 00:00:55 tgl Exp $
4+
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_export.c,v 1.5 2001/01/24 19:42:44 momjian Exp $
75
*
86
*Karel Zak 1999-2000
97
* -------------------------------------------------------------------------

‎contrib/pg_dumplo/lo_import.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/* -------------------------------------------------------------------------
22
* pg_dumplo
33
*
4-
*Portions Copyright (c) 1999-2000, PostgreSQL, Inc
5-
*
6-
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_import.c,v 1.2 2000/11/22 00:00:55 tgl Exp $
4+
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_import.c,v 1.3 2001/01/24 19:42:45 momjian Exp $
75
*
86
*Karel Zak 1999-2000
97
* -------------------------------------------------------------------------

‎contrib/pg_dumplo/main.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/* -------------------------------------------------------------------------
22
* pg_dumplo
33
*
4-
*Portions Copyright (c) 1999-2000, PostgreSQL, Inc
5-
*
6-
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/main.c,v 1.4 2000/11/22 00:00:55 tgl Exp $
4+
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/main.c,v 1.5 2001/01/24 19:42:45 momjian Exp $
75
*
86
*Karel Zak 1999-2000
97
* -------------------------------------------------------------------------

‎contrib/pg_dumplo/pg_dumplo.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/* -------------------------------------------------------------------------
22
* pg_dumplo
33
*
4-
*Portions Copyright (c) 1999-2000, PostgreSQL, Inc
5-
*
6-
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/pg_dumplo.h,v 1.2 2000/11/22 00:00:55 tgl Exp $
4+
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/pg_dumplo.h,v 1.3 2001/01/24 19:42:45 momjian Exp $
75
*
86
*Karel Zak 1999-2000
97
* -------------------------------------------------------------------------

‎contrib/pg_dumplo/utils.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/* -------------------------------------------------------------------------
22
* pg_dumplo
33
*
4-
*Portions Copyright (c) 1999-2000, PostgreSQL, Inc
5-
*
6-
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/utils.c,v 1.2 2000/11/22 00:00:55 tgl Exp $
4+
* $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/utils.c,v 1.3 2001/01/24 19:42:45 momjian Exp $
75
*
86
*Karel Zak 1999-2000
97
* -------------------------------------------------------------------------

‎contrib/vacuumlo/vacuumlo.c

Lines changed: 2 additions & 2 deletions
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-2000, PostgreSQL, Inc
6+
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.7 2000/11/21 17:54:21 tgl Exp $
11+
* $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.8 2001/01/24 19:42:45 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

‎doc/FAQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141

142142
PostgreSQL Data Base Management System
143143

144-
Portions copyright (c) 1996-2000, PostgreSQL, Inc Portions Copyright
144+
Portions copyright (c) 1996-2001, PostgreSQL Global Development Group Portions Copyright
145145
(c) 1994-6 Regents of the University of California
146146

147147
Permission to use, copy, modify, and distribute this software and its

‎doc/TODO.detail/async

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ From owner-pgsql-hackers@hub.org Sun Jan 23 13:31:03 2000
22
Received: from renoir.op.net (root@renoir.op.net [207.29.195.4])
33
by candle.pha.pa.us (8.9.0/8.9.0) with ESMTP id NAA28482
44
for <pgman@candle.pha.pa.us>; Sun, 23 Jan 2000 13:31:01 -0500 (EST)
5-
Received: from hub.org (hub.org [216.126.84.1]) by renoir.op.net (o1/$Revision: 1.1 $) with ESMTP id NAA08409 for <pgman@candle.pha.pa.us>; Sun, 23 Jan 2000 13:04:34 -0500 (EST)
5+
Received: from hub.org (hub.org [216.126.84.1]) by renoir.op.net (o1/$Revision: 1.2 $) with ESMTP id NAA08409 for <pgman@candle.pha.pa.us>; Sun, 23 Jan 2000 13:04:34 -0500 (EST)
66
Received: from localhost (majordom@localhost)
77
by hub.org (8.9.3/8.9.3) with SMTP id MAA65651;
88
Sun, 23 Jan 2000 12:57:33 -0500 (EST)
@@ -187,3 +187,67 @@ as part of Postgres unless these issues get addressed.
187187

188188
************
189189

190+
From pgsql-hackers-owner+M3768@postgresql.org Wed Jan 24 14:20:02 2001
191+
Received: from mail.postgresql.org (webmail.postgresql.org [216.126.85.28])
192+
by candle.pha.pa.us (8.9.0/8.9.0) with ESMTP id OAA25380
193+
for <pgman@candle.pha.pa.us>; Wed, 24 Jan 2001 14:20:02 -0500 (EST)
194+
Received: from mail.postgresql.org (webmail.postgresql.org [216.126.85.28])
195+
by mail.postgresql.org (8.11.1/8.11.1) with SMTP id f0OJHTq57982;
196+
Wed, 24 Jan 2001 14:17:29 -0500 (EST)
197+
(envelope-from pgsql-hackers-owner+M3768@postgresql.org)
198+
Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20])
199+
by mail.postgresql.org (8.11.1/8.11.1) with ESMTP id f0OIXnq49509
200+
for <pgsql-hackers@postgresql.org>; Wed, 24 Jan 2001 13:33:49 -0500 (EST)
201+
(envelope-from bright@fw.wintelcom.net)
202+
Received: (from bright@localhost)
203+
by fw.wintelcom.net (8.10.0/8.10.0) id f0OIXgi14650;
204+
Wed, 24 Jan 2001 10:33:42 -0800 (PST)
205+
Date: Wed, 24 Jan 2001 10:33:42 -0800
206+
From: Alfred Perlstein <bright@wintelcom.net>
207+
To: Tom Lane <tgl@sss.pgh.pa.us>
208+
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, pgsql-hackers@postgresql.org
209+
Subject: Re: [HACKERS] Libpq async issues
210+
Message-ID: <20010124103342.B26076@fw.wintelcom.net>
211+
References: <6208.948650136@sss.pgh.pa.us> <200101241339.IAA11747@candle.pha.pa.us> <20010124084720.T26076@fw.wintelcom.net> <13021.980355551@sss.pgh.pa.us>
212+
Mime-Version: 1.0
213+
Content-Type: text/plain; charset=us-ascii
214+
Content-Disposition: inline
215+
User-Agent: Mutt/1.2.5i
216+
In-Reply-To: <13021.980355551@sss.pgh.pa.us>; from tgl@sss.pgh.pa.us on Wed, Jan 24, 2001 at 11:59:11AM -0500
217+
Precedence: bulk
218+
Sender: pgsql-hackers-owner@postgresql.org
219+
Status: OR
220+
221+
* Tom Lane <tgl@sss.pgh.pa.us> [010124 10:27] wrote:
222+
> Alfred Perlstein <bright@wintelcom.net> writes:
223+
> > * Bruce Momjian <pgman@candle.pha.pa.us> [010124 07:58] wrote:
224+
> >> I have added this email to TODO.detail and a mention in the TODO list.
225+
>
226+
> > The bug mentioned here is long gone,
227+
>
228+
> Au contraire, the misdesign is still there. The nonblock-mode code
229+
> will *never* be reliable under stress until something is done about
230+
> that, and that means fairly extensive code and API changes.
231+
232+
The "bug" is the one mentioned in the first paragraph of the email
233+
where I broke _blocking_ connections for a short period.
234+
235+
I still need to fix async connections for myself (and of course
236+
contribute it back), but I just haven't had the time. If anyone
237+
else wants it fixed earlier they can wait for me to do it, do it
238+
themself, contract me to do it or hope someone else comes along
239+
to fix it.
240+
241+
I'm thinking that I'll do what you said and have seperate paths
242+
for writing/reading to the socket and API's to do so that give
243+
the user the option of a boundry, basically:
244+
245+
buffer this, but don't allow me to write until it's flushed
246+
247+
which would allow for larger than 8k COPY rows to go into the
248+
backend.
249+
250+
--
251+
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]
252+
"I have the heart of a child; I keep it in a jar on my desk."
253+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp