Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
8255fc17
Commit
8255fc17
authored
24 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update HISTORY/release with current changes.
parent
6efa7838
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
HISTORY
+21
-1
21 additions, 1 deletion
HISTORY
doc/src/sgml/release.sgml
+28
-8
28 additions, 8 deletions
doc/src/sgml/release.sgml
with
49 additions
and
9 deletions
HISTORY
+
21
−
1
View file @
8255fc17
...
@@ -43,7 +43,7 @@ Migration to v7.1
...
@@ -43,7 +43,7 @@ Migration to v7.1
Last updated from CVS logs: 200
0-12-11
Last updated from CVS logs: 200
1-01-29
Bug Fixes
Bug Fixes
---------
---------
...
@@ -86,6 +86,13 @@ Fix INSERT...SELECT with rules (Tom)
...
@@ -86,6 +86,13 @@ Fix INSERT...SELECT with rules (Tom)
Fix FOR UPDATE inside views and subselects (Tom)
Fix FOR UPDATE inside views and subselects (Tom)
Fix OVERLAPS operators conform to SQL92 spec regarding NULLs (Tom)
Fix OVERLAPS operators conform to SQL92 spec regarding NULLs (Tom)
Fix lpad() and rpad() to handle length less than input string (Tom)
Fix lpad() and rpad() to handle length less than input string (Tom)
Fix use of NOTIFY in some rules (Tom)
Overhaul btree code (Tom)
Fix NOT NULL use in Pl/PgSQL variables (Tom)
Overhaul GIST code (Oleg)
Fix CLUSTER to preserve constraints and column default (Tom)
Improved deadlock detection handling (Tom)
Allow multiple SERIAL columns in a table (Tom)
Enhancements
Enhancements
------------
------------
...
@@ -152,6 +159,13 @@ Allow postmaster to listen on a specific IP address (David J. MacKenzie)
...
@@ -152,6 +159,13 @@ Allow postmaster to listen on a specific IP address (David J. MacKenzie)
Allow socket path name to be specified in hostname by using leading slash
Allow socket path name to be specified in hostname by using leading slash
(David J. MacKenzie)
(David J. MacKenzie)
Allow CREATE DATABASE to specify template database (Tom)
Allow CREATE DATABASE to specify template database (Tom)
New pg_dump --globals-only option (Peter E)
New utility to convert MySQL schema dumps to SQL92 and PostgreSQL (Thomas)
New /contrib/rserv replication toolkit (Vadim)
New file format for COPY BINARY (Tom)
New /contrib/oid2name to map numeric files to table names (B Palmer)
New "idle in transaction" ps status message (Marc)
Update to pgaccess 0.98.7 (Constantin Teodorescu)
Types
Types
-----
-----
...
@@ -162,6 +176,9 @@ New int2 and int8 comparison operators (Tom)
...
@@ -162,6 +176,9 @@ 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)
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)
Fix CIDR output formatting (Tom)
New CIDR abbrev() function (Tom)
Performance
Performance
-----------
-----------
...
@@ -204,6 +221,9 @@ Add IBM S/390 support (Neale Ferguson)
...
@@ -204,6 +221,9 @@ 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)
Allow *BSD's libedit instead of readline (Peter)
Improved assembly language source code format (Bruce)
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/release.sgml
+
28
−
8
View file @
8255fc17
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.7
4
2001/01/2
7
1
1:12:53 petere
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.7
5
2001/01/2
9
1
8:58:45 momjian
Exp $
-->
-->
<appendix id="release">
<appendix id="release">
...
@@ -119,7 +119,7 @@ Subqueries in FROM are now supported.
...
@@ -119,7 +119,7 @@ Subqueries in FROM are now supported.
<para>
<para>
<programlisting>
<programlisting>
Last updated from CVS logs: 200
0-12-11
Last updated from CVS logs: 200
1-01-29
Bug Fixes
Bug Fixes
---------
---------
...
@@ -162,6 +162,13 @@ Fix INSERT...SELECT with rules (Tom)
...
@@ -162,6 +162,13 @@ Fix INSERT...SELECT with rules (Tom)
Fix FOR UPDATE inside views and subselects (Tom)
Fix FOR UPDATE inside views and subselects (Tom)
Fix OVERLAPS operators conform to SQL92 spec regarding NULLs (Tom)
Fix OVERLAPS operators conform to SQL92 spec regarding NULLs (Tom)
Fix lpad() and rpad() to handle length less than input string (Tom)
Fix lpad() and rpad() to handle length less than input string (Tom)
Fix use of NOTIFY in some rules (Tom)
Overhaul btree code (Tom)
Fix NOT NULL use in Pl/PgSQL variables (Tom)
Overhaul GIST code (Oleg)
Fix CLUSTER to preserve constraints and column default (Tom)
Improved deadlock detection handling (Tom)
Allow multiple SERIAL columns in a table (Tom)
Enhancements
Enhancements
------------
------------
...
@@ -169,7 +176,7 @@ Add OUTER JOINs (Tom)
...
@@ -169,7 +176,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
(Peter E
)
Improve ps status display for more platforms
(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)
...
@@ -184,12 +191,12 @@ ODBC cleanups/improvements (Nick Gorham, Stephan Szabo, Zoltan Kovacs,
...
@@ -184,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
all
uses CREATE USER or CREATE GROUP rather using COPY (Peter E)
pg_dump 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
only
username (Peter E)
Allow pg_hba.conf secondary password file to specify 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
(Thomas
)
New SET SESSION CHARACTERISTICS
and SET DefaultXactIsoLevel (Thomas, Peter E
)
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)
...
@@ -228,6 +235,13 @@ Allow postmaster to listen on a specific IP address (David J. MacKenzie)
...
@@ -228,6 +235,13 @@ Allow postmaster to listen on a specific IP address (David J. MacKenzie)
Allow socket path name to be specified in hostname by using leading slash
Allow socket path name to be specified in hostname by using leading slash
(David J. MacKenzie)
(David J. MacKenzie)
Allow CREATE DATABASE to specify template database (Tom)
Allow CREATE DATABASE to specify template database (Tom)
New pg_dump --globals-only option (Peter E)
New utility to convert MySQL schema dumps to SQL92 and PostgreSQL (Thomas)
New /contrib/rserv replication toolkit (Vadim)
New file format for COPY BINARY (Tom)
New /contrib/oid2name to map numeric files to table names (B Palmer)
New "idle in transaction" ps status message (Marc)
Update to pgaccess 0.98.7 (Constantin Teodorescu)
Types
Types
-----
-----
...
@@ -235,9 +249,12 @@ Fix INET/CIDR type ordering and add new functions (Tom)
...
@@ -235,9 +249,12 @@ 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
, Peter E
)
New BIT and BIT VARYING types (Adriaan Joubert, Tom)
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)
Fix CIDR output formatting (Tom)
New CIDR abbrev() function (Tom)
Performance
Performance
-----------
-----------
...
@@ -253,7 +270,7 @@ Source Code
...
@@ -253,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 (
Peter E
)
New configure --enable-syslog option (
Marc
)
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)
...
@@ -280,6 +297,9 @@ Add IBM S/390 support (Neale Ferguson)
...
@@ -280,6 +297,9 @@ 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)
Allow *BSD's libedit instead of readline (Peter)
Improved assembly language source code format (Bruce)
</programlisting>
</programlisting>
</para>
</para>
</sect2>
</sect2>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment