Skip to content
Snippets Groups Projects
  1. Apr 02, 2002
    • Tom Lane's avatar
      Add tgconstrrelid to stored Trigger structures, make RI trigger functions · 789ddcb5
      Tom Lane authored
      depend on this rather than the trigger argument strings to locate the
      other relation to test.  This makes RI triggers function properly in
      the presence of schemas and temp tables.  Along the way, fix bogus lack
      of locking in RI triggers, handle quoting of names fully correctly,
      compute required sizes of query buffers with some semblance of accuracy.
      789ddcb5
  2. Apr 01, 2002
  3. Mar 31, 2002
  4. Mar 30, 2002
  5. Mar 29, 2002
  6. Mar 28, 2002
    • Hiroshi Inoue's avatar
      [2002-03-28] · 6852741c
      Hiroshi Inoue authored
      1) Prepare to separate 4 kinds of Descriptor handles.
      2) Detect the transaction status more naturally.
      3) Improve Parse Statement functionality for the use
         of updatable cursors.
      4) Improve updatable cursors.
      5) Implement SQLGetDescField() and improve SQLColAttribute().
      6) etc.
      6852741c
  7. Mar 27, 2002
  8. Mar 26, 2002
  9. Mar 25, 2002
  10. Mar 24, 2002
    • Bruce Momjian's avatar
      Add: · 918feb61
      Bruce Momjian authored
      > * Automatically make a view temporary if it uses a temporary table
      918feb61
Loading