1. 13 4月, 2003 3 次提交
  2. 12 4月, 2003 2 次提交
    • T
      Fix encoding conversion function bug. · 35a09959
      Tatsuo Ishii 提交于
      See following posting for more details.
      
      Subject: Re: [HACKERS] [BUGS] Bug #943: Server-Encoding from EUC_TW to UTF-8 doesn't
      From: Tatsuo Ishii <t-ishii@sra.co.jp>
      To: michael.enke@wincor-nixdorf.com, pgsql-bugs@postgresql.org
      Cc: pgsql-hackers@postgresql.org
      Date: Sat, 12 Apr 2003 10:51:45 +0900 (JST)
      35a09959
    • P
      Revision · d8521b9b
      Peter Eisentraut 提交于
      d8521b9b
  3. 11 4月, 2003 2 次提交
  4. 10 4月, 2003 3 次提交
  5. 09 4月, 2003 4 次提交
  6. 08 4月, 2003 2 次提交
    • M
      Added some more informix compatibility functions. · a50f285d
      Michael Meskes 提交于
      a50f285d
    • J
      Avoid primary key lookup (and lock) if foreign key does not change · cd203f33
      Jan Wieck 提交于
      on UPDATE.
      
      This get's rid of the long standing annoyance that updating a row
      that has foreign keys locks all the referenced rows even if the
      foreign key values do not change.
      
      The trick is to actually do a check identical to NO ACTION after an
      eventually done UPDATE in the SET DEFAULT case. Since a SET DEFAULT
      operation should have moved referencing rows to a new "home", a following
      NO ACTION check can only fail if the column defaults of the referencing
      table resulted in the key we actually deleted. Thanks to Stephan.
      
      Jan
      cd203f33
  7. 07 4月, 2003 5 次提交
  8. 06 4月, 2003 1 次提交
  9. 05 4月, 2003 2 次提交
  10. 04 4月, 2003 11 次提交
  11. 03 4月, 2003 4 次提交
  12. 02 4月, 2003 1 次提交