8000 Rename postgres95 to PostgreSQL. Add comment for SELECT NULL · postgres/postgres@4cecf0b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4cecf0b

Browse files
committed
Rename postgres95 to PostgreSQL. Add comment for SELECT NULL
1 parent 403e9c0 commit 4cecf0b

Some content is hidden

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

61 files changed

+385
-186
lines changed

src/backend/executor/execTuples.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
*
1616
* IDENTIFICATION
17-
* $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.4 1996/12/07 04:37:06 momjian Exp $
17+
* $Header: /cvsroot/pgsql/src/backend/executor/execTuples.c,v 1.4.2.1 1996/12/11 00:30:26 momjian Exp $
1818
*
1919
*-------------------------------------------------------------------------
2020
*/
@@ -939,6 +939,7 @@ ExecTypeFromTL(List *targetList)
939939
TupleDescInitEntry(typeInfo,
940940
resdom->resno,
941941
resdom->resname,
942+
/* fix for SELECT NULL ... */
942943
get_id_typname(restype?restype:UNKNOWNOID),
943944
0,
944945
false);

src/man/abort.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/abort.l,v 1.1 1996/11/14 10:15:07 scrappy Exp $
4-
.TH ABORT SQL 01/23/93 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/abort.l,v 1.1.2.1 1996/12/11 00:30:44 momjian Exp $
4+
.TH ABORT SQL 01/23/93 PostgreSQL PostgreSQL
55
.\" XXX This .XA has to go after the .TH so that the index page number goes
66
.\" in the right place...
77
.SH Abort

src/man/alter_table.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/alter_table.l,v 1.1 1996/11/14 10:15:09 scrappy Exp $
4-
.TH "ALTER TABLE" SQL 11/5/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/alter_table.l,v 1.1.2.1 1996/12/11 00:30:47 momjian Exp $
4+
.TH "ALTER TABLE" SQL 11/5/95 PostgreSQL PostgreSQL
55
.SH NAME
66
alter table \(em add attributes to a class
77
.SH SYNOPSIS

src/man/begin.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/begin.l,v 1.1 1996/11/14 10:15:11 scrappy Exp $
4-
.TH BEGIN SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/begin.l,v 1.1.2.1 1996/12/11 00:30:50 momjian Exp $
4+
.TH BEGIN SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
begin \(em begins a transaction
77
.SH SYNOPSIS

src/man/built-in.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/built-in.3,v 1.2 1996/11/15 17:55:26 momjian Exp $
4-
.TH BUILT-INS INTRO 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/built-in.3,v 1.2.2.1 1996/12/11 00:30:52 momjian Exp $
4+
.TH BUILT-INS INTRO 11/05/95 PostgreSQL PostgreSQL
55
.SH "DESCRIPTION"
66
This section describes the data types, functions and operators
77
available to users in Postgres as it is distributed.

src/man/catalogs.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/catalogs.3,v 1.1 1996/11/14 10:15:20 scrappy Exp $
4-
.TH "SYSTEM CATALOGS" INTRO 03/13/94 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/catalogs.3,v 1.1.2.1 1996/12/11 00:30:54 momjian Exp $
4+
.TH "SYSTEM CATALOGS" INTRO 03/13/94 PostgreSQL PostgreSQL
55
.SH "Section 7 \(em System Catalogs"
66
.de LS
77
.PP

src/man/cleardbdir.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/cleardbdir.1,v 1.1 1996/11/14 10:15:24 scrappy Exp $
4-
.TH CLEARDBDIR UNIX 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/cleardbdir.1,v 1.1.2.1 1996/12/11 00:30:57 momjian Exp $
4+
.TH CLEARDBDIR UNIX 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
cleardbdir \(em completely destroys all database files
77
.SH SYNOPSIS

src/man/close.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/close.l,v 1.1 1996/11/14 10:15:27 scrappy Exp $
4-
.TH CLOSE SQL 11/05/95 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/close.l,v 1.1.2.1 1996/12/11 00:30:58 momjian Exp $
4+
.TH CLOSE SQL 11/05/95 PostgreSQL PostgreSQL
55
.SH NAME
66
close \(em close a cursor
77
.SH SYNOPSIS

src/man/cluster.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/cluster.l,v 1.1 1996/11/14 10:15:32 scrappy Exp $
4-
.TH CLUSTER SQL 01/23/93 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/cluster.l,v 1.1.2.1 1996/12/11 00:30:59 momjian Exp $
4+
.TH CLUSTER SQL 01/23/93 PostgreSQL PostgreSQL
55
.SH NAME
66
cluster \(em give storage clustering advice to Postgres
77
.SH SYNOPSIS

src/man/commit.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/commit.l,v 1.1 1996/11/14 10:15:36 scrappy Exp $
4-
.TH COMMIT SQL 01/23/93 Postgres95 Postgres95
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/commit.l,v 1.1.2.1 1996/12/11 00:31:00 momjian Exp $
4+
.TH COMMIT SQL 01/23/93 PostgreSQL PostgreSQL
55
.SH NAME
66
commit \(em commit the current transaction
77
.SH SYNOPSIS

0 commit comments

Comments
 (0)
0