1. 01 Dec, 2004 5 commits
    • Tom Lane's avatar
    • Tom Lane's avatar
      Clarify documentation of age() functions. · 4828445d
      Tom Lane authored
      4828445d
    • Tom Lane's avatar
      Change planner to use the current true disk file size as its estimate of · 5374d097
      Tom Lane authored
      a relation's number of blocks, rather than the possibly-obsolete value
      in pg_class.relpages.  Scale the value in pg_class.reltuples correspondingly
      to arrive at a hopefully more accurate number of rows.  When pg_class
      contains 0/0, estimate a tuple width from the column datatypes and divide
      that into current file size to estimate number of rows.  This improved
      methodology allows us to jettison the ancient hacks that put bogus default
      values into pg_class when a table is first created.  Also, per a suggestion
      from Simon, make VACUUM (but not VACUUM FULL or ANALYZE) adjust the value
      it puts into pg_class.reltuples to try to represent the mean tuple density
      instead of the minimal density that actually prevails just after VACUUM.
      These changes alter the plans selected for certain regression tests, so
      update the expected files accordingly.  (I removed join_1.out because
      it's not clear if it still applies; we can add back any variant versions
      as they are shown to be needed.)
      5374d097
    • Bruce Momjian's avatar
      Add: · b7bcea64
      Bruce Momjian authored
      > * Allow ecpg to work with MSVC and BCC
      b7bcea64
    • Bruce Momjian's avatar
      Update with Gavin's additions. · 7f20a592
      Bruce Momjian authored
      7f20a592
  2. 30 Nov, 2004 13 commits
    • Bruce Momjian's avatar
      Remove question mark on COPY CSV fix: · 4b9a12b1
      Bruce Momjian authored
      < 	  returns in data?
      > 	  returns in data
      4b9a12b1
    • Bruce Momjian's avatar
      Add \n to end of output for psql \s with no history file name. · a6c13770
      Bruce Momjian authored
      This prevents the next psql prompt from showing up on the end of the
      last history line.
      a6c13770
    • Bruce Momjian's avatar
      Update Turkish FAQ. · f02a21b1
      Bruce Momjian authored
      Devrim GUNDUZ
      f02a21b1
    • Bruce Momjian's avatar
      Removed: · 8b9a9c9a
      Bruce Momjian authored
      < * 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
    • Bruce Momjian's avatar
      Quote SHELL arguments only on Win32. · f44c64c7
      Bruce Momjian authored
      f44c64c7
    • Bruce Momjian's avatar
      Add: · ff5b6c98
      Bruce Momjian authored
      > * 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
    • Tom Lane's avatar
      Fix readline/libedit selection code to prefer readline over libedit · aef2d0d8
      Tom Lane authored
      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
    • Bruce Momjian's avatar
      Update wording: · c3df447a
      Bruce Momjian authored
      < 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
    • Bruce Momjian's avatar
      Updated TODO list description: · 89d922b1
      Bruce Momjian authored
      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
    • Bruce Momjian's avatar
      Add: · 0548046e
      Bruce Momjian authored
      > * Prevent INET cast to CIDR from droping netmask, SELECT '1.1.1.1'::inet::cidr
      0548046e
    • Bruce Momjian's avatar
      Add: · 72cf815c
      Bruce Momjian authored
      > 	o Allow COPY FROM ... CVS to interpret newlines and carriage
      > 	  returns in data?
      >
      > 	  This would require major refactoring of the copy source code.
      72cf815c
    • Neil Conway's avatar
      Fix a few typos in comments. · 16c46870
      Neil Conway authored
      16c46870
    • Bruce Momjian's avatar
      Add: · 844cb60f
      Bruce Momjian authored
      > * Improve NLS maintenace of libpgport messages linked onto applications
      >
      844cb60f
  3. 29 Nov, 2004 8 commits
  4. 28 Nov, 2004 4 commits
  5. 27 Nov, 2004 8 commits
  6. 26 Nov, 2004 1 commit
  7. 24 Nov, 2004 1 commit