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
3ca214ed
Commit
3ca214ed
authored
Apr 19, 2008
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update TODO using new script.
parent
fa4f8776
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
doc/TODO
doc/TODO
+1
-1
doc/src/FAQ/TODO.html
doc/src/FAQ/TODO.html
+4
-4
No files found.
doc/TODO
View file @
3ca214ed
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Sat Apr 19 08:
15:19
EDT 2008
Last updated: Sat Apr 19 08:
32:51
EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
...
...
doc/src/FAQ/TODO.html
View file @
3ca214ed
...
...
@@ -8,7 +8,7 @@
<body
bgcolor=
"#FFFFFF"
text=
"#000000"
link=
"#FF0000"
vlink=
"#A00000"
alink=
"#0000FF"
>
<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/>
Last updated: Sat Apr 19 08:
15:19
EDT 2008
Last updated: Sat Apr 19 08:
32:51
EDT 2008
</p>
<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>
.
...
...
@@ -802,7 +802,7 @@ first. There is also a developer's wiki at<br/>
</p>
</li><li>
Allow function parameters to be passed by name,
get_employee_salary(12345 AS emp_id, 2001 AS tax_year)
</li><li>
Allow handling of %TYPE arrays, e.g. tab.col%TYPE[
<a
href=
"http://momjian.postgresql.org/cgi-bin/pgtodo?"
></a>
]
</li><li>
Allow handling of %TYPE arrays, e.g. tab.col%TYPE[]
</li><li>
Allow listing of record column names, and access to
record columns via variables, e.g. columns := r.(*),
tval2 := r.(colname)
...
...
@@ -984,7 +984,7 @@ first. There is also a developer's wiki at<br/>
</li><li>
Use backend PREPARE/EXECUTE facility for ecpg where possible
</li><li>
Implement SQLDA
</li><li>
Fix nested C comments
</li><li>
%sqlwarn[
<a
href=
"http://momjian.postgresql.org/cgi-bin/pgtodo?6"
>
6
</a>
] should be 'W' if the PRECISION or SCALE value specified
</li><li>
%sqlwarn[
6
] should be 'W' if the PRECISION or SCALE value specified
</li><li>
Make SET CONNECTION thread-aware, non-standard?
</li><li>
Allow multidimensional arrays
</li><li>
Add internationalized message strings
...
...
@@ -1384,7 +1384,7 @@ first. There is also a developer's wiki at<br/>
might be dropped or truncated during crash recovery
<p>
Allow tables to bypass WAL writes and just fsync() dirty pages on
commit. This should be implemented using ALTER TABLE, e.g. ALTER
TABLE PERSISTENCE [
<a
href=
"http://momjian.postgresql.org/cgi-bin/pgtodo? DROP | TRUNCATE | DEFAULT "
>
DROP | TRUNCATE | DEFAULT
</a>
]. Tables using
TABLE PERSISTENCE [
DROP | TRUNCATE | DEFAULT
]. Tables using
non-default logging should not use referential integrity with
default-logging tables. A table without dirty buffers during a
crash could perhaps avoid the drop/truncate.
...
...
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