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
b350b521
Commit
b350b521
authored
May 17, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update TODO list.
parent
2cc33200
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
doc/TODO
doc/TODO
+11
-11
No files found.
doc/TODO
View file @
b350b521
TODO list for PostgreSQL
TODO list for PostgreSQL
========================
========================
Last updated: Wed May 16 20:0
8:28
EDT 2001
Last updated: Wed May 16 20:0
9:52
EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -22,7 +22,7 @@ PARSER
...
@@ -22,7 +22,7 @@ PARSER
* ALTER TABLE ADD COLUMN does not honor DEFAULT or add CONSTRAINT
* ALTER TABLE ADD COLUMN does not honor DEFAULT or add CONSTRAINT
* UNIQUE INDEX on base column not honored on inserts from inherited table
* UNIQUE INDEX on base column not honored on inserts from inherited table
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
[inheritance]
[inheritance]
MISC
MISC
...
@@ -47,7 +47,7 @@ URGENT
...
@@ -47,7 +47,7 @@ URGENT
ADMIN
ADMIN
* More access control over who can (Karel)
* More access control over who can (Karel)
* Improve control over user privileges, including table creation and
* Improve control over user privileges, including table creation and
lock use [privileges]
lock use [privileges]
* Permission to DELETE table also allows UPDATE
* Permission to DELETE table also allows UPDATE
* Allow elog() to return error codes, module name, file name, line
* Allow elog() to return error codes, module name, file name, line
...
@@ -133,10 +133,10 @@ SYSTEM TABLES
...
@@ -133,10 +133,10 @@ SYSTEM TABLES
COMMANDS
COMMANDS
* ALTER
* ALTER
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place
[inheritance]
[inheritance]
* Add ALTER TABLE DROP COLUMN feature [drop]
* Add ALTER TABLE DROP COLUMN feature [drop]
* Add ALTER FUNCTION
* Add ALTER FUNCTION
* Add ALTER TABLE DROP CONSTRAINT
* Add ALTER TABLE DROP CONSTRAINT
* CLUSTER
* CLUSTER
* cluster all tables at once
* cluster all tables at once
...
@@ -160,7 +160,7 @@ COMMANDS
...
@@ -160,7 +160,7 @@ COMMANDS
* Disallow missing columns in INSERT ... VALUES, per ANSI
* Disallow missing columns in INSERT ... VALUES, per ANSI
* Allow INSERT/UPDATE ... RETURNING new.col or old.col (Philip)
* Allow INSERT/UPDATE ... RETURNING new.col or old.col (Philip)
* Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
* Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
* Auto-destroy sequence on DROP of table with SERIAL, perhaps with a separate
* Auto-destroy sequence on DROP of table with SERIAL, perhaps with a separate
SERIAL type
SERIAL type
* 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
* Allow RULE recompilation
...
@@ -199,7 +199,7 @@ REFERENTIAL INTEGRITY
...
@@ -199,7 +199,7 @@ REFERENTIAL INTEGRITY
* Allow oid to act as a foreign key
* Allow oid to act as a foreign key
* Implement dirty reads and use them in RI triggers
* Implement dirty reads and use them in RI triggers
* Enforce referential integrity for system tables
* Enforce referential integrity for system tables
* INSERT & UPDATE/DELETE in transaction of primary key fails with
* INSERT & UPDATE/DELETE in transaction of primary key fails with
deferredTriggerGetPreviousEvent or "change violation" [foreign]
deferredTriggerGetPreviousEvent or "change violation" [foreign]
* Make constraints clearer in dump file
* Make constraints clearer in dump file
* Change foreign key constraint for array -> element to mean element
* Change foreign key constraint for array -> element to mean element
...
@@ -221,7 +221,7 @@ EXOTIC FEATURES
...
@@ -221,7 +221,7 @@ EXOTIC FEATURES
* Allow SQL92 schemas (Tom)
* Allow SQL92 schemas (Tom)
* Allow queries across multiple databases
* Allow queries across multiple databases
* Add pre-parsing phase that converts non-ANSI features to supported features
* Add pre-parsing phase that converts non-ANSI features to supported features
* SQL*Net listener that makes PostgreSQL appear as an Oracle database
* SQL*Net listener that makes PostgreSQL appear as an Oracle database
to clients
to clients
MISCELLANEOUS
MISCELLANEOUS
...
@@ -318,7 +318,7 @@ Developers who have claimed items are:
...
@@ -318,7 +318,7 @@ Developers who have claimed items are:
* Hiroshi is Hiroshi Inoue <Inoue@tpf.co.jp>
* Hiroshi is Hiroshi Inoue <Inoue@tpf.co.jp>
* Karel is Karel Zak <zakkr@zf.jcu.cz>
* Karel is Karel Zak <zakkr@zf.jcu.cz>
* Jan is Jan Wieck <wieck@sapserv.debis.de>
* Jan is Jan Wieck <wieck@sapserv.debis.de>
* Marc is Marc Fournier <scrappy@hub.org>
* Marc is Marc Fournier <scrappy@hub.org>
* Mark is Mark Hollomon <mhh@mindspring.com>
* Mark is Mark Hollomon <mhh@mindspring.com>
* Michael is Michael Meskes <meskes@postgresql.org>
* Michael is Michael Meskes <meskes@postgresql.org>
* Oleg is Oleg Bartunov <oleg@sai.msu.su>
* Oleg is Oleg Bartunov <oleg@sai.msu.su>
...
@@ -327,9 +327,9 @@ Developers who have claimed items are:
...
@@ -327,9 +327,9 @@ Developers who have claimed items are:
* Philip is Philip Warner <pjw@rhyme.com.au>
* Philip is Philip Warner <pjw@rhyme.com.au>
* Ross is Ross J. Reedstrom <reedstrm@wallace.ece.rice.edu>
* Ross is Ross J. Reedstrom <reedstrm@wallace.ece.rice.edu>
* Ryan is Ryan Bradetich <rbrad@hpb50023.boi.hp.com>
* Ryan is Ryan Bradetich <rbrad@hpb50023.boi.hp.com>
* Stephan is Stephan Szabo <sszabo@megazone23.bigpanda.com>
* Stephan is Stephan Szabo <sszabo@megazone23.bigpanda.com>
* Tatsuo is Tatsuo Ishii <t-ishii@sra.co.jp>
* Tatsuo is Tatsuo Ishii <t-ishii@sra.co.jp>
* Thomas is Thomas Lockhart <lockhart@alumni.caltech.edu>
* Thomas is Thomas Lockhart <lockhart@alumni.caltech.edu>
* Tom is Tom Lane <tgl@sss.pgh.pa.us>
* Tom is Tom Lane <tgl@sss.pgh.pa.us>
* TomH is Tom I Helbekkmo <tih@Hamartun.Priv.NO>
* TomH is Tom I Helbekkmo <tih@Hamartun.Priv.NO>
* Vadim is Vadim B. Mikheev <vadim4o@email.com>
* Vadim is Vadim B. Mikheev <vadim4o@email.com>
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