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
85736153
Commit
85736153
authored
Apr 18, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update release.sgml
parent
b90e3e4c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
69 deletions
+52
-69
HISTORY
HISTORY
+43
-68
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+9
-1
No files found.
HISTORY
View file @
85736153
This diff is collapsed.
Click to expand it.
doc/src/sgml/release.sgml
View file @
85736153
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.4
2 2000/04/08 23:11:59
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.4
3 2000/04/18 14:55:27
momjian Exp $
-->
-->
<chapter id="release">
<chapter id="release">
...
@@ -173,6 +173,7 @@ Fix for SELECT 1 + NULL (Tom)
...
@@ -173,6 +173,7 @@ Fix for SELECT 1 + NULL (Tom)
Fixes to CHAR
Fixes to CHAR
Fix log() on numeric type (Tom)
Fix log() on numeric type (Tom)
Deprecate ':' and ';' operators
Deprecate ':' and ';' operators
Allow vacuum of temporary tables
Enhancements
Enhancements
------------
------------
...
@@ -289,6 +290,11 @@ Disable // as comment to be ANSI conforming, should use -- (Tom)
...
@@ -289,6 +290,11 @@ Disable // as comment to be ANSI conforming, should use -- (Tom)
Allow column aliases on views CREATE VIEW name (collist)
Allow column aliases on views CREATE VIEW name (collist)
Fixes for views with subqueries (Tom)
Fixes for views with subqueries (Tom)
Allow UPDATE table SET fld = (SELECT ...) (Tom)
Allow UPDATE table SET fld = (SELECT ...) (Tom)
SET command options no longer require quotes
Update pgaccess to 0.98.5
New SET SEED command
New pg_options.sample file
New SET FSYNC command (Massimo)
Types
Types
-----
-----
...
@@ -371,6 +377,8 @@ New SET variable to control optimizer costs (Tom)
...
@@ -371,6 +377,8 @@ New SET variable to control optimizer costs (Tom)
Optimizer queries based on LIMIT, OFFSET, and EXISTS qualifications (Tom)
Optimizer queries based on LIMIT, OFFSET, and EXISTS qualifications (Tom)
Reduce optimizer internal housekeeping of join paths for speedup (Tom)
Reduce optimizer internal housekeeping of join paths for speedup (Tom)
Major subquery speedup (Tom)
Major subquery speedup (Tom)
Fewer fsync writes when fsync is not disabled(Tom)
Improved LIKE optimizer estimates(Tom)
Source Tree Changes
Source Tree Changes
-------------------
-------------------
...
...
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