- 20 Feb, 2002 1 commit
-
-
Bruce Momjian authored
> o Allow cursors outside transactions [cursor]
-
- 19 Feb, 2002 5 commits
-
-
Bruce Momjian authored
> * Clarify use of 'application' and 'command' tags in SGML docs
-
Bruce Momjian authored
> * Improve concurrency of hash indexes > * Test hash index performance and recommend or discourage usage
-
Bruce Momjian authored
> * Make single-user local access permissions the default by limiting > permissions on the socket file (Peter E)
-
Bruce Momjian authored
--- > * Improve caching of attribute offsets when NULLs exist in the row
-
Bruce Momjian authored
> * -Cache system catalog information in per-database files (Tom)
-
- 18 Feb, 2002 4 commits
-
-
Bruce Momjian authored
> o Generate failure on short COPY lines rather than pad NULLs
-
Bruce Momjian authored
> * Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil Conway)
-
Bruce Momjian authored
> * Have pg_dump use ADD PRIMARY KEY after COPY, for performance
-
Bruce Momjian authored
> * ODBC > o ODBC 3.0 support > o Unicode(UCS-2) support > o Updatable cursors support
-
- 12 Feb, 2002 1 commit
-
-
Bruce Momjian authored
-
- 11 Feb, 2002 1 commit
-
-
Bruce Momjian authored
< o prevent lose of indexes, permissions, inheritance (Bruce) --- > o prevent loss of indexes, permissions, inheritance (Bruce)
-
- 08 Feb, 2002 2 commits
-
-
Bruce Momjian authored
< * Have checkpoint process identify itself via ps status display
-
Bruce Momjian authored
> * Have checkpoint process identify itself via ps status display
-
- 04 Feb, 2002 2 commits
-
-
Bruce Momjian authored
< * Allow row re-use with automatic vacuum (Tom) 356c355 < --- > * Provide automatic scheduling of background vacuum (Tom)
-
Bruce Momjian authored
< * 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
-
- 03 Feb, 2002 1 commit
-
-
Bruce Momjian authored
-
- 01 Feb, 2002 1 commit
-
-
Bruce Momjian authored
> * Prevent SIGHUP and 'pg_ctl reload' from changing command line > specified parameters to postgresql.conf defaults
-
- 27 Jan, 2002 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Allow ORDER BY ... LIMIT to select top values without sort or index
-
- 26 Jan, 2002 1 commit
-
-
Bruce Momjian authored
> * -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison
-
- 25 Jan, 2002 3 commits
-
-
Bruce Momjian authored
> o Allow UPDATE/DELETE WHERE CURRENT OF cursor using per-cursor tid
-
Bruce Momjian authored
> o Allow DELETE WHERE CURRENT OF cursor using per-cursor tid > stored in the backend
-
Bruce Momjian authored
> * 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 Jan, 2002 4 commits
-
-
Bruce Momjian authored
> * Increase identifier length (NAMEDATALEN) if small performance hit; > change struct pgNotify to use pid first, breaks notify API
-
Bruce Momjian authored
> * Evaluate AIX cs() spinlock macro for performance optimizations (Tatsuo)
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 23 Jan, 2002 1 commit
-
-
Bruce Momjian authored
> * 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
-
- 22 Jan, 2002 5 commits
-
-
Bruce Momjian authored
< http://www1.distributed.net/source, in client/common/cpucheck.cpp --- > from distributted.net, http://www1.distributed.net/source, > in client/common/cpucheck.cpp
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Add code to detect an SMP machine and handle spinlocks accordingly
-
- 20 Jan, 2002 1 commit
-
-
Bruce Momjian authored
> * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
-
- 18 Jan, 2002 1 commit
-
-
Bruce Momjian authored
> * Use thread-safe crypt() in libpq, if available
-
- 08 Jan, 2002 1 commit
-
-
Bruce Momjian authored
< * Thomas is Thomas Lockhart <lockhart@alumni.caltech.edu> --- > * Thomas is Thomas Lockhart <lockhart@fourpalms.org>
-
- 05 Jan, 2002 1 commit
-
-
Bruce Momjian authored
< * Consider use of open/fctl(O_DIRECT) to minimize OS caching --- > * Consider use of open/fcntl(O_DIRECT) to minimize OS caching
-
- 04 Jan, 2002 2 commits
-
-
Bruce Momjian authored
> * 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
-
Bruce Momjian authored
> * Consider use of open/fctl(O_DIRECT) to minimize OS caching
-