Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
| | |||
* | Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be | Tom Lane | 2007-04-06 |
| | | | | | | right, there seems precious little reason to have a pile of hand-maintained endianness definitions in src/include/port/*.h. Get rid of those, and make the couple of places that used them depend on WORDS_BIGENDIAN instead. | ||
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
| | |||
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
| | |||
* | Apparently HPUX runs the IA64 in big-endian mode. | Tom Lane | 2004-09-02 |
| | |||
* | Move slock_t typdefs into s_lock.h from include/port files for | Bruce Momjian | 2003-12-23 |
| | | | | centralization and easier maintanence. | ||
* | pgindent run. | Bruce Momjian | 2003-08-04 |
| | |||
* | Since HPUX now exists for Itanium, we should decouple the assumption | Tom Lane | 2003-08-01 |
| | | | | | | | | 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. | ||
* | pgindent run. | Bruce Momjian | 2002-09-04 |
| | |||
* | Revert _LARGEFILE64_SOURCE addition; good try but doesn't work, | Tom Lane | 2002-08-30 |
| | | | | | at least not on HPUX 10.20, and there's no reason to think it is needed on later versions. | ||
* | Workaround for broken large file support on HP-UX | Peter Eisentraut | 2002-08-29 |
| | |||
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
| | | | | spacing. Also adds space for one-line comments. | ||
* | USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are | Peter Eisentraut | 2000-10-29 |
| | | | | | | | | 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. | ||
* | #define JMP_BUF has been unnecessary since the arrival of the sigsetjmp | Peter Eisentraut | 2000-10-28 |
| | | | | test. | ||
* | Avoid compiler warnings on systems that have snprintf and/or vsnprintf | Tom Lane | 1999-12-20 |
| | | | | | but do not bother to declare them in <stdio.h>. Seems to be a more common omission than you'd think... | ||
* | Add configure test to see whether vsnprintf() is present, | Tom Lane | 1999-01-17 |
| | | | | | separately from snprintf() --- HPUX, for one, has snprintf but not vsnprintf. Fix a minor typo in snprintf.c, too. | ||
* | Use autoconf to determine whether system has POSIX signals, | Tom Lane | 1998-11-29 |
| | | | | | | | 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. | ||
* | Make HP-PA S_UNLOCK a little faster and less dependent on unspecified ↵ | Tom Lane | 1998-10-01 |
| | | | | | | | compiler codegen details. Make default S_LOCK macro more robust against syntax mistakes. (I cleared these changes with David Gould a few days ago.) | ||
* | Patches HPUX applied for Tom Lane. | Bruce Momjian | 1998-07-06 |
| | |||
* | HPUX patches from Vladimir Turin. | Bruce Momjian | 1997-09-29 |
| | |||
* | 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 | 1997-09-08 |
| | | | | indenting. Also static variable indenting. | ||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
| | |||
* | HPUX 10 patches from Vladimir Turin | Bruce Momjian | 1997-07-27 |
| | |||
* | More more of the include files under the include directory | Marc G. Fournier | 1997-04-12 |