1. 13 8月, 2005 19 次提交
  2. 12 8月, 2005 10 次提交
  3. 11 8月, 2005 8 次提交
  4. 10 8月, 2005 3 次提交
    • T
      Extend pg_config to be able to report the build-time values of CC, · cbd015d7
      Tom Lane 提交于
      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
    • T
      Make backends that are reading the pgstats file verify each backend PID · c7bba5e2
      Tom Lane 提交于
      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
    • B
      Combine entries: · f80cf690
      Bruce Momjian 提交于
      <   inheritance
      < * Allow enable_constraint_exclusion to work for UPDATE and DELETE queries
      >   inheritance, and allow it to work for UPDATE and DELETE queries
      f80cf690