Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-04 | pgindent run. | Bruce Momjian | |
2002-08-30 | Revert _LARGEFILE64_SOURCE addition; good try but doesn't work, | Tom Lane | |
at least not on HPUX 10.20, and there's no reason to think it is needed on later versions. | |||
2002-08-29 | Workaround for broken large file support on HP-UX | Peter Eisentraut | |
2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | |
spacing. Also adds space for one-line comments. | |||
2000-10-29 | USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are | Peter Eisentraut | |
equivalent. In linux.h there were some #undef HAVE_INT_TIMEZONE, which are useless because HAVE_TM_ZONE overrides it anyway, and messing with configure results isn't cool. | |||
2000-10-28 | #define JMP_BUF has been unnecessary since the arrival of the sigsetjmp | Peter Eisentraut | |
test. | |||
1999-12-20 | Avoid compiler warnings on systems that have snprintf and/or vsnprintf | Tom Lane | |
but do not bother to declare them in <stdio.h>. Seems to be a more common omission than you'd think... | |||
1999-01-17 | Add configure test to see whether vsnprintf() is present, | Tom Lane | |
separately from snprintf() --- HPUX, for one, has snprintf but not vsnprintf. Fix a minor typo in snprintf.c, too. | |||
1998-11-29 | Use autoconf to determine whether system has POSIX signals, | Tom Lane | |
instead of relying on port's os.h to tell us. (Needed for HPUX where system major version is not enough info.) configure unsets USE_TK if X libraries not found. doc/Makefile uses gzcat or zcat as found by autoconf. | |||
1998-10-01 | Make HP-PA S_UNLOCK a little faster and less dependent on unspecified ↵ | Tom Lane | |
compiler codegen details. Make default S_LOCK macro more robust against syntax mistakes. (I cleared these changes with David Gould a few days ago.) | |||
1998-07-06 | Patches HPUX applied for Tom Lane. | Bruce Momjian | |
1997-09-29 | HPUX patches from Vladimir Turin. | Bruce Momjian | |
1997-09-08 | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | |
1997-09-08 | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | |
indenting. Also static variable indenting. | |||
1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | |
1997-07-27 | HPUX 10 patches from Vladimir Turin | Bruce Momjian | |
1997-04-12 | More more of the include files under the include directory | Marc G. Fournier | |