1. 13 Feb, 2004 5 commits
    • Bruce Momjian's avatar
      Fix typo: · 72509752
      Bruce Momjian authored
      < * Allow cross-db queries with transaction sematics
      > * Allow cross-db queries with transaction semantics
      72509752
    • Bruce Momjian's avatar
      Tom Lane wrote: · 1decc208
      Bruce Momjian authored
      > 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
    • Bruce Momjian's avatar
      Add: · 1e376bfb
      Bruce Momjian authored
      > * Use nested transactions to prevent syntax errors from aborting a transaction
      1e376bfb
    • Bruce Momjian's avatar
      Add: · 65010e34
      Bruce Momjian authored
      > * Allow temporary views on non-temporary tables
      65010e34
    • Tom Lane's avatar
      Try to make 'cross-database references are not implemented' errors a · 96656f7d
      Tom Lane authored
      bit more helpful by identifying the specific qualified name being
      complained of.
      96656f7d
  2. 12 Feb, 2004 27 commits
  3. 11 Feb, 2004 6 commits
  4. 10 Feb, 2004 2 commits