Bruce Momjian
9c54c5f468
Update TODO in 7.3 branch
2002-11-26 22:06:26 +00:00
Bruce Momjian
cab72f57d5
Update TODO/FAQ for 7.3 release.
2002-11-16 02:34:22 +00:00
Bruce Momjian
82ddb66464
Add:
...
> * Acquire lock on a relation before building a relcache entry for it
2002-11-02 05:42:01 +00:00
Bruce Momjian
91a6bb0497
Update:
...
> o MOVE 0 should not move to end of cursor (Bruce)
2002-11-02 02:44:16 +00:00
Bruce Momjian
76aada9e9d
Add:
...
> * Support statement-level triggers and triggers on columns (Neil)
2002-11-02 02:43:03 +00:00
Bruce Momjian
66a03b064e
Add:
...
> * Allow psql to do table completion for SELECT * FROM schema_part and
> table completion for SELECT * FROM schema_name.
2002-11-02 00:15:38 +00:00
Bruce Momjian
fb4639f911
Add:
...
> * Have standalone backend read postgresql.conf
2002-11-01 22:53:05 +00:00
Bruce Momjian
8e9accca45
Reword:
...
< * Improve concurrency in GIST
> * Add concurrency to GIST
2002-10-29 03:22:43 +00:00
Bruce Momjian
8e2492a194
Done:
...
> * -Prevent aggregates from being used in rule WHERE clauses
2002-10-29 02:50:11 +00:00
Bruce Momjian
c215902214
Update from Neil Conway:
...
< * Add floor(float8) and other missing functions
> * -Add floor(float8) and other missing functions
174c174
< * Improve concurrency of hash indexes (Neil Conway)
> * Improve concurrency of hash indexes (Neil)
277c277
< o Allow array declarations and other data types in PL/PgSQl DECLARE
> o Allow array declarations and other data types in PL/PgSQL DECLARE
293c293
< * -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil Conway)
> * -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil)
474c474
< * Precompile SQL functions to avoid overhead (Neil Conway)
> * Precompile SQL functions to avoid overhead (Neil)
549c549
< * Neil is Neil Conway <nconway@klamath.dyndns.org>
> * Neil is Neil Conway <neilc@samurai.com>
2002-10-28 20:05:18 +00:00
Bruce Momjian
ed7be7292e
Add:
...
> * Allow limits on per-db/user connections
2002-10-25 19:03:04 +00:00
Bruce Momjian
f724c164d3
Add:
...
> * Allow pg_dump to dump a specific schema
2002-10-21 20:35:07 +00:00
Bruce Momjian
24af7929ce
Done:
...
> * -Move /contrib/retep to gborg.postgresql.org
2002-10-21 00:36:24 +00:00
Bruce Momjian
e9f07b14e1
Add:
...
> * Make a transaction-safe TRUNCATE
2002-10-20 02:51:21 +00:00
Bruce Momjian
55c6f06991
Add:
...
> o Add GUC parameter to control the maximum number of rewrite cycles
2002-10-20 02:30:04 +00:00
Bruce Momjian
a3cb8746d9
Add:
...
> * Move /contrib/retep to gborg.postgresql.org
2002-10-19 02:31:10 +00:00
Bruce Momjian
f789bd3de2
Add:
...
> o Allow copy to understand \x as hex
2002-10-17 03:58:22 +00:00
Bruce Momjian
8a96c50ec9
Remove:
...
< * Rename oid2name to relfilenode2name and install by default
< * Move /contrib/oid2name to /bin, rename to relfilenode2name
2002-10-15 21:34:10 +00:00
Bruce Momjian
7426d4d937
Add:
...
> * Move /contrib/oid2name to /bin, rename to relfilenode2name
2002-10-15 18:54:56 +00:00
Bruce Momjian
ba0edcf451
None.
2002-10-14 22:43:45 +00:00
Bruce Momjian
3877847e88
Add:
...
> * Rename oid2name to relfilenode2name and install by default
2002-10-12 19:03:41 +00:00
Bruce Momjian
bb63dacee3
Added:
...
> o Allow psql \copy to specify column names
2002-10-12 17:01:19 +00:00
Bruce Momjian
c2311337f0
Update:
...
> * -Add pg_backend_pid() function to backend
2002-10-11 03:32:45 +00:00
Bruce Momjian
eb949720ad
Add:
...
> o Allow SHOW of non-modifiable variables, like pg_controldata
2002-10-09 02:04:03 +00:00
Bruce Momjian
a32df55730
Add:
...
> * Add now("transaction|statement|clock") functionality
2002-10-05 19:04:00 +00:00
Bruce Momjian
82df2dd732
Update:
...
> * Allow sorting, temp files, temp tables to use multiple work directories
2002-10-05 04:00:26 +00:00
Bruce Momjian
04c57d68ce
Update wording for temp files:
...
> * Allow sorting/temp files to use multiple work directories
2002-10-04 19:06:07 +00:00
Bruce Momjian
54670bd504
Add:
...
> * Allow sorting to use multiple work directories
2002-10-04 17:26:56 +00:00
Bruce Momjian
53c5edace8
Add:
...
> * Add floor(float8) and other missing functions
2002-10-04 02:28:42 +00:00
Bruce Momjian
2609ccc34b
Add:
...
< * Provide automatic running of vacuum in the background (Tom)
> * Provide automatic running of vacuum in the background (Tom) [vacuum]
2002-10-03 19:32:43 +00:00
Bruce Momjian
fb0b0a25dc
Add:
...
> * Check GUC geqo_threshold to see if it is still accurate
2002-10-03 19:20:25 +00:00
Bruce Momjian
50869ef839
Add:
...
> * Add schema, cast, and conversion backslash commands to psql
2002-10-03 16:39:02 +00:00
Bruce Momjian
245b3d7d5c
Add:
...
> * Add start time to pg_stat_activity
2002-09-23 14:52:28 +00:00
Bruce Momjian
2816141978
Nothing.
2002-09-23 01:39:05 +00:00
Bruce Momjian
0adb4169ca
Done:
...
> * -to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') doesn't (Karel)
2002-09-20 03:57:57 +00:00
Bruce Momjian
f1eac87eda
Add:
...
> o Allow EXPLAIN EXECUTE to see prepared plans
2002-09-18 04:22:51 +00:00
Bruce Momjian
1c4478a5ba
Add:
...
> * Allow pg_xlog to be moved without symlinks
2002-09-17 22:23:02 +00:00
Bruce Momjian
e04069fbae
No change.
2002-09-12 00:20:04 +00:00
Bruce Momjian
86e8a43f9b
Done as far as possible:
...
< * Add documentation to lock shared memory into RAM for each OS, if possible
2002-09-07 18:37:15 +00:00
Bruce Momjian
c813d03ff9
Update for new IP.
2002-09-06 18:46:23 +00:00
Bruce Momjian
f4aecac468
Update:
...
> * -Add ~/.pgpass to store passwords with user/host/password combinations
2002-09-05 22:03:02 +00:00
Bruce Momjian
51be3caca7
Remove:
...
< * Make pg_trigger.tgargs refer to columns by number, not name
2002-09-05 16:40:18 +00:00
Bruce Momjian
2096f20a92
Update:
...
> * Make pg_trigger.tgargs refer to columns by number, not name
2002-09-05 05:11:11 +00:00
Bruce Momjian
465cd5e8f6
Done:
...
> * -Make triggers refer to columns by number, not name
2002-09-05 04:58:28 +00:00
Bruce Momjian
a1da766b5e
Add:
...
> * Remove Cyrillic recode support
2002-09-04 22:09:47 +00:00
Bruce Momjian
99a115ebc3
Done:
...
> o -Add SHOW command to see locale
2002-09-04 21:07:41 +00:00
Bruce Momjian
5e83ea2647
Add:
...
> o -Add SHOW command to see locale
2002-09-04 21:05:40 +00:00
Bruce Momjian
f1ee2e69e6
Add:
...
> * Gavin Sherry <swm@linuxworld.com.au>
2002-09-03 23:39:04 +00:00
Bruce Momjian
1e1e3c3593
Add:
...
> * to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') does not
2002-09-03 17:09:49 +00:00
Bruce Momjian
af8a099893
Change ownership:
...
< o -ALTER TABLE ADD PRIMARY KEY (Christopher)
< o -ALTER TABLE ADD UNIQUE (Christopher)
> o -ALTER TABLE ADD PRIMARY KEY (Tom)
> o -ALTER TABLE ADD UNIQUE (Tom)
2002-09-03 01:40:05 +00:00