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
d2eb1d12
Commit
d2eb1d12
authored
Mar 06, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add for Win32:
> o Check WSACancelBlockingCall() for interrupts (win32intr) >
parent
07408e84
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
11 deletions
+13
-11
doc/TODO
doc/TODO
+4
-2
doc/src/FAQ/TODO.html
doc/src/FAQ/TODO.html
+9
-9
No files found.
doc/TODO
View file @
d2eb1d12
...
...
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Mon Mar 6 10:1
3:39
EST 2006
Last updated: Mon Mar 6 10:1
9:42
EST 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
...
...
@@ -689,7 +689,7 @@ Clients
o Add COPY TO STDIN / STDOUT handling
libpq
*
libpq
o Add a function to support Parse/DescribeStatement capability
o Add PQescapeIdentifier()
...
...
@@ -1206,6 +1206,8 @@ Source Code
code from the LibGW32C project as a guide.
o Port contrib/xml2
o Check WSACancelBlockingCall() for interrupts (win32intr)
* Wire Protocol Changes
...
...
doc/src/FAQ/TODO.html
View file @
d2eb1d12
...
...
@@ -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:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</a>
)
<br/>
Last updated: Mon Mar 6 10:1
3:39
EST 2006
Last updated: Mon Mar 6 10:1
9:42
EST 2006
</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>
.
...
...
@@ -628,17 +628,15 @@ first.
</li><li>
Add internationalized message strings
</li><li>
Add COPY TO STDIN / STDOUT handling
</li></ul>
</li></ul>
<p>
libpq
</p>
<ul>
<li>
Add a function to support Parse/DescribeStatement capability
</li><li>
Add PQescapeIdentifier()
</li><li>
Prevent PQfnumber() from lowercasing unquoted the column name
</li><li>
libpq
<ul>
<li>
Add a function to support Parse/DescribeStatement capability
</li><li>
Add PQescapeIdentifier()
</li><li>
Prevent PQfnumber() from lowercasing unquoted the column name
<p>
PQfnumber() should never have been doing lowercasing, but
historically it has so we need a way to prevent it
</p>
</li><li>
Allow statement results to be automatically batched to the client
</li><li>
Allow statement results to be automatically batched to the client
<p>
Currently, all statement results are transferred to the libpq
client before libpq makes the results available to the
application. This feature would allow the application to make
...
...
@@ -647,6 +645,7 @@ first.
One complexity is that a statement like SELECT 1/col could error
out mid-way through the result set.
</p>
</li></ul>
</li></ul>
<h1><a
name=
"section_10"
>
Referential Integrity
</a></h1>
...
...
@@ -1095,6 +1094,7 @@ first.
code from the LibGW32C project as a guide.
</p>
</li><li>
Port contrib/xml2
</li><li>
Check WSACancelBlockingCall() for interrupts (win32intr)
</li></ul>
</li><li>
Wire Protocol Changes
<ul>
...
...
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