1. 27 8月, 2002 7 次提交
    • B
      Add: · 52b784a7
      Bruce Momjian 提交于
      >   partial page writes [wal]
      52b784a7
    • B
      Add: · 3109e33e
      Bruce Momjian 提交于
      > * Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
      3109e33e
    • B
      Remove: · c6b67cac
      Bruce Momjian 提交于
      < 	o Add plsh server-side shell language (Peter E)
      c6b67cac
    • B
      *** empty log message *** · 9072329d
      Bruce Momjian 提交于
      9072329d
    • B
      Add: · 80d5040f
      Bruce Momjian 提交于
      > * Allow DELETE to handle table aliases for self-joins [delete]
      80d5040f
    • B
      Add: · 339982c8
      Bruce Momjian 提交于
      > * Allow triggers to be disabled [trigger]
      339982c8
    • B
      Add: · 50bbb3a1
      Bruce Momjian 提交于
      > * Return proper effected tuple count from complex commands [return]
      50bbb3a1
  2. 26 8月, 2002 3 次提交
  3. 24 8月, 2002 1 次提交
    • B
      Done: · cf4d885c
      Bruce Momjian 提交于
      > * -SELECT cash_out(2) crashes because of opaque
      cf4d885c
  4. 23 8月, 2002 3 次提交
    • B
      Add space.k> · 77072f89
      Bruce Momjian 提交于
      77072f89
    • B
      Add: · ec2c71ad
      Bruce Momjian 提交于
      > * Allow xlog directory location to be specified during initdb, perhaps
      >   using symlinks
      ec2c71ad
    • B
      Add: · 3d801dbb
      Bruce Momjian 提交于
      > * Add GUC parameter to print queries that generate errors
      3d801dbb
  5. 22 8月, 2002 1 次提交
    • B
      Add: · dac22ee4
      Bruce Momjian 提交于
      > * Allow bytea to handle LIKE with non-TEXT patterns
      dac22ee4
  6. 20 8月, 2002 2 次提交
  7. 17 8月, 2002 3 次提交
    • B
      Add: · 7c02c86d
      Bruce Momjian 提交于
      > * Use dependency information to dump data in proper order
      7c02c86d
    • B
      Done: · a8d27511
      Bruce Momjian 提交于
      > 	o -Add command to display locks
      a8d27511
    • B
      Add "few": · ab0f9851
      Bruce Momjian 提交于
      > * Reserve last few process slots for super-user if max_connections reached
      ab0f9851
  8. 16 8月, 2002 6 次提交
    • B
      Add blank line. · fa9d7c1c
      Bruce Momjian 提交于
      fa9d7c1c
    • B
      Add: · 8c8a56ee
      Bruce Momjian 提交于
      <
      > * Reserve last process slot for super-user if max_connections reached
      8c8a56ee
    • B
      Added: · 83a0d895
      Bruce Momjian 提交于
      <
      > * Prevent mismatch of frontend/backend encodings from converting bytea
      >   data from being interpreted as encoded strings
      512a514,515
      > * Fix glibc's mktime() to handle pre-1970's dates
      >
      83a0d895
    • B
      Added: · 2f7e3a2f
      Bruce Momjian 提交于
      > * Allow configuration files to be specified in a different directory
      2f7e3a2f
    • B
      Done: · 52f8c56a
      Bruce Momjian 提交于
      > 	o -Prevent loss of indexes, permissions, inheritance
      52f8c56a
    • B
      Done: · ea1954fc
      Bruce Momjian 提交于
      > * -Improve control over user privileges, including table creation
      > * -Add PGPASSWORDFILE environment variable or ~/.pgpass to store
      > 	o -Compile under jdk 1.4
      ea1954fc
  9. 15 8月, 2002 2 次提交
    • B
      Update text: · 64a06494
      Bruce Momjian 提交于
      < 	o Allow PL/PgSQL function parameters to be passed by name,
      > 	o Allow function parameters to be passed by name,
      64a06494
    • B
      Update: · 5b743090
      Bruce Momjian 提交于
      > 	o Cluster all tables at once using pg_index.indisclustered set during
      >           previous CLUSTER
      5b743090
  10. 14 8月, 2002 7 次提交
    • B
      I guess I'd vote for changing the code to be · dec91847
      Bruce Momjian 提交于
              sys = malloc(strlen(editorName) + strlen(fname) + 10 + 1);
              if (!sys)
                      return false;
              sprintf(sys, "exec '%s' '%s'", editorName, fname);
      
      (note the added quotes to provide a little protection against spaces
      and such).  Then it's perfectly obvious what the calculation is doing.
      I don't care about wasting 20-some bytes, but confusing readers of the
      code is worth avoiding.
      
                              regards, tom lane
      dec91847
    • B
      Add: · fcbc87c1
      Bruce Momjian 提交于
      > 	o Add ALTER TABLE tab SET WITHOUT OIDS
      fcbc87c1
    • B
      Oops, not done: · 561e25ad
      Bruce Momjian 提交于
      > * Have views on temporary tables exist in the temporary namespace
      561e25ad
    • B
      Updated: · 596ba5ec
      Bruce Momjian 提交于
      < * Allow temporary views
      < * Require view using temporary tables to be temporary views
      > * -Have views on temporary tables exist in the temporary namespace
      596ba5ec
    • B
      Fix spacing. · 293ab5ab
      Bruce Momjian 提交于
      293ab5ab
    • B
      Added: · 9f19f3c8
      Bruce Momjian 提交于
      <
      > 	o Improve PL/PgSQL exception handling
      > 	o Allow PL/PgSQL parameters to be specified by name and type during
      > 	  definition
      > 	o Allow PL/PgSQL function parameters to be passed by name,
      > 	  get_employee_salary(emp_id => 12345, tax_year => 2001)
      > 	o Add PL/PgSQL packages
      > 	o Allow array declarations and other data types in PL/PgSQl DECLARE
      > 	o Add PL/PgSQL PROCEDURES that can return multiple values
      9f19f3c8
    • B
      Done: · e9a0de8b
      Bruce Momjian 提交于
      > * -Increase identifier length (NAMEDATALEN) if small performance hit,
      > * -Increase maximum number of function parameters if little wasted space
      e9a0de8b
  11. 13 8月, 2002 1 次提交
    • B
      Update: · b6d8df67
      Bruce Momjian 提交于
      > * Use bitmaps to fetch heap pages in sequential order [performance]
      > * Use bitmaps to combine existing indexes [performance]
      b6d8df67
  12. 09 8月, 2002 2 次提交
    • B
      Done: · 41e73280
      Bruce Momjian 提交于
      > 	o -Fix PL/PgSQL to handle quoted mixed-case identifiers
      41e73280
    • B
      Add: · 54916d57
      Bruce Momjian 提交于
      > * Allow INET subnet tests using non-constants
      54916d57
  13. 04 8月, 2002 2 次提交