1. 29 Oct, 1996 1 commit
  2. 16 Oct, 1996 1 commit
  3. 15 Oct, 1996 1 commit
  4. 10 Oct, 1996 1 commit
  5. 19 Aug, 1996 2 commits
    • Marc G. Fournier's avatar
      Here's a minor fix that fixes a casting problem: · 0e9f4cea
      Marc G. Fournier authored
      -Kurt
      0e9f4cea
    • Marc G. Fournier's avatar
      Fixes: · 77e01653
      Marc G. Fournier authored
      When you connect to a database with PQsetdb, as with psql, depending on
      how your uninitialized variables are set, you can get a failure with a
      "There is no connection to the backend" message.
      
      The fix is to move a call to PQexec() from inside connectDB() to
      PQsetdb() after connectDB() returns to PQsetdb().  That way a connection
      doesn't have to be already established in order to establish it!
      
      
      From:  bryanh@giraffe.netgate.net (Bryan Henderson)
      77e01653
  6. 10 Aug, 1996 1 commit
  7. 06 Aug, 1996 1 commit
    • Marc G. Fournier's avatar
      Fixes for: · c4e53a14
      Marc G. Fournier authored
      Here are a few minor fixes to Postgres95.  Mostly I have added const
      to some of the char pointers.  There was also a missing header file
      and a place where it looks like "==" was used when "=" was meant.
      I also changed some variables from Pfin and Pfout tp pfin and pfout
      because the latter shadow global variables and that just seems like
      an unsafe practice which I like to avoid.
      
      Submitted by:  "D'Arcy J.M. Cain" <darcy@druid.druid.com>
      c4e53a14
  8. 23 Jul, 1996 1 commit
  9. 19 Jul, 1996 1 commit
  10. 12 Jul, 1996 1 commit
  11. 09 Jul, 1996 1 commit