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
6fe5885c
Commit
6fe5885c
authored
Oct 19, 2007
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More indenting cleanup for release notes.
parent
35dab98e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
152 additions
and
147 deletions
+152
-147
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+152
-147
No files found.
doc/src/sgml/release.sgml
View file @
6fe5885c
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.52
7 2007/10/18 23:34:54
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.52
8 2007/10/19 01:56:06
momjian Exp $ -->
<!--
Typical markup:
...
...
@@ -804,6 +804,7 @@ do it for earlier branch release files.
point-in-time recovery.
</para>
</listitem>
<listitem>
<para>
New boolean configuration parameter, <varname>archive_mode</>,
...
...
@@ -2436,6 +2437,7 @@ do it for earlier branch release files.
<varname>search_path</>, and disable searching it for functions
and operators (Tom)
</para>
<para>
This is needed to allow a security-definer function to set a
truly secure value of <varname>search_path</>. Without it,
...
...
@@ -2620,6 +2622,7 @@ do it for earlier branch release files.
Remove security vulnerabilities that allowed connected users
to read backend memory (Tom)
</para>
<para>
The vulnerabilities involve suppressing the normal check that a SQL
function returns the data type it's declared to, and changing the
...
...
@@ -2648,6 +2651,7 @@ do it for earlier branch release files.
Properly handle <function>to_char('CC')</> for years ending in
<literal>00</> (Tom)
</para>
<para>
Year 2000 is in the twentieth century, not the twenty-first.
</para>
...
...
@@ -2664,6 +2668,7 @@ do it for earlier branch release files.
Fix incorrect permission check in
<literal>information_schema.key_column_usage</> view (Tom)
</para>
<para>
The symptom is <quote>relation with OID nnnnn does not exist</> errors.
To get this fix without using <command>initdb</>, use <command>CREATE OR
...
...
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