Bruce Momjian
fa8a73caad
Clarify working in 'top x items using sequential scan' item
24 years ago
Bruce Momjian
0cdf4d96bc
Fix typo.
...
< o prevent lose of indexes, permissions, inheritance (Bruce)
---
> o prevent loss of indexes, permissions, inheritance (Bruce)
24 years ago
Bruce Momjian
c7831585dd
Oops, already completed:
...
< * Have checkpoint process identify itself via ps status display
24 years ago
Bruce Momjian
4af4c5047a
Added:
...
> * Have checkpoint process identify itself via ps status display
24 years ago
Bruce Momjian
9a2527785f
Update for Tom:
...
< * Allow row re-use with automatic vacuum (Tom)
356c355
<
---
> * Provide automatic scheduling of background vacuum (Tom)
24 years ago
Bruce Momjian
4f715d60f8
Modified/Added
...
< * Allow row re-use without vacuum (Tom)
---
> * Allow row re-use with automatic vacuum (Tom)
> * Flush cached query plans when their underlying catalog data changes
24 years ago
Bruce Momjian
61b544fc78
Remove ENHANCEMENTS section, move subsections up.
24 years ago
Bruce Momjian
984d0ecf6e
Added:
...
> * Prevent SIGHUP and 'pg_ctl reload' from changing command line
> specified parameters to postgresql.conf defaults
24 years ago
Bruce Momjian
6efc968233
Remove dashed items in preparations for 7.3.
24 years ago
Bruce Momjian
b9be2b254c
Add:
...
> * Allow ORDER BY ... LIMIT to select top values without sort or index
24 years ago
Bruce Momjian
d613aad31f
Remove link:
...
> * -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison
24 years ago
Bruce Momjian
025f6359d4
Add mention of UPDATE
...
> o Allow UPDATE/DELETE WHERE CURRENT OF cursor using per-cursor tid
24 years ago
Bruce Momjian
2ceea8898f
Add mention of implementation:
...
> o Allow DELETE WHERE CURRENT OF cursor using per-cursor tid
> stored in the backend
24 years ago
Bruce Momjian
974135a711
Add 128 mention:
...
> * Increase identifier length (NAMEDATALEN) if small performance hit,
> perhaps to standard length of 128; change struct pgNotify to use pid
> first, breaks notify API;
24 years ago
Bruce Momjian
b440e17f5b
Updated:
...
> * Increase identifier length (NAMEDATALEN) if small performance hit;
> change struct pgNotify to use pid first, breaks notify API
24 years ago
Bruce Momjian
daf4891df4
Added:
...
> * Evaluate AIX cs() spinlock macro for performance optimizations (Tatsuo)
24 years ago
Bruce Momjian
d958c08a0a
Another clarification.
24 years ago
Bruce Momjian
b23de01c15
Clarification on COPY failure options.
24 years ago
Bruce Momjian
9d25b39c80
Add:
...
> * Reorder postgresql.conf WAL items in order of importance
> * Remove wal_files postgresql.conf option because WAL files are now recycled
> * Find proper defaults for postgresql.conf WAL entries
> * Add checkpoint_min_warning postgresql.conf option to warn about checkpoints
> that are too frequent
24 years ago
Bruce Momjian
a7b7241059
Clarify URL:
...
< http://www1.distributed.net/source , in client/common/cpucheck.cpp
---
> from distributted.net, http://www1.distributed.net/source ,
> in client/common/cpucheck.cpp
24 years ago
Bruce Momjian
f898e60ec9
Document SMP detection code.
24 years ago
Bruce Momjian
e7e25b2d93
Re-group items.
24 years ago
Bruce Momjian
5b8016948e
Break PERFORMANCE up into subsections.
24 years ago
Bruce Momjian
fdf881d155
Add:
...
> * Add code to detect an SMP machine and handle spinlocks accordingly
24 years ago
Bruce Momjian
e0764fdf28
Add
...
> * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
24 years ago
Bruce Momjian
74c8c09338
Add:
...
> * Use thread-safe crypt() in libpq, if available
24 years ago
Bruce Momjian
aecd85d3a1
Update Lockhart's email address.
...
< * Thomas is Thomas Lockhart <lockhart@alumni.caltech.edu>
---
> * Thomas is Thomas Lockhart <lockhart@fourpalms.org>
24 years ago
Bruce Momjian
f3efaf892e
Spelling fix:
...
< * Consider use of open/fctl(O_DIRECT) to minimize OS caching
---
> * Consider use of open/fcntl(O_DIRECT) to minimize OS caching
24 years ago
Bruce Momjian
3ef4925fdc
Re-order items:
...
> * Consider use of open/fctl(O_DIRECT) to minimize OS caching
> * Make blind writes go through the file descriptor cache
391d392
< * Make blind writes go through the file descriptor cache
409d409
< * Consider use of open/fctl(O_DIRECT) to minimize OS caching
24 years ago
Bruce Momjian
7a38672169
Added:
...
> * Consider use of open/fctl(O_DIRECT) to minimize OS caching
24 years ago
Bruce Momjian
35fcb84946
Change:
...
< perhaps CREATE DATABASE dbname WITH USER = "user" (Gavin)
---
> perhaps CREATE DATABASE dbname WITH OWNER = "user" (Gavin)
24 years ago
Bruce Momjian
11d4c2c590
Add from Vadim:
...
> * Allow command blocks that can ignore certain types of errors
24 years ago
Bruce Momjian
b5213b5c37
Give attribution:
...
< perhaps CREATE DATABASE dbname WITH USER = "user"
---
> perhaps CREATE DATABASE dbname WITH USER = "user" (Gavin)
24 years ago
Bruce Momjian
f27b0eeea7
Remove:
...
< * Allow only owner to create indexes
24 years ago
Bruce Momjian
0e3793e621
Prefer savepoints term:
...
< allow error codes to be specified; requires nested transactions
---
> allow error codes to be specified; requires savepoints
321c321
< * Allow nested transactions / savepoints [transactions]
---
> * Allow savepoints / nested transactions [transactions]
24 years ago
Bruce Momjian
a2dc469ac7
Update:
...
< allow error codes to be specified
---
> allow error codes to be specified; requires nested transactions
24 years ago
Bruce Momjian
6d78fdae7f
Add:
...
> o Allow COPY to report error lines and continue; optionally
> allow error codes to be specified
24 years ago
Bruce Momjian
258af1d57a
Add:
...
> * Make equals sign optional in CREATE DATABASE WITH param = 'val'
24 years ago
Bruce Momjian
8dcc4c058d
Added:
...
> * Prevent create/drop scripts from allowing extra args (Bruce)
24 years ago
Bruce Momjian
b8ef396d6b
Added:
...
> * Allow only owner to create indexes
24 years ago
Bruce Momjian
13acb5b37d
Updated:
...
< * Add config file check for $ODBCINI, $HOME/.odbc.ini, and /etc/odbc.ini
---
> * Add config file check for $ODBCINI, $HOME/.odbc.ini, installpath/etc/odbc.ini
24 years ago
Bruce Momjian
9c00d0de57
Added
...
> * Add config file check for $ODBCINI, $HOME/.odbc.ini, and /etc/odbc.ini
24 years ago
Bruce Momjian
b96b0415fa
Added suggested syntax:
...
> * Make it easier to create a database owned by someone who can't createdb,
> perhaps CREATE DATABASE dbname WITH USER = "user"
24 years ago
Bruce Momjian
2446e300fa
Added
...
< o Move to using 'make' rather than 'ant'(?)
---
> o Support both 'make' and 'ant'
24 years ago
Bruce Momjian
b3d9768f3b
Remove:
...
< * Change 'createlang [langname] dbname' to 'createlang langname [dbname]'
24 years ago
Bruce Momjian
d5de91ddad
Added:
...
> * Change 'createlang [langname] dbname' to 'createlang langname [dbname]'
24 years ago
Bruce Momjian
3f53ad7108
*** empty log message ***
24 years ago
Bruce Momjian
550d38458c
Add
...
> * Make locking of shared data structures more fine-grained
24 years ago
Bruce Momjian
48ad40ba99
Added
...
> * Change factorial to return a numeric
24 years ago
Bruce Momjian
51517f514d
Add crossdb TODO.detail item:
...
---
> * Allow queries across multiple databases [crossdb]
24 years ago