1. 31 Oct, 1999 2 commits
  2. 30 Oct, 1999 11 commits
  3. 29 Oct, 1999 3 commits
  4. 27 Oct, 1999 3 commits
  5. 26 Oct, 1999 11 commits
  6. 25 Oct, 1999 3 commits
  7. 24 Oct, 1999 2 commits
    • Tom Lane's avatar
      Add a notion of a 'catalog version number' that can indicate · eae456cd
      Tom Lane authored
      when an initdb-forcing change has been applied within a development cycle.
      PG_VERSION serves this purpose for official releases, but we can't bump
      the PG_VERSION number every time we make a change to the catalogs during
      development.  Instead, increase the catalog version number to warn other
      developers that you've made an incompatible change.  See my mail to
      pghackers for more info.
      eae456cd
    • Tom Lane's avatar
      Add comment explaining that this table doesn't do what you · 9efee18a
      Tom Lane authored
      might think ... in fact doesn't do much of anything at the moment ...
      9efee18a
  8. 23 Oct, 1999 3 commits
  9. 22 Oct, 1999 2 commits
    • Tom Lane's avatar
      Remove fixed-size literal buffer from ecpg's lexer (same · 45c00246
      Tom Lane authored
      fix recently applied to backend's lexer).  I see that YY_USES_REJECT
      still gets defined for this lexer, which means it's going to have trouble
      parsing really long tokens.  Not sure if it's worth doing anything about
      that or not; I don't have the interest right now to understand why
      ecpg's additions to the syntax cause this problem...
      45c00246
    • Bruce Momjian's avatar
      Remove libpq++ todo item. · abceb20a
      Bruce Momjian authored
      abceb20a