1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

Change my-function-name-- to my_function_name, and optimizer renames.

This commit is contained in:
Bruce Momjian
1999-02-13 23:22:53 +00:00
parent 8c3fff7337
commit 6724a50787
617 changed files with 2005 additions and 2031 deletions

View File

@@ -1,13 +1,13 @@
/*-------------------------------------------------------------------------
*
* auth.c--
* auth.c
* Routines to handle network authentication
*
* Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/auth.c,v 1.32 1998/12/14 05:18:56 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/auth.c,v 1.33 1999/02/13 23:15:38 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
* be-dumpdata.c--
* be-dumpdata.c
* support for collection of returned tuples from an internal
* PQ call into a backend buffer.
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: be-dumpdata.c,v 1.21 1999/01/27 00:36:12 tgl Exp $
* $Id: be-dumpdata.c,v 1.22 1999/02/13 23:15:39 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,13 +1,13 @@
/*-------------------------------------------------------------------------
*
* be-fsstubs.c--
* be-fsstubs.c
* support for filesystem operations on large objects
*
* Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.27 1999/01/17 06:18:24 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.28 1999/02/13 23:15:41 momjian Exp $
*
* NOTES
* This should be moved to a more appropriate place. It is here

View File

@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
* be-pqexec.c--
* be-pqexec.c
* support for executing POSTGRES commands and functions from a
* user-defined function in a backend.
*
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/be-pqexec.c,v 1.19 1998/09/01 03:22:45 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/be-pqexec.c,v 1.20 1999/02/13 23:15:41 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
* crypt.c--
* crypt.c
* Look into pg_shadow and check the encrypted password with
* the one passed in from the frontend.
*
@@ -9,7 +9,7 @@
* Dec 17, 1997 - Todd A. Brandys
* Orignal Version Completed.
*
* $Id: crypt.c,v 1.14 1999/01/17 06:18:25 momjian Exp $
* $Id: crypt.c,v 1.15 1999/02/13 23:15:42 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,11 +1,11 @@
/*-------------------------------------------------------------------------
*
* hba.c--
* hba.c
* Routines to handle host based authentication (that's the scheme
* wherein you authenticate a user by seeing what IP address the system
* says he comes from and possibly using ident).
*
* $Id: hba.c,v 1.38 1999/01/17 06:18:25 momjian Exp $
* $Id: hba.c,v 1.39 1999/02/13 23:15:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,11 +1,11 @@
/*-------------------------------------------------------------------------
*
* portal.c--
* portal.c
* generalized portal support routines
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: portal.c,v 1.19 1998/12/14 08:11:06 scrappy Exp $
* $Id: portal.c,v 1.20 1999/02/13 23:15:45 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,13 +1,13 @@
/*-------------------------------------------------------------------------
*
* portalbuf.c--
* portalbuf.c
* portal buffer support routines for src/libpq/portal.c
*
* Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/portalbuf.c,v 1.12 1999/02/03 21:16:16 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/portalbuf.c,v 1.13 1999/02/13 23:15:46 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -63,7 +63,7 @@ size_t portals_array_size = 0;
/* GlobalMemory portals_mmcxt = (GlobalMemory) NULL; */
/* -------------------------------
* portals_realloc --
* portals_realloc
* grow the size of the portals array by size
*
* also ensures that elements are initially NULL

View File

@@ -1,11 +1,11 @@
/*-------------------------------------------------------------------------
*
* pqcomm.c--
* pqcomm.c
* Communication functions between the Frontend and the Backend
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pqcomm.c,v 1.65 1999/01/24 02:47:15 tgl Exp $
* $Id: pqcomm.c,v 1.66 1999/02/13 23:15:46 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
* pqpacket.c--
* pqpacket.c
* routines for reading and writing data packets sent/received by
* POSTGRES clients and servers
*
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/pqpacket.c,v 1.18 1998/09/01 04:28:53 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/pqpacket.c,v 1.19 1999/02/13 23:15:47 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
* pqsignal.c--
* pqsignal.c
* reliable BSD-style signal(2) routine stolen from RWW who stole it
* from Stevens...
*
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/pqsignal.c,v 1.10 1998/09/01 04:28:55 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/pqsignal.c,v 1.11 1999/02/13 23:15:48 momjian Exp $
*
* NOTES
* This shouldn't be in libpq, but the monitor and some other

View File

@@ -1,11 +1,11 @@
/*-------------------------------------------------------------------------
*
* util.c--
* util.c
* general routines for libpq backend
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: util.c,v 1.7 1998/12/14 08:11:07 scrappy Exp $
* $Id: util.c,v 1.8 1999/02/13 23:15:49 momjian Exp $
*
*-------------------------------------------------------------------------
*/