Bruce Momjian
270c9aa34a
Add DELETE:
...
> * Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules, triggers?)
22 years ago
Bruce Momjian
f739deb50f
Add mention of rules/triggers:
...
> * Add MERGE command that does UPDATE, or on failure, INSERT (rules, triggers?)
22 years ago
Bruce Momjian
b071a40068
Add:
...
> * Add MERGE command that does UPDATE, or on failure, INSERT
22 years ago
Bruce Momjian
97c7cb0930
Uppercase keyword for ecpg.
22 years ago
Bruce Momjian
4d46274b33
Done:
...
> o -ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
22 years ago
Bruce Momjian
d8f6973df3
Update todo/faq timestamps
22 years ago
Bruce Momjian
a4ab5bae42
Done:
...
o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
o -ALTER TABLE ADD COLUMN column DEFAULT should fill existing
rows with DEFAULT value
o -Allow ALTER TABLE to modify column lengths and change to binary
compatible types
Remove:
o Allow columns to be reordered using ALTER ... POSITION i col1 [,col2];
have SELECT * and INSERT honor such ordering
22 years ago
Bruce Momjian
7ebd5dafd8
Assign item:
...
< o Add ALTER TABLE table SET WITHOUT CLUSTER
> o Add ALTER TABLE table SET WITHOUT CLUSTER (Christopher)
22 years ago
Bruce Momjian
846cd0f1c2
Update TODO item:
...
o Add ALTER TABLE table SET WITHOUT CLUSTER
22 years ago
Bruce Momjian
a3b0c90e24
Fix typo:
...
< columns and indexes with many duplicate keys
22 years ago
Bruce Momjian
2d1221bf89
Done:
...
< * Add NO WAIT option to various SQL commands
> * -Add NO WAIT LOCKs
22 years ago
Bruce Momjian
cfb8d57ba1
Add:
...
> * Allow AFTER triggers on system tables
22 years ago
Bruce Momjian
8b10da1056
Done:
...
> * -Exit postmaster if postgresql.conf can not be opened
22 years ago
Bruce Momjian
83ab1c0475
Done:
...
> o -Allow dump/load of CSV format
22 years ago
Bruce Momjian
7931a8fdd1
Fix typo:
...
< * -Allow psql \du to show groups, and add \dg for groups
> * -Allow psql \du to show users, and add \dg for groups
22 years ago
Bruce Momjian
18229e080c
Update name:
...
< * Alvaro Herrera <alvherre@dcc.uchile.cl>
> * Alvaro is Alvaro Herrera <alvherre@dcc.uchile.cl>
22 years ago
Bruce Momjian
76e953bd70
Update owners of items:
...
< * Add the concept of dataspaces/tablespaces [tablespaces]
> * Add the concept of dataspaces/tablespaces [tablespaces] (Gavin)
167c167
< * Allow savepoints / nested transactions [transactions] (Bruce)
> * Allow savepoints / nested transactions [transactions] (Alvaro)
240c240
< o Allow Java server-side programming [java]
> o Allow Java server-side programming [java] (Dave)
496a497
> * Alvaro Herrera <alvherre@dcc.uchile.cl>
22 years ago
Bruce Momjian
d17c92b24f
Update:
...
< * Allow LOCALE on a per-column basis, default to ASCII
> * Allow locale to be set at database creation
> * Allow locale on a per-column basis, default to ASCII
> * Optimize locale to have minimal performance impact when not used (Peter E)
105d106
< * Optimize locale to have minimal performance impact when not used (Peter E)
111d111
< * Allow locale to be set at database creation
22 years ago
Bruce Momjian
75688a27d2
Add:
...
> * Allow locale to be set at database creation
22 years ago
Bruce Momjian
f1d0269861
Done:
...
> * -Allow logging of only data definition(DDL), or DDL and modification statements
Add:
> * Add a session mode to warn about non-standard SQL usage
22 years ago
Bruce Momjian
b5db560c7a
Add:
...
* Move psql backslash database information into the backend, use
nmumonic commands? [psql]
22 years ago
Bruce Momjian
07ff3afa2a
Remove:
...
* Prevent unneeded quoting in psql \d output using fmtId()
22 years ago
Bruce Momjian
cf9c2be7e8
Add:
...
> * Add GUC variable to allow output of interval values in ISO8601 format
22 years ago
Bruce Momjian
a09b9a36d3
Add:
...
* Have pg_dump use multi-statement transactions for INSERT dumps
22 years ago
Bruce Momjian
3700335baf
Done:
...
> * -Order duplicate index entries on creation by tid for faster heap lookups
22 years ago
Bruce Momjian
8c702ea7ac
Modify:
...
< * Order duplicate index entries by tid for faster heap lookups
> * Order duplicate index entries on creation by tid for faster heap lookups
22 years ago
Bruce Momjian
2c7e473434
Add:
...
> * Allow pg_dumpall to use non-text output formats
>
22 years ago
Bruce Momjian
10afaf472a
Mention Linux syslog will sync lines to disk, and describe how to
...
disable it.
22 years ago
Bruce Momjian
afaf252cee
Done:
...
> * -Issue NOTICE if foreign key data requires costly test to match primary key
22 years ago
Bruce Momjian
96ef6682e3
Done:
...
> * -Allow log lines to include session-level information, like database and user
22 years ago
Michael Meskes
9e5a091f02
Added multidimensional arrays as todo for ecpg.
22 years ago
Bruce Momjian
6008fca4d9
Remove Jan:
...
< o Add PL/PHP (Joe, Jan)
> o Add PL/PHP (Joe)
22 years ago
Bruce Momjian
58c69eab00
Add:
...
> o Add way to remove cluster specification on a table
22 years ago
Bruce Momjian
0d02533943
Add:
...
> * Have psql show more information about sequences
22 years ago
Bruce Momjian
e53c56d34a
Add:
...
> * Allow external interfaces to extend the GUC variable set
22 years ago
Bruce Momjian
2e3d5f1160
Update:
...
< * Add GUC variable to prevent waiting on locks
> * Add NO WAIT option to various SQL commands
22 years ago
Bruce Momjian
0128c17c93
Done:
...
> * -Change CVS ID to PostgreSQL
22 years ago
Bruce Momjian
e170701712
Add:
...
> o Allow the schema of objects to be changed
22 years ago
Bruce Momjian
72509752df
Fix typo:
...
< * Allow cross-db queries with transaction sematics
> * Allow cross-db queries with transaction semantics
22 years ago
Bruce Momjian
1e376bfb5e
Add:
...
> * Use nested transactions to prevent syntax errors from aborting a transaction
22 years ago
Bruce Momjian
65010e34e0
Add:
...
> * Allow temporary views on non-temporary tables
22 years ago
Bruce Momjian
d27471fe0a
Add from Joe Conway:
...
> o Modify array literal representation to handle array index lower bound
> of other than one
>
183d185
<
22 years ago
Bruce Momjian
4a1c29f87e
Improve \? wording, remove 'internal'.
22 years ago
Bruce Momjian
5de02e283f
Done:
...
<
<
< Reporting
< =========
<
< * Show location of syntax error in query [yacc]
22 years ago
Bruce Momjian
b3efb9f037
File not needed:
...
.< * Improve speed with indexes (perhaps recreate index instead) [vacuum]
> * Improve speed with indexes (perhaps recreate index instead)
369c369
< lock and truncate table [vacuum]
> lock and truncate table
371c371
< rather than in /contrib [vacuum]
> rather than in /contrib
22 years ago
Bruce Momjian
b8369db5fc
Mostly done:
...
< * Allow better handling of numeric constants, type conversion [typeconv]
22 years ago
Bruce Momjian
f66f437fac
File not needed:
...
< * Add replication of distributed databases [replication]
> * Add replication of distributed databases
22 years ago
Bruce Momjian
b23d694544
Remove:
...
< o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
22 years ago
Bruce Momjian
db55d7a212
Merge files:
...
< * Allow persistent backends [persistent]
> * Allow persistent backends [pool]
397c397
< connection pooling
> connection pooling [pool]
22 years ago
Bruce Momjian
b4c0b196fb
Not needed:
...
< float4, numeric/decimal too [optimizer]
> float4, numeric/decimal too
422c422
< * Missing optimizer selectivities for date, r-tree, etc. [optimizer]
> * Missing optimizer selectivities for date, r-tree, etc
22 years ago