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
5d91f38a
Commit
5d91f38a
authored
Feb 22, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update TODO list.
parent
55252974
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
doc/TODO
doc/TODO
+6
-5
No files found.
doc/TODO
View file @
5d91f38a
TODO list for PostgreSQL
========================
Last updated:
Mon Feb 21 19:58:12
EST 2000
Last updated:
Tue Feb 22 09:07:16
EST 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -140,7 +140,7 @@ TYPES
* -Add index on NUMERIC/DECIMAL type(Jan)
* -Make Absolutetime/Relativetime int4 because time_t can be int8 on some ports
* Functions returning sets don't really work right[function]
*
-Make type equivalency apply to aggregates
*
Make type equivalency apply to aggregates(Peter E.)
VIEWS
...
...
@@ -205,7 +205,7 @@ MISC
* Create a background process for each database that runs while
database is idle, finding superceeded rows, gathering stats and vacuuming
* Add UNIQUE capability to non-btree indexes
*
-
Certain indexes will not shrink, i.e. oid indexes with many inserts(Vadim)
* Certain indexes will not shrink, i.e. oid indexes with many inserts(Vadim)
* Restore unused oid's on backend exit if no one else has gotten oids
* Have UPDATE/DELETE clean out indexes
* -Allow WHERE restriction on ctid(Hiroshi)
...
...
@@ -221,7 +221,8 @@ MISC
* Do autocommit so always in a transaction block(?)
* Show location of syntax error in query [yacc]
* Redesign the function call interface to handle NULLs better[function](Tom)
* -Document/trigger/rule so changes to pg_shadow recreate pg_pwd [pg_shadow]
* -Document/trigger/rule so changes to pg_shadow recreate pg_pwd
[pg_shadow](Peter E.)
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
* -Overhaul mdmgr/smgr to fix double unlinking and double opens, cleanup
* Overhaul bufmgr/lockmgr/transaction manager
...
...
@@ -287,7 +288,7 @@ MISC
* improve dynamic memory allocation by introducing tuple-context memory
allocation [memory]
* -fix memory leak in cache code when non-existant table is referenced
In WHERE tab1.x=3 AND tab1.x=tab2.y, add tab2.y=3
*
In WHERE tab1.x=3 AND tab1.x=tab2.y, add tab2.y=3
* -pass atttypmod through parser in more cases [atttypmod]
* -remove duplicate type in/out functions for disk and net
* Allow persistent backends [persistent]
...
...
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