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
7107c3d0
Commit
7107c3d0
authored
Nov 20, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update HISTORY to current changes.
parent
6bfc98b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
HISTORY
HISTORY
+14
-2
No files found.
HISTORY
View file @
7107c3d0
...
@@ -48,7 +48,7 @@ Migration to 7.2
...
@@ -48,7 +48,7 @@ Migration to 7.2
AS OF 2001-1
0-25
AS OF 2001-1
1-19
Bug Fixes
Bug Fixes
---------
---------
...
@@ -74,6 +74,8 @@ ECPG fixes (Michael, Christof Petig)
...
@@ -74,6 +74,8 @@ ECPG fixes (Michael, Christof Petig)
PL/PgSQL trailing semicolon optional (Tom)
PL/PgSQL trailing semicolon optional (Tom)
Fix path_inter, path_distance, path_length, dist_ppath to handle closed
Fix path_inter, path_distance, path_length, dist_ppath to handle closed
paths (Curtis Barrett, Tom)
paths (Curtis Barrett, Tom)
ALTER TABLE RENAME update foreign-key trigger arguments correctly (Brent Verner)
Long value compression improvement (Tom)
Enhancements
Enhancements
------------
------------
...
@@ -153,6 +155,7 @@ Prompt for psql password from /dev/tty if possible
...
@@ -153,6 +155,7 @@ Prompt for psql password from /dev/tty if possible
Allow SPI column functions to work for system columns (Tom)
Allow SPI column functions to work for system columns (Tom)
Dynahash portability improvements (Tom)
Dynahash portability improvements (Tom)
Remove OID's from some system tables (Tom)
Remove OID's from some system tables (Tom)
Remove 'triggered data change violation' error check (Tom)
Types
Types
-----
-----
...
@@ -186,6 +189,7 @@ New /contrib/tsearch full text indexing (Oleg, Teodor Sigaev)
...
@@ -186,6 +189,7 @@ New /contrib/tsearch full text indexing (Oleg, Teodor Sigaev)
Allow better selectivity with Nan and infinities in NUMERIC (Tom)
Allow better selectivity with Nan and infinities in NUMERIC (Tom)
Add INTERVAL argument for SET TIME ZONE (Thomas)
Add INTERVAL argument for SET TIME ZONE (Thomas)
Add INTERVAL() YEAR TO MONTH (etc) syntax (Thomas)
Add INTERVAL() YEAR TO MONTH (etc) syntax (Thomas)
Optimize length() functions when using single-byte encodings (Tatsuo)
Performance
Performance
-----------
-----------
...
@@ -233,6 +237,9 @@ JDBC
...
@@ -233,6 +237,9 @@ JDBC
JDBC date/time test suite fixes (Liam Stewart)
JDBC date/time test suite fixes (Liam Stewart)
Fix for SELECT 'id' AS xxx FROM table (Dave Cramer)
Fix for SELECT 'id' AS xxx FROM table (Dave Cramer)
DatabaseMetaData patch to show precision properly (Mark Lillywhite)
DatabaseMetaData patch to show precision properly (Mark Lillywhite)
New getImported/getExported keys (Jason Davies)
MD5 password encryption support (Jeremy Wohl)
ODBC
ODBC
Remove query size limit (Hiroshi)
Remove query size limit (Hiroshi)
Remove text field size limit (Hiroshi)
Remove text field size limit (Hiroshi)
...
@@ -242,6 +249,8 @@ ODBC
...
@@ -242,6 +249,8 @@ ODBC
Most configure options on setable via DSN (Hiroshi)
Most configure options on setable via DSN (Hiroshi)
Multibyte, performance fixes (Hiroshi)
Multibyte, performance fixes (Hiroshi)
Allow driver to be used with iODBC or unixODBC (Peter E)
Allow driver to be used with iODBC or unixODBC (Peter E)
MD5 password encryption support (Bruce)
ECPG
ECPG
EXECUTE ... INTO ... implemented
EXECUTE ... INTO ... implemented
multiple row descriptor support (e.g. CARDINALITY)
multiple row descriptor support (e.g. CARDINALITY)
...
@@ -291,6 +300,9 @@ Replace strcasecmp() with strcmp() where appropriate (Peter E)
...
@@ -291,6 +300,9 @@ Replace strcasecmp() with strcmp() where appropriate (Peter E)
Make PL/PgSQL use the backends type coersion code (Tom)
Make PL/PgSQL use the backends type coersion code (Tom)
pgindent fixes, new pgjindent for java (Bruce, Tom)
pgindent fixes, new pgjindent for java (Bruce, Tom)
Remove configure --enable-unicode-conversion, now enabled by multibyte (Tatsuo)
Remove configure --enable-unicode-conversion, now enabled by multibyte (Tatsuo)
AIX fixes (Tatsuo, Andreas)
Allow parellel makes (Peter E)
------------------------------------------------------------------------
------------------------------------------------------------------------
Release 7.1.3
Release 7.1.3
...
@@ -594,7 +606,7 @@ New BeOS port (David Reid, Cyril Velter)
...
@@ -594,7 +606,7 @@ New BeOS port (David Reid, Cyril Velter)
Add proofreader's changes to docs (Addison-Wesley, Bruce)
Add proofreader's changes to docs (Addison-Wesley, Bruce)
New Alpha spinlock code (Adriaan Joubert, Compaq)
New Alpha spinlock code (Adriaan Joubert, Compaq)
Unixware port overhaul (Peter E)
Unixware port overhaul (Peter E)
New Darwin/Mac OSX port (Peter Bierman, Bruce Hartzler)
New Darwin/Mac OSX port (Peter Bierman, Bruce Hartzler
, Tom
)
New FreeBSD Alpha port (Alfred)
New FreeBSD Alpha port (Alfred)
Overhaul shared memory segments (Tom)
Overhaul shared memory segments (Tom)
Add IBM S/390 support (Neale Ferguson)
Add IBM S/390 support (Neale Ferguson)
...
...
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