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
98c6e81e
Commit
98c6e81e
authored
Jan 29, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update TODO list.
parent
2b84cbb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
doc/TODO
doc/TODO
+8
-6
No files found.
doc/TODO
View file @
98c6e81e
TODO list for PostgreSQL
========================
Last updated:
Thu Jan 27 23:55:43
EST 2000
Last updated:
Sat Jan 29 12:23:49
EST 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -18,7 +18,7 @@ RELIABILITY
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
* -spinlock stuck problem when elog(FATAL) and elog(ERROR) inside bufmgr
* -Recover or force failure when disk space is exhausted(Hiroshi)
...
...
@@ -41,7 +41,9 @@ PARSER
* -CREATE TABLE x AS SELECT 1 UNION SELECT 2 fails
* -CREATE TABLE test(col char(2) DEFAULT user) fails in length restriction
* -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
* redesign INSERT ... SELECT to have two levels of target list
* -select * from pg_class where oid in (0,-1)
...
...
@@ -77,7 +79,8 @@ MISC
* Fix libpq bug that causes it to drop backend error message sent
just before connection closure (ie, any FATAL error message)
* 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
------------
...
...
@@ -119,7 +122,6 @@ TYPES
* Add IPv6 capability to INET/CIDR types
* Make a separate SERIAL type?
* Store binary-compatible type information in the system
* -Allow user to define char1 column
* Add support for & operator
* Allow LOCALE on a per-column basis, default to ASCII
* -Allow LOCALE to use indexes in regular expression searches(Tom)
...
...
@@ -133,7 +135,6 @@ TYPES
* -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
* Allow user to define char1 column
VIEWS
...
...
@@ -264,6 +265,7 @@ MISC
* Allow compression of log and meta data
* 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
* -Fix memory exhaustion when using many OR's [cnfify](Tom)
* Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca>
...
...
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