1. 14 Jun, 2008 1 commit
    • Tom Lane's avatar
      Refactor the handling of the various DropStmt variants so that when multiple · 0cefb50f
      Tom Lane authored
      objects are specified, we drop them all in a single performMultipleDeletions
      call.  This makes the RESTRICT/CASCADE checks more relaxed: it's not counted
      as a cascade if one of the later objects has a dependency on an earlier one.
      NOTICE messages about such cases go away, too.
      
      In passing, fix the permissions check for DROP CONVERSION, which for some
      reason was never made role-aware, and omitted the namespace-owner exemption
      too.
      
      Alex Hunsaker, with further fiddling by me.
      0cefb50f
  2. 13 Jun, 2008 2 commits
    • Bruce Momjian's avatar
      Modify TODO entry to be a function: · 95ce4ee9
      Bruce Momjian authored
      > 	o Add functions to syntax check configuration files
      >
      < * Add pg_ctl option to do a syntax check of postgresql.conf
      95ce4ee9
    • Tom Lane's avatar
      Improve the various elog messages in tuptoaster.c to report which TOAST table · 55a56845
      Tom Lane authored
      the problem happened in.  These are all supposedly can't-happen cases, but
      when they do happen it's useful to know where.
      
      Back-patch to 8.3, but not further because the patch doesn't apply cleanly
      further back.  Given the lack of response to my proposal of this, there
      doesn't seem to be enough interest to justify much back-porting effort.
      55a56845
  3. 12 Jun, 2008 3 commits
  4. 11 Jun, 2008 6 commits
  5. 10 Jun, 2008 4 commits
  6. 09 Jun, 2008 6 commits
  7. 08 Jun, 2008 5 commits
  8. 07 Jun, 2008 1 commit
  9. 06 Jun, 2008 2 commits
  10. 05 Jun, 2008 3 commits
  11. 04 Jun, 2008 2 commits
  12. 02 Jun, 2008 1 commit
  13. 01 Jun, 2008 3 commits
  14. 31 May, 2008 1 commit