1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Tue Feb 13 11:11:24 EST 2001
3
+ <<<<<<< TODO
4
+ Last updated: Tue Feb 13 15:53:36 EST 2001
5
+ =======
6
+ Last updated: Tue Feb 13 15:53:36 EST 2001
7
+ >>>>>>> 1.378
4
8
5
9
Current maintainer: Bruce Momjian (
[email protected] )
6
10
90
94
* -Add STDDEV/VARIANCE() function for standard deviation computation/variance
91
95
* -Allow compression of large fields or a compressed field type
92
96
* -Large objects
93
- o -Fix large object mapping scheme, own typeid or reltype (Peter)
97
+ o -Fix large object mapping scheme, own typeid or reltype (Peter E )
94
98
o -Not to stuff everything as files in a single directory, hash dirs
95
99
o -Allow large object vacuuming
96
100
o -Tables that start with xinv confused to be large objects
@@ -331,7 +335,7 @@ SOURCE CODE
331
335
* Remove unused pg_variable, pg_inheritproc, pg_ipl tables
332
336
* Experiment with multi-threaded backend [thread]
333
337
* Fix problems with libpq non-blocking/async code [async]
334
- * Merge global and template BKI files (Peter)
338
+ * Merge global and template BKI files (Peter E )
335
339
* Fix username/password length limits in all areas
336
340
* Remove compile-time upper limit on number of backends (MAXBACKENDS) (Tom)
337
341
* Make sure all block numbers are unsigned to increase maximum table size
@@ -355,7 +359,7 @@ Developers who have claimed items are:
355
359
* Massimo is Massimo Dal Zotto <
[email protected] >
356
360
* Michael is Michael Meskes <
[email protected] >
357
361
* Oleg is Oleg Bartunov <
[email protected] >
358
- * Peter is Peter T Mount <
[email protected] >
362
+ * Peter
M is Peter T Mount <
[email protected] >
359
363
* Peter E is Peter Eisentraut<
[email protected] >
360
364
* Philip is Philip Warner <
[email protected] >
361
365
* Ross is Ross J. Reedstrom <
[email protected] >
0 commit comments