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
94bf4526
Commit
94bf4526
authored
Jan 27, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make into appendix, correct some items.
parent
dc7a0009
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+11
-11
No files found.
doc/src/sgml/release.sgml
View file @
94bf4526
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.7
3 2001/01/24 05:06:15 momjian
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.7
4 2001/01/27 11:12:53 petere
Exp $
-->
-->
<
chapter
id="release">
<
appendix
id="release">
<title>Release Notes</title>
<title>Release Notes</title>
<sect1>
<sect1>
...
@@ -169,7 +169,7 @@ Add OUTER JOINs (Tom)
...
@@ -169,7 +169,7 @@ 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
)
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)
...
@@ -184,12 +184,12 @@ ODBC cleanups/improvements (Nick Gorham, Stephan Szabo, Zoltan Kovacs,
...
@@ -184,12 +184,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)
...
@@ -220,7 +220,7 @@ Allow DROP VIEW view1, view2 (Mark)
...
@@ -220,7 +220,7 @@ Allow DROP VIEW view1, view2 (Mark)
Allow multiple objects in DROP INDEX, DROP RULE, and DROP TYPE (Tom)
Allow multiple objects in DROP INDEX, DROP RULE, and DROP TYPE (Tom)
Allow automatic conversion to Unicode (Tatsuo)
Allow automatic conversion to Unicode (Tatsuo)
New /contrib/pgcrypto hashing functions (Marko Kreen)
New /contrib/pgcrypto hashing functions (Marko Kreen)
New pg_dumpall --
account
s-only option (Peter E)
New pg_dumpall --
global
s-only option (Peter E)
New CHECKPOINT command for WAL which creates new WAL log file (Vadim)
New CHECKPOINT command for WAL which creates new WAL log file (Vadim)
New AT TIME ZONE syntax (Thomas)
New AT TIME ZONE syntax (Thomas)
Allow location of Unix domain socket to be configurable (David J. MacKenzie)
Allow location of Unix domain socket to be configurable (David J. MacKenzie)
...
@@ -235,7 +235,7 @@ Fix INET/CIDR type ordering and add new functions (Tom)
...
@@ -235,7 +235,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)
...
@@ -253,7 +253,7 @@ Source Code
...
@@ -253,7 +253,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)
...
@@ -3572,7 +3572,7 @@ Incompatible changes:
...
@@ -3572,7 +3572,7 @@ Incompatible changes:
* BETA-0.3 IS INCOMPATIBLE WITH DATABASES CREATED WITH PREVIOUS VERSIONS
* BETA-0.3 IS INCOMPATIBLE WITH DATABASES CREATED WITH PREVIOUS VERSIONS
(due to system catalog changes and indexing structure changes).
(due to system catalog changes and indexing structure changes).
* double-quote (") is deprecated as a quoting character for string literals;
* double-quote (") is deprecated as a quoting character for string literals;
you need to convert them to single quotes (').
you need to convert them to single quotes (').
<!-- " -->
* name of aggregates (eg. int4sum) are renamed in accordance with the
* name of aggregates (eg. int4sum) are renamed in accordance with the
SQL standard (eg. sum).
SQL standard (eg. sum).
* CHANGE ACL syntax is replaced by GRANT/REVOKE syntax.
* CHANGE ACL syntax is replaced by GRANT/REVOKE syntax.
...
@@ -3857,7 +3857,7 @@ In general, however, 6.3 is substantially faster than previous releases (thanks,
...
@@ -3857,7 +3857,7 @@ In general, however, 6.3 is substantially faster than previous releases (thanks,
</para>
</para>
</sect2>
</sect2>
</sect1>
</sect1>
</
chapter
>
</
appendix
>
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
...
...
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