Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
4d564c5b
Commit
4d564c5b
authored
25 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update TODO list.
parent
b2ff7d08
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/TODO
+5
-5
5 additions, 5 deletions
doc/TODO
with
5 additions
and
5 deletions
doc/TODO
+
5
−
5
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment