Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbb402a0

Browse files
committed
Add:
> * Add a script to ask system configuration questions and tune postgresql.conf
1 parent32cc6cb commitbb402a0

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

‎doc/TODO

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Mon Feb 1715:47:22 EST 2003
3+
Last updated:Mon Feb 1721:49:18 EST 2003
44

55
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -416,22 +416,7 @@ Miscellaneous
416416
* -Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca>
417417
* Use mmap() rather than SYSV shared memory or to write WAL files (?) [mmap]
418418
* Improve caching of attribute offsets when NULLs exist in the row
419-
420-
* Wire Protocol Changes
421-
o Show transaction status in psql
422-
o Allow binding of query parameters, support for prepared queries
423-
o Add optional textual message to NOTIFY
424-
o Remove hard-coded limits on user/db/password names
425-
o Remove unused elements of startup packet (unused, tty, passlength)
426-
o Fix COPY/fastpath protocol?
427-
o Allow fastpast to pass values in portable format
428-
o Replication support?
429-
o Error codes
430-
o Dynamic character set handling
431-
o Special passing of binary values in platform-neutral format (bytea?)
432-
o ecpg improvements?
433-
o Add decoded type, length, precision
434-
o Compression?
419+
* Add a script to ask system configuration questions and tune postgresql.conf
435420

436421

437422
Source Code
@@ -456,6 +441,23 @@ Source Code
456441
* Acquire lock on a relation before building a relcache entry for it
457442
* Research interaction of setitimer() and sleep() used by statement_timeout
458443

444+
* Wire Protocol Changes
445+
o Show transaction status in psql
446+
o Allow binding of query parameters, support for prepared queries
447+
o Add optional textual message to NOTIFY
448+
o Remove hard-coded limits on user/db/password names
449+
o Remove unused elements of startup packet (unused, tty, passlength)
450+
o Fix COPY/fastpath protocol?
451+
o Allow fastpast to pass values in portable format
452+
o Replication support?
453+
o Error codes
454+
o Dynamic character set handling
455+
o Special passing of binary values in platform-neutral format (bytea?)
456+
o ecpg improvements?
457+
o Add decoded type, length, precision
458+
o Compression?
459+
460+
459461
---------------------------------------------------------------------------
460462

461463

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp