1. 21 2月, 2004 3 次提交
  2. 20 2月, 2004 2 次提交
  3. 19 2月, 2004 2 次提交
    • B
      Update: · 2e3d5f11
      Bruce Momjian 提交于
      < * Add GUC variable to prevent waiting on locks
      > * Add NO WAIT option to various SQL commands
      2e3d5f11
    • B
      Here is a patch that implements setitimer() on win32. With this patch · af3b182a
      Bruce Momjian 提交于
      applied, deadlock detection and statement_timeout now works.
      
      The file timer.c goes into src/backend/port/win32/.
      
      The patch also removes two lines of "printf debugging" accidentally left
      in pqsignal.h, in the console control handler.
      
      Magnus Hagander
      af3b182a
  4. 18 2月, 2004 3 次提交
  5. 17 2月, 2004 15 次提交
  6. 16 2月, 2004 3 次提交
  7. 15 2月, 2004 4 次提交
  8. 14 2月, 2004 1 次提交
  9. 13 2月, 2004 7 次提交
    • J
      Documentation for vacuum_cost config options. · f8840903
      Jan Wieck 提交于
      Jan
      f8840903
    • T
      After further thought about support for gathering stats on functional · 8787bc8e
      Tom Lane 提交于
      indexes, it seems like we ought to put another layer of indirection
      between the compute_stats functions and the actual data storage.  This
      would allow us to compute the values on-the-fly, for example.
      8787bc8e
    • B
      Mention psql variable names are case-sensitive. · 1a465233
      Bruce Momjian 提交于
      1a465233
    • B
      Fix typo: · 72509752
      Bruce Momjian 提交于
      < * Allow cross-db queries with transaction sematics
      > * Allow cross-db queries with transaction semantics
      72509752
    • B
      Tom Lane wrote: · 1decc208
      Bruce Momjian 提交于
      > momjian@svr1.postgresql.org (Bruce Momjian) writes:
      >>      someone asked me about the FK deadlock fix, mentioned in the 7.3.3
      >>      release notes as 3rd change:
      >>      http://www.postgresql.org/docs/current/static/release-7-3-3.html
      >>      Actually, that fix was available with 7.4, not 7.3. Don't know if we can
      >>      retroactively change the release-notes though.
      >
      > This is completely erroneous, please undo it.
      >
      > 2003-05-21 14:14  tgl
      >
      >       * src/: backend/utils/adt/ri_triggers.c,
      >       test/regress/expected/foreign_key.out (REL7_3_STABLE): Back-patch
      >       Jan's fix to avoid primary key lookup (and lock) if foreign key
      >       does not change on UPDATE.
      
      Oh ... didn't know that you did a backpatch. Sorry
      
      
      Jan
      1decc208
    • B
      Add: · 1e376bfb
      Bruce Momjian 提交于
      > * Use nested transactions to prevent syntax errors from aborting a transaction
      1e376bfb
    • B
      Add: · 65010e34
      Bruce Momjian 提交于
      > * Allow temporary views on non-temporary tables
      65010e34