Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
bb402a0e
Commit
bb402a0e
authored
22 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Add:
> * Add a script to ask system configuration questions and tune postgresql.conf
parent
32cc6cbe
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/TODO
+19
-17
19 additions, 17 deletions
doc/TODO
with
19 additions
and
17 deletions
doc/TODO
+
19
−
17
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?
---------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment