1. 27 1月, 2002 2 次提交
    • B
      Add: · b9be2b25
      Bruce Momjian 提交于
      > * Allow ORDER BY ... LIMIT to select top values without sort or index
      b9be2b25
    • B
      Remove link: · d613aad3
      Bruce Momjian 提交于
      > * -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison
      d613aad3
  2. 25 1月, 2002 7 次提交
  3. 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
  4. 23 1月, 2002 5 次提交
  5. 20 1月, 2002 1 次提交
    • B
      Add · e0764fdf
      Bruce Momjian 提交于
      > * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
      e0764fdf
  6. 19 1月, 2002 1 次提交
    • B
      Add: · 74c8c093
      Bruce Momjian 提交于
      > * Use thread-safe crypt() in libpq, if available
      74c8c093
  7. 09 1月, 2002 1 次提交
  8. 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
  9. 04 1月, 2002 9 次提交
    • 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
    • B
      Add: · 6d78fdae
      Bruce Momjian 提交于
      > 	o Allow COPY to report error lines and continue;  optionally
      > 	  allow error codes to be specified
      6d78fdae
    • B
      Add: · 258af1d5
      Bruce Momjian 提交于
      > * Make equals sign optional in CREATE DATABASE WITH param = 'val'
      258af1d5
    • B
      Added: · 8dcc4c05
      Bruce Momjian 提交于
      > * Prevent create/drop scripts from allowing extra args (Bruce)
      8dcc4c05
    • B
      Added: · b8ef396d
      Bruce Momjian 提交于
      > * Allow only owner to create indexes
      b8ef396d
    • B
      Updated: · 13acb5b3
      Bruce Momjian 提交于
      < * 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
      13acb5b3
  10. 03 1月, 2002 5 次提交
    • B
      Added · 9c00d0de
      Bruce Momjian 提交于
      > * Add config file check for $ODBCINI, $HOME/.odbc.ini, and /etc/odbc.ini
      9c00d0de
    • B
      Added suggested syntax: · b96b0415
      Bruce Momjian 提交于
      > * Make it easier to create a database owned by someone who can't createdb,
      >   perhaps CREATE DATABASE dbname WITH USER = "user"
      b96b0415
    • B
      Added · 2446e300
      Bruce Momjian 提交于
      < 	o Move to using 'make' rather than 'ant'(?)
      ---
      > 	o Support both 'make' and 'ant'
      2446e300
    • B
      Remove: · b3d9768f
      Bruce Momjian 提交于
      < * Change 'createlang [langname] dbname' to 'createlang langname [dbname]'
      b3d9768f
    • B
      Added: · d5de91dd
      Bruce Momjian 提交于
      > * Change 'createlang [langname] dbname' to 'createlang langname [dbname]'
      d5de91dd
  11. 30 12月, 2001 3 次提交