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
Bruce Momjian
e8b83190a1
Updated from Tom:
...
< o -ALTER TABLE ALTER COLUMN SET/DROP NOT NULL (Christopher Kings-Lynne)
< o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence
> o -ALTER TABLE ALTER COLUMN SET/DROP NOT NULL (Christopher)
200a200,201
> o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
> of the item above
232c233
< o -Disallow missing columns in INSERT ... VALUES, per ANSI
> o -Disallow missing columns in INSERT ... (col) VALUES, per ANSI
335,336d335
< * Have SERIAL generate non-colliding sequence names when we have
< auto-destruction
2002-09-02 16:21:30 +00:00
Bruce Momjian
12e5b8dbcb
Updates from Tom:
...
< * Allow logging of query durations
> * -Allow logging of query durations
51,52d50
< * Make single-user local access permissions the default by limiting
< permissions on the socket file (Peter E)
72,73c70,71
< * Reserve last few process slots for super-user if max_connections reached
< * Add GUC parameter to print queries that generate errors
> * -Reserve last few process slots for super-user if max_connections reached
> * -Add GUC parameter to print queries that generate errors
82,83c80,81
< * Declare typein/out functions in pg_proc with a special "C string" data type
< * Functions returning sets do not totally work
> * -Declare typein/out functions in pg_proc with a special "C string" data type
> * -Functions returning sets do not totally work
90c88
< * Allow bytea to handle LIKE with non-TEXT patterns
> * -Allow bytea to handle LIKE with non-TEXT patterns
94c92
< o Store binary-compatible type information in the system
> o -Store binary-compatible type information in the system
97d94
< o -SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes
102c99
< o Ensure we have array-eq operators for every built-in array type
> o -Ensure we have array-eq operators for every built-in array type
119d115
< * Allow setting database character set without multibyte enabled
152d147
< * Have UPDATE/DELETE clean out indexes
198,199d192
< o ALTER TABLE ADD COLUMN to inherited table put column in wrong place
< [inheritance]
201d193
< o Add ALTER FUNCTION
203,204c195,196
< o -ALTER TABLE ADD PRIMARY KEY (Tom)
< o -ALTER TABLE ADD UNIQUE (Tom)
> o -ALTER TABLE ADD PRIMARY KEY (Christopher)
> o -ALTER TABLE ADD UNIQUE (Christopher)
248c240
< o -Remove SET KSQO option now that OR processing is improved (Tom)
> o -Remove SET KSQO option now that OR processing is improved (Bruce)
280c272
< * Have pg_dump use LEFT OUTER JOIN in multi-table SELECTs
> * -Have pg_dump use LEFT OUTER JOIN in multi-table SELECTs
287d278
< * Add config file check for $ODBCINI, $HOME/.odbc.ini, installpath/etc/odbc.ini
318,322d308
< * ODBC
< o ODBC 3.0 support
< o Unicode(UCS-2) support
< o Updatable cursors support
<
337c323
< * Fix foreign key constraints to not error on intermediate db states (Stephan)
> * -Fix foreign key constraints to not error on intermediate db states (Stephan)
352c338
< * Propagate column or table renaming to foreign key constraints
> * -Propagate column or table renaming to foreign key constraints
447c433
< * Remove wal_files postgresql.conf option because WAL files are now recycled
> * -Remove wal_files postgresql.conf option because WAL files are now recycled
460c446
< * Improve dynamic memory allocation by introducing tuple-context memory
> * -Improve dynamic memory allocation by introducing tuple-context memory
463c449
< * Nested FULL OUTER JOINs don't work (Tom)
> * -Nested FULL OUTER JOINs don't work (Tom)
2002-09-02 15:30:50 +00:00
Bruce Momjian
0ee105bb4c
Done:
...
> * -Add OR REPLACE clauses to non-FUNCTION object creation
> * -Allow autocommit so always in a transaction block
> * -Cache most recent query plan(s) (Neil) [prepare]
2002-09-02 06:44:22 +00:00
Bruce Momjian
f486f9241b
Removed because we don't use cs() anymore on AIX:
...
< * Evaluate AIX cs() spinlock macro for performance optimizations (Tatsuo)
2002-09-02 04:43:17 +00:00
Bruce Momjian
f4abdd8212
Add:
...
> o Add table function support to pltcl, plperl, plpython
2002-09-01 22:36:11 +00:00
Bruce Momjian
ee8fcc57f6
Done:
...
> o -SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes
2002-09-01 01:32:21 +00:00
Bruce Momjian
642fd38e42
*** empty log message ***
2002-08-31 01:36:33 +00:00
Bruce Momjian
4469f1aec7
Remove:
...
< * Remove PGPASSWORD because it is insecure on some OS's, in 7.4
2002-08-28 16:45:11 +00:00
Bruce Momjian
056dee3bad
Add:
...
> o Add SET SCHEMA
2002-08-27 21:16:13 +00:00
Bruce Momjian
dbf261f588
Add:
...
> * Allow free space map to be auto-sized or warn when it is too small
2002-08-27 16:19:46 +00:00
Bruce Momjian
78a693c430
Add:
...
> * Allow REINDEX to rebuild all indexes, remove /contrib/reindex
> o Allow CLUSTER to cluster all tables, remove clusterdb
2002-08-27 14:17:14 +00:00
Bruce Momjian
bc8f725a4a
Done:
...
> o -Cluster all tables at once using pg_index.indisclustered set during
2002-08-27 04:30:24 +00:00
Bruce Momjian
52b784a728
Add:
...
> partial page writes [wal]
2002-08-26 23:13:37 +00:00
Bruce Momjian
3109e33eb8
Add:
...
> * Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
2002-08-26 23:02:21 +00:00
Bruce Momjian
c6b67cac6b
Remove:
...
< o Add plsh server-side shell language (Peter E)
2002-08-26 22:02:20 +00:00
Bruce Momjian
9072329da8
*** empty log message ***
2002-08-26 22:01:50 +00:00
Bruce Momjian
80d5040fd7
Add:
...
> * Allow DELETE to handle table aliases for self-joins [delete]
2002-08-26 21:35:32 +00:00
Bruce Momjian
339982c850
Add:
...
> * Allow triggers to be disabled [trigger]
2002-08-26 20:02:45 +00:00
Bruce Momjian
50bbb3a11d
Add:
...
> * Return proper effected tuple count from complex commands [return]
2002-08-26 17:39:31 +00:00
Bruce Momjian
f5615ed45d
*** empty log message ***
2002-08-26 01:04:44 +00:00
Bruce Momjian
7e3f2449d8
Done:
...
> * -Disallow TRUNCATE on tables that are involved in referential constraints
2002-08-26 00:52:40 +00:00
Bruce Momjian
f82bab0952
Add:
...
> * Make error messages more consistent [error]
2002-08-25 20:30:30 +00:00
Bruce Momjian
cf4d885c67
Done:
...
> * -SELECT cash_out(2) crashes because of opaque
2002-08-24 11:24:58 +00:00
Bruce Momjian
77072f891b
Add space.k>
2002-08-23 03:10:44 +00:00
Bruce Momjian
ec2c71ad39
Add:
...
> * Allow xlog directory location to be specified during initdb, perhaps
> using symlinks
2002-08-23 03:10:15 +00:00
Bruce Momjian
3d801dbb1c
Add:
...
> * Add GUC parameter to print queries that generate errors
2002-08-23 02:46:39 +00:00
Bruce Momjian
dac22ee43c
Add:
...
> * Allow bytea to handle LIKE with non-TEXT patterns
2002-08-22 04:47:31 +00:00
Bruce Momjian
818a33e4d5
Cleanup.
2002-08-20 05:12:48 +00:00
Bruce Momjian
4ee4940584
Done by Rod:
...
> * -Make other constraints clearer in dump file
2002-08-20 02:16:38 +00:00
Bruce Momjian
7c02c86d0f
Add:
...
> * Use dependency information to dump data in proper order
2002-08-17 15:09:41 +00:00
Bruce Momjian
a8d27511c7
Done:
...
> o -Add command to display locks
2002-08-17 13:14:07 +00:00
Bruce Momjian
ab0f98518c
Add "few":
...
> * Reserve last few process slots for super-user if max_connections reached
2002-08-16 17:05:18 +00:00
Bruce Momjian
fa9d7c1c13
Add blank line.
2002-08-16 15:13:13 +00:00
Bruce Momjian
8c8a56ee2d
Add:
...
<
> * Reserve last process slot for super-user if max_connections reached
2002-08-16 15:12:43 +00:00
Bruce Momjian
83a0d895ca
Added:
...
<
> * Prevent mismatch of frontend/backend encodings from converting bytea
> data from being interpreted as encoded strings
512a514,515
> * Fix glibc's mktime() to handle pre-1970's dates
>
2002-08-16 04:45:44 +00:00
Bruce Momjian
2f7e3a2ffc
Added:
...
> * Allow configuration files to be specified in a different directory
2002-08-16 04:31:52 +00:00
Bruce Momjian
52f8c56a41
Done:
...
> o -Prevent loss of indexes, permissions, inheritance
2002-08-15 17:47:24 +00:00
Bruce Momjian
ea1954fc35
Done:
...
> * -Improve control over user privileges, including table creation
> * -Add PGPASSWORDFILE environment variable or ~/.pgpass to store
> o -Compile under jdk 1.4
2002-08-15 17:46:46 +00:00
Bruce Momjian
64a0649432
Update text:
...
< o Allow PL/PgSQL function parameters to be passed by name,
> o Allow function parameters to be passed by name,
2002-08-14 18:39:05 +00:00
Bruce Momjian
5b74309053
Update:
...
> o Cluster all tables at once using pg_index.indisclustered set during
> previous CLUSTER
2002-08-14 17:45:20 +00:00
Bruce Momjian
dec918479f
I guess I'd vote for changing the code to be
...
sys = malloc(strlen(editorName) + strlen(fname) + 10 + 1);
if (!sys)
return false;
sprintf(sys, "exec '%s' '%s'", editorName, fname);
(note the added quotes to provide a little protection against spaces
and such). Then it's perfectly obvious what the calculation is doing.
I don't care about wasting 20-some bytes, but confusing readers of the
code is worth avoiding.
regards, tom lane
2002-08-14 05:49:22 +00:00
Bruce Momjian
fcbc87c1ee
Add:
...
> o Add ALTER TABLE tab SET WITHOUT OIDS
2002-08-14 04:58:17 +00:00
Bruce Momjian
561e25ad71
Oops, not done:
...
> * Have views on temporary tables exist in the temporary namespace
2002-08-14 03:41:09 +00:00
Bruce Momjian
596ba5ecc4
Updated:
...
< * Allow temporary views
< * Require view using temporary tables to be temporary views
> * -Have views on temporary tables exist in the temporary namespace
2002-08-14 03:40:41 +00:00
Bruce Momjian
293ab5abf3
Fix spacing.
2002-08-14 02:51:13 +00:00
Bruce Momjian
9f19f3c836
Added:
...
<
> o Improve PL/PgSQL exception handling
> o Allow PL/PgSQL parameters to be specified by name and type during
> definition
> o Allow PL/PgSQL function parameters to be passed by name,
> get_employee_salary(emp_id => 12345, tax_year => 2001)
> o Add PL/PgSQL packages
> o Allow array declarations and other data types in PL/PgSQl DECLARE
> o Add PL/PgSQL PROCEDURES that can return multiple values
2002-08-14 02:49:42 +00:00
Bruce Momjian
e9a0de8b3f
Done:
...
> * -Increase identifier length (NAMEDATALEN) if small performance hit,
> * -Increase maximum number of function parameters if little wasted space
2002-08-14 02:24:47 +00:00
Bruce Momjian
b6d8df67d3
Update:
...
> * Use bitmaps to fetch heap pages in sequential order [performance]
> * Use bitmaps to combine existing indexes [performance]
2002-08-13 04:32:28 +00:00
Bruce Momjian
41e7328068
Done:
...
> o -Fix PL/PgSQL to handle quoted mixed-case identifiers
2002-08-08 23:50:38 +00:00
Bruce Momjian
54916d57b3
Add:
...
> * Allow INET subnet tests using non-constants
2002-08-08 23:20:11 +00:00
Bruce Momjian
79e77c6501
*** empty log message ***
2002-08-04 04:17:06 +00:00
Bruce Momjian
6be43c981e
*** empty log message ***
2002-08-04 04:16:47 +00:00
Bruce Momjian
7c63a0db29
No need for TODO.detail link anymore:
...
> o -Add ALTER TABLE DROP COLUMN feature
2002-08-02 20:03:23 +00:00
Bruce Momjian
543409a752
Done:
...
> o -Add ALTER TABLE DROP COLUMN feature [drop]
2002-08-02 20:02:56 +00:00
Bruce Momjian
8be3cfbbd5
Done:
...
> * -Remove LockMethodTable.prio field, not used (Bruce)
2002-07-31 03:13:16 +00:00
Bruce Momjian
b8efa8755c
Done:
...
> * -Add getpid() function to backend
2002-07-31 00:40:20 +00:00
Bruce Momjian
2c2c43d05f
Updated:
...
< o ALTER TABLE ADD COLUMN column SET DEFAULT should fill existing
> o ALTER TABLE ADD COLUMN column DEFAULT should fill existing
2002-07-30 19:47:09 +00:00
Bruce Momjian
b30ccbe32a
Clarification from Tom:
...
< o ALTER TABLE ALTER COLUMN column SET DEFAULT should fill existing
> o ALTER TABLE ADD COLUMN column SET DEFAULT should fill existing
2002-07-30 19:43:20 +00:00
Bruce Momjian
6c01708c46
Added for Neil Conway:
...
> * Use CHECK constraints to improve optimizer decisions
2002-07-30 19:34:05 +00:00
Bruce Momjian
620abeb271
Done:
...
> o -Generate failure on short COPY lines rather than pad NULLs
2002-07-30 16:56:15 +00:00
Bruce Momjian
5bf55525c3
Move item:
...
< * Allow logging of query durations
2002-07-30 03:12:37 +00:00
Bruce Momjian
b9459c6adb
Fix from Neil Conway:
...
< o ALTER TABLE ADD COLUMN column SET DEFAULT should fill existing
> o ALTER TABLE ALTER COLUMN column SET DEFAULT should fill existing
2002-07-29 21:41:19 +00:00
Bruce Momjian
f7ba1db755
Done:
...
> * -Add Intimate Shared Memory(ISM) for Solaris
2002-07-24 17:42:12 +00:00
Bruce Momjian
b4b3c63b2b
Done:
...
> * -Allow UPDATE/DELETE on inherited table
2002-07-23 23:28:36 +00:00
Bruce Momjian
17b28503d0
Mark items as done:
...
> * -Add GUC parameter for DATESTYLE
> o -Allow specification of column names
> o -Change syntax to WITH DELIMITER, (keep old syntax around?)
> o -Remove SET KSQO option now that OR processing is improved (Tom)
> o -Allow SHOW to output as a query result, like EXPLAIN
> * -Add SQL92 schemas (Tom)
2002-07-20 16:45:07 +00:00
Bruce Momjian
d7d741afbe
Done:
...
> * -Add BSD-licensed qsort() for Solaris
2002-07-19 17:26:35 +00:00
Bruce Momjian
4feeee17ce
Done:
...
> * -HOLDER/HOLDERTAB rename to PROCLOCK/PROCLOCKTAG (Bruce)
2002-07-19 00:17:53 +00:00
Bruce Momjian
a345ac8842
Done:
...
> * -Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce)
2002-07-18 23:07:09 +00:00
Bruce Momjian
fb94c09ae4
Done:
...
> * -Make sure all block numbers are unsigned to increase maximum table size
2002-07-18 05:01:51 +00:00
Bruce Momjian
df432df9fa
Done, not sure when, reported by Neil Conway:
...
> * -Report failure to find readline or zlib at end of configure run
2002-07-17 22:15:20 +00:00
Bruce Momjian
1a6f91c9f3
Item not needed:
...
< * Use our own getopt() for FreeBSD/OpenBSD to allow --xxx flags (Bruce)
2002-07-15 23:34:34 +00:00
Bruce Momjian
59097af0bb
Mark as done, per Rod:
...
> o -Add ALTER TABLE DROP non-CHECK CONSTRAINT
> * -Allow psql \d to show foreign keys
> * -Auto-destroy sequence on DROP of table with SERIAL; perhaps a separate
> * -Prevent column dropping if column is used by foreign key
> * -Automatically drop constraints/functions when object is dropped
> * -Make foreign key constraints clearer in dump file
> * -Make foreign keys easier to identify
2002-07-13 02:42:16 +00:00
Bruce Momjian
fa064e9794
Both done:
...
o -Add SET or BEGIN timeout parameter to cancel query
> * -Add pg_depend table for dependency recording; use sysrelid, oid,
2002-07-13 02:21:15 +00:00
Bruce Momjian
839a346560
Not a valid item:
...
< * Add version file format stamp to heap and other table types
2002-07-11 21:41:25 +00:00
Bruce Momjian
ccdb8a8d3a
Remove duplicate:
...
< * Use BlockNumber rather than int where appropriate
2002-07-11 21:40:20 +00:00
Bruce Momjian
f2bb1cfa85
Done, according to Rod Taylor:
...
> * -Add ALTER TRIGGER ... RENAME
2002-07-11 02:56:49 +00:00
Bruce Momjian
9af7179a10
Done:
...
> * -Make one version of simple_prompt() in code (Bruce, Tom)
2002-07-08 02:01:02 +00:00
Bruce Momjian
b2f2415c92
Mark person:
...
> * -Allow psql \d to show temporary table structure (Tom)
2002-07-05 02:10:17 +00:00
Bruce Momjian
5ebbf01838
Done
...
> * -Allow psql \d to show temporary table structure
2002-07-05 02:09:52 +00:00
Bruce Momjian
2b057b29cc
Done:
...
> o -Add support for CallableStatements
2002-07-03 16:55:40 +00:00
Bruce Momjian
95a5f7d858
Not done:
...
> * Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
2002-06-28 19:28:30 +00:00
Bruce Momjian
c445edefe1
Done:
...
> * -Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
2002-06-28 18:57:35 +00:00
Bruce Momjian
cc8839a10b
Done:
...
> * -Test hash index performance and discourage usage
2002-06-21 20:13:08 +00:00
Bruce Momjian
3f90b17339
Add from Dave Cramer:
...
JDBC
> o Compile under jdk 1.4
2002-06-20 16:55:20 +00:00
Bruce Momjian
585aa11587
Update as done:
...
JDBC:
> o -Updateable resultSet
2002-06-20 16:49:41 +00:00
Bruce Momjian
cd75bb7011
Add:
...
> * -Allow object creation to be disabled for specific users
2002-06-19 16:36:13 +00:00
Bruce Momjian
deec3cb91c
Add:
...
> * Create native Win32 port [win32]
2002-06-13 18:01:38 +00:00
Bruce Momjian
e6e577490d
Add to ecpg:
...
> o Allow multi-threaded use of SQLCA
2002-06-12 23:39:49 +00:00
Bruce Momjian
6b3f0ef1db
Cleanup.
2002-06-12 21:20:59 +00:00
Bruce Momjian
435941440b
Mark as done:
...
> * -Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
2002-06-11 21:28:17 +00:00
Bruce Momjian
090319b20f
Fix spacing.
2002-06-10 16:13:54 +00:00
Bruce Momjian
31d9184239
None.
2002-06-07 20:22:33 +00:00
Bruce Momjian
c78e411fef
Add:
...
> * Allow DEFERRABLE UNIQUE constraints
2002-06-07 04:19:52 +00:00
Bruce Momjian
4ac77d3708
Mark as done:
...
> o -Abort all SET changes made in an aborted transaction
2002-06-07 03:47:06 +00:00
Bruce Momjian
e3c1609df3
Update as done:
...
> * -Add deleted bit to index tuples to reduce heap access
2002-06-03 22:46:09 +00:00
Bruce Momjian
cc574c4482
Update index growth problem.
2002-06-03 17:41:37 +00:00
Bruce Momjian
50b7148218
Mention btree:
...
> * Add FILLFACTOR to btree index creation
2002-06-01 19:53:31 +00:00
Bruce Momjian
dc20063e43
Remove 32-bit mention:
...
> * Add BSD-licensed qsort() for Solaris
2002-05-29 00:44:11 +00:00
Bruce Momjian
6005c50fa6
Update:
...
> * Add BSD-licensed qsort() for 32-bit Solaris
2002-05-28 01:06:23 +00:00
Bruce Momjian
3cde085158
Add
...
> * Add getpid() function to backend
2002-05-25 22:44:13 +00:00
Bruce Momjian
c961474c96
Mark as done:
...
> o -Disallow missing columns in INSERT ... VALUES, per ANSI
2002-05-20 22:22:27 +00:00
Bruce Momjian
e90dbd27b1
Updated:
...
> o Abort all SET changes made in an aborted transaction
2002-04-26 18:32:44 +00:00
Bruce Momjian
be004a0c09
Added:
...
> * Allow backslash handling in quoted strings to be disabled for portability
2002-04-25 20:39:11 +00:00
Bruce Momjian
8cec968784
Improve display of headings in HTML.
2002-04-25 20:20:50 +00:00
Bruce Momjian
695a042532
Add item:
...
> * Improve ability to display optimizer analysis using OPTIMIZER_DEBUG
2002-04-23 20:26:29 +00:00
Bruce Momjian
c11d9353f1
Update as done:
...
> * -Use faster flex flags for performance improvement (Peter E)
2002-04-23 18:59:30 +00:00
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)
2002-04-23 16:59:51 +00:00
Bruce Momjian
44cd58e47e
Update:
...
> * -Allow user to control trigger firing order
> * Add ALTER TRIGGER ... RENAME
2002-04-23 16:56:24 +00:00
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
2002-04-18 17:26:03 +00:00
Bruce Momjian
979be308d1
More neutral:
...
> o Abort all, some or, no SET changes made in an aborted transaction
2002-04-18 17:24:47 +00:00
Bruce Momjian
953287768e
Update:
...
> o Abort all or commit all SET changes made in an aborted transaction
2002-04-18 14:32:36 +00:00
Bruce Momjian
a44a0a4509
Update:
...
> o Allow Java server-side programming, http://pljava.sourceforge.net
> [java]
2002-04-18 05:07:38 +00:00
Bruce Momjian
cfa72faf96
Add user:
...
> * Rod is Rod Taylor <rbt@zort.ca>
2002-04-18 04:21:43 +00:00
Bruce Momjian
b09f67bca1
Update for Neil:
...
> * Cache most recent query plan(s) (Neil) [prepare]
> * Neil is Neil Conway <nconway@klamath.dyndns.org>
2002-04-18 04:08:22 +00:00
Bruce Momjian
bac714b72a
Update for Oleg:
...
> using a sequential scan for highest/lowest values (Oleg)
2002-04-18 04:07:04 +00:00
Bruce Momjian
54f91c9f8a
Update:
...
> o Abort SET changes made in aborted transactions (?)
2002-04-18 03:59:46 +00:00
Bruce Momjian
af03e2edc9
Updated:
...
> * Add BETWEEN ASYMMETRIC/SYMMETRIC (Christopher)
> * Christopher is Christopher Kings-Lynne <chriskl@familyhealth.com.au>
2002-04-18 03:10:29 +00:00
Bruce Momjian
389ca3500d
Add:
...
> * Add BSD-licensed qsort() for Solaris
2002-04-18 03:07:16 +00:00
Bruce Momjian
6abfa8c540
Add:
...
> o Allow SHOW to output as a query result, like EXPLAIN
2002-04-18 03:04:04 +00:00
Bruce Momjian
afd8067213
Add:
...
> * Try flex flags -Cf and -CF to see if performance improves
2002-04-18 01:41:23 +00:00
Bruce Momjian
ed20cdfc53
Add:
...
> * Add utility to compute accurate random_page_cost value
2002-04-17 21:52:57 +00:00
Bruce Momjian
d85a81cbc3
Add:
...
> * Allow easy display of usernames in a group
2002-04-17 20:35:23 +00:00
Bruce Momjian
c2f1e93aeb
Update as completed:
...
> * -Allow oid to act as a foreign key
2002-04-15 20:52:12 +00:00
Bruce Momjian
08479bcbca
Update;
...
> without using PL/PgSQL EXECUTE, needs cached plan invalidation
2002-04-14 17:20:35 +00:00
Bruce Momjian
673788c692
Add:
...
> * Change NUMERIC to enforce the maximum precision, and increase it
2002-04-13 01:37:54 +00:00
Bruce Momjian
6c19d67d5f
Add:
...
> * Change NUMERIC data type to use base 10,000 internally
2002-04-13 00:20:33 +00:00
Bruce Momjian
68747b4601
Update:
...
> o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
2002-04-09 13:46:55 +00:00
Bruce Momjian
6d0a070b73
Remove TODO.detail domain file:
...
< * -Add domain capability [domain] (Rod Taylor)
> * -Add domain capability (Rod Taylor)
2002-04-09 04:28:17 +00:00
Bruce Momjian
20f8aab215
Added:
...
> * Add Intimate Shared Memory(ISM) for Solaris
> * Add documentation to lock shared memory into RAM for each OS, if possible
2002-04-09 04:14:47 +00:00
Bruce Momjian
eb953c3200
Add:
...
> o Fix PL/pgSQL RENAME to work on on variable names
2002-04-09 03:56:08 +00:00
Bruce Momjian
1dd58c61f7
Add:
...
> * Abort SET changes made in aborted transactions
2002-04-07 01:59:17 +00:00
Bruce Momjian
00f4a7d3c3
Mark as done:
...
> o -Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...)
2002-04-05 11:57:32 +00:00
Bruce Momjian
c9d70e2608
Mark as done:
...
> * -Add new pg_proc cachable settings to specify whether function can be
2002-04-05 03:06:10 +00:00
Bruce Momjian
010d1af3ec
Duplicate removed:
...
< o Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
2002-04-04 07:12:36 +00:00
Bruce Momjian
947e954745
Mark as done:
...
* -Allow user/group names to be specified directly in pg_hba.conf (Bruce)
2002-04-04 07:03:55 +00:00
Bruce Momjian
64839d9425
Update for SET/DROP NOT NULL.
2002-04-01 14:12:23 +00:00
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
2002-04-01 01:56:38 +00:00
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
2002-03-31 12:56:16 +00:00