1. 02 9月, 2003 2 次提交
  2. 01 9月, 2003 2 次提交
  3. 30 8月, 2003 1 次提交
  4. 29 8月, 2003 1 次提交
  5. 28 8月, 2003 2 次提交
  6. 27 8月, 2003 1 次提交
  7. 26 8月, 2003 1 次提交
  8. 25 8月, 2003 4 次提交
  9. 19 8月, 2003 1 次提交
  10. 18 8月, 2003 4 次提交
  11. 17 8月, 2003 14 次提交
  12. 15 8月, 2003 3 次提交
  13. 14 8月, 2003 2 次提交
    • T
      libpq failed to cope with COPY FROM STDIN if the command was issued · c01641f8
      Tom Lane 提交于
      via extended query protocol, because it sends Sync right after Execute
      without realizing that the command to be executed is COPY.  There seems
      to be no reasonable way for it to realize that, either, so the best fix
      seems to be to make the backend ignore Sync during copy-in mode.  Bit of
      a wart on the protocol, but little alternative.  Also, libpq must send
      another Sync after terminating the COPY, if the command was issued via
      Execute.
      c01641f8
    • T
      Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow · 0be731ad
      Tom Lane 提交于
      libpq users to perform Bind/Execute of previously prepared statements.
      Per yesterday's discussion, this offers enough performance improvement
      to justify bending the 'no new features during beta' rule.
      0be731ad
  14. 13 8月, 2003 1 次提交
    • B
      I'm quite fond of doing VPATH builds, i.e. building outside the source · c090b053
      Bruce Momjian 提交于
      tree. This also catches lots of little Makefile bugs, so here's a small
      patch for one of them (replacing an explicit reference to thread.c with
      a reference to it as the first prerequsite of the rule makes make look
      for it in the place where it was found (the source tree) rather than in
      the build tree. (using GNU make 3.79.1)
      
      John Gray
      c090b053
  15. 12 8月, 2003 1 次提交
    • B
      Add: · 730b3a15
      Bruce Momjian 提交于
      > * Prevent unneeded quoting in psql \d output using fmtId()
      730b3a15