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
23287c10
Commit
23287c10
authored
24 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update TODO list.
parent
444c5bf1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/TODO
+9
-9
9 additions, 9 deletions
doc/TODO
with
9 additions
and
9 deletions
doc/TODO
+
9
−
9
View file @
23287c10
TODO list for PostgreSQL
========================
Last updated:
Wed
May 2
3
1
2:02:28
EDT 2001
Last updated:
Thu
May 2
4
1
0:36:09
EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -16,7 +16,7 @@ http://www.postgresql.org/docs/todo.html.
RELIABILITY
-----------
* -SELECT pg_class FROM pg_class generates strange error
* -SELECT pg_class FROM pg_class generates strange error
(Bruce)
* PL/PgSQL does not handle quoted mixed-case identifiers
ENHANCEMENTS
...
...
@@ -64,7 +64,7 @@ TYPES
* Allow better handling of numeric constants, type conversion [typeconv]
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
* SELECT cash_out(2) crashes because of opaque
* Add SQL standard function bit_length()
*
-
Add SQL standard function bit_length()
(Peter E)
* Make oid use unsigned int more reliably, pg_atoi()
* ARRAYS
* Allow nulls in arrays
...
...
@@ -112,7 +112,7 @@ INDEXES
* Use indexes with CIDR '<<' (contains) operator
* Allow LIKE indexing optimization for non-ASCII locales
* Be smarter about insertion of already-ordered data into btree index
* -Gather more accurate dispersion statistics using indexes
* -Gather more accurate dispersion statistics using indexes
(Tom)
* Add deleted bit to index tuples to reduce heap access
* Prevent index uniqueness checks when UPDATE does not modifying column
...
...
@@ -123,7 +123,7 @@ SYSTEM TABLES
* Add unique indexes on pg_database
* Check all system tables and add unique indexes as needed
* Remove pg_listener index
* -Remove unused pg_variable, pg_inheritproc, pg_ipl tables
* -Remove unused pg_variable, pg_inheritproc, pg_ipl tables
(Bruce)
* Add pg_depend table to track object dependencies
COMMANDS
...
...
@@ -253,8 +253,8 @@ VACUUM
* Improve speed with indexes (perhaps recreate index instead) [vacuum]
* Reduce lock time by moving tuples with read lock, then write
lock and truncate table [vacuum]
* -Make ANALYZE a separate command
* -Allow ANALYZE to ESTIMATE based on certain random precentage of rows
* -Make ANALYZE a separate command
(Tom)
* -Allow ANALYZE to ESTIMATE based on certain random precentage of rows
(Tom)
* Add LAZY VACUUM (Vadim)
MISCELLANEOUS
...
...
@@ -270,7 +270,7 @@ MISCELLANEOUS
* improve dynamic memory allocation by introducing tuple-context memory
allocation (Tom)
* allow configuration of maximum number of open files
* -Improve statistics storage in pg_class [performance]
* -Improve statistics storage in pg_class [performance]
(Tom)
* Add connection pooling [pool]
* Allow persistent backends [persistent]
* Create a transaction processor to aid in persistent connections and
...
...
@@ -299,7 +299,7 @@ SOURCE CODE
* Remove warnings created by -Wcast-align
* Move platform-specific ps status display info from ps_status.c to ports
* Allow ps status display to work on Solaris/SVr4-based systems
* -Decide on spelling of indexes/indices
* -Decide on spelling of indexes/indices
(Peter E)
* Add mention of VACUUM, log rotation to Administrator's Guide
* Use BlockNumber rather than int where appropriate
...
...
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