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
be64674a
Commit
be64674a
authored
Jan 11, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update TODO list.
parent
57d32518
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
doc/TODO
doc/TODO
+7
-5
No files found.
doc/TODO
View file @
be64674a
TODO list for PostgreSQL
TODO list for PostgreSQL
========================
========================
Last updated: T
ue Jan 9 13:05:49
EST 2001
Last updated: T
hu Jan 11 16:06:57
EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -151,8 +151,12 @@ COMMANDS
...
@@ -151,8 +151,12 @@ COMMANDS
* Add ALTER TABLE ... DROP CONSTRAINT
* Add ALTER TABLE ... DROP CONSTRAINT
* -Add ALTER USER command to change user db attributes (Peter E)
* -Add ALTER USER command to change user db attributes (Peter E)
* Automatically drop constraints/functions when object is dropped
* Automatically drop constraints/functions when object is dropped
* Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT
* CLUSTER
NULL specification, indexes, permissions, etc on table
* cluster all tables at once
* prent lose of constraints, indexes, permissions, inheritance
* Automatically keep clustering on a table
* Keep statistics about clustering, perhaps during VACUUM ANALYZE
[optimizer]
* Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
* Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
* Auto-destroy sequence on DROP of table with SERIAL (Ryan)
* Auto-destroy sequence on DROP of table with SERIAL (Ryan)
* Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison [lock]
* Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison [lock]
...
@@ -284,8 +288,6 @@ MISC
...
@@ -284,8 +288,6 @@ MISC
* -Redesign ANALYZE in VACUUM so it can be run separately without locks
* -Redesign ANALYZE in VACUUM so it can be run separately without locks
* Make ANALYZE a separate command
* Make ANALYZE a separate command
* Gather more accurate dispersion statistics using indexes
* Gather more accurate dispersion statistics using indexes
* Keep statistics about clustering of table rows [optimizer]
* Automatically keep clustering on a table
* Improve statistics storage in pg_class [performance]
* Improve statistics storage in pg_class [performance]
* Improve VACUUM speed with indexes [vacuum]
* Improve VACUUM speed with indexes [vacuum]
* Reduce VACUUM lock time by moving tuples with read lock, then write
* Reduce VACUUM lock time by moving tuples with read lock, then write
...
...
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