Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
e0da4c15
Commit
e0da4c15
authored
Jul 27, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update TODO list.
parent
2b547b7a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
doc/TODO
doc/TODO
+11
-11
No files found.
doc/TODO
View file @
e0da4c15
TODO list for PostgreSQL
========================
Last updated: Thu Jul 27 14:4
1:53
EDT 2000
Last updated: Thu Jul 27 14:4
6:45
EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -20,7 +20,7 @@ PARSER
* SELECT pg_class FROM pg_class generates strange error
* Alter TABLE ADD COLUMN does not honor DEFAULT, add CONSTRAINT
* Creating index of TIMESTAMP & RELTIME fails, or rename to DATETIME(Thomas)
*
-
Creating index of TIMESTAMP & RELTIME fails, or rename to DATETIME(Thomas)
* SELECT foo UNION SELECT foo is incorrectly simplified to SELECT foo
* Unique index on base column not honored on inserts from inherited table
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
...
...
@@ -49,7 +49,6 @@ MISC
* Modification of pg_class can happen while table in use by
another backend. Might lead to MVCC inside of syscache
* Permission to UPDATE table allows DELETE also
* Some database schema's are not dumpable; do dumps in oid order
ENHANCEMENTS
------------
...
...
@@ -62,12 +61,12 @@ URGENT
ADMIN
* -More access control over who can create tables and use locks(Kar
a
l)
* Test syslog functionality
* -More access control over who can create tables and use locks(Kar
e
l)
*
-
Test syslog functionality
* Allow elog() to return error codes, not just messages
* Allow international error message support and add error codes
* Unify configuration into one configuration file (Peter E)
* use setproctitle() if it exists for 'ps' display of status
*
-
Unify configuration into one configuration file (Peter E)
*
-
use setproctitle() if it exists for 'ps' display of status
TYPES
...
...
@@ -91,7 +90,7 @@ TYPES
* Declare typein/out functions in pg_proc with a special "C string" data type
* Add non-large-object binary field
* Functions returning sets don't really work right[function]
* Add hash for int8
*
-
Add hash for int8
* SELECT col FROM tab WHERE numeric_col = 10.1 fails
* Get BIT type working
* Allow better handling of numeric constants, type conversion [typeconv]
...
...
@@ -118,7 +117,8 @@ INDEXES
COMMANDS
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inherit]
* Add ALTER TABLE DROP/ALTER COLUMN feature(Peter E) [drop]
* -Add ALTER TABLE ALTER COLUMN feature(Peter E)
* Add ALTER TABLE DROP COLUMN feature [drop]
* Add ALTER TABLE command to change table ownership
* Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT
NULL specification, indexes, permissions, etc on table
...
...
@@ -131,7 +131,7 @@ COMMANDS
supplied ESCAPE [like]
* Allow RULE recompilation
* Support UNION/INTERSECT/EXCEPT in sub-selects
*
Allow DELETE and UPDATE to use inheritance using tablename*
*
-Allow DELETE and UPDATE to use inheritance
* Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...)
* Allow BINARY option to SELECT, like we do with DECLARE
* Prevent truncate on table with a referential integrity trigger
...
...
@@ -247,7 +247,7 @@ MISC
* Gather more accurate statistics using indexes
* Improve statistics storage in pg_class [performance]
* Improve VACUUM speed with indexes [vacuum]
* BSD/OS does not support locale because there is no LC_MESSAGES
*
-
BSD/OS does not support locale because there is no LC_MESSAGES
SOURCE CODE
-----------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment