1. 03 12月, 2004 4 次提交
  2. 02 12月, 2004 15 次提交
  3. 01 12月, 2004 6 次提交
    • B
      Remove question mark on COPY CSV fix: · 4b9a12b1
      Bruce Momjian 提交于
      < 	  returns in data?
      > 	  returns in data
      4b9a12b1
    • B
      Add \n to end of output for psql \s with no history file name. · a6c13770
      Bruce Momjian 提交于
      This prevents the next psql prompt from showing up on the end of the
      last history line.
      a6c13770
    • B
      Update Turkish FAQ. · f02a21b1
      Bruce Momjian 提交于
      Devrim GUNDUZ
      f02a21b1
    • B
      Removed: · 8b9a9c9a
      Bruce Momjian 提交于
      < * Make log_min_duration_statement output when the duration is reached rather
      <   than when the statement completes
      <
      <   This prints long queries while they are running, making trouble shooting
      <   easier.  Also, it eliminates the need for log_statement because it
      <   would now be the same as a log_min_duration_statement of zero.
      8b9a9c9a
    • B
      Quote SHELL arguments only on Win32. · f44c64c7
      Bruce Momjian 提交于
      f44c64c7
    • B
      Add: · ff5b6c98
      Bruce Momjian 提交于
      > * Make log_min_duration_statement output when the duration is reached rather
      >   than when the statement completes
      >
      >   This prints long queries while they are running, making trouble shooting
      >   easier.  Also, it eliminates the need for log_statement because it
      >   would now be the same as a log_min_duration_statement of zero.
      ff5b6c98
  4. 30 11月, 2004 8 次提交
    • T
      Fix readline/libedit selection code to prefer readline over libedit · aef2d0d8
      Tom Lane 提交于
      reliably (ie, regardless of which libraries they depend on).  Also
      make sure that we don't select headers that obviously belong to the
      wrong one of the two libraries.  This was discussed back around 4-Sep
      but seems to have slipped through the cracks.  The header selection
      could be checked more closely, perhaps, but let's see if this is good
      enough.
      aef2d0d8
    • B
      Update wording: · c3df447a
      Bruce Momjian 提交于
      < you would like to work on an item, please read the developer's FAQ
      > you would like to work on an item, please read the Developer's FAQ
      c3df447a
    • B
      Updated TODO list description: · 89d922b1
      Bruce Momjian 提交于
      9c5
      < Last updated:		Mon Nov 29 23:33:09 EST 2004
      > Last updated:		Tue Nov 30 00:03:37 EST 2004
      13a10,16
      > #A hyphen, "-", marks changes that will appear in the upcoming 8.1 release.#
      >
      > Bracketed items, "[]", have more detail.
      >
      > This list contains all known PostgreSQL bugs and feature requests. If
      > you would like to work on an item, please read the developer's FAQ
      > first.
      89d922b1
    • B
      Add: · 0548046e
      Bruce Momjian 提交于
      > * Prevent INET cast to CIDR from droping netmask, SELECT '1.1.1.1'::inet::cidr
      0548046e
    • B
      Add: · 72cf815c
      Bruce Momjian 提交于
      > 	o Allow COPY FROM ... CVS to interpret newlines and carriage
      > 	  returns in data?
      >
      > 	  This would require major refactoring of the copy source code.
      72cf815c
    • N
      Fix a few typos in comments. · 16c46870
      Neil Conway 提交于
      16c46870
    • B
      Add: · 844cb60f
      Bruce Momjian 提交于
      > * Improve NLS maintenace of libpgport messages linked onto applications
      >
      844cb60f
    • T
      Update plperl to use ereport() not elog() for user-facing messages, · af434fcd
      Tom Lane 提交于
      so that they will be translatable.  Give messages some semblance of
      conformance to the style guide.
      af434fcd
  5. 29 11月, 2004 7 次提交