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
a0316a19
Commit
a0316a19
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update TODO list.
parent
76e9ad1f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide 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 @
a0316a19
TODO list for PostgreSQL
TODO list for PostgreSQL
========================
========================
Last updated: Tue Jun 12 1
2
:1
8:18
EDT 2001
Last updated: Tue Jun 12 1
4
:1
5:23
EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -42,8 +42,10 @@ ADMIN
...
@@ -42,8 +42,10 @@ ADMIN
* -Permission to DELETE table also allows UPDATE (Peter E)
* -Permission to DELETE table also allows UPDATE (Peter E)
* Allow elog() to return error codes, module name, file name, line
* Allow elog() to return error codes, module name, file name, line
number, not just messages (Peter E) [elog]
number, not just messages (Peter E) [elog]
* Allow international error message support and add error codes [elog]
* -Allow international error message support and add error codes[elog](Peter E)
* Remove unused files during database vacuum or postmaster startup
* -Remove unused sort files on postmaster startup (Bruce)
* Remove unreferenced table files and temp tables during database vacuum
or postmaster startup
* Add table name mapping for numeric file names
* Add table name mapping for numeric file names
* Overhaul pg_hba.conf host-based authentication
* Overhaul pg_hba.conf host-based authentication
* Encrpyt passwords in pg_shadow table using MD5 (Vince)
* Encrpyt passwords in pg_shadow table using MD5 (Vince)
...
@@ -53,7 +55,7 @@ TYPES
...
@@ -53,7 +55,7 @@ TYPES
* Add domain capability [domain]
* Add domain capability [domain]
* Add IPv6 capability to INET/CIDR types
* Add IPv6 capability to INET/CIDR types
* Add conversion function from text to inet
*
-
Add conversion function from text to inet
* Store binary-compatible type information in the system
* Store binary-compatible type information in the system
* Support construction of array result values in expressions
* Support construction of array result values in expressions
* Remove Money type, add money formatting for decimal type
* Remove Money type, add money formatting for decimal type
...
@@ -66,7 +68,7 @@ TYPES
...
@@ -66,7 +68,7 @@ TYPES
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
* SELECT cash_out(2) crashes because of opaque
* SELECT cash_out(2) crashes because of opaque
* -Add SQL standard function bit_length() (Peter E)
* -Add SQL standard function bit_length() (Peter E)
* Make oid use unsigned int more reliably
, pg_atoi(
)
*
-
Make oid use unsigned int more reliably
(Tom
)
* ARRAYS
* ARRAYS
* Allow nulls in arrays
* Allow nulls in arrays
* Allow arrays to be ORDER'ed
* Allow arrays to be ORDER'ed
...
@@ -83,7 +85,7 @@ MULTILANGUAGE SUPPORT
...
@@ -83,7 +85,7 @@ MULTILANGUAGE SUPPORT
VIEWS
VIEWS
* Automatically create rules on views so they are updateable, per SQL92
* Automatically create rules on views so they are updateable, per SQL92
[view]
* Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
* Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
* Allow NOTIFY in rules involving conditionals
* Allow NOTIFY in rules involving conditionals
* Evaluate INSERT rules at end of query, rather than beginning
* Evaluate INSERT rules at end of query, rather than beginning
...
...
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