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
Bruce Momjian
b3fbb4b801
Not needed:
...
< * Delay fsync() when other backends are about to commit too [fsync]
> * Delay fsync() when other backends are about to commit too
22 years ago
Bruce Momjian
ebf4bb7f2e
Not needed:
...
< * Add MATCH PARTIAL referential integrity [foreign]
> * Add MATCH PARTIAL referential integrity
22 years ago
Bruce Momjian
fbfc9dc20b
Add, dblink doesn't do this:
...
> * Allow cross-db queries with transaction sematics
22 years ago
Bruce Momjian
329207e817
Done, mostly by dblink, I think:
...
< * Allow queries across multiple databases [crossdb]
22 years ago
Bruce Momjian
43d37a81dd
Add:
...
<
> * Allow substring/replace() to get/set bit values
22 years ago
Bruce Momjian
76f02b51b6
Remove URL for specific pljava implementation:
...
< o Allow Java server-side programming, http://pljava.sourceforge.net
< [java]
> o Allow Java server-side programming [java]
22 years ago
Bruce Momjian
3b6bf0c07d
Add:
...
> o Disallow dropping of an inherited constraint
22 years ago
Bruce Momjian
ac4ad7bf2c
Does not apply anymore:
...
< * Make blind writes go through the file descriptor cache
22 years ago
Bruce Momjian
9f361350d7
Add PITR web page:
...
< * Point-in-time data recovery using backup and write-ahead log
< * Create native Win32 port, http://momjian.postgresql.org/main/writings/pgsql/win32.html
> * Point-in-time data recovery using backup and write-ahead log,
> http://momjian.postgresql.org/main/writings/pgsql/project/pitr.html
> * Create native Win32 port, http://momjian.postgresql.org/main/writings/pgsql/project/win32.html
22 years ago
Bruce Momjian
39d715bee6
Add:
...
> * Make pg_restore continue after errors, so it acts more like pg_dump scripts
22 years ago