Skip to content
Snippets Groups Projects
  1. Mar 25, 1997
  2. Mar 24, 1997
  3. Mar 21, 1997
  4. Mar 20, 1997
  5. Mar 19, 1997
  6. Mar 18, 1997
    • Marc G. Fournier's avatar
      From: Jun Kuwamura <juk@rccm.co.jp> · 678cd5c6
      Marc G. Fournier authored
      Subject: [HACKERS] auth.c for kerberos.
      
        I made pgsql with eBones(international version of Kerberos4).  The
      following modification was needed.  And I added read permition for
      group to srvtab instead of running postmaster as root.
      678cd5c6
    • Marc G. Fournier's avatar
      Replace strsep() by strtok() · 3bc07104
      Marc G. Fournier authored
      By: Dan McGuirk <mcguirk@indirect.com>
      3bc07104
    • Marc G. Fournier's avatar
      This is an attempt to get rid of some cruft... · d611b07d
      Marc G. Fournier authored
      According to man page under FreeBSD for sys_errlist[], strerror() should be
      used instead...not sure if this will break other systems, so only changing
      two files for now, and we'll see what "errors" it turns up
      d611b07d
    • Marc G. Fournier's avatar
    • Marc G. Fournier's avatar
      - Move most of the I/O in both libpq and the backend to a set · 812a6c2b
      Marc G. Fournier authored
          of common routines in pqcomprim.c (pq communication primitives).
          Not all adapted to it yet, but it's a start.
      
        - Rewritten some of those routines, to write/read bigger chunks of
          data, precomputing stuff in buffers instead of sending out byte
          by byte.
      
        - As a consequence, I need to know the endianness of the machine.
          Currently I rely on getting it from machine/endian.h, but this
          may not be available everywhere? (Who the hell thought it was
          a good idea to pass integers to the backend the other way around
          than the normal network byte order? *argl*)
      
        - Libpq looks in the environment for magic variables, and upon
          establishing a connection to the backend, sends it queries
          of the form "SET var_name TO 'var_value'". This needs a change
          in the backend parser (Mr. Parser, are you there? :)
      
        - Currently it looks for two Env-Vars, namely PG_DATEFORMAT
          and PG_FLOATFORMAT. What else makes sense? PG_TIMEFORMAT?
          PG_TIMEZONE?
      
      From: "Martin J. Laubach" <mjl@wwx.vip.at>
      812a6c2b
Loading