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
930b283a
Commit
930b283a
authored
Feb 03, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-add Peter E's changes.
parent
503f042c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
21 deletions
+21
-21
HISTORY
HISTORY
+10
-10
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+11
-11
No files found.
HISTORY
View file @
930b283a
...
@@ -98,10 +98,10 @@ Enhancements
...
@@ -98,10 +98,10 @@ Enhancements
------------
------------
Add OUTER JOINs (Tom)
Add OUTER JOINs (Tom)
Function manager overhaul (Tom)
Function manager overhaul (Tom)
Allow ALTER TABLE RENAME on indexes(Tom)
Allow ALTER TABLE RENAME on indexes
(Tom)
Improve CLUSTER(Tom)
Improve CLUSTER
(Tom)
Improve ps status display for more platforms
(
Marc)
Improve ps status display for more platforms
(Peter E,
Marc)
Improve CREATE FUNCTION failure message(Ross)
Improve CREATE FUNCTION failure message
(Ross)
JDBC improvements (Peter, Travis Bauer, Christopher Cain, William Webber,
JDBC improvements (Peter, Travis Bauer, Christopher Cain, William Webber,
Gunnar)
Gunnar)
Grand Unified Configuration scheme/GUC. Many options can now be set in
Grand Unified Configuration scheme/GUC. Many options can now be set in
...
@@ -115,12 +115,12 @@ ODBC cleanups/improvements (Nick Gorham, Stephan Szabo, Zoltan Kovacs,
...
@@ -115,12 +115,12 @@ ODBC cleanups/improvements (Nick Gorham, Stephan Szabo, Zoltan Kovacs,
Michael Fork)
Michael Fork)
Allow renaming of temp tables (Tom)
Allow renaming of temp tables (Tom)
Overhaul memory manager contexts (Tom)
Overhaul memory manager contexts (Tom)
pg_dump uses CREATE USER or CREATE GROUP rather using COPY (Peter E)
pg_dump
all
uses CREATE USER or CREATE GROUP rather using COPY (Peter E)
Overhaul pg_dump (Philip Warner)
Overhaul pg_dump (Philip Warner)
Allow pg_hba.conf secondary password file to specify username (Peter E)
Allow pg_hba.conf secondary password file to specify
only
username (Peter E)
Allow TEMPORARY or TEMP keyword when creating temporary tables (Bruce)
Allow TEMPORARY or TEMP keyword when creating temporary tables (Bruce)
New memory leak checker (Karel)
New memory leak checker (Karel)
New SET SESSION CHARACTERISTICS
and SET DefaultXactIsoLevel (Thomas, Peter E
)
New SET SESSION CHARACTERISTICS
(Thomas
)
Allow nested block comments (Thomas)
Allow nested block comments (Thomas)
Add WITHOUT TIME ZONE type qualifier (Thomas)
Add WITHOUT TIME ZONE type qualifier (Thomas)
New ALTER TABLE ADD CONSTRAINT (Stephan)
New ALTER TABLE ADD CONSTRAINT (Stephan)
...
@@ -173,7 +173,7 @@ Fix INET/CIDR type ordering and add new functions (Tom)
...
@@ -173,7 +173,7 @@ Fix INET/CIDR type ordering and add new functions (Tom)
Make OID behave as an unsigned type (Tom)
Make OID behave as an unsigned type (Tom)
Allow BIGINT as synonym for INT8 (Peter E)
Allow BIGINT as synonym for INT8 (Peter E)
New int2 and int8 comparison operators (Tom)
New int2 and int8 comparison operators (Tom)
New BIT and BIT VARYING types (Adriaan Joubert, Tom)
New BIT and BIT VARYING types (Adriaan Joubert, Tom
, Peter E
)
CHAR() no longer faster than VARCHAR() because of TOAST (Tom)
CHAR() no longer faster than VARCHAR() because of TOAST (Tom)
New GIST seg/cube examples (Gene Selkov)
New GIST seg/cube examples (Gene Selkov)
Improved round(numeric) handling (Tom)
Improved round(numeric) handling (Tom)
...
@@ -194,7 +194,7 @@ Source Code
...
@@ -194,7 +194,7 @@ Source Code
-----------
-----------
New function manager call conventions (Tom)
New function manager call conventions (Tom)
SGI portability fixes (David Kaelbling)
SGI portability fixes (David Kaelbling)
New configure --enable-syslog option (
Marc
)
New configure --enable-syslog option (
Peter E
)
New BSDI README (Bruce)
New BSDI README (Bruce)
configure script moved to top level, not /src (Peter E)
configure script moved to top level, not /src (Peter E)
Makefile/configuration/compilation overhaul (Peter E)
Makefile/configuration/compilation overhaul (Peter E)
...
@@ -220,7 +220,7 @@ Overhaul shared memory segments (Tom)
...
@@ -220,7 +220,7 @@ Overhaul shared memory segments (Tom)
Add IBM S/390 support (Neale Ferguson)
Add IBM S/390 support (Neale Ferguson)
Moved macmanuf to /contrib (Larry Rosenman)
Moved macmanuf to /contrib (Larry Rosenman)
Syslog improvements (Larry Rosenman)
Syslog improvements (Larry Rosenman)
New template0 database that contains no user additions(Tom)
New template0 database that contains no user additions
(Tom)
New /contrib/cube and /contrib/seg GIST sample code (Gene Selkov)
New /contrib/cube and /contrib/seg GIST sample code (Gene Selkov)
Allow *BSD's libedit instead of readline (Peter)
Allow *BSD's libedit instead of readline (Peter)
Improved assembly language source code format (Bruce)
Improved assembly language source code format (Bruce)
...
...
doc/src/sgml/release.sgml
View file @
930b283a
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.7
5 2001/01/29 18:58
:45 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.7
6 2001/02/03 21:50
:45 momjian Exp $
-->
-->
<appendix id="release">
<appendix id="release">
...
@@ -174,10 +174,10 @@ Enhancements
...
@@ -174,10 +174,10 @@ Enhancements
------------
------------
Add OUTER JOINs (Tom)
Add OUTER JOINs (Tom)
Function manager overhaul (Tom)
Function manager overhaul (Tom)
Allow ALTER TABLE RENAME on indexes(Tom)
Allow ALTER TABLE RENAME on indexes
(Tom)
Improve CLUSTER(Tom)
Improve CLUSTER
(Tom)
Improve ps status display for more platforms
(
Marc)
Improve ps status display for more platforms
(Peter E,
Marc)
Improve CREATE FUNCTION failure message(Ross)
Improve CREATE FUNCTION failure message
(Ross)
JDBC improvements (Peter, Travis Bauer, Christopher Cain, William Webber,
JDBC improvements (Peter, Travis Bauer, Christopher Cain, William Webber,
Gunnar)
Gunnar)
Grand Unified Configuration scheme/GUC. Many options can now be set in
Grand Unified Configuration scheme/GUC. Many options can now be set in
...
@@ -191,12 +191,12 @@ ODBC cleanups/improvements (Nick Gorham, Stephan Szabo, Zoltan Kovacs,
...
@@ -191,12 +191,12 @@ ODBC cleanups/improvements (Nick Gorham, Stephan Szabo, Zoltan Kovacs,
Michael Fork)
Michael Fork)
Allow renaming of temp tables (Tom)
Allow renaming of temp tables (Tom)
Overhaul memory manager contexts (Tom)
Overhaul memory manager contexts (Tom)
pg_dump uses CREATE USER or CREATE GROUP rather using COPY (Peter E)
pg_dump
all
uses CREATE USER or CREATE GROUP rather using COPY (Peter E)
Overhaul pg_dump (Philip Warner)
Overhaul pg_dump (Philip Warner)
Allow pg_hba.conf secondary password file to specify username (Peter E)
Allow pg_hba.conf secondary password file to specify
only
username (Peter E)
Allow TEMPORARY or TEMP keyword when creating temporary tables (Bruce)
Allow TEMPORARY or TEMP keyword when creating temporary tables (Bruce)
New memory leak checker (Karel)
New memory leak checker (Karel)
New SET SESSION CHARACTERISTICS
and SET DefaultXactIsoLevel (Thomas, Peter E
)
New SET SESSION CHARACTERISTICS
(Thomas
)
Allow nested block comments (Thomas)
Allow nested block comments (Thomas)
Add WITHOUT TIME ZONE type qualifier (Thomas)
Add WITHOUT TIME ZONE type qualifier (Thomas)
New ALTER TABLE ADD CONSTRAINT (Stephan)
New ALTER TABLE ADD CONSTRAINT (Stephan)
...
@@ -249,7 +249,7 @@ Fix INET/CIDR type ordering and add new functions (Tom)
...
@@ -249,7 +249,7 @@ Fix INET/CIDR type ordering and add new functions (Tom)
Make OID behave as an unsigned type (Tom)
Make OID behave as an unsigned type (Tom)
Allow BIGINT as synonym for INT8 (Peter E)
Allow BIGINT as synonym for INT8 (Peter E)
New int2 and int8 comparison operators (Tom)
New int2 and int8 comparison operators (Tom)
New BIT and BIT VARYING types (Adriaan Joubert, Tom)
New BIT and BIT VARYING types (Adriaan Joubert, Tom
, Peter E
)
CHAR() no longer faster than VARCHAR() because of TOAST (Tom)
CHAR() no longer faster than VARCHAR() because of TOAST (Tom)
New GIST seg/cube examples (Gene Selkov)
New GIST seg/cube examples (Gene Selkov)
Improved round(numeric) handling (Tom)
Improved round(numeric) handling (Tom)
...
@@ -270,7 +270,7 @@ Source Code
...
@@ -270,7 +270,7 @@ Source Code
-----------
-----------
New function manager call conventions (Tom)
New function manager call conventions (Tom)
SGI portability fixes (David Kaelbling)
SGI portability fixes (David Kaelbling)
New configure --enable-syslog option (
Marc
)
New configure --enable-syslog option (
Peter E
)
New BSDI README (Bruce)
New BSDI README (Bruce)
configure script moved to top level, not /src (Peter E)
configure script moved to top level, not /src (Peter E)
Makefile/configuration/compilation overhaul (Peter E)
Makefile/configuration/compilation overhaul (Peter E)
...
@@ -296,7 +296,7 @@ Overhaul shared memory segments (Tom)
...
@@ -296,7 +296,7 @@ Overhaul shared memory segments (Tom)
Add IBM S/390 support (Neale Ferguson)
Add IBM S/390 support (Neale Ferguson)
Moved macmanuf to /contrib (Larry Rosenman)
Moved macmanuf to /contrib (Larry Rosenman)
Syslog improvements (Larry Rosenman)
Syslog improvements (Larry Rosenman)
New template0 database that contains no user additions(Tom)
New template0 database that contains no user additions
(Tom)
New /contrib/cube and /contrib/seg GIST sample code (Gene Selkov)
New /contrib/cube and /contrib/seg GIST sample code (Gene Selkov)
Allow *BSD's libedit instead of readline (Peter)
Allow *BSD's libedit instead of readline (Peter)
Improved assembly language source code format (Bruce)
Improved assembly language source code format (Bruce)
...
...
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