1. 13 Aug, 2005 2 commits
    • Bruce Momjian's avatar
      Add documentation: · abecf1af
      Bruce Momjian authored
      >>>I think a more accurate description would be "permissions not
      >>>inherited by children," and that isn't necessarily a bug.
      >>
      >>I agree it may not be a bug - but it's more than the permissions not
      >>being inherited: the parent is affected.
      >
      >
      > Not really, once you understand what's happening.  Unless you use
      > FROM ONLY, selecting from the parent selects from the parent *and*
      > its children.  The parent itself isn't affected, as queries with
      > FROM ONLY should demonstrate.  I understand what you're saying --
      > that there's an apparent effect on the parent -- but there really
      > isn't.
      
      Sean Burlington
      abecf1af
    • Bruce Momjian's avatar
      Disable strtoul() ERANGE check on Win32, because it isn't thread safe, · f810cfb2
      Bruce Momjian authored
      and it isn't really required.
      f810cfb2
  2. 12 Aug, 2005 24 commits
  3. 11 Aug, 2005 7 commits
  4. 10 Aug, 2005 4 commits
  5. 09 Aug, 2005 3 commits
    • Tom Lane's avatar
      Extend pg_config to be able to report the build-time values of CC, · cbd015d7
      Tom Lane authored
      CPPFLAGS, CFLAGS, CFLAGS_SL, LDFLAGS, LDFLAGS_SL, and LIBS.  Change it
      so that invoking pg_config with no arguments reports all available
      information, rather than just giving an error message.  Per discussion.
      cbd015d7
    • Tom Lane's avatar
      Make backends that are reading the pgstats file verify each backend PID · c7bba5e2
      Tom Lane authored
      against the PGPROC array.  Anything in the file that isn't in PGPROC
      gets rejected as being a stale entry.  This should solve complaints about
      stale entries in pg_stat_activity after a BETERM message has been dropped
      due to overload.
      c7bba5e2
    • Bruce Momjian's avatar
      Combine entries: · f80cf690
      Bruce Momjian authored
      <   inheritance
      < * Allow enable_constraint_exclusion to work for UPDATE and DELETE queries
      >   inheritance, and allow it to work for UPDATE and DELETE queries
      f80cf690