1. 19 2月, 2002 1 次提交
    • B
      Add: · 04802852
      Bruce Momjian 提交于
      > 	o Generate failure on short COPY lines rather than pad NULLs
      04802852
  2. 18 2月, 2002 3 次提交
    • B
      Add Neil's Name: · 14c1c33f
      Bruce Momjian 提交于
      > * Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil Conway)
      14c1c33f
    • B
      Add: · aedc8a99
      Bruce Momjian 提交于
      > * Have pg_dump use ADD PRIMARY KEY after COPY, for performance
      aedc8a99
    • B
      Added: · 26d6e199
      Bruce Momjian 提交于
      > * ODBC
      > 	o ODBC 3.0 support
      > 	o Unicode(UCS-2) support
      > 	o Updatable cursors support
      26d6e199
  3. 13 2月, 2002 1 次提交
  4. 12 2月, 2002 1 次提交
    • B
      Fix typo. · 0cdf4d96
      Bruce Momjian 提交于
      < 	o prevent lose of indexes, permissions, inheritance (Bruce)
      ---
      > 	o prevent loss of indexes, permissions, inheritance (Bruce)
      0cdf4d96
  5. 08 2月, 2002 2 次提交
    • B
      Oops, already completed: · c7831585
      Bruce Momjian 提交于
      < * Have checkpoint process identify itself via ps status display
      c7831585
    • B
      Added: · 4af4c504
      Bruce Momjian 提交于
      > * Have checkpoint process identify itself via ps status display
      4af4c504
  6. 05 2月, 2002 2 次提交
    • B
      Update for Tom: · 9a252778
      Bruce Momjian 提交于
      < * Allow row re-use with automatic vacuum (Tom)
      356c355
      <
      ---
      > * Provide automatic scheduling of background vacuum (Tom)
      9a252778
    • B
      Modified/Added · 4f715d60
      Bruce Momjian 提交于
      < * 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. 04 2月, 2002 1 次提交
  8. 02 2月, 2002 1 次提交
    • B
      Added: · 984d0ecf
      Bruce Momjian 提交于
      > * Prevent SIGHUP and 'pg_ctl reload' from changing command line
      >   specified parameters to postgresql.conf defaults
      984d0ecf
  9. 27 1月, 2002 3 次提交
  10. 25 1月, 2002 7 次提交
  11. 24 1月, 2002 1 次提交
    • B
      Add: · 9d25b39c
      Bruce Momjian 提交于
      > * 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
  12. 23 1月, 2002 5 次提交
  13. 20 1月, 2002 1 次提交
    • B
      Add · e0764fdf
      Bruce Momjian 提交于
      > * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
      e0764fdf
  14. 19 1月, 2002 1 次提交
    • B
      Add: · 74c8c093
      Bruce Momjian 提交于
      > * Use thread-safe crypt() in libpq, if available
      74c8c093
  15. 09 1月, 2002 1 次提交
  16. 05 1月, 2002 5 次提交
    • B
      Spelling fix: · f3efaf89
      Bruce Momjian 提交于
      < * Consider use of open/fctl(O_DIRECT) to minimize OS caching
      ---
      > * Consider use of open/fcntl(O_DIRECT) to minimize OS caching
      f3efaf89
    • B
      Re-order items: · 3ef4925f
      Bruce Momjian 提交于
      > * 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
    • B
      Added: · 7a386721
      Bruce Momjian 提交于
      > * Consider use of open/fctl(O_DIRECT) to minimize OS caching
      7a386721
    • B
      Change: · 35fcb849
      Bruce Momjian 提交于
      <   perhaps CREATE DATABASE dbname WITH USER = "user" (Gavin)
      ---
      >   perhaps CREATE DATABASE dbname WITH OWNER = "user" (Gavin)
      35fcb849
    • B
      Add from Vadim: · 11d4c2c5
      Bruce Momjian 提交于
      > * Allow command blocks that can ignore certain types of errors
      11d4c2c5
  17. 04 1月, 2002 4 次提交
    • B
      Give attribution: · b5213b5c
      Bruce Momjian 提交于
      <   perhaps CREATE DATABASE dbname WITH USER = "user"
      ---
      >   perhaps CREATE DATABASE dbname WITH USER = "user" (Gavin)
      b5213b5c
    • B
      Remove: · f27b0eee
      Bruce Momjian 提交于
      < * Allow only owner to create indexes
      f27b0eee
    • B
      Prefer savepoints term: · 0e3793e6
      Bruce Momjian 提交于
      < 	  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]
      0e3793e6
    • B
      Update: · a2dc469a
      Bruce Momjian 提交于
      < 	  allow error codes to be specified
      ---
      > 	  allow error codes to be specified; requires nested transactions
      a2dc469a