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

Commit811749b

Browse files
committed
Update TODO list.
1 parentf6a756e commit811749b

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

‎doc/TODO

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Fri Nov10 14:42:18 EST 2000
3+
Last updated:Mon Nov27 16:15:36 EST 2000
44

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

@@ -144,7 +144,7 @@ COMMANDS
144144
* Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison [lock]
145145
* Allow INSERT/UPDATE of system-generated oid value for a row
146146
* -Allow ESCAPE '\' at the end of LIKE for ANSI compliance (Thomas)
147-
* Rewrite the LIKE handling by rewriting the user string with the
147+
*-Rewrite the LIKE handling by rewriting the user string with the
148148
supplied ESCAPE [like]
149149
* Allow RULE recompilation
150150
* -Support UNION/INTERSECT/EXCEPT in sub-selects
@@ -207,22 +207,21 @@ MISC
207207
* Have UPDATE/DELETE clean out indexes
208208
* Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
209209
* Allow DELETE WHERE CURRENT OF cursor
210-
* Transaction log, so re-do log can be on a separate disk by
211-
with after-row images(Vadim) [logging](Vadim)(in-progress)
210+
*-Transaction log, so re-do log can be on a separate disk by
211+
with after-row images(Vadim) [logging](Vadim)
212212
* Populate backend status area and write program to dump status data
213213
* Make oid use unsigned int more reliably, pg_atoi()
214214
* Put sort files in their own directory
215-
*Do autocommit so always in a transaction block(?)
215+
*Allow autocommit so always in a transaction block
216216
* Show location of syntax error in query [yacc]
217217
* -Redesign the function call interface to handle NULLs better[function](Tom)
218218
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
219219
* Overhaul bufmgr/lockmgr/transaction manager
220-
* Allow BLCKSZ <= 64k, not <= 32k
221220
* -redesign UNION structures to have separarate target lists
222221
* -Allow multi-level query trees for INSERT INTO ... SELECT
223222
* Use IPC_EXCL when creating shared memory and semaphores
224223
* have pg_upgrade use pg_ctl to stop/start postmaster
225-
* Encrpyt passwords in pg_shadow table using MD5
224+
* Encrpyt passwords in pg_shadow table using MD5(Vince)
226225
* Use flock() to prevent multiple postmasters on the same port [flock]
227226

228227
PERFORMANCE
@@ -266,7 +265,6 @@ MISC
266265
* improve dynamic memory allocation by introducing tuple-context memory
267266
allocation [memory]
268267
* -In WHERE tab1.x=3 AND tab1.x=tab2.y, add tab2.y=3
269-
* Allow persistent backends [persistent]
270268
* prevent labels from being output for stored rules (Tom)
271269
* allow configuration of maximum number of open files
272270
* Remove pg_listener index
@@ -280,6 +278,7 @@ MISC
280278
lock and truncate table [vacuum]
281279
* -BSD/OS does not support locale because there is no LC_MESSAGES (Bruce)
282280
* Add connection pooling [pool]
281+
* Allow persistent backends [persistent]
283282
* Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
284283
ANALYZE, and CLUSTER
285284

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp