| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up AIX makefile to recognize subversions of AIX 4.1 correctly. | Tom Lane | 2001-04-04 | 1 | -2/+2 |
* | Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's to | Tom Lane | 2001-04-04 | 1 | -2/+3 |
* | Hadn't built on a PARISC 1.1 box in a long time ... but when I did, | Tom Lane | 2001-03-24 | 1 | -1/+1 |
* | Move -Bsymbolic for HPUX to Makefile.hpux, per Peter E's recommendation. | Tom Lane | 2001-03-14 | 1 | -0/+2 |
* | Use install-sh unconditionally. | Peter Eisentraut | 2001-03-10 | 1 | -0/+2 |
* | Add configure check for -lunix, for QNX. | Peter Eisentraut | 2001-03-03 | 1 | -1/+0 |
* | Massive commits for SunOS4 port. | Tatsuo Ishii | 2001-02-27 | 1 | -2/+3 |
* | Make sure -L and -I's for our source tree are always before system include | Peter Eisentraut | 2001-02-20 | 1 | -3/+2 |
* | Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes. | Bruce Momjian | 2001-02-10 | 2 | -2/+2 |
* | Repair BSD/OS shared library fixes. | Peter Eisentraut | 2001-02-10 | 1 | -2/+2 |
* | Remove -L$(libdir) from DLLLIBS to prevent linking with an old version | Peter Eisentraut | 2001-01-09 | 1 | -2/+2 |
* | Fix linker options for ODBC driver. See comment in | Peter Eisentraut | 2000-12-16 | 8 | -2/+10 |
* | Darwin porting patches from Peter Bierman <bierman@apple.com> | Tom Lane | 2000-12-11 | 1 | -0/+1 |
* | Do not use 'ar cq' to build library archives, use 'ar cr' instead. | Peter Eisentraut | 2000-12-07 | 5 | -5/+5 |
* | Make all commands that link a program look like | Peter Eisentraut | 2000-11-30 | 3 | -5/+5 |
* | spaces to tab | Peter Eisentraut | 2000-11-14 | 1 | -1/+1 |
* | Give GCC on Irix a (theoretical) chance. | Peter Eisentraut | 2000-11-14 | 1 | -3/+6 |
* | Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8), | Peter Eisentraut | 2000-11-09 | 1 | -1/+1 |
* | Please apply this patch to current, to fix a problem with runcheck, | Bruce Momjian | 2000-11-09 | 1 | -3/+11 |
* | Only use ld -R flag in UW 7.1*, since it's new. | Peter Eisentraut | 2000-11-08 | 1 | -0/+2 |
* | Back out aix makefile patch. | Bruce Momjian | 2000-11-06 | 1 | -4/+0 |
* | Makefile.ports (copied from makefiles/Makefile.aix) is included before | Bruce Momjian | 2000-11-06 | 1 | -0/+4 |
* | Separate CFLAGS_SL and CXXFLAGS_SL, to allow building with C and C++ | Peter Eisentraut | 2000-11-04 | 5 | -5/+24 |
* | This is the minimal version of the Darwin support patch from | Peter Eisentraut | 2000-10-31 | 1 | -0/+7 |
* | Determine CXXFLAGS after the C++ compiler was detected. Also honor | Peter Eisentraut | 2000-10-31 | 1 | -0/+3 |
* | Make use of system-specific linker option to embed shared library search | Peter Eisentraut | 2000-10-27 | 9 | -10/+23 |
* | Polish shared library build to reduce number of special hacks. In | Peter Eisentraut | 2000-10-23 | 1 | -0/+1 |
* | Makeover for Unixware 7.1.1 | Peter Eisentraut | 2000-10-22 | 1 | -2/+4 |
* | Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to | Peter Eisentraut | 2000-10-21 | 20 | -17/+126 |
* | This file isn't used anywhere. | Peter Eisentraut | 2000-10-21 | 1 | -4/+0 |
* | Add check for GNU or not GNU ld, needed to pick the right export_dynamic | Peter Eisentraut | 2000-10-20 | 1 | -1/+5 |
* | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 | 4 | -7/+6 |
* | Something changed, that now shows that there is a dependency missing in | Bruce Momjian | 2000-10-16 | 1 | -2/+2 |
* | Unify solaris_i386 and solaris_sparc templates. They were almost identical | Peter Eisentraut | 2000-10-10 | 3 | -7/+4 |
* | Cosmetic cleanups of Beos port | Peter Eisentraut | 2000-10-09 | 1 | -1/+0 |
* | Separate -Wl,-E or equivalent into separate make variable, since it's only | Peter Eisentraut | 2000-10-07 | 10 | -10/+12 |
* | The beos port in the source tree doesn't even compile. and even | Bruce Momjian | 2000-10-07 | 1 | -1/+3 |
* | Here is the first batch of files and diffs for the BeOS port. I've run into | Bruce Momjian | 2000-10-02 | 1 | -0/+6 |
* | Please apply the following patch to fix problems with the AIX port | Bruce Momjian | 2000-09-29 | 1 | -1/+1 |
* | Linking with -lc or -lm crashes on Cygwin; filter out those libraries from | Peter Eisentraut | 2000-09-29 | 1 | -0/+4 |
* | Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. | Peter Eisentraut | 2000-09-27 | 1 | -3/+1 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 3 | -8/+8 |
* | Rename templates to match names in makefiles/Makefile.* and include/port. | Peter Eisentraut | 2000-07-15 | 2 | -0/+0 |
* | Can you please apply the following patch to current CVS | Bruce Momjian | 2000-07-12 | 1 | -1/+1 |
* | Substituted new configure test for types of accept() | Peter Eisentraut | 2000-06-11 | 1 | -1/+1 |
* | Please forget all I said about gcc and AIX in my previous mail. | Bruce Momjian | 2000-04-05 | 1 | -1/+1 |
* | I've made a diff against the 7.0beta1 tree that accomplishes several things: | Bruce Momjian | 2000-03-08 | 1 | -0/+16 |
* | Patch for Irix from Mark Dalphin. | Bruce Momjian | 2000-03-02 | 1 | -2/+1 |
* | I have done the QNX4 port with the current source tree. The number of | Bruce Momjian | 1999-12-16 | 1 | -0/+11 |
* | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 | 2 | -2/+2 |