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
7be614a0
Commit
7be614a0
authored
21 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update HISTORY file for 7.4.1.
parent
85f51dea
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
HISTORY
+12
-14
12 additions, 14 deletions
HISTORY
with
12 additions
and
14 deletions
HISTORY
+
12
−
14
View file @
7be614a0
...
@@ -12,12 +12,11 @@ Migration to version 7.4
...
@@ -12,12 +12,11 @@ Migration to version 7.4
A dump/restore is *not* required for those running 7.4.
A dump/restore is *not* required for those running 7.4.
If you want to install the fixes in the information schema concerning
If you want to install the fixes in the information schema you need to
the bit types, you need to reload the information schema. This is
reload it into the database. This is either accomplished by
either accomplished by initializing a new cluster by running "initdb",
initializing a new cluster by running "initdb", or by running the
or by running the following sequence of SQL commands in each database
following sequence of SQL commands in each database (ideally including
(ideally including template1) as a superuser in psql, after installing
template1) as a superuser in psql, after installing the new release:
the new release:
DROP SCHEMA information_schema CASCADE;
DROP SCHEMA information_schema CASCADE;
\i /usr/local/pgsql/share/information_schema.sql
\i /usr/local/pgsql/share/information_schema.sql
...
@@ -28,9 +27,9 @@ Changes
...
@@ -28,9 +27,9 @@ Changes
Changes as of 2003-12-14
Changes as of 2003-12-14
* Fixed bug in CREATE SCHEMA parsing (Michael)
* Fixed bug in
"
CREATE SCHEMA
"
parsing
in ECPG
(Michael)
* Fix --enable-thread-safety
compile error when used with
* Fix
compile error when "
--enable-thread-safety
" and "--with-perl"
--with-p
er
l
(Peter)
are used togeth
er (Peter)
* Fix for subqueries that used hash joins (Tom)
* Fix for subqueries that used hash joins (Tom)
Certain subqueries that used hash joins would crash because of
Certain subqueries that used hash joins would crash because of
improperly shared structures.
improperly shared structures.
...
@@ -42,19 +41,18 @@ Changes
...
@@ -42,19 +41,18 @@ Changes
(Tom)
(Tom)
Fix these functions to return values consistent with pre-7.4
Fix these functions to return values consistent with pre-7.4
releases.
releases.
* Several
/
contrib/pg_autovacuum fixes
* Several
"
contrib/pg_autovacuum
"
fixes
Fixes include improper variable initialization, missing vacuum
Fixes include improper variable initialization, missing vacuum
after TRUNCATE, and duration computation overflow for long
after
"
TRUNCATE
"
, and duration computation overflow for long
vacuums.
vacuums.
* Allow compile of
/
contrib/cube under Cygwin (Jason Tishler)
* Allow compile of
"
contrib/cube
"
under Cygwin (Jason Tishler)
* Fix Solaris use of password file when no passwords are defined
* Fix Solaris use of password file when no passwords are defined
(Tom)
(Tom)
Fix crash on Solaris caused by use of any type of password
Fix crash on Solaris caused by use of any type of password
authentication when no passwords were defined.
authentication when no passwords were defined.
* JDBC fix for thread problems, other fixes
* JDBC fix for thread problems, other fixes
* Fix for
index bytea
lookups (Joe)
* Fix for
bytea index
lookups (Joe)
* Fix information schema for bit data types (Peter)
* Fix information schema for bit data types (Peter)
To enable this fix, an initdb is required.
* Force zero_damaged_pages to be on during recovery from WAL
* Force zero_damaged_pages to be on during recovery from WAL
* Prevent some obscure cases of "variable not in subplan target
* Prevent some obscure cases of "variable not in subplan target
lists"
lists"
...
...
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