Age | Commit message (Expand) | Author |
2022-07-08 | Remove HP-UX port. | Thomas Munro |
2022-03-25 | Refactor DLSUFFIX handling | Peter Eisentraut |
2019-10-21 | Select CFLAGS_SL at configure time, not in platform-specific Makefiles. | Tom Lane |
2019-02-04 | Move port-specific parts of with_temp_install to port makefile. | Andrew Gierth |
2019-01-02 | Ensure link commands list *.o files before LDFLAGS. | Tom Lane |
2015-08-31 | Remove support for Unix systems without the POSIX signal APIs. | Tom Lane |
2010-07-05 | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane |
2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
2006-02-07 | Remove ancient hack to work around a peculiarity of libcurses on HPUX. | Tom Lane |
2005-12-09 | Allow installation into directories containing spaces in the name. | Peter Eisentraut |
2004-12-21 | Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolic | Tom Lane |
2004-11-20 | On some HPUX versions/hardware, it seems we need to include libgcc.a in | Tom Lane |
2004-11-19 | Clean up rpath handling for HPUX --- we can't use the cc-style rpath | Tom Lane |
2004-11-19 | Modify the platform-specific makefiles so that macro 'rpath' is defined | Tom Lane |
2004-09-02 | Fix shared library linking operations to work properly on all (or at | Tom Lane |
2003-05-29 | AFAICT, none of our shared libraries are anywhere near big enough to | Tom Lane |
2003-05-11 | Finish removing HPUXMATHLIB. | Tom Lane |
2002-09-04 | Remove leftovers from subproject removals. Fixes for Python and Kerberos | Peter Eisentraut |
2001-08-29 | Install the SQL command man pages into a section appropriate for each | Peter Eisentraut |
2001-03-24 | Hadn't built on a PARISC 1.1 box in a long time ... but when I did, | Tom Lane |
2001-03-14 | Move -Bsymbolic for HPUX to Makefile.hpux, per Peter E's recommendation. | Tom Lane |
2001-03-10 | Use install-sh unconditionally. | Peter Eisentraut |
2000-11-04 | Separate CFLAGS_SL and CXXFLAGS_SL, to allow building with C and C++ | Peter Eisentraut |
2000-10-27 | Make use of system-specific linker option to embed shared library search | Peter Eisentraut |
2000-10-21 | Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to | Peter Eisentraut |
2000-10-07 | Separate -Wl,-E or equivalent into separate make variable, since it's only | Peter Eisentraut |
2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
2000-06-11 | Substituted new configure test for types of accept() | Peter Eisentraut |
1999-01-17 | Re-insert %.sl rule into Makefile.hpux ... seems it is not | Tom Lane |
1998-11-29 | Use autoconf to determine whether system has POSIX signals, | Tom Lane |
1998-10-01 | Change HPUX loader flags to trap null pointer derefs | Tom Lane |
1998-07-06 | Patches HPUX applied for Tom Lane. | Bruce Momjian |
1998-01-27 | This should fix Stan's USE_POSIX_SIGNALS problem as well | Marc G. Fournier |
1998-01-13 | A minor patch for HP/UX 10 vs 9 | Marc G. Fournier |
1997-09-29 | HPUX patches from Vladimir Turin. | Bruce Momjian |
1997-09-24 | HPUX 10 patch. | Bruce Momjian |
1997-07-27 | HPUX 10 patches from Vladimir Turin | Bruce Momjian |
1997-04-12 | Remove port specific Makefile 'targets' (ie. shared libraries) from | Marc G. Fournier |