Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
13e9cea6
Commit
13e9cea6
authored
May 03, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some updates for 7.1.1.
parent
8571e6c6
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
10 deletions
+10
-10
HISTORY
HISTORY
+1
-1
README
README
+3
-3
configure.in
configure.in
+1
-1
doc/bug.template
doc/bug.template
+2
-2
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+2
-2
register.txt
register.txt
+1
-1
No files found.
HISTORY
View file @
13e9cea6
...
...
@@ -3,7 +3,7 @@
------------------------------------------------------------------------
Release 7.1 (2001-
??-??
)
Release 7.1 (2001-
04-13
)
This release focuses on removing limitations that have existed in the
...
...
README
View file @
13e9cea6
PostgreSQL Data Base Management System (formerly known as Postgres, then
as Postgres95).
This directory contains the development version of 7.1 of the
PostgreSQL database server. The server is not
ANSI SQL compliant, but
it gets closer with every release. After you unzip and untar the
This directory contains the development version of 7.1
.1
of the
PostgreSQL database server. The server is not
100% ANSI SQL compliant,
but
it gets closer with every release. After you unzip and untar the
distribution file, look at file INSTALL for the installation notes and
file HISTORY for the changes.
...
...
configure.in
View file @
13e9cea6
...
...
@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/config.h)
AC_PREREQ(2.13)
AC_CONFIG_AUX_DIR(config)
VERSION='7.1'
VERSION='7.1
.1
'
AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
...
...
doc/bug.template
View file @
13e9cea6
...
...
@@ -27,9 +27,9 @@ System Configuration
Operating System (example: Linux 2.0.26 ELF) :
PostgreSQL version (example: PostgreSQL-7.1
): PostgreSQL-7
.1
PostgreSQL version (example: PostgreSQL-7.1
.1): PostgreSQL-7.1
.1
Compiler used (example: gcc 2.
8.0
) :
Compiler used (example: gcc 2.
95.2
) :
Please enter a FULL description of your problem:
...
...
doc/src/sgml/release.sgml
View file @
13e9cea6
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.8
6 2001/04/03 13:38:08
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.8
7 2001/05/03 16:26:21
momjian Exp $
-->
<appendix id="release">
...
...
@@ -10,7 +10,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.86 2001/04/03 13:38:08 mom
<note>
<title>Release date</title>
<simpara>2001-
??-??
</simpara>
<simpara>2001-
04-13
</simpara>
</note>
<!--
...
...
register.txt
View file @
13e9cea6
(200
0-12-11
)
(200
1-05-04
)
PostgreSQL has a Web site at http://www.postgresql.org/ which carries details
on the latest release, upcoming features, and other information to make your
work or play with PostgreSQL more productive.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment