1. 13 Aug, 2005 1 commit
  2. 12 Aug, 2005 24 commits
  3. 11 Aug, 2005 7 commits
  4. 10 Aug, 2005 4 commits
  5. 09 Aug, 2005 4 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
    • Bruce Momjian's avatar
      Done: · 20e26447
      Bruce Momjian authored
      > * -Add C code on Unix to copy directories for use in creating new databases
      20e26447