1. 28 Apr, 2000 8 commits
  2. 27 Apr, 2000 4 commits
  3. 26 Apr, 2000 11 commits
  4. 25 Apr, 2000 7 commits
  5. 24 Apr, 2000 2 commits
  6. 23 Apr, 2000 7 commits
  7. 22 Apr, 2000 1 commit
    • Tom Lane's avatar
      Remove broken tracing code (which would be dangerous if it did work...) · 290978ff
      Tom Lane authored
      libpq++.h contained copies of the class declarations in the other libpq++
      include files, which was bogus enough, but the declarations were not
      completely in step with the real declarations.  Remove these in favor
      of including the headers with #include.  Make PgConnection destructor
      virtual (not absolutely necessary, but seems like a real good idea
      considering the number of subclasses derived from it).  Give all classes
      declared private copy constructors and assignment operators, to prevent
      compiler from thinking it can copy these objects safely.
      290978ff