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
d661a9f6
Commit
d661a9f6
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update TODO list.
parent
b68174e5
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
+5
-3
5 additions, 3 deletions
doc/TODO
with
5 additions
and
3 deletions
doc/TODO
+
5
−
3
View file @
d661a9f6
TODO list for PostgreSQL
TODO list for PostgreSQL
========================
========================
Last updated: Wed Dec 5 1
6:25
:2
3
EST 2001
Last updated: Wed Dec 5 1
8:11
:2
4
EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -57,6 +57,7 @@ ADMIN
...
@@ -57,6 +57,7 @@ ADMIN
flags unique
flags unique
* Allow usernames to be specified directly in pg_hba.conf (Bruce)
* Allow usernames to be specified directly in pg_hba.conf (Bruce)
* Add function to return compressed length of TOAST data values (Tom)
* Add function to return compressed length of TOAST data values (Tom)
* Change DEBUG tag used in server logs
DATA TYPES
DATA TYPES
...
@@ -102,7 +103,7 @@ MULTI-LANGUAGE SUPPORT
...
@@ -102,7 +103,7 @@ MULTI-LANGUAGE SUPPORT
* Add octet_length_server() and octet_length_client() (Thomas, Tatsuo)
* Add octet_length_server() and octet_length_client() (Thomas, Tatsuo)
* Make octet_length_client the same as octet_length() (?)
* Make octet_length_client the same as octet_length() (?)
VIEWS
VIEWS
/ RULES
* Automatically create rules on views so they are updateable, per SQL92 [view]
* 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
...
@@ -110,6 +111,8 @@ VIEWS
...
@@ -110,6 +111,8 @@ VIEWS
* -Evaluate INSERT rules at end of query, rather than beginning (Jan)
* -Evaluate INSERT rules at end of query, rather than beginning (Jan)
* Allow temporary views
* Allow temporary views
* Move psql backslash information into views
* Move psql backslash information into views
* Allow RULE recompilation
* Remove brackets as multi-statement rule grouping, must use parens
INDEXES
INDEXES
...
@@ -160,7 +163,6 @@ COMMANDS
...
@@ -160,7 +163,6 @@ COMMANDS
* Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
* Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
* Add BETWEEN ASYMMETRIC/SYMMETRIC
* Add BETWEEN ASYMMETRIC/SYMMETRIC
* -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison [lock]
* -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison [lock]
* Allow RULE recompilation
* Remove LIMIT #,# and force use LIMIT and OFFSET clauses in 7.3 (Bruce)
* Remove LIMIT #,# and force use LIMIT and OFFSET clauses in 7.3 (Bruce)
* Allow LIMIT/OFFSET to use expressions
* Allow LIMIT/OFFSET to use expressions
* -Allow GRANT/REVOKE to handle multiple user/group names (Vince)
* -Allow GRANT/REVOKE to handle multiple user/group names (Vince)
...
...
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