1. 20 Apr, 2002 2 commits
    • Peter Eisentraut's avatar
      Scanner performance improvements · 32c6c99e
      Peter Eisentraut authored
      Use flex flags -CF.  Pass the to-be-scanned string around as StringInfo
      type, to avoid querying the length repeatedly.  Clean up some code and
      remove lex-compatibility cruft.  Escape backslash sequences inline.  Use
      flex-provided yy_scan_buffer() function to set up input, rather than using
      myinput().
      32c6c99e
    • Peter Eisentraut's avatar
      Add missing include. · ff428147
      Peter Eisentraut authored
      ff428147
  2. 19 Apr, 2002 2 commits
    • Tom Lane's avatar
      Change naming rule for ON SELECT rules of views: they're all just · 6d6ca216
      Tom Lane authored
      _RETURN now, since there's no need to keep 'em unique anymore.
      6d6ca216
    • Tom Lane's avatar
      pg_trigger's index on tgrelid is replaced by a unique index on · 20173716
      Tom Lane authored
      (tgrelid, tgname).  This provides an additional check on trigger name
      uniqueness per-table (which was already enforced by the code anyway).
      With this change, RelationBuildTriggers will read the triggers in
      order by tgname, since it's scanning using this index.  Since a
      predictable trigger ordering has been requested for some time, document
      this behavior as a feature.  Also document that rules fire in name
      order, since yesterday's changes to pg_rewrite indexing cause that too.
      20173716
  3. 18 Apr, 2002 23 commits
  4. 17 Apr, 2002 7 commits
  5. 16 Apr, 2002 4 commits
  6. 15 Apr, 2002 2 commits