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
7107c3d0
Commit
7107c3d0
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update HISTORY to current changes.
parent
6bfc98b6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
HISTORY
+14
-2
14 additions, 2 deletions
HISTORY
with
14 additions
and
2 deletions
HISTORY
+
14
−
2
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)
...
...
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