Bruce Momjian
e53c56d34a
Add:
...
> * Allow external interfaces to extend the GUC variable set
2004-02-20 18:45:35 +00:00
Bruce Momjian
2e3d5f1160
Update:
...
< * Add GUC variable to prevent waiting on locks
> * Add NO WAIT option to various SQL commands
2004-02-18 21:42:22 +00:00
Bruce Momjian
0128c17c93
Done:
...
> * -Change CVS ID to PostgreSQL
2004-02-17 15:46:44 +00:00
Bruce Momjian
e170701712
Add:
...
> o Allow the schema of objects to be changed
2004-02-17 15:37:48 +00:00
Bruce Momjian
72509752df
Fix typo:
...
< * Allow cross-db queries with transaction sematics
> * Allow cross-db queries with transaction semantics
2004-02-13 04:47:13 +00:00
Bruce Momjian
1e376bfb5e
Add:
...
> * Use nested transactions to prevent syntax errors from aborting a transaction
2004-02-13 04:36:02 +00:00
Bruce Momjian
65010e34e0
Add:
...
> * Allow temporary views on non-temporary tables
2004-02-13 02:30:53 +00:00
Bruce Momjian
d27471fe0a
Add from Joe Conway:
...
> o Modify array literal representation to handle array index lower bound
> of other than one
>
183d185
<
2004-02-12 23:27:52 +00:00
Bruce Momjian
4a1c29f87e
Improve \? wording, remove 'internal'.
2004-02-12 19:58:16 +00:00
Bruce Momjian
5de02e283f
Done:
...
<
<
< Reporting
< =========
<
< * Show location of syntax error in query [yacc]
2004-02-12 18:11:16 +00:00
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
2004-02-12 18:09:43 +00:00
Bruce Momjian
b8369db5fc
Mostly done:
...
< * Allow better handling of numeric constants, type conversion [typeconv]
2004-02-12 18:05:51 +00:00
Bruce Momjian
f66f437fac
File not needed:
...
< * Add replication of distributed databases [replication]
> * Add replication of distributed databases
2004-02-12 18:01:20 +00:00
Bruce Momjian
b23d694544
Remove:
...
< o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
2004-02-12 17:59:50 +00:00
Bruce Momjian
db55d7a212
Merge files:
...
< * Allow persistent backends [persistent]
> * Allow persistent backends [pool]
397c397
< connection pooling
> connection pooling [pool]
2004-02-12 17:51:03 +00:00
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
2004-02-12 17:38:50 +00:00
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
2004-02-12 17:32:38 +00:00
Bruce Momjian
ebf4bb7f2e
Not needed:
...
< * Add MATCH PARTIAL referential integrity [foreign]
> * Add MATCH PARTIAL referential integrity
2004-02-12 17:31:09 +00:00
Bruce Momjian
fbfc9dc20b
Add, dblink doesn't do this:
...
> * Allow cross-db queries with transaction sematics
2004-02-12 17:22:39 +00:00
Bruce Momjian
329207e817
Done, mostly by dblink, I think:
...
< * Allow queries across multiple databases [crossdb]
2004-02-12 17:21:41 +00:00
Bruce Momjian
43d37a81dd
Add:
...
<
> * Allow substring/replace() to get/set bit values
2004-02-12 16:05:15 +00:00
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]
2004-02-12 14:41:13 +00:00
Bruce Momjian
3b6bf0c07d
Add:
...
> o Disallow dropping of an inherited constraint
2004-02-11 22:04:35 +00:00
Bruce Momjian
ac4ad7bf2c
Does not apply anymore:
...
< * Make blind writes go through the file descriptor cache
2004-02-11 17:04:04 +00:00
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
2004-02-08 01:17:09 +00:00
Bruce Momjian
39d715bee6
Add:
...
> * Make pg_restore continue after errors, so it acts more like pg_dump scripts
2004-02-03 16:53:56 +00:00
Bruce Momjian
777babeced
Add:
...
<
> * Allow libpq to return information about prepared queries
2004-01-30 11:11:07 +00:00
Bruce Momjian
af29187f2e
Add Name:
...
> * -Add checks for fclose() failure (Tom)
2004-01-26 22:38:42 +00:00
Bruce Momjian
ee96c82cc2
Done:
...
> * -Add checks for fclose() failure (Tom)
2004-01-26 22:38:10 +00:00
Bruce Momjian
7a14a72e08
Added:
...
> * Dump large object comments in custom dump format
2004-01-26 18:32:08 +00:00
Bruce Momjian
ccf3a0440a
Add Joe to TODO:
...
> * Joe is Joe Conway <mail@joeconway.com>
2004-01-25 04:50:16 +00:00
Bruce Momjian
81c554bbe8
Add:
...
> * Improve CREATE SCHEMA regression test
2004-01-23 15:13:30 +00:00
Bruce Momjian
d84db7d56d
Add:
...
> * Allow column-level privileges
2004-01-23 05:05:34 +00:00
Bruce Momjian
cff58dd54e
Done:
...
> * -Have psql '\i ~/<tab><tab>' actually load files it displays from home dir
2004-01-09 21:12:55 +00:00
Bruce Momjian
7f5e12a84c
Not done, per Tom:
...
> o Allow parameters to be specified by name and type during definition
2004-01-07 17:54:19 +00:00
Bruce Momjian
a95df8f2bf
Completed, I am pretty sure:
...
> o -Allow parameters to be specified by name and type during definition
2004-01-07 04:32:56 +00:00
Bruce Momjian
bf2a591ffc
Done:
...
> * -Have psql \dn show only visible temp schemas using current_schemas()
2004-01-06 20:01:13 +00:00
Bruce Momjian
86d34e4123
Clarification:
...
< * Have psql \dn show only visible schemas using current_schemas()
> * Have psql \dn show only visible temp schemas using current_schemas()
2003-12-22 16:30:27 +00:00
Bruce Momjian
3bc199cd6c
Add mention of non-standard extension:
...
< o Make SET CONNECTION thread-aware
> o Make SET CONNECTION thread-aware, non-standard?
2003-12-16 01:35:40 +00:00
Bruce Momjian
028c41e29b
Add for ecpg:
...
> o Make SET CONNECTION thread-aware
2003-12-16 01:08:40 +00:00
Bruce Momjian
664be84a63
Update TODO.detail syntax:
...
< * Add free-behind capability for large sequential scans (fadvise)
> * Add free-behind capability for large sequential scans [fadvise]
2003-12-13 20:02:01 +00:00
Bruce Momjian
de097903ad
Done:
...
< * COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ]
> * -COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ]
263c263
< * Allow pg_dump to dump CREATE CONVERSION (Christopher)
> * -Allow pg_dump to dump CREATE CONVERSION (Christopher)
2003-12-08 13:04:14 +00:00
Bruce Momjian
f8495a6b63
Done:
...
> * -Use dependency information to dump data in proper order
2003-12-07 00:54:05 +00:00
Bruce Momjian
9be15f4d52
Update for patches applied:
...
< * Change factorial to return a numeric
> * -Change factorial to return a numeric (Gavin)
258c258
< * Allow psql \du to show groups, and add \dg for groups
> * -Allow psql \du to show groups, and add \dg for groups
2003-12-01 22:22:44 +00:00
Bruce Momjian
744ea255b0
Add:
...
> * Have pg_ctl look at PGHOST in case it is a socket directory
2003-11-30 05:29:26 +00:00
Bruce Momjian
035fbb6491
Add:
...
> * Make LENGTH() of CHAR() not count trailing spaces
>
2003-11-30 04:44:38 +00:00
Bruce Momjian
9d4e426626
Update wording:
...
< * Allow clients to query WITH HOLD cursors and prepared statements
> * Allow clients to query a list of WITH HOLD cursors and prepared statements
2003-11-30 04:07:04 +00:00
Bruce Momjian
73a51c3993
Updates:
...
< manuals (Rory)
> manuals
496c496
< * Jan is Jan Wieck <JanWieck@Yahoo.com> of PeerDirect Corp.
> * Jan is Jan Wieck <JanWieck@Yahoo.com> of Afilias, Inc.
2003-11-30 03:41:10 +00:00
PostgreSQL Daemon
55b113257c
make sure the $Id tags are converted to $PostgreSQL as well ...
2003-11-29 22:41:33 +00:00
Bruce Momjian
5b2cbc88bc
Mark item as done, update description for 7.5:
...
< A dash (-) marks changes that will appear in the upcoming 7.4 release.
> A dash (-) marks changes that will appear in the upcoming 7.5 release.
437c437
< * Use background process to write dirty shared buffers to disk
> * -Use background process to write dirty shared buffers to disk
2003-11-19 17:35:40 +00:00