1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Fri Jul 20 10:23:26 EDT 2001
3
+ Last updated: Fri Jul 20 10:29:50 EDT 2001
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
67
67
* -Add non-large-object binary field (already exists -- bytea)
68
68
* -Make binary/file in/out interface for TOAST columns (base64)
69
69
* 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
71
71
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
72
72
* -Add SQL standard function bit_length() (Peter E)
73
73
* -Make oid use unsigned int more reliably (Tom)
@@ -83,7 +83,7 @@ MULTILANGUAGE SUPPORT
83
83
* Allow LOCALE on a per-column basis, default to ASCII
84
84
* Support multiple simultaneous character sets, per SQL92
85
85
* 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()
87
87
* -Make n of CHAR(n)/VARCHAR(n) the number of letters, not bytes (Tatsuo)
88
88
89
89
VIEWS
@@ -304,7 +304,7 @@ MISCELLANEOUS
304
304
* Allow logging of query durations
305
305
* Add hash-based aggregates
306
306
* 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
308
308
309
309
SOURCE CODE
310
310
-----------
0 commit comments