1. 09 5月, 2003 1 次提交
    • T
      Update 3.0 protocol support to match recent agreements about how to · c0a8c3ac
      Tom Lane 提交于
      handle multiple 'formats' for data I/O.  Restructure CommandDest and
      DestReceiver stuff one more time (it's finally starting to look a bit
      clean though).  Code now matches latest 3.0 protocol document as far
      as message formats go --- but there is no support for binary I/O yet.
      c0a8c3ac
  2. 08 5月, 2003 1 次提交
  3. 07 5月, 2003 5 次提交
  4. 06 5月, 2003 4 次提交
  5. 05 5月, 2003 2 次提交
  6. 04 5月, 2003 3 次提交
  7. 03 5月, 2003 8 次提交
  8. 01 5月, 2003 1 次提交
  9. 30 4月, 2003 1 次提交
    • T
      Infrastructure for deducing Param types from context, in the same way · aa282d44
      Tom Lane 提交于
      that the types of untyped string-literal constants are deduced (ie,
      when coerce_type is applied to 'em, that's what the type must be).
      Remove the ancient hack of storing the input Param-types array as a
      global variable, and put the info into ParseState instead.  This touches
      a lot of files because of adjustment of routine parameter lists, but
      it's really not a large patch.  Note: PREPARE statement still insists on
      exact specification of parameter types, but that could easily be relaxed
      now, if we wanted to do so.
      aa282d44
  10. 29 4月, 2003 1 次提交
  11. 28 4月, 2003 4 次提交
  12. 27 4月, 2003 2 次提交
  13. 26 4月, 2003 3 次提交
    • T
      Tweak stats collector start logic so that we will not try to spawn a · 2b1e36c7
      Tom Lane 提交于
      new stats collector oftener than once a minute.  Per gripe from Erik Walthinsen
      4/25/03.
      2b1e36c7
    • T
      Make [VACUUM] ANALYZE safe on zero-column tables. · 9fdb1de3
      Tom Lane 提交于
      9fdb1de3
    • T
      In the continuing saga of FE/BE protocol revisions, add reporting of · 9cbaf721
      Tom Lane 提交于
      initial values and runtime changes in selected parameters.  This gets
      rid of the need for an initial 'select pg_client_encoding()' query in
      libpq, bringing us back to one message transmitted in each direction
      for a standard connection startup.  To allow server version to be sent
      using the same GUC mechanism that handles other parameters, invent the
      concept of a never-settable GUC parameter: you can 'show server_version'
      but it's not settable by any GUC input source.  Create 'lc_collate' and
      'lc_ctype' never-settable parameters so that people can find out these
      settings without need for pg_controldata.  (These side ideas were all
      discussed some time ago in pgsql-hackers, but not yet implemented.)
      9cbaf721
  14. 25 4月, 2003 4 次提交