Skip to content
Snippets Groups Projects
  1. Aug 05, 2003
  2. Aug 04, 2003
  3. Aug 03, 2003
  4. Aug 02, 2003
  5. Aug 01, 2003
    • Bruce Momjian's avatar
      Add: · fb78fd0e
      Bruce Momjian authored
      <
      > 	o Allow PL/pgSQL EXECUTE query_var INTO record_var;
      fb78fd0e
    • Tom Lane's avatar
      Code review for sslmode patch: eliminate memory leak, avoid giving a · 57c08791
      Tom Lane authored
      completely useless error message in 'allow' case, don't retry connection
      at the sendauth stage (by then the server will either let us in or not,
      no point in wasting cycles on another try in the other SSL state).
      57c08791
    • Tom Lane's avatar
      Since HPUX now exists for Itanium, we should decouple the assumption · 13ac54d1
      Tom Lane authored
      that OS=hpux is the same as CPU=hppa.  First steps at doing this.
      With these patches, we still work on hppa with either gcc or HP's cc.
      We might work on hpux/itanium with gcc, but I can't test it.  Definitely
      will not work on hpux/itanium with non-gcc compiler, for lack of spinlock
      code.
      13ac54d1
Loading