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

Commitc2ed891

Browse files
committed
Overhaul ecpg manual page.
Update Italian jdbc error messages.
1 parent7635543 commitc2ed891

File tree

3 files changed

+262
-280
lines changed

3 files changed

+262
-280
lines changed

‎doc/TODO

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Tue Sep4 12:27:12 EDT 2001
3+
Last updated:Wed Sep5 20:04:07 EDT 2001
44

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

@@ -178,7 +178,8 @@ COMMANDS
178178
o Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..)
179179
o Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...)
180180
o Disallow missing columns in INSERT ... VALUES, per ANSI
181-
o Allow INSERT/UPDATE ... RETURNING new.col or old.col (Philip)
181+
o Allow INSERT/UPDATE ... RETURNING new.col or old.col, handle
182+
RULE cases (Philip)
182183
* SHOW/SET
183184
o Add SHOW command to display locks
184185
o -Add SHOW command to show all settings
@@ -310,8 +311,11 @@ MISCELLANEOUS
310311
* Allow logging of query durations
311312
* Add hash for evaluating GROUP BY aggregates
312313
* -Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
313-
* Improve spinlock code, perhaps with OS semaphores, sleeper queue, or
314-
spining to obtain lock on multi-cpu systems
314+
* Improve spinlock code
315+
o use SysV semaphores or queue of backends waiting on the lock
316+
o wakeup sleeper or sleep for less than one clock tick
317+
o spin for lock on multi-cpu machines, yield on single cpu machines
318+
o read/write locks
315319
* Add queue of backends waiting for spinlock
316320

317321
SOURCE CODE

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp