1. 13 8月, 2005 1 次提交
  2. 12 8月, 2005 10 次提交
  3. 11 8月, 2005 8 次提交
  4. 10 8月, 2005 4 次提交
    • 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
    • B
      Done: · 20e26447
      Bruce Momjian 提交于
      > * -Add C code on Unix to copy directories for use in creating new databases
      20e26447
  5. 09 8月, 2005 10 次提交
  6. 08 8月, 2005 4 次提交
  7. 07 8月, 2005 1 次提交
    • T
      COPY performance improvements. Avoid calling CopyGetData for each input · 9b29f9f3
      Tom Lane 提交于
      character, tighten the inner loops of CopyReadLine and CopyReadAttribute,
      arrange to parse out all the attributes of a line in just one call instead
      of one CopyReadAttribute call per attribute, be smarter about which client
      encodings require slow pg_encoding_mblen() loops.  Also, clean up the
      mishmash of static variables and overly-long parameter lists in favor of
      passing around a single CopyState struct containing all the state data.
      Original patch by Alon Goldshuv, reworked by Tom Lane.
      9b29f9f3
  8. 05 8月, 2005 2 次提交