Skip to content
  1. Sep 30, 2006
    • emarsden's avatar
      [pg @ 2006-09-30 16:51:12 by emarsden] · ede17214
      emarsden authored
      Add unix-domain socket support for Allegro CL (tested with Express
      edition for Linux/x86).
      
      darcs-hash:8b5f269f3f48782be742a3e1ccbcca7f9506674c
      ede17214
  2. Sep 18, 2006
  3. Jan 27, 2006
  4. Oct 18, 2005
    • pvaneynde's avatar
      [pg @ 2005-10-18 13:07:27 by pvaneynde] · 9b899499
      pvaneynde authored
      Modified sbcl unicode support, works for me.
      Moved requires into asdf package, otherwise we get asdf package problems, unknown if it works with other lisps
      
      darcs-hash:033df81cf627c24fdcd34df9adab60e10377fd4c
      9b899499
  5. Jul 17, 2005
    • emarsden's avatar
      [pg @ 2005-07-17 15:44:48 by emarsden] · 858d1d81
      emarsden authored
      Update to a more recent version of md5.lisp, taken from SBCL's SB-MD5
      contrib. The change is motivated by the fact that SBCL generates a runtime
      error "function declared not to return returned" with the current
      code. Made a few changes to make the code compile in other Common Lisp
      implementations.
      
      darcs-hash:c434dc3b54088edf030c3909c5f03080c396f9d4
      858d1d81
  6. Aug 11, 2004
  7. Apr 01, 2004
    • emarsden's avatar
      [pg @ 2004-04-01 18:35:19 by emarsden] · 62b1b80f
      emarsden authored
      - add md5 authentication (thanks to Brian Mastenbrook). Uses Pierre Mai's
          portable md5.lisp library, that has been added to the project (with extra
          EVAL-WHENness to please OpenMCL and ACL).
      
          Tested with CMUCL, SBCL, OpenMCL, CLISP, ACL 6.1. ABCL does not compile
          md5.lisp, probably for more EVAL-WHEN reasons. Only tested with PostgreSQL
          version 7.4.
      
      darcs-hash:76581bd5b619a8e593164743a8ff044357c680cb
      62b1b80f
  8. Mar 08, 2004
  9. Mar 06, 2004
  10. Mar 05, 2004
    • emarsden's avatar
      [pg @ 2004-03-05 18:08:08 by emarsden] · e981262b
      emarsden authored
      Integrate Peter Van Eynde's v3 protocol support:
      
         - create PGCON-V2 and PGCON-V3 classes
         - PG-CONNECT attempts to connect using v3 protocol, and falls back
           to v2 protocol for older backends; return a PGCON-V2 or PGCON-V3
           object
         - PG-EXEC and FN and PG-DISCONNECT are generic functions that
           dispatch on the connection type
         - protocol code split into v2-protocol.lisp and v3-protocol.lisp
      
      TBD: cleaning up the notification & error reporting support, and
      factorizing more code between the two protocol versions.
      
      Also split code out into multiple files:
      
         - large-object support
         - metainformation about databases
         - parsing and type coercion support
         - utility functions and macros
      
      darcs-hash:00b6e900f7b48953d959f95e55c26ecee52efb37
      e981262b
  11. Mar 03, 2004