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
6b4caf53
Commit
6b4caf53
authored
Sep 29, 2003
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release updates by Tom.
parent
0e319c7a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
HISTORY
HISTORY
+8
-8
No files found.
HISTORY
View file @
6b4caf53
...
...
@@ -18,10 +18,10 @@ Valid as of 2003-09-28. Update release.sgml later.
Full support for IPv6 connections and IPv6 address data types
SSL
Major improvements in SSL performance and
secur
ity
Major improvements in SSL performance and
reliabil
ity
Index Growth Prevention
Allow free space map to efficiently reuse
d
empty index pages,
Allow free space map to efficiently reuse empty index pages,
and other free space management improvements.
Standards Compliance
...
...
@@ -38,8 +38,8 @@ Valid as of 2003-09-28. Update release.sgml later.
IN/NOT IN subqueries now perform as efficiently as joins
Improved GROUP BY processing by using hash buckets
New multi-key hash join capability
ANSI joins are now
fully
optimized
Faster regular expression code
ANSI joins are now
better
optimized
Faster
and more powerful
regular expression code
Function-inlining for simple SQL functions
Holdable Cursors
...
...
@@ -61,11 +61,11 @@ Valid as of 2003-09-28. Update release.sgml later.
data from any previous release.
Observe the following incompatibilities:
* The server-side autocommit setting was removed an reimplemented
* The server-side autocommit setting was removed an
d
reimplemented
in client applications and languages.
* Error message wording has changed
dramatic
ally in this release,
* Error message wording has changed
substanti
ally in this release,
and error codes have been added.
* ANSI joins may behave differently because they are now
fully
optimized
* ANSI joins may behave differently because they are now
better
optimized
* A number of server variables have been renamed for clarity
* MOVE/FETCH 0 now does nothing; return value of MOVE/FETCH 1/0
varies based on the current offset in the cursor
...
...
@@ -75,7 +75,7 @@ Valid as of 2003-09-28. Update release.sgml later.
* Trailing spaces are now trimmed when converting from CHAR(n) to
VARCHAR(n)/TEXT
* FLOAT(p) now measures 'p' in bits, not digits
*
D
ate values now must match the ordering specified by DateStyle
*
Ambiguous d
ate values now must match the ordering specified by DateStyle
* The oidrand(), oidsrand(), and userfntest() functions have been
removed.
...
...
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