1. 12 Oct, 2005 3 commits
    • Peter Eisentraut's avatar
      Update keywords table for 8.1. · 41026406
      Peter Eisentraut authored
      41026406
    • Bruce Momjian's avatar
      Add description: · 75229020
      Bruce Momjian authored
      < * Prevent libpq's PQfnumber() from lowercasing the column name?
      > * Prevent libpq's PQfnumber() from lowercasing the column name
      >
      >   One idea is to lowercase all identifiers except those that are
      >   surrounded by quotes.
      >
      75229020
    • Bruce Momjian's avatar
      Add: · 368f0b28
      Bruce Momjian authored
      > 	o Add options like pg_restore -l and -L to pg_dump
      368f0b28
  2. 11 Oct, 2005 9 commits
  3. 10 Oct, 2005 6 commits
  4. 09 Oct, 2005 1 commit
    • Tom Lane's avatar
      Fix (hopefully for the last time) problems with datetime values displaying · 313ed1ed
      Tom Lane authored
      like '23:59:60' because of fractional-second roundoff problems.  Trying
      to control this upstream of the actual display code was hopeless; the right
      way is to explicitly round fractional seconds in the display code and then
      refigure the results if the fraction rounds up to 1.  Per bug #1927.
      313ed1ed
  5. 08 Oct, 2005 8 commits
  6. 07 Oct, 2005 11 commits
  7. 06 Oct, 2005 2 commits