11TODO list for PostgreSQL
22========================
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
48
59Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
610
9094* -Add STDDEV/VARIANCE() function for standard deviation computation/variance
9195* -Allow compression of large fields or a compressed field type
9296* -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 )
9498o -Not to stuff everything as files in a single directory, hash dirs
9599o -Allow large object vacuuming
96100o -Tables that start with xinv confused to be large objects
@@ -331,7 +335,7 @@ SOURCE CODE
331335* Remove unused pg_variable, pg_inheritproc, pg_ipl tables
332336* Experiment with multi-threaded backend [thread]
333337* 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 )
335339* Fix username/password length limits in all areas
336340* Remove compile-time upper limit on number of backends (MAXBACKENDS) (Tom)
337341* Make sure all block numbers are unsigned to increase maximum table size
@@ -355,7 +359,7 @@ Developers who have claimed items are:
355359* Massimo is Massimo Dal Zotto <dz@cs.unitn.it>
356360* Michael is Michael Meskes <meskes@postgresql.org>
357361* Oleg is Oleg Bartunov <oleg@sai.msu.su>
358- * Peter is Peter T Mount <peter@retep.org.uk>
362+ * PeterM is Peter T Mount <peter@retep.org.uk>
359363* Peter E is Peter Eisentraut<peter_e@gmx.net>
360364* Philip is Philip Warner <pjw@rhyme.com.au>
361365* Ross is Ross J. Reedstrom <reedstrm@wallace.ece.rice.edu>