Skip to content
Snippets Groups Projects
  1. May 06, 2014
    • Bruce Momjian's avatar
      pgindent run for 9.4 · 0a783200
      Bruce Momjian authored
      This includes removing tabs after periods in C comments, which was
      applied to back branches, so this change should not effect backpatching.
      0a783200
  2. Sep 20, 2010
  3. Jun 11, 2009
  4. Apr 06, 2007
  5. Oct 15, 2005
  6. Jul 11, 2005
  7. May 25, 2005
  8. Sep 05, 2002
  9. Nov 29, 2001
    • Bruce Momjian's avatar
      * When postgres.h does not define BYTE_ENDIAN pgcrypto · 8aa538cf
      Bruce Momjian authored
        produces garbage.
      
      I learned the hard way that
      
              #if UNDEFINED_1 == UNDEFINED_2
              #error "gcc is idiot"
              #endif
      
      prints "gcc is idiot" ...
      
      Affected are MD5/SHA1 in internal library, and also HMAC-MD5/HMAC-SHA1/
      crypt-md5 which use them.  Blowfish is ok, also Rijndael on at
      least x86.
      
      Big thanks to Daniel Holtzman who send me a build log which
      contained warning:
      
              md5.c:246: warning: `X' defined but not used
      
      Yes, gcc is that helpful...
      
      Please apply this.
      
      --
      marko
      8aa538cf
  10. Nov 20, 2001
  11. Nov 05, 2001
  12. Oct 28, 2001
  13. Oct 25, 2001
  14. Aug 22, 2001
  15. Aug 21, 2001
Loading