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
4d564c5b
Commit
4d564c5b
authored
Jan 23, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update TODO list.
parent
b2ff7d08
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/TODO
doc/TODO
+5
-5
No files found.
doc/TODO
View file @
4d564c5b
...
@@ -68,7 +68,7 @@ VIEWS
...
@@ -68,7 +68,7 @@ VIEWS
MISC
MISC
* -User who can create databases can modify pg_database table(Peter)
* -User who can create databases can modify pg_database table(Peter
E
)
* Plpgsql does not handle quoted mixed-case identifiers
* Plpgsql does not handle quoted mixed-case identifiers
* -Fix btree to give a useful elog when key > 1/2 (page - overhead)(Tom)
* -Fix btree to give a useful elog when key > 1/2 (page - overhead)(Tom)
* -pg_dump should preserve primary key information
* -pg_dump should preserve primary key information
...
@@ -94,7 +94,7 @@ URGENT
...
@@ -94,7 +94,7 @@ URGENT
ADMIN
ADMIN
* -Better interface for adding to pg_group(Peter)
* -Better interface for adding to pg_group(Peter
E
)
* More access control over who can create tables and access the database
* More access control over who can create tables and access the database
* Test syslog functionality
* Test syslog functionality
* Allow elog() to return error codes, not just messages
* Allow elog() to return error codes, not just messages
...
@@ -145,7 +145,7 @@ INDEXES
...
@@ -145,7 +145,7 @@ INDEXES
* Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
* Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
fails index can't store constant parameters
fails index can't store constant parameters
* Allow creation of functional indexes to use default types
* Allow creation of functional indexes to use default types
* -Permissions on indexes, prevent them(Peter)
* -Permissions on indexes, prevent them(Peter
E
)
* Allow SQL function indexes
* Allow SQL function indexes
* Add FILLFACTOR to index creation
* Add FILLFACTOR to index creation
* -Allow indexing of LIKE with localle character sets
* -Allow indexing of LIKE with localle character sets
...
@@ -154,7 +154,7 @@ INDEXES
...
@@ -154,7 +154,7 @@ INDEXES
COMMANDS
COMMANDS
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inherit]
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inherit]
* -Add ALTER TABLE DROP/ALTER COLUMN feature(Peter E
.
)
* -Add ALTER TABLE DROP/ALTER COLUMN feature(Peter E)
* Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT
* Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT
NULL specification, indexes, permissions, etc on table[cluster]
NULL specification, indexes, permissions, etc on table[cluster]
* Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
* Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
...
@@ -218,7 +218,7 @@ MISC
...
@@ -218,7 +218,7 @@ MISC
* -Overhaul mdmgr/smgr to fix double unlinking and double opens, cleanup
* -Overhaul mdmgr/smgr to fix double unlinking and double opens, cleanup
* Overhaul bufmgr/lockmgr/transaction manager
* Overhaul bufmgr/lockmgr/transaction manager
* Add PL/Perl(Mark Hollomon)
* Add PL/Perl(Mark Hollomon)
* -Add option for postgres user have a password by default(Peter)
* -Add option for postgres user have a password by default(Peter
E
)
* Add configure test to check for C++ need for *.h and namespaces
* Add configure test to check for C++ need for *.h and namespaces
* Allow BLCKSZ <= 64k, not <= 32k
* Allow BLCKSZ <= 64k, not <= 32k
* redesign UNION structures to have separarate target lists
* redesign UNION structures to have separarate target lists
...
...
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