1. 19 Feb, 2002 4 commits
    • Bruce Momjian's avatar
      Add: · 8a58c7f5
      Bruce Momjian authored
      > * Improve concurrency of hash indexes
      > * Test hash index performance and recommend or discourage usage
      8a58c7f5
    • Bruce Momjian's avatar
      Clearify: · a2b4dbd4
      Bruce Momjian authored
      > * Make single-user local access permissions the default by limiting
      >   permissions on the socket file (Peter E)
      a2b4dbd4
    • Bruce Momjian's avatar
      Added: · 0e8c26ee
      Bruce Momjian authored
      ---
      > * Improve caching of attribute offsets when NULLs exist in the row
      0e8c26ee
    • Bruce Momjian's avatar
      Update as done: · 0519a1a1
      Bruce Momjian authored
      > * -Cache system catalog information in per-database files (Tom)
      0519a1a1
  2. 18 Feb, 2002 4 commits
    • Bruce Momjian's avatar
      Add: · 04802852
      Bruce Momjian authored
      > 	o Generate failure on short COPY lines rather than pad NULLs
      04802852
    • Bruce Momjian's avatar
      Add Neil's Name: · 14c1c33f
      Bruce Momjian authored
      > * Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil Conway)
      14c1c33f
    • Bruce Momjian's avatar
      Add: · aedc8a99
      Bruce Momjian authored
      > * Have pg_dump use ADD PRIMARY KEY after COPY, for performance
      aedc8a99
    • Bruce Momjian's avatar
      Added: · 26d6e199
      Bruce Momjian authored
      > * ODBC
      > 	o ODBC 3.0 support
      > 	o Unicode(UCS-2) support
      > 	o Updatable cursors support
      26d6e199
  3. 12 Feb, 2002 1 commit
  4. 11 Feb, 2002 1 commit
    • Bruce Momjian's avatar
      Fix typo. · 0cdf4d96
      Bruce Momjian authored
      < 	o prevent lose of indexes, permissions, inheritance (Bruce)
      ---
      > 	o prevent loss of indexes, permissions, inheritance (Bruce)
      0cdf4d96
  5. 08 Feb, 2002 2 commits
  6. 04 Feb, 2002 2 commits
    • Bruce Momjian's avatar
      Update for Tom: · 9a252778
      Bruce Momjian authored
      < * Allow row re-use with automatic vacuum (Tom)
      356c355
      <
      ---
      > * Provide automatic scheduling of background vacuum (Tom)
      9a252778
    • Bruce Momjian's avatar
      Modified/Added · 4f715d60
      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
      4f715d60
  7. 03 Feb, 2002 1 commit
  8. 01 Feb, 2002 1 commit
    • Bruce Momjian's avatar
      Added: · 984d0ecf
      Bruce Momjian authored
      > * Prevent SIGHUP and 'pg_ctl reload' from changing command line
      >   specified parameters to postgresql.conf defaults
      984d0ecf
  9. 27 Jan, 2002 2 commits
  10. 26 Jan, 2002 1 commit
    • Bruce Momjian's avatar
      Remove link: · d613aad3
      Bruce Momjian authored
      > * -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison
      d613aad3
  11. 25 Jan, 2002 3 commits
    • Bruce Momjian's avatar
      Add mention of UPDATE · 025f6359
      Bruce Momjian authored
      > 	o Allow UPDATE/DELETE WHERE CURRENT OF cursor using per-cursor tid
      025f6359
    • Bruce Momjian's avatar
      Add mention of implementation: · 2ceea889
      Bruce Momjian authored
      > 	o Allow DELETE WHERE CURRENT OF cursor using per-cursor tid
      > 	  stored in the backend
      2ceea889
    • Bruce Momjian's avatar
      Add 128 mention: · 974135a7
      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;
      974135a7
  12. 24 Jan, 2002 4 commits
  13. 23 Jan, 2002 1 commit
    • Bruce Momjian's avatar
      Add: · 9d25b39c
      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
      9d25b39c
  14. 22 Jan, 2002 5 commits
  15. 20 Jan, 2002 1 commit
    • Bruce Momjian's avatar
      Add · e0764fdf
      Bruce Momjian authored
      > * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
      e0764fdf
  16. 18 Jan, 2002 1 commit
    • Bruce Momjian's avatar
      Add: · 74c8c093
      Bruce Momjian authored
      > * Use thread-safe crypt() in libpq, if available
      74c8c093
  17. 08 Jan, 2002 1 commit
  18. 05 Jan, 2002 1 commit
    • Bruce Momjian's avatar
      Spelling fix: · f3efaf89
      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
      f3efaf89
  19. 04 Jan, 2002 4 commits
    • Bruce Momjian's avatar
      Re-order items: · 3ef4925f
      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
      3ef4925f
    • Bruce Momjian's avatar
      Added: · 7a386721
      Bruce Momjian authored
      > * Consider use of open/fctl(O_DIRECT) to minimize OS caching
      7a386721
    • Bruce Momjian's avatar
      Change: · 35fcb849
      Bruce Momjian authored
      <   perhaps CREATE DATABASE dbname WITH USER = "user" (Gavin)
      ---
      >   perhaps CREATE DATABASE dbname WITH OWNER = "user" (Gavin)
      35fcb849
    • Bruce Momjian's avatar
      Add from Vadim: · 11d4c2c5
      Bruce Momjian authored
      > * Allow command blocks that can ignore certain types of errors
      11d4c2c5