1. 29 Aug, 2006 2 commits
  2. 28 Aug, 2006 7 commits
    • Bruce Momjian's avatar
    • Bruce Momjian's avatar
      Move to referential integrity section: · 22bb6929
      Bruce Momjian authored
      > 	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
    • Bruce Momjian's avatar
      Update: · 79222272
      Bruce Momjian authored
      < * 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
    • Tom Lane's avatar
      Fix pgstat_report_waiting() to not dump core if called before · 1832cefd
      Tom Lane authored
      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
    • Tom Lane's avatar
      Partial fix for ecpg's VPATH problems. It compiles and successfully · ae28cfe6
      Tom Lane authored
      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
    • Tom Lane's avatar
      Tweak trivial_subqueryscan() to consider a SubqueryScan's targetlist · fcba3b82
      Tom Lane authored
      trivial if it contains either Vars referencing the corresponding subplan
      columns, or Consts equaling the corresponding subplan columns.  This
      lets the planner eliminate the SubqueryScan in some cases generated by
      generate_setop_tlist().
      fcba3b82
    • Peter Eisentraut's avatar
      Turn autovacuum on by default. (stats_row_level is also on by default.) · 88b81104
      Peter Eisentraut authored
      Threshold and scale factor are cut in half for more aggressive behavior.
      88b81104
  3. 27 Aug, 2006 6 commits
  4. 26 Aug, 2006 1 commit
  5. 25 Aug, 2006 6 commits
  6. 24 Aug, 2006 9 commits
  7. 23 Aug, 2006 6 commits
  8. 22 Aug, 2006 3 commits