1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-15 03:41:20 +03:00
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc

to all files copyright Regents of Berkeley.  Man, that's a lot of files.
This commit is contained in:
Bruce Momjian
2000-01-26 05:58:53 +00:00
parent b866d2e2d7
commit 5c25d60244
596 changed files with 1776 additions and 1179 deletions

View File

@@ -4,9 +4,10 @@
* prototypes for OSF/1-specific routines
*
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: alpha.h,v 1.3 1999/02/13 23:17:15 momjian Exp $
* $Id: alpha.h,v 1.4 2000/01/26 05:56:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,5 +1,6 @@
/*-
* Copyright (c) 1990 The Regents of the University of California.
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -4,9 +4,10 @@
* port-specific prototypes for NetBSD 1.0
*
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: bsd.h,v 1.5 1999/07/16 03:13:09 momjian Exp $
* $Id: bsd.h,v 1.6 2000/01/26 05:56:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -6,7 +6,8 @@
*
* You need to install the dld library on your Linux system!
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION

View File

@@ -4,7 +4,8 @@
* port-specific prototypes for SunOS 4
*
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* port_protos.h,v 1.2 1995/05/25 22:51:03 andrew Exp
*

View File

@@ -2,9 +2,10 @@
*
* dgux.h
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: dgux.h,v 1.6 1999/07/16 03:13:10 momjian Exp $
* $Id: dgux.h,v 1.7 2000/01/26 05:56:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,5 +1,6 @@
/*-
* Copyright (c) 1990 The Regents of the University of California.
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -4,9 +4,10 @@
* port-specific prototypes for NetBSD 1.0
*
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: freebsd.h,v 1.5 1999/07/16 04:59:36 momjian Exp $
* $Id: freebsd.h,v 1.6 2000/01/26 05:56:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -3,11 +3,12 @@
* dynloader.c
* dynamic loader for HP-UX using the shared library mechanism
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.11 1999/07/17 20:17:30 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.12 2000/01/26 05:56:44 momjian Exp $
*
* NOTES
* all functions are defined here -- it's impossible to trace the

View File

@@ -3,11 +3,12 @@
* dynloader.h
* dynamic loader for HP-UX using the shared library mechanism
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.h,v 1.2 1999/02/13 23:17:21 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.h,v 1.3 2000/01/26 05:56:44 momjian Exp $
*
* NOTES
* all functions are defined here -- it's impossible to trace the

View File

@@ -4,7 +4,8 @@
* port-specific prototypes for Irix 5
*
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* port_protos.h,v 1.2 1995/03/17 06:40:18 andrew Exp
*

View File

@@ -6,11 +6,12 @@
*
* You need to install the dld library on your Linux system!
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.16 1999/10/25 02:31:47 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.17 2000/01/26 05:56:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,9 +4,10 @@
* port-specific prototypes for Linux
*
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: linux.h,v 1.7 1999/07/16 03:13:12 momjian Exp $
* $Id: linux.h,v 1.8 2000/01/26 05:56:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,9 +4,10 @@
* port-specific prototypes for SCO 3.2v5.2
*
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: sco.h,v 1.4 1999/07/16 03:13:13 momjian Exp $
* $Id: sco.h,v 1.5 2000/01/26 05:56:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,9 +4,10 @@
* port-specific prototypes for SunOS 4
*
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: solaris_i386.h,v 1.4 1999/07/16 03:13:13 momjian Exp $
* $Id: solaris_i386.h,v 1.5 2000/01/26 05:56:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,9 +4,10 @@
* port-specific prototypes for SunOS 4
*
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: solaris_sparc.h,v 1.4 1999/07/16 03:13:14 momjian Exp $
* $Id: solaris_sparc.h,v 1.5 2000/01/26 05:56:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,9 +4,10 @@
* port-specific prototypes for SunOS 4
*
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: sunos4.h,v 1.4 1999/07/16 03:13:14 momjian Exp $
* $Id: sunos4.h,v 1.5 2000/01/26 05:56:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,9 +4,10 @@
* port-specific prototypes for Intel x86/Intel SVR4
*
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: svr4.h,v 1.4 1999/07/16 03:13:15 momjian Exp $
* $Id: svr4.h,v 1.5 2000/01/26 05:56:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -5,11 +5,12 @@
* (Note that pg_dlsym and pg_dlclose are actually macros defined in
* "port-protos.h".)
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/ultrix4.c,v 1.10 1999/10/25 02:31:47 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/ultrix4.c,v 1.11 2000/01/26 05:56:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,9 +4,10 @@
*
*
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: ultrix4.h,v 1.5 1999/07/16 03:13:15 momjian Exp $
* $Id: ultrix4.h,v 1.6 2000/01/26 05:56:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -4,7 +4,8 @@
* port-specific prototypes for Intel x86/UNIXWARE
*
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* univel.h,v 1.2 1995/03/17 06:40:18 andrew Exp
*

View File

@@ -4,7 +4,8 @@
* port-specific prototypes for Intel x86/UNIXWARE 7
*
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* unixware.h,v 1.2 1995/03/17 06:40:18 andrew Exp
*

View File

@@ -4,7 +4,8 @@
* port-specific prototypes for Intel x86/Window NT
*
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* win.h,v 1.2 1995/03/17 06:40:18 andrew Exp
*

View File

@@ -5,9 +5,10 @@
* dereferences on PA-RISC.
*
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: fixade.h,v 1.7 1999/05/25 16:10:36 momjian Exp $
* $Id: fixade.h,v 1.8 2000/01/26 05:56:46 momjian Exp $
*
* NOTES
* This must be included in EVERY source file.

View File

@@ -4,9 +4,10 @@
* port-specific prototypes for HP-UX
*
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: port-protos.h,v 1.8 1999/07/16 03:13:18 momjian Exp $
* $Id: port-protos.h,v 1.9 2000/01/26 05:56:46 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,7 +1,8 @@
/* $Id: strcasecmp.c,v 1.5 1998/09/01 04:30:46 momjian Exp $ */
/* $Id: strcasecmp.c,v 1.6 2000/01/26 05:56:43 momjian Exp $ */
/*
* Copyright (c) 1987 Regents of the University of California.
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1987 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted

View File

@@ -1,5 +1,6 @@
/*-
* Copyright (c) 1990 The Regents of the University of California.
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -4,9 +4,10 @@
* definitions for ANSI floating point
*
*
* Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: float.h,v 1.4 1999/02/13 23:17:37 momjian Exp $
* $Id: float.h,v 1.5 2000/01/26 05:56:47 momjian Exp $
*
* NOTES
* These come straight out of ANSI X3.159-1989 (p.18) and