summaryrefslogtreecommitdiff
path: root/src/makefiles
AgeCommit message (Expand)Author
2011-05-01Rewrite installation makefile rules without for loopsPeter Eisentraut
2011-04-25Support "make check" in contribPeter Eisentraut
2011-02-15Allow make check in PL directoriesPeter Eisentraut
2011-02-12Clean up installation directory choices for extensions.Tom Lane
2011-02-08Core support for "extensions", which are packages of SQL objects.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06Allow for LDFLAGS_SL already having a value in Makefile.aix.Tom Lane
2010-07-05Dept. of third thoughts: PG_LIBS may contain a -L switch, so it had betterTom Lane
2010-07-05Make sure LDFLAGS come before LIBS when linking contrib programs.Tom Lane
2010-07-05Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that wereTom Lane
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-05-06On Linux, use --enable-new-dtags when specifying -rpath to linker.Tom Lane
2010-01-20Adjust windows makefiles too, now that the walreceiver dynamic moduleHeikki Linnakangas
2010-01-15Second try: walreceiver should not be built with -DBUILDING_DLLTom Lane
2010-01-05Fix a few places where we needed -I. in CPPFLAGS to work properly inTom Lane
2010-01-04Improve PGXS makefile system to allow the module's makefile to specifyTom Lane
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-07-08When calling unsupported "make check" with a pgxs module, return a nonzeroPeter Eisentraut
2009-01-05Allow out-of-tree builds on mingw and cygwinPeter Eisentraut
2008-12-07Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-10-03Put back the copying of some of the regression test data files for vpathPeter Eisentraut
2008-10-02Partial fix for contrib vpath breakage.Tom Lane
2008-10-01Allow pg_regress to be run outside the build tree. Look for input filesPeter Eisentraut
2008-09-01Synchronize the shared object build rules in Makefile.port with Makefile.shlibPeter Eisentraut
2008-04-07Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut
2008-02-26Reorganize some of the exports list generation code. It seems that thisPeter Eisentraut
2007-10-16Teach pgxs.mk and Install.pm how to install files from a contrib moduleTom Lane
2007-08-22Propagate Magnus' fix for Windows snowball build into Makefile.cygwin.Tom Lane
2007-08-21Don't define BUILDING_DLL for snowball lib. Should fix build problemsMagnus Hagander
2007-08-21Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2006-11-28Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin.Tom Lane
2006-09-19Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane
2006-07-21Ah, I finally realize why Magnus wanted to add a --bindir option toTom Lane
2006-07-19Rewrite pg_regress as a C program instead of a shell script.Tom Lane
2006-06-22Remove dllinit.c; it was only needed for long-obsolete Cygwin versions,Tom Lane
2006-04-19Remove use of lorder and tsort while building static libraries. There'sTom Lane
2006-02-07Remove ancient hack to work around a peculiarity of libcurses on HPUX.Tom Lane
2006-01-19Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for AIX and Darwin.Bruce Momjian
2006-01-19Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.Bruce Momjian
2006-01-19Fix pgxs -L library path specification for Win32 and Cygwin, was /bin,Bruce Momjian
2006-01-05Remove BEOS port.Bruce Momjian
2006-01-05Remove QNX port.Bruce Momjian
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-10-28Clean up AIX build to avoid 'duplicate symbol' warnings, by moving useTom Lane
2005-09-27Some marginal tweaks to make 'make installcheck' mostly work whenTom Lane
2005-08-24Back off allow_nonpic_in_shlib for FreeBSD builds: only set it on i386.Tom Lane
2005-08-12Fix this:Bruce Momjian