| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 1 | -1/+1 |
* | Improved parallel make support | Peter Eisentraut | 2010-11-12 | 1 | -5/+6 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
* | Still more third thoughts: when linking shared libraries, LDFLAGS probably | Tom Lane | 2010-07-06 | 1 | -7/+4 |
* | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane | 2010-07-05 | 1 | -19/+12 |
* | Derived files that are shipped in the distribution used to be built in the | Peter Eisentraut | 2009-08-28 | 1 | -7/+7 |
* | Make the .DEF file generation rules safe against tabs in exports.txt. | Tom Lane | 2009-08-27 | 1 | -6/+6 |
* | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut | 2009-08-26 | 1 | -3/+3 |
* | Allow out-of-tree builds on mingw and cygwin | Peter Eisentraut | 2009-01-05 | 1 | -3/+4 |
* | Append major version number and for libraries soname major version number | Peter Eisentraut | 2008-12-11 | 1 | -1/+5 |
* | Move FAQ_AIX information to installation instructions. | Peter Eisentraut | 2008-11-24 | 1 | -1/+2 |
* | Synchronize the shared object build rules in Makefile.port with Makefile.shlib | Peter Eisentraut | 2008-09-01 | 1 | -4/+3 |
* | On cygwin and win32, don't override the shlib name when building a module. | Peter Eisentraut | 2008-04-08 | 1 | -3/+7 |
* | Always define stlib, since some platforms need it for building modules. | Peter Eisentraut | 2008-04-07 | 1 | -2/+2 |
* | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut | 2008-04-07 | 1 | -60/+148 |
* | Don't build the win32 support files in the all target, only in distprep and | Peter Eisentraut | 2008-02-26 | 1 | -8/+2 |
* | Reorganize some of the exports list generation code. It seems that this | Peter Eisentraut | 2008-02-26 | 1 | -46/+27 |
* | Escape # character in variable assignment | Peter Eisentraut | 2008-02-26 | 1 | -2/+2 |
* | Refactor the code that creates the shared library export files to appear | Peter Eisentraut | 2008-02-26 | 1 | -6/+77 |
* | Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into the | Bruce Momjian | 2007-02-20 | 1 | -2/+2 |
* | Fix another erroneous =-for-:= substitution. | Tom Lane | 2007-02-11 | 1 | -2/+2 |
* | Replace useless uses of := by = in makefiles. | Peter Eisentraut | 2007-02-09 | 1 | -6/+6 |
* | Indent comments in makefiles better so they don't appear in the output. | Peter Eisentraut | 2007-01-07 | 1 | -3/+5 |
* | Fix shared library creation to work properly on AIX. Albe Laurenz | Tom Lane | 2006-09-19 | 1 | -5/+11 |
* | Arrange to strip libpq.so of symbols that aren't officially supposed to | Tom Lane | 2006-04-28 | 1 | -4/+4 |
* | Remove use of lorder and tsort while building static libraries. There's | Tom Lane | 2006-04-19 | 1 | -9/+1 |
* | Remove BEOS port. | Bruce Momjian | 2006-01-05 | 1 | -17/+1 |
* | Add support for Solaris x86_64 using Sun's compiler. | Bruce Momjian | 2005-12-30 | 1 | -2/+2 |
* | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 | 1 | -11/+11 |
* | Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX. | Tom Lane | 2005-12-03 | 1 | -3/+6 |
* | Clean up AIX build to avoid 'duplicate symbol' warnings, by moving use | Tom Lane | 2005-10-28 | 1 | -2/+2 |
* | Cygwin no longer needs to hack SHLIB_LINK, now that Rocco Altier | Tom Lane | 2005-08-08 | 1 | -3/+1 |
* | Set shlib naming convention on Cygwin to 'cygFOO.dll', which appears | Tom Lane | 2005-08-07 | 1 | -2/+2 |
* | Fix unwanted side-effects of recent SHLIB_LINK -L patch on existing | Tom Lane | 2005-07-13 | 1 | -6/+9 |
* | Move -L flag around for shared builds: | Bruce Momjian | 2005-07-13 | 1 | -2/+2 |
* | Hack around the discrepancy between default library search paths for | Tom Lane | 2005-07-12 | 1 | -1/+8 |
* | Reverse this patch: | Bruce Momjian | 2005-07-04 | 1 | -2/+2 |
* | > A quick look shows that when you use --with-libraries=/foo/bar the | Bruce Momjian | 2005-07-02 | 1 | -2/+2 |
* | Fix up makefile dependencies for pg_config_paths.h. | Tom Lane | 2004-11-20 | 1 | -3/+3 |
* | Clean up rpath handling for HPUX --- we can't use the cc-style rpath | Tom Lane | 2004-11-19 | 1 | -3/+9 |
* | Adjust SHLIB_LINK for cygwin case. | Tom Lane | 2004-11-17 | 1 | -2/+2 |
* | Suppress duplicate rules for lib$(NAME).a on WIN32 and Cygwin. | Tom Lane | 2004-11-16 | 1 | -1/+5 |
* | Export only required symbols in libpq on Win32. | Bruce Momjian | 2004-10-16 | 1 | -1/+13 |
* | > This lets you do something like: | Bruce Momjian | 2004-10-15 | 1 | -4/+4 |
* | Allow compiles for Cygwin /contrib modules. | Bruce Momjian | 2004-10-13 | 1 | -1/+3 |
* | Enable static lib builds on Win32 and Cygwin. | Bruce Momjian | 2004-10-13 | 1 | -7/+1 |
* | Update Cygwin build to not use DLLINIT, per Cygwin report from Reini | Bruce Momjian | 2004-10-12 | 1 | -6/+3 |
* | Fix vpath build break, induced by Bruce's recent commit. | Neil Conway | 2004-10-12 | 1 | -3/+3 |
* | Add some pg_config_path.h dependencies for places that include | Bruce Momjian | 2004-10-12 | 1 | -3/+3 |
* | Tweak HPUX shared-library build flags, per Shinji Teragaito. | Tom Lane | 2004-10-08 | 1 | -3/+3 |