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
98c6e81e
Commit
98c6e81e
authored
25 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update TODO list.
parent
2b84cbb6
No related branches found
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/TODO
+8
-6
8 additions, 6 deletions
doc/TODO
with
8 additions
and
6 deletions
doc/TODO
+
8
−
6
View file @
98c6e81e
TODO list for PostgreSQL
TODO list for PostgreSQL
========================
========================
Last updated:
Thu
Jan 2
7 23:55
:4
3
EST 2000
Last updated:
Sat
Jan 2
9 12:23
:4
9
EST 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -18,7 +18,7 @@ RELIABILITY
...
@@ -18,7 +18,7 @@ RELIABILITY
RESOURCES
RESOURCES
* Disallow inherited columns with the same name as new columns
*
-
Disallow inherited columns with the same name as new columns
* -Elog() does not free all its memory
* -Elog() does not free all its memory
* -spinlock stuck problem when elog(FATAL) and elog(ERROR) inside bufmgr
* -spinlock stuck problem when elog(FATAL) and elog(ERROR) inside bufmgr
* -Recover or force failure when disk space is exhausted(Hiroshi)
* -Recover or force failure when disk space is exhausted(Hiroshi)
...
@@ -41,7 +41,9 @@ PARSER
...
@@ -41,7 +41,9 @@ PARSER
* -CREATE TABLE x AS SELECT 1 UNION SELECT 2 fails
* -CREATE TABLE x AS SELECT 1 UNION SELECT 2 fails
* -CREATE TABLE test(col char(2) DEFAULT user) fails in length restriction
* -CREATE TABLE test(col char(2) DEFAULT user) fails in length restriction
* -mismatched types in CREATE TABLE ... DEFAULT causes problems [default]
* -mismatched types in CREATE TABLE ... DEFAULT causes problems [default]
* -SELECT ... UNION ... ORDER BY fails when sort expr not in result list
* -SELECT ... UNION ... ORDER BY fails when sort expr not in result
list, ORDER BY is applied only to the first SELECT
* Be smarter about promoting types when UNION merges different data types
* Be smarter about promoting types when UNION merges different data types
* redesign INSERT ... SELECT to have two levels of target list
* redesign INSERT ... SELECT to have two levels of target list
* -select * from pg_class where oid in (0,-1)
* -select * from pg_class where oid in (0,-1)
...
@@ -77,7 +79,8 @@ MISC
...
@@ -77,7 +79,8 @@ MISC
* Fix libpq bug that causes it to drop backend error message sent
* Fix libpq bug that causes it to drop backend error message sent
just before connection closure (ie, any FATAL error message)
just before connection closure (ie, any FATAL error message)
* SELECT ... UNION ... ORDER BY fails when sort expr not in result list
* SELECT ... UNION ... ORDER BY fails when sort expr not in result list
* SELECT ... UNION ... GROUP BY fails if column types disagree
* SELECT ... UNION ... GROUP BY fails if column types disagree, no type
promotion occurs
ENHANCEMENTS
ENHANCEMENTS
------------
------------
...
@@ -119,7 +122,6 @@ TYPES
...
@@ -119,7 +122,6 @@ TYPES
* Add IPv6 capability to INET/CIDR types
* Add IPv6 capability to INET/CIDR types
* Make a separate SERIAL type?
* Make a separate SERIAL type?
* Store binary-compatible type information in the system
* Store binary-compatible type information in the system
* -Allow user to define char1 column
* Add support for & operator
* Add support for & operator
* Allow LOCALE on a per-column basis, default to ASCII
* Allow LOCALE on a per-column basis, default to ASCII
* -Allow LOCALE to use indexes in regular expression searches(Tom)
* -Allow LOCALE to use indexes in regular expression searches(Tom)
...
@@ -133,7 +135,6 @@ TYPES
...
@@ -133,7 +135,6 @@ TYPES
* -Make Absolutetime/Relativetime int4 because time_t can be int8 on some ports
* -Make Absolutetime/Relativetime int4 because time_t can be int8 on some ports
* Functions returning sets don't really work right[function]
* Functions returning sets don't really work right[function]
* -Make type equivalency apply to aggregates
* -Make type equivalency apply to aggregates
* Allow user to define char1 column
VIEWS
VIEWS
...
@@ -264,6 +265,7 @@ MISC
...
@@ -264,6 +265,7 @@ MISC
* Allow compression of log and meta data
* Allow compression of log and meta data
* Allow char() not to use variable-sized header to reduce disk size
* Allow char() not to use variable-sized header to reduce disk size
* Allow char1 data type that takes one byte of storage
* Do async I/O to do better read-ahead of data
* Do async I/O to do better read-ahead of data
* -Fix memory exhaustion when using many OR's [cnfify](Tom)
* -Fix memory exhaustion when using many OR's [cnfify](Tom)
* Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca>
* Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca>
...
...
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