1. 20 2月, 2007 7 次提交
  2. 19 2月, 2007 6 次提交
  3. 18 2月, 2007 5 次提交
    • B
      aa728d5f
    • B
      Update wording: · 9f6ed2f4
      Bruce Momjian 提交于
      <   Currently, ALTER USER and ALTER DATABASE support per-user and
      >   Currently ALTER USER and ALTER DATABASE support per-user and
      < 	  Currently, subtracting one date from another that crosses a
      > 	  Currently subtracting one date from another that crosses a
      <   Currently, SQL-language functions can only refer to parameters via $1, etc
      >   Currently SQL-language functions can only refer to dollar parameters,
      >   e.g. $1
      <   Currently, queries prepared via the libpq API are planned on first
      >   Currently queries prepared via the libpq API are planned on first
      < 	  Currently, SET <tab> causes a database lookup to check all
      > 	  Currently SET <tab> causes a database lookup to check all
      < 	  Currently, all statement results are transferred to the libpq
      > 	  Currently all statement results are transferred to the libpq
      9f6ed2f4
    • B
      Add: · 0e461f27
      Bruce Momjian 提交于
      * Allow SQL-language functions to reference parameters by parameter name
      
        Currently SQL-language functions can only refer to parameters via $1, etc
      0e461f27
    • B
      Update "Conflicting lock modes" to show as conflict, add · 9b9cd9c2
      Bruce Momjian 提交于
      current/requested headings, add link to table from text.
      9b9cd9c2
    • T
      Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy and · 49451ae0
      Tom Lane 提交于
      equal functions are checked for raw parse trees as well as post-analysis
      trees.  This was never very important before, but the upcoming plan cache
      control module will need to be able to do copyObject() on raw parse trees.
      49451ae0
  4. 17 2月, 2007 15 次提交
  5. 16 2月, 2007 7 次提交