1. 27 Jul, 2010 5 commits
  2. 26 Jul, 2010 3 commits
  3. 25 Jul, 2010 4 commits
  4. 24 Jul, 2010 3 commits
  5. 23 Jul, 2010 3 commits
  6. 22 Jul, 2010 4 commits
    • Robert Haas's avatar
      Add missing function prototype. · bca03b12
      Robert Haas authored
      Fujii Masao
      bca03b12
    • Robert Haas's avatar
    • Robert Haas's avatar
      Add options to force quoting of all identifiers. · ce68df46
      Robert Haas authored
      I've added a quote_all_identifiers GUC which affects the behavior
      of the backend, and a --quote-all-identifiers argument to pg_dump
      and pg_dumpall which sets the GUC and also affects the quoting done
      internally by those applications.
      
      Design by Tom Lane; review by Alex Hunsaker; in response to bug #5488
      filed by Hartmut Goebel.
      ce68df46
    • Robert Haas's avatar
      Centralize DML permissions-checking logic. · b8c6c71d
      Robert Haas authored
      Remove bespoke code in DoCopy and RI_Initial_Check, which now instead
      fabricate call ExecCheckRTPerms with a manufactured RangeTblEntry.
      This is intended to make it feasible for an enhanced security provider
      to actually make use of ExecutorCheckPerms_hook, but also has the
      advantage that RI_Initial_Check can allow use of the fast-path when
      column-level but not table-level permissions are present.
      
      KaiGai Kohei.  Reviewed (in an earlier version) by Stephen Frost, and by me.
      Some further changes to the comments by me.
      b8c6c71d
  7. 20 Jul, 2010 8 commits
  8. 19 Jul, 2010 1 commit
  9. 18 Jul, 2010 7 commits
  10. 16 Jul, 2010 2 commits