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
3f6ff329
Commit
3f6ff329
authored
Jan 28, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update TODO list.
parent
a85b67d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
doc/TODO
doc/TODO
+6
-2
No files found.
doc/TODO
View file @
3f6ff329
TODO list for PostgreSQL
TODO list for PostgreSQL
========================
========================
Last updated: Thu Jan 27 2
2:45:0
1 EST 2000
Last updated: Thu Jan 27 2
3:46:4
1 EST 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -18,6 +18,7 @@ RELIABILITY
...
@@ -18,6 +18,7 @@ RELIABILITY
RESOURCES
RESOURCES
* 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)
...
@@ -74,7 +75,9 @@ MISC
...
@@ -74,7 +75,9 @@ MISC
* -* Interlock to prevent DROP DATABASE on a database with running backendsInterlock to prevent DROP DATABASE on a database with running backends
* -* Interlock to prevent DROP DATABASE on a database with running backendsInterlock to prevent DROP DATABASE on a database with running backends
* Buffer reference counting bugfixes
* Buffer reference counting bugfixes
* 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 ... GROUP BY fails if column types disagree
ENHANCEMENTS
ENHANCEMENTS
------------
------------
...
@@ -130,6 +133,7 @@ TYPES
...
@@ -130,6 +133,7 @@ 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
...
...
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