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
99f964fc
Commit
99f964fc
authored
Jan 29, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused TODO.detail functions.
parent
da0e6bfe
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1201 deletions
+5
-1201
doc/TODO
doc/TODO
+5
-5
doc/TODO.detail/function
doc/TODO.detail/function
+0
-519
doc/TODO.detail/logging
doc/TODO.detail/logging
+0
-285
doc/TODO.detail/outer
doc/TODO.detail/outer
+0
-392
No files found.
doc/TODO
View file @
99f964fc
...
...
@@ -56,7 +56,7 @@ ENHANCEMENTS
URGENT
* -Add OUTER joins, left and right
[outer]
(Tom, Thomas)
* -Add OUTER joins, left and right (Tom, Thomas)
* -Allow long tuples by chaining or auto-storing outside db (TOAST) (Jan)
* -Fix memory leak for expressions (Tom)
* Add replication of distributed databases [replication]
...
...
@@ -95,7 +95,7 @@ TYPES
o -Allow large object vacuuming
o -Tables that start with xinv confused to be large objects
* Add IPv6 capability to INET/CIDR types
* -Fix improper masking of some inet/cidr types
[cidr]
* -Fix improper masking of some inet/cidr types
* Add conversion function from text to inet
* Make a separate SERIAL type?
* Store binary-compatible type information in the system
...
...
@@ -224,7 +224,7 @@ EXOTIC FEATURES
* Add the concept of dataspaces/tablespaces [tablespaces]
* Allow queries across multiple databases
* Allow nested transactions (Vadim)
* Allow
[INSERT/UPDATE]
... RETURNING new.col or old.col (Philip)
* Allow
INSERT/UPDATE
... RETURNING new.col or old.col (Philip)
* SQL*Net listener that makes PostgreSQL appear as an Oracle database
to clients
* Incremental backups
...
...
@@ -242,13 +242,13 @@ MISCELLANEOUS
* Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
* Allow DELETE WHERE CURRENT OF cursor
* -Transaction log, so re-do log can be on a separate disk by
with after-row images (Vadim)
[logging]
with after-row images (Vadim)
* Populate backend status area and write program to dump status data
* Make oid use unsigned int more reliably, pg_atoi()
* Put sort files in their own directory
* Allow 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)
* -Redesign the function call interface to handle NULLs better (Tom)
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
* Overhaul bufmgr/lockmgr/transaction manager
* -redesign UNION structures to have separarate target lists
...
...
doc/TODO.detail/function
deleted
100644 → 0
View file @
da0e6bfe
This diff is collapsed.
Click to expand it.
doc/TODO.detail/logging
deleted
100644 → 0
View file @
da0e6bfe
This diff is collapsed.
Click to expand it.
doc/TODO.detail/outer
deleted
100644 → 0
View file @
da0e6bfe
This diff is collapsed.
Click to expand it.
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