Skip to content
Snippets Groups Projects
  1. May 02, 2003
  2. May 01, 2003
  3. Apr 30, 2003
    • Tom Lane's avatar
      Update to describe new set of globally-known contexts planned for support · 0c57d69d
      Tom Lane authored
      of extended query features in new FE/BE protocol.  TransactionCommandContext
      is gone (PortalContext replaces it for some purposes), and QueryContext
      has taken on a new meaning (MessageContext plays its old role).
      0c57d69d
    • Tom Lane's avatar
      Infrastructure for deducing Param types from context, in the same way · aa282d44
      Tom Lane authored
      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
  4. Apr 29, 2003
  5. Apr 28, 2003
  6. Apr 27, 2003
  7. Apr 26, 2003
  8. Apr 25, 2003
  9. Apr 24, 2003
Loading