1. 26 Jan, 1998 3 commits
    • Marc G. Fournier's avatar
      From: Phil Thompson <phil@river-bank.demon.co.uk> · d5bbe2ac
      Marc G. Fournier authored
      I've completed the patch to fix the protocol and authentication issues I
      was discussing a couple of weeks ago.  The particular changes are:
      
      - the protocol has a version number
      - network byte order is used throughout
      - the pg_hba.conf file is used to specify what method is used to
        authenticate a frontend (either password, ident, trust, reject, krb4
        or krb5)
      - support for multiplexed backends is removed
      - appropriate changes to man pages
      - the -a switch to many programs to specify an authentication service
        no longer has any effect
      - the libpq.so version number has changed to 1.1
      
      The new backend still supports the old protocol so old interfaces won't
      break.
      d5bbe2ac
    • Bruce Momjian's avatar
      cash_words_out fix · 91d983aa
      Bruce Momjian authored
      91d983aa
    • Marc G. Fournier's avatar
      From: Darren King <darrenk@insightdist.com> · 20e11f29
      Marc G. Fournier authored
      I have always been under the impression that NULL is not equal to
      NULL and that NULL is not equal to anything else either.  If this
      is the case, then this patch is correct.
      
      If NULL _is_ equal to NULL, then I think there are other problems
      in the Group By logic.
      20e11f29
  2. 25 Jan, 1998 16 commits
  3. 24 Jan, 1998 2 commits
  4. 23 Jan, 1998 8 commits
  5. 22 Jan, 1998 2 commits
  6. 21 Jan, 1998 2 commits
  7. 20 Jan, 1998 4 commits
  8. 19 Jan, 1998 3 commits