Bruce Momjian
dc20063e43
Remove 32-bit mention:
...
> * Add BSD-licensed qsort() for Solaris
24 years ago
Bruce Momjian
6005c50fa6
Update:
...
> * Add BSD-licensed qsort() for 32-bit Solaris
24 years ago
Bruce Momjian
3cde085158
Add
...
> * Add getpid() function to backend
24 years ago
Bruce Momjian
c961474c96
Mark as done:
...
> o -Disallow missing columns in INSERT ... VALUES, per ANSI
24 years ago
Bruce Momjian
e90dbd27b1
Updated:
...
> o Abort all SET changes made in an aborted transaction
24 years ago
Bruce Momjian
be004a0c09
Added:
...
> * Allow backslash handling in quoted strings to be disabled for portability
24 years ago
Bruce Momjian
8cec968784
Improve display of headings in HTML.
24 years ago
Bruce Momjian
695a042532
Add item:
...
> * Improve ability to display optimizer analysis using OPTIMIZER_DEBUG
24 years ago
Bruce Momjian
c11d9353f1
Update as done:
...
> * -Use faster flex flags for performance improvement (Peter E)
24 years ago
Bruce Momjian
0666ac296b
Update for syslog and name Tom in trigger:
...
> * -Allow user to control trigger firing order (Tom)
> * -Compile in syslog functionaility by default (Tatsuo)
24 years ago
Bruce Momjian
44cd58e47e
Update:
...
> * -Allow user to control trigger firing order
> * Add ALTER TRIGGER ... RENAME
24 years ago
Bruce Momjian
4e08a625b0
Suggest another possible solution for funcs using temp tables:
...
< without using PL/PgSQL EXECUTE, needs cached plan invalidation
> without using PL/PgSQL EXECUTE, needs cache prevention/invalidation
24 years ago
Bruce Momjian
979be308d1
More neutral:
...
> o Abort all, some or, no SET changes made in an aborted transaction
24 years ago
Bruce Momjian
953287768e
Update:
...
> o Abort all or commit all SET changes made in an aborted transaction
24 years ago
Bruce Momjian
a44a0a4509
Update:
...
> o Allow Java server-side programming, http://pljava.sourceforge.net
> [java]
24 years ago
Bruce Momjian
cfa72faf96
Add user:
...
> * Rod is Rod Taylor <rbt@zort.ca>
24 years ago
Bruce Momjian
b09f67bca1
Update for Neil:
...
> * Cache most recent query plan(s) (Neil) [prepare]
> * Neil is Neil Conway <nconway@klamath.dyndns.org>
24 years ago
Bruce Momjian
bac714b72a
Update for Oleg:
...
> using a sequential scan for highest/lowest values (Oleg)
24 years ago
Bruce Momjian
54f91c9f8a
Update:
...
> o Abort SET changes made in aborted transactions (?)
24 years ago
Bruce Momjian
af03e2edc9
Updated:
...
> * Add BETWEEN ASYMMETRIC/SYMMETRIC (Christopher)
> * Christopher is Christopher Kings-Lynne <chriskl@familyhealth.com.au>
24 years ago
Bruce Momjian
389ca3500d
Add:
...
> * Add BSD-licensed qsort() for Solaris
24 years ago
Bruce Momjian
6abfa8c540
Add:
...
> o Allow SHOW to output as a query result, like EXPLAIN
24 years ago
Bruce Momjian
afd8067213
Add:
...
> * Try flex flags -Cf and -CF to see if performance improves
24 years ago
Bruce Momjian
ed20cdfc53
Add:
...
> * Add utility to compute accurate random_page_cost value
24 years ago
Bruce Momjian
d85a81cbc3
Add:
...
> * Allow easy display of usernames in a group
24 years ago
Bruce Momjian
c2f1e93aeb
Update as completed:
...
> * -Allow oid to act as a foreign key
24 years ago
Bruce Momjian
08479bcbca
Update;
...
> without using PL/PgSQL EXECUTE, needs cached plan invalidation
24 years ago
Bruce Momjian
673788c692
Add:
...
> * Change NUMERIC to enforce the maximum precision, and increase it
24 years ago
Bruce Momjian
6c19d67d5f
Add:
...
> * Change NUMERIC data type to use base 10,000 internally
24 years ago
Bruce Momjian
68747b4601
Update:
...
> o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
24 years ago
Bruce Momjian
6d0a070b73
Remove TODO.detail domain file:
...
< * -Add domain capability [domain] (Rod Taylor)
> * -Add domain capability (Rod Taylor)
24 years ago
Bruce Momjian
20f8aab215
Added:
...
> * Add Intimate Shared Memory(ISM) for Solaris
> * Add documentation to lock shared memory into RAM for each OS, if possible
24 years ago
Bruce Momjian
eb953c3200
Add:
...
> o Fix PL/pgSQL RENAME to work on on variable names
24 years ago
Bruce Momjian
1dd58c61f7
Add:
...
> * Abort SET changes made in aborted transactions
24 years ago
Bruce Momjian
00f4a7d3c3
Mark as done:
...
> o -Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...)
24 years ago
Bruce Momjian
c9d70e2608
Mark as done:
...
> * -Add new pg_proc cachable settings to specify whether function can be
24 years ago
Bruce Momjian
010d1af3ec
Duplicate removed:
...
< o Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
24 years ago
Bruce Momjian
947e954745
Mark as done:
...
* -Allow user/group names to be specified directly in pg_hba.conf (Bruce)
24 years ago
Bruce Momjian
64839d9425
Update for SET/DROP NOT NULL.
24 years ago
Bruce Momjian
b5030d33f3
Oops, not sure these are done.
...
> * Remove unreferenced table files and temp tables during database vacuum
> * Allow psql \d to show temporary table structure
24 years ago
Bruce Momjian
60dcf1c817
Fixed now, I think:
...
> * -Remove unreferenced table files and temp tables during database vacuum
> * -Allow psql \d to show temporary table structure
24 years ago
Bruce Momjian
fa99f94de7
Update for temp views:
...
< * Automatically make a view temporary if it uses a temporary table
> * Require view using temporary tables to be temporary views
24 years ago
Bruce Momjian
0441ce5e9f
Add:
...
> o Fix problems with complex temporary table creation/destruction
> without using PL/PgSQL EXECUTE
24 years ago
Bruce Momjian
918feb61d6
Add:
...
> * Automatically make a view temporary if it uses a temporary table
24 years ago
Bruce Momjian
bc2b786af0
Add
...
> * -Add domain capability [domain] (Rod Taylor)
24 years ago
Bruce Momjian
a9f268dcb3
Update and remove items:
...
< * Remove brackets as multi-statement rule grouping, must use parens (Bruce)
> * -Remove brackets as multi-statement rule grouping, must use parens (Bruce)
458d457
< * Remove USING clause from pg_get_indexdef() if index is btree (Bruce)
24 years ago
Bruce Momjian
405e0c9aac
Update TODO items that are completed.
24 years ago
Bruce Momjian
ee81126d1f
TODO item done:
...
* Change FIXED_CHAR_SEL to 0.20 from 0.04 to give better selectivity (Bruce)
24 years ago
Bruce Momjian
fd6b9f04a7
Mark as done:
...
> * -Change DEBUG startup tag to LOG (Bruce)
24 years ago
Bruce Momjian
3239793e0d
Add
...
> * Prevent aggregates from being used in rule WHERE clauses
24 years ago