> * Add BSD-licensed qsort() for Solaris
This commit is contained in:
Bruce Momjian 2002-04-18 03:07:16 +00:00
parent 6abfa8c540
commit 389ca3500d
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Wed Apr 17 22:58:40 EDT 2002
Last updated: Wed Apr 17 23:07:00 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -187,7 +187,7 @@ COMMANDS
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
o ALTER TABLE ADD COLUMN to inherited table put column in wrong place
[inheritance]
o Add ALTER TABLE DROP COLUMN feature [drop] (Bruce)
o Add ALTER TABLE DROP COLUMN feature [drop]
o Add ALTER FUNCTION
o Add ALTER TABLE DROP non-CHECK CONSTRAINT
o -ALTER TABLE ADD PRIMARY KEY (Tom)
@ -451,6 +451,7 @@ MISCELLANEOUS
* Add Intimate Shared Memory(ISM) for Solaris
* Add documentation to lock shared memory into RAM for each OS, if possible
* Try flex flags -Cf and -CF to see if performance improves
* Add BSD-licensed qsort() for Solaris
SOURCE CODE
===========