Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 551d8a4

Browse files
committed
Update TODO list.
1 parent 00faa57 commit 551d8a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/TODO

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Fri Jul 20 10:23:26 EDT 2001
3+
Last updated: Fri Jul 20 10:29:50 EDT 2001
44

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

@@ -67,7 +67,7 @@ TYPES
6767
* -Add non-large-object binary field (already exists -- bytea)
6868
* -Make binary/file in/out interface for TOAST columns (base64)
6969
* Functions returning sets do not totally work
70-
* SELECT col FROM tab WHERE numeric_col = 10.1 fails
70+
* SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes
7171
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
7272
* -Add SQL standard function bit_length() (Peter E)
7373
* -Make oid use unsigned int more reliably (Tom)
@@ -83,7 +83,7 @@ MULTILANGUAGE SUPPORT
8383
* Allow LOCALE on a per-column basis, default to ASCII
8484
* Support multiple simultaneous character sets, per SQL92
8585
* Reject character sequences those are not valid in their charset
86-
* Make functions more multi-byte aware, i.e. trim()
86+
* Make functions more multi-byte aware, e.g. trim()
8787
* -Make n of CHAR(n)/VARCHAR(n) the number of letters, not bytes (Tatsuo)
8888

8989
VIEWS
@@ -304,7 +304,7 @@ MISCELLANEOUS
304304
* Allow logging of query durations
305305
* Add hash-based aggregates
306306
* Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
307-
307+
* Create spinlock sleepers queue so everyone doesn't wake up at once
308308

309309
SOURCE CODE
310310
-----------

0 commit comments

Comments
 (0)