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
bb402a0e
Commit
bb402a0e
authored
Feb 18, 2003
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add:
> * Add a script to ask system configuration questions and tune postgresql.conf
parent
32cc6cbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
17 deletions
+19
-17
doc/TODO
doc/TODO
+19
-17
No files found.
doc/TODO
View file @
bb402a0e
TODO list for PostgreSQL
========================
Last updated: Mon Feb 17
15:47:22
EST 2003
Last updated: Mon Feb 17
21:49:18
EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -416,22 +416,7 @@ Miscellaneous
* -Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca>
* Use mmap() rather than SYSV shared memory or to write WAL files (?) [mmap]
* Improve caching of attribute offsets when NULLs exist in the row
* Wire Protocol Changes
o Show transaction status in psql
o Allow binding of query parameters, support for prepared queries
o Add optional textual message to NOTIFY
o Remove hard-coded limits on user/db/password names
o Remove unused elements of startup packet (unused, tty, passlength)
o Fix COPY/fastpath protocol?
o Allow fastpast to pass values in portable format
o Replication support?
o Error codes
o Dynamic character set handling
o Special passing of binary values in platform-neutral format (bytea?)
o ecpg improvements?
o Add decoded type, length, precision
o Compression?
* Add a script to ask system configuration questions and tune postgresql.conf
Source Code
...
...
@@ -456,6 +441,23 @@ Source Code
* Acquire lock on a relation before building a relcache entry for it
* Research interaction of setitimer() and sleep() used by statement_timeout
* Wire Protocol Changes
o Show transaction status in psql
o Allow binding of query parameters, support for prepared queries
o Add optional textual message to NOTIFY
o Remove hard-coded limits on user/db/password names
o Remove unused elements of startup packet (unused, tty, passlength)
o Fix COPY/fastpath protocol?
o Allow fastpast to pass values in portable format
o Replication support?
o Error codes
o Dynamic character set handling
o Special passing of binary values in platform-neutral format (bytea?)
o ecpg improvements?
o Add decoded type, length, precision
o Compression?
---------------------------------------------------------------------------
...
...
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