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
9497454c
Commit
9497454c
authored
Nov 14, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add URL for case identifiers.
< >
http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php
parent
0fc29477
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
doc/TODO
doc/TODO
+2
-2
doc/src/FAQ/TODO.html
doc/src/FAQ/TODO.html
+6
-5
No files found.
doc/TODO
View file @
9497454c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
PostgreSQL TODO List
PostgreSQL TODO List
====================
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated:
Mon Oct 23 22:42:19 ED
T 2006
Last updated:
Tue Nov 14 17:26:31 ES
T 2006
The most recent version of this document can be viewed at
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
http://www.postgresql.org/docs/faqs.TODO.html.
...
@@ -1365,7 +1365,7 @@ Exotic Features
...
@@ -1365,7 +1365,7 @@ Exotic Features
identifiers
identifiers
http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php
http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php
http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php
Features We Do _Not_ Want
Features We Do _Not_ Want
...
...
doc/src/FAQ/TODO.html
View file @
9497454c
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<body
bgcolor=
"#FFFFFF"
text=
"#000000"
link=
"#FF0000"
vlink=
"#A00000"
alink=
"#0000FF"
>
<body
bgcolor=
"#FFFFFF"
text=
"#000000"
link=
"#FF0000"
vlink=
"#A00000"
alink=
"#0000FF"
>
<h1><a
name=
"section_1"
>
PostgreSQL TODO List
</a></h1>
<h1><a
name=
"section_1"
>
PostgreSQL TODO List
</a></h1>
<p>
Current maintainer: Bruce Momjian (
<a
href=
"mailto:bruce@momjian.us"
>
bruce@momjian.us
</a>
)
<br/>
<p>
Current maintainer: Bruce Momjian (
<a
href=
"mailto:bruce@momjian.us"
>
bruce@momjian.us
</a>
)
<br/>
Last updated:
Mon Oct 23 22:42:19 ED
T 2006
Last updated:
Tue Nov 14 17:26:31 ES
T 2006
</p>
</p>
<p>
The most recent version of this document can be viewed at
<br/>
<p>
The most recent version of this document can be viewed at
<br/>
<a
href=
"http://www.postgresql.org/docs/faqs.TODO.html"
>
http://www.postgresql.org/docs/faqs.TODO.html
</a>
.
<a
href=
"http://www.postgresql.org/docs/faqs.TODO.html"
>
http://www.postgresql.org/docs/faqs.TODO.html
</a>
.
...
@@ -162,7 +162,7 @@ first.
...
@@ -162,7 +162,7 @@ first.
</p>
</p>
</li><li>
Change NUMERIC to enforce the maximum precision
</li><li>
Change NUMERIC to enforce the maximum precision
</li><li>
Add NUMERIC division operator that doesn't round?
</li><li>
Add NUMERIC division operator that doesn't round?
<p>
Currently NUMERIC
_rounds_
the result to the specified precision.
<p>
Currently NUMERIC
<u>
rounds
</u>
the result to the specified precision.
This means division can return a result that multiplied by the
This means division can return a result that multiplied by the
divisor is greater than the dividend, e.g. this returns a value
>
10:
divisor is greater than the dividend, e.g. this returns a value
>
10:
</p>
</p>
...
@@ -1099,7 +1099,7 @@ first.
...
@@ -1099,7 +1099,7 @@ first.
require frequent mapping/unmapping. Extending the file also causes
require frequent mapping/unmapping. Extending the file also causes
mapping problems that might require mapping only individual pages,
mapping problems that might require mapping only individual pages,
leading to thousands of mappings. Another problem is that there is no
leading to thousands of mappings. Another problem is that there is no
way to
_prevent_
I/O to disk from the dirty shared buffers so changes
way to
<u>
prevent
</u>
I/O to disk from the dirty shared buffers so changes
could hit disk before WAL is written.
could hit disk before WAL is written.
</p>
</p>
</li><li>
Add a script to ask system configuration questions and tune postgresql.conf
</li><li>
Add a script to ask system configuration questions and tune postgresql.conf
...
@@ -1204,7 +1204,7 @@ first.
...
@@ -1204,7 +1204,7 @@ first.
<li>
Allow dynamic character set handling
<li>
Allow dynamic character set handling
</li><li>
Add decoded type, length, precision
</li><li>
Add decoded type, length, precision
</li><li>
Use compression?
</li><li>
Use compression?
</li><li>
Update clients to use data types, typmod,
<a
href=
"http://schema.table.column"
>
schema.table.column
</a>
/
names
</li><li>
Update clients to use data types, typmod,
schema.table.column
names
of result sets using new statement protocol
of result sets using new statement protocol
</li></ul>
</li></ul>
</li></ul>
</li></ul>
...
@@ -1233,9 +1233,10 @@ first.
...
@@ -1233,9 +1233,10 @@ first.
</li><li>
Consider allowing control of upper/lower case folding of unquoted
</li><li>
Consider allowing control of upper/lower case folding of unquoted
identifiers
identifiers
<p>
<a
href=
"http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php"
>
http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php
</a>
<p>
<a
href=
"http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php"
>
http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php
</a>
<a
href=
"http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php"
>
http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php
</a>
</p>
</p>
</li></ul>
</li></ul>
<h1><a
name=
"section_23"
>
Features We Do
_Not_
Want
</a></h1>
<h1><a
name=
"section_23"
>
Features We Do
<u>
Not
</u>
Want
</a></h1>
<ul>
<ul>
<li>
All backends running as threads in a single process (not wanted)
<li>
All backends running as threads in a single process (not wanted)
...
...
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