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
235d5fa6
Commit
235d5fa6
authored
22 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Add:
> o Have ALTER TABLE rename SERIAL sequences
parent
4b6c198a
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
+12
-11
12 additions, 11 deletions
doc/TODO
with
12 additions
and
11 deletions
doc/TODO
+
12
−
11
View file @
235d5fa6
TODO list for PostgreSQL
TODO list for PostgreSQL
========================
========================
Last updated:
Tue Feb 18 20:30
:2
7
EST 2003
Last updated:
Wed Mar 5 21:29
:2
8
EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -16,14 +16,14 @@ Urgent
...
@@ -16,14 +16,14 @@ Urgent
======
======
* Add replication of distributed databases [replication]
* Add replication of distributed databases [replication]
o
a
utomatic failover
o
A
utomatic failover
o
l
oad balancing
o
L
oad balancing
o
m
aster/slave replication
o
M
aster/slave replication
o
m
ulti-master replication
o
M
ulti-master replication
o
p
artition data across servers
o
P
artition data across servers
o
s
ample implementation in contrib/rserv
o
S
ample implementation in contrib/rserv
o
q
ueries across databases or servers (two-phase commit)
o
Q
ueries across databases or servers (two-phase commit)
o
a
llow replication over unreliable or non-persistent links
o
A
llow replication over unreliable or non-persistent links
o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
* Point-in-time data recovery using backup and write-ahead log
* Point-in-time data recovery using backup and write-ahead log
* Create native Win32 port [win32]
* Create native Win32 port [win32]
...
@@ -179,7 +179,8 @@ Commands
...
@@ -179,7 +179,8 @@ Commands
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
of the item above
of the item above
o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
* Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
o Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
o Have ALTER TABLE rename SERIAL sequences
* CLUSTER
* CLUSTER
o Automatically maintain clustering on a table
o Automatically maintain clustering on a table
...
@@ -271,7 +272,7 @@ Clients
...
@@ -271,7 +272,7 @@ Clients
o fix handling of DB attributes that are arrays
o fix handling of DB attributes that are arrays
* Python
* Python
o Allow users to register their own types with
_
pg
o Allow users to register their own types with pg
_
o Allow SELECT to return a dictionary of dictionaries
o Allow SELECT to return a dictionary of dictionaries
o Allow COPY BINARY FROM
o Allow COPY BINARY FROM
...
...
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