mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Rename pg_temp to pg_sorttemp so it does not conflict with temp table names.
This commit is contained in:
7
doc/TODO
7
doc/TODO
@@ -94,6 +94,8 @@ TYPES
|
||||
* Allow array on int8[]
|
||||
* Remove Money type, add money formatting for decimal type
|
||||
* Fix typein/out functions to not be user-callable
|
||||
* Add non-large-object binary field
|
||||
* Add index on NUMERIC type
|
||||
|
||||
VIEWS
|
||||
|
||||
@@ -161,7 +163,7 @@ MISC
|
||||
* Show location of syntax error in query
|
||||
* Redesign the function call interface to handle NULLs better(Jan)
|
||||
* Document/trigger/rule so changes to pg_shadow create pg_pwd
|
||||
* Missing optimizer selectivities for date, etc.
|
||||
* Missing optimizer selectivities for date, r-tree, etc.
|
||||
* Overhaul mdmgr/smgr to fix double unlinking and double opens, cleanup
|
||||
* Overhaul bufmgr/lockmgr/transaction manager
|
||||
* Tables that start with xinv confused to be large objects
|
||||
@@ -221,7 +223,8 @@ MISC
|
||||
* fix memory leak in cache code when non-existant table is referenced
|
||||
* In WHERE x=3 AND x=y, add y=3
|
||||
* pass atttypmod through parser in more cases(Bruce)
|
||||
* remov
|
||||
* remove duplicate type in/out functions for disk and net
|
||||
|
||||
SOURCE CODE
|
||||
-----------
|
||||
* Add use of 'const' for varibles in source tree
|
||||
|
Reference in New Issue
Block a user