Bruce Momjian
293ab5abf3
Fix spacing.
24 years ago
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
24 years ago
Bruce Momjian
e9a0de8b3f
Done:
...
> * -Increase identifier length (NAMEDATALEN) if small performance hit,
> * -Increase maximum number of function parameters if little wasted space
24 years ago
Bruce Momjian
b6d8df67d3
Update:
...
> * Use bitmaps to fetch heap pages in sequential order [performance]
> * Use bitmaps to combine existing indexes [performance]
24 years ago
Bruce Momjian
41e7328068
Done:
...
> o -Fix PL/PgSQL to handle quoted mixed-case identifiers
24 years ago
Bruce Momjian
54916d57b3
Add:
...
> * Allow INET subnet tests using non-constants
24 years ago
Bruce Momjian
79e77c6501
*** empty log message ***
24 years ago
Bruce Momjian
6be43c981e
*** empty log message ***
24 years ago
Bruce Momjian
7c63a0db29
No need for TODO.detail link anymore:
...
> o -Add ALTER TABLE DROP COLUMN feature
24 years ago
Bruce Momjian
543409a752
Done:
...
> o -Add ALTER TABLE DROP COLUMN feature [drop]
24 years ago
Bruce Momjian
8be3cfbbd5
Done:
...
> * -Remove LockMethodTable.prio field, not used (Bruce)
24 years ago
Bruce Momjian
b8efa8755c
Done:
...
> * -Add getpid() function to backend
24 years ago
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
24 years ago
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
24 years ago
Bruce Momjian
6c01708c46
Added for Neil Conway:
...
> * Use CHECK constraints to improve optimizer decisions
24 years ago
Bruce Momjian
620abeb271
Done:
...
> o -Generate failure on short COPY lines rather than pad NULLs
24 years ago
Bruce Momjian
5bf55525c3
Move item:
...
< * Allow logging of query durations
24 years ago
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
24 years ago
Bruce Momjian
f7ba1db755
Done:
...
> * -Add Intimate Shared Memory(ISM) for Solaris
24 years ago
Bruce Momjian
b4b3c63b2b
Done:
...
> * -Allow UPDATE/DELETE on inherited table
24 years ago
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)
24 years ago
Bruce Momjian
d7d741afbe
Done:
...
> * -Add BSD-licensed qsort() for Solaris
24 years ago
Bruce Momjian
4feeee17ce
Done:
...
> * -HOLDER/HOLDERTAB rename to PROCLOCK/PROCLOCKTAG (Bruce)
24 years ago
Bruce Momjian
a345ac8842
Done:
...
> * -Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce)
24 years ago
Bruce Momjian
fb94c09ae4
Done:
...
> * -Make sure all block numbers are unsigned to increase maximum table size
24 years ago
Bruce Momjian
df432df9fa
Done, not sure when, reported by Neil Conway:
...
> * -Report failure to find readline or zlib at end of configure run
24 years ago
Bruce Momjian
1a6f91c9f3
Item not needed:
...
< * Use our own getopt() for FreeBSD/OpenBSD to allow --xxx flags (Bruce)
24 years ago
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
24 years ago
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,
24 years ago
Bruce Momjian
839a346560
Not a valid item:
...
< * Add version file format stamp to heap and other table types
24 years ago
Bruce Momjian
ccdb8a8d3a
Remove duplicate:
...
< * Use BlockNumber rather than int where appropriate
24 years ago
Bruce Momjian
f2bb1cfa85
Done, according to Rod Taylor:
...
> * -Add ALTER TRIGGER ... RENAME
24 years ago
Bruce Momjian
9af7179a10
Done:
...
> * -Make one version of simple_prompt() in code (Bruce, Tom)
24 years ago
Bruce Momjian
b2f2415c92
Mark person:
...
> * -Allow psql \d to show temporary table structure (Tom)
24 years ago
Bruce Momjian
5ebbf01838
Done
...
> * -Allow psql \d to show temporary table structure
24 years ago
Bruce Momjian
2b057b29cc
Done:
...
> o -Add support for CallableStatements
24 years ago
Bruce Momjian
95a5f7d858
Not done:
...
> * Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
24 years ago
Bruce Momjian
c445edefe1
Done:
...
> * -Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
24 years ago
Bruce Momjian
cc8839a10b
Done:
...
> * -Test hash index performance and discourage usage
24 years ago
Bruce Momjian
3f90b17339
Add from Dave Cramer:
...
JDBC
> o Compile under jdk 1.4
24 years ago
Bruce Momjian
585aa11587
Update as done:
...
JDBC:
> o -Updateable resultSet
24 years ago
Bruce Momjian
cd75bb7011
Add:
...
> * -Allow object creation to be disabled for specific users
24 years ago
Bruce Momjian
deec3cb91c
Add:
...
> * Create native Win32 port [win32]
24 years ago
Bruce Momjian
e6e577490d
Add to ecpg:
...
> o Allow multi-threaded use of SQLCA
24 years ago
Bruce Momjian
6b3f0ef1db
Cleanup.
24 years ago
Bruce Momjian
435941440b
Mark as done:
...
> * -Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
24 years ago
Bruce Momjian
090319b20f
Fix spacing.
24 years ago
Bruce Momjian
31d9184239
None.
24 years ago
Bruce Momjian
c78e411fef
Add:
...
> * Allow DEFERRABLE UNIQUE constraints
24 years ago
Bruce Momjian
4ac77d3708
Mark as done:
...
> o -Abort all SET changes made in an aborted transaction
24 years ago