forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit39f987c
committed
Update TODO list.
Index: TODO===================================================================RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,vretrieving revision 1.311diff -r1.311 TODO3c3< Last updated:Tue Jan 2 21:23:11 EST 2001---> Last updated:Wed Jan 3 01:56:41 EST 200110c10< A dash(-) marks changes that will appear in the upcoming 7.1 release.---> A dash (-) marks changes that will appear in the upcoming 7.1 release.23c23< * -Creating index of TIMESTAMP & RELTIME fails, or rename to DATETIME(Thomas)---> * -Creating index of TIMESTAMP & RELTIME fails, or rename to DATETIME (Thomas)35c35< * -Views containing aggregates sometimes fail(Jan)---> * -Views containing aggregates sometimes fail (Jan)37,38c37,38< duplicates(inherit)< * -Disallow LOCK on view(Mark Hollomon)---> duplicates (inherit)> * -Disallow LOCK on view (Mark Hollomon)58,60c58,60< * -Add OUTER joins, left and right[outer](Tom, Thomas)< * -Allow long tuples by chaining or auto-storing outside db (TOAST)(Jan)< * Fix memory leak for expressions[memory](Tom?)---> * -Add OUTER joins, left and right[outer] (Tom, Thomas)> * -Allow long tuples by chaining or auto-storing outside db (TOAST) (Jan)> * Fix memory leak for expressions[memory] (Tom?)70c70< * Allow row re-use without vacuum(Vadim)---> * Allow row re-use without vacuum (Vadim)74c74< * More access control over who can create tables and use locks(Karel)---> * More access control over who can create tables and use locks (Karel)92c92< o -Fix large object mapping scheme, own typeid or reltype(Peter)---> o -Fix large object mapping scheme, own typeid or reltype (Peter)97c97< * Fix improper masking of some inet/cidr types [cidr]---> * -Fix improper masking of some inet/cidr types [cidr]113c113< * Get BIT type working---> * -Get BIT type working119c119< * Update macaddr manufacturer numbers, or remove the function macaddr_manuf()---> * -Update macaddr manufacturer numbers, or remove the function macaddr_manuf()147c147< * -Add ALTER TABLE ALTER COLUMN feature(Peter E)---> * -Add ALTER TABLE ALTER COLUMN feature (Peter E)157c157< * Auto-destroy sequence on DROP of table with SERIAL(Ryan)---> * Auto-destroy sequence on DROP of table with SERIAL (Ryan)166a167> * Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..)172d172< * Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..)176c176< * Make NULL's come out at the beginning or end depending on the---> * Make NULL's come out at the beginning or end depending on the220c220< * Certain indexes will not shrink, i.e. oid indexes with many inserts(Vadim)---> * Certain indexes will not shrink, i.e. oid indexes with many inserts (Vadim)226c226< with after-row images(Vadim) [logging](Vadim)---> with after-row images (Vadim) [logging]232c232< * -Redesign the function call interface to handle NULLs better[function](Tom)---> * -Redesign the function call interface to handle NULLs better[function] (Tom)239c239< * Encrpyt passwords in pg_shadow table using MD5(Vince)---> * Encrpyt passwords in pg_shadow table using MD5 (Vince)298a299,300> * Create a transaction processor to aid in persistent connections and> connection pooling307c309< * Remove SET KSQO option now that OR processing is improved(Tom)---> * Remove SET KSQO option now that OR processing is improved (Tom)1 parentb1cc646 commit39f987c
1 file changed
+26
-24
lines changedLines changed: 26 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 |
| - | |
38 |
| - | |
| 37 | + | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
59 |
| - | |
60 |
| - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 |
| - | |
| 92 | + | |
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
| 97 | + | |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
| 113 | + | |
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
119 |
| - | |
| 119 | + | |
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
147 |
| - | |
| 147 | + | |
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
| |||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
157 |
| - | |
| 157 | + | |
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
| 167 | + | |
167 | 168 |
| |
168 | 169 |
| |
169 | 170 |
| |
170 | 171 |
| |
171 | 172 |
| |
172 |
| - | |
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 |
| - | |
| 176 | + | |
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 |
| - | |
| 220 | + | |
221 | 221 |
| |
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
226 |
| - | |
| 226 | + | |
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
232 |
| - | |
| 232 | + | |
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
239 |
| - | |
| 239 | + | |
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
| |||
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
| 299 | + | |
| 300 | + | |
299 | 301 |
| |
300 | 302 |
| |
301 | 303 |
| |
| |||
304 | 306 |
| |
305 | 307 |
| |
306 | 308 |
| |
307 |
| - | |
| 309 | + | |
308 | 310 |
| |
309 | 311 |
| |
310 | 312 |
| |
|
0 commit comments
Comments
(0)