1. 29 8月, 2006 5 次提交
    • B
    • B
      Move to referential integrity section: · 22bb6929
      Bruce Momjian 提交于
      > 	o Allow DEFERRABLE and end-of-statement UNIQUE constraints?
      >
      > 	  This would allow UPDATE tab SET col = col + 1 to work if col has
      > 	  a unique index.  Currently, uniqueness checks are done while the
      > 	  command is being executed, rather than at the end of the statement
      > 	  or transaction.
      >
      <
      < * Allow DEFERRABLE and end-of-statement UNIQUE constraints?
      <
      <   This would allow UPDATE tab SET col = col + 1 to work if col has
      <   a unique index.  Currently, uniqueness checks are done while the
      <   command is being executed, rather than at the end of the statement
      <   or transaction.
      22bb6929
    • B
      Update: · 79222272
      Bruce Momjian 提交于
      < * Allow DEFERRABLE UNIQUE constraints?
      > * Allow DEFERRABLE and end-of-statement UNIQUE constraints?
      >
      >   This would allow UPDATE tab SET col = col + 1 to work if col has
      >   a unique index.  Currently, uniqueness checks are done while the
      >   command is being executed, rather than at the end of the statement
      >   or transaction.
      >
      79222272
    • T
      Fix pgstat_report_waiting() to not dump core if called before · 1832cefd
      Tom Lane 提交于
      pgstat_bestart() has been called; else any lock-block occurring
      during InitPostgres() is disastrous.  I believe this explains
      recent wasp regression failure; at least it explains the crash I
      got while trying to duplicate the problem.  I also made
      pgstat_report_activity() safe against the same scenario, just
      in case.  The report_waiting hazard was created by my patch of
      19-Aug to include waiting status in pg_stat_activity.
      1832cefd
    • T
      Partial fix for ecpg's VPATH problems. It compiles and successfully · ae28cfe6
      Tom Lane 提交于
      builds all the files needed for its regression tests, but the tests
      themselves fail because of diffs in the #line directives output by
      ecpg itself.  Not sure what to do about that.
      ae28cfe6
  2. 28 8月, 2006 7 次提交
  3. 27 8月, 2006 1 次提交
  4. 26 8月, 2006 5 次提交
  5. 25 8月, 2006 4 次提交
  6. 24 8月, 2006 8 次提交
  7. 23 8月, 2006 5 次提交
  8. 22 8月, 2006 5 次提交