1. 19 3月, 2002 15 次提交
  2. 18 3月, 2002 2 次提交
  3. 17 3月, 2002 1 次提交
    • T
      Try to make array_in's behavior a tad less bizarre. Leading whitespace · 0f2fbbba
      Tom Lane 提交于
      before a data item is now always skipped, rather than only sometimes.
      Backslashes not within double-quoted text are treated reasonably, as
      are multiple sequences of quoted text in a single data item.  But it
      still seems rather prone to misbehavior if the input is not completely
      syntactically correct --- in particular, garbage following a right brace
      will be ignored.
      0f2fbbba
  4. 16 3月, 2002 4 次提交
  5. 15 3月, 2002 3 次提交
    • B
      Fix for docs from Patrick Welche: · 5c1dc028
      Bruce Momjian 提交于
      ! 	DIFFERENCE (− or ∖): builds the set difference of
        	two tables. Let <classname>R</classname> and
      <classname>S</classname>
      again be two tables with the same
        	arity. <classname>R</classname> - <classname>S</classname>
      --- 488,494 ----
      
              <listitem>
              <para>
      ! 	EXCEPT (&minus; or &setmn;): builds the set difference of
      5c1dc028
    • D
      patch from Alexey Slynko · a2b55129
      Dave Cramer 提交于
      This patch solve problems with arrays in latest development JDBC driver
      a2b55129
    • B
      The attached patch changes ALTER TABLE OWNER to also change the · 31effd10
      Bruce Momjian 提交于
      ownership of any toast tables that belong to the table that is being
      operated upon (as suggested by Tom Lane).
      
      Neil Conway
      31effd10
  6. 14 3月, 2002 1 次提交
  7. 13 3月, 2002 2 次提交
  8. 12 3月, 2002 5 次提交
  9. 11 3月, 2002 6 次提交
  10. 10 3月, 2002 1 次提交