1. 14 Apr, 2000 3 commits
    • Tom Lane's avatar
      If configure finds that inet_aton() is not present on this platform, · bf00aec8
      Tom Lane authored
      include the version from backend/port into libpq.
      There is a second-rate implementation of inet_aton() already present
      in fe-connect.c, #ifdef'd WIN32.  That ought to be removed in favor
      of using the better version from port/.  However, since I'm not in a
      position to test the WIN32 code, I will leave well enough alone for
      this release...
      bf00aec8
    • Tom Lane's avatar
      Revert inclusion of postgres_ext.h to use "..." instead of <...>, per · 977fad3f
      Tom Lane authored
      request from XEmacs people.
      977fad3f
    • Tom Lane's avatar
      Repair bug reported by Wickstrom: backend would crash if WHERE clause · 9d91db4f
      Tom Lane authored
      contained a sub-SELECT nested within an AND/OR tree that cnfify()
      thought it should rearrange.  Same physical sub-SELECT node could
      end up linked into multiple places in resulting expression tree.
      This is harmless for most node types, but not for SubLink.
      Repair bug by making physical copies of subexpressions that get
      logically duplicated by cnfify().  Also, tweak the heuristic that
      decides whether it's a good idea to do cnfify() --- we don't really
      want that to happen when it would cause multiple copies of a subselect
      to be generated, I think.
      9d91db4f
  2. 13 Apr, 2000 3 commits
  3. 12 Apr, 2000 8 commits
  4. 11 Apr, 2000 12 commits
  5. 10 Apr, 2000 4 commits
  6. 09 Apr, 2000 5 commits
  7. 08 Apr, 2000 5 commits