summaryrefslogtreecommitdiff
path: root/src/makefiles
Commit message (Expand)AuthorAgeFilesLines
* Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS.Tom Lane2011-08-241-4/+3
* Use single quotes in preference to double quotes for protecting pathnames.Tom Lane2011-06-151-2/+2
* Rewrite installation makefile rules without for loopsPeter Eisentraut2011-05-021-28/+7
* Support "make check" in contribPeter Eisentraut2011-04-251-6/+7
* Allow make check in PL directoriesPeter Eisentraut2011-02-151-5/+3
* Clean up installation directory choices for extensions.Tom Lane2011-02-111-10/+25
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-081-11/+12
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-233-3/+3
* Remove cvs keywords from all files.Magnus Hagander2010-09-205-5/+5
* Allow for LDFLAGS_SL already having a value in Makefile.aix.Tom Lane2010-07-061-2/+2
* Dept. of third thoughts: PG_LIBS may contain a -L switch, so it had betterTom Lane2010-07-051-2/+2
* Make sure LDFLAGS come before LIBS when linking contrib programs.Tom Lane2010-07-051-2/+2
* Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that wereTom Lane2010-07-054-6/+6
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-0521-45/+58
* On Linux, use --enable-new-dtags when specifying -rpath to linker.Tom Lane2010-05-061-1/+3
* Adjust windows makefiles too, now that the walreceiver dynamic moduleHeikki Linnakangas2010-01-202-4/+4
* Second try: walreceiver should not be built with -DBUILDING_DLLTom Lane2010-01-152-2/+6
* Fix a few places where we needed -I. in CPPFLAGS to work properly inTom Lane2010-01-051-2/+2
* Improve PGXS makefile system to allow the module's makefile to specifyTom Lane2010-01-041-23/+31
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-262-8/+8
* When calling unsupported "make check" with a pgxs module, return a nonzeroPeter Eisentraut2009-07-081-1/+2
* Allow out-of-tree builds on mingw and cygwinPeter Eisentraut2009-01-051-2/+2
* Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut2008-12-071-3/+20
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-1411-22/+1
* Put back the copying of some of the regression test data files for vpathPeter Eisentraut2008-10-031-1/+18
* Partial fix for contrib vpath breakage.Tom Lane2008-10-021-2/+2
* Allow pg_regress to be run outside the build tree. Look for input filesPeter Eisentraut2008-10-011-18/+1
* Synchronize the shared object build rules in Makefile.port with Makefile.shlibPeter Eisentraut2008-09-018-9/+13
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-071-12/+14
* Reorganize some of the exports list generation code. It seems that thisPeter Eisentraut2008-02-261-8/+5
* Teach pgxs.mk and Install.pm how to install files from a contrib moduleTom Lane2007-10-161-1/+14
* Propagate Magnus' fix for Windows snowball build into Makefile.cygwin.Tom Lane2007-08-221-1/+3
* Don't define BUILDING_DLL for snowball lib. Should fix build problemsMagnus Hagander2007-08-211-1/+3
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-2/+2
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+6
* Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin.Tom Lane2006-11-281-1/+1
* Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane2006-09-191-0/+9
* Ah, I finally realize why Magnus wanted to add a --bindir option toTom Lane2006-07-211-2/+5
* Rewrite pg_regress as a C program instead of a shell script.Tom Lane2006-07-191-4/+4
* Remove dllinit.c; it was only needed for long-obsolete Cygwin versions,Tom Lane2006-06-222-6/+4
* Remove use of lorder and tsort while building static libraries. There'sTom Lane2006-04-195-5/+3
* Remove ancient hack to work around a peculiarity of libcurses on HPUX.Tom Lane2006-02-071-9/+3
* Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for AIX and Darwin.Bruce Momjian2006-01-192-2/+2
* Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.Bruce Momjian2006-01-192-4/+4
* Fix pgxs -L library path specification for Win32 and Cygwin, was /bin,Bruce Momjian2006-01-192-4/+4
* Remove BEOS port.Bruce Momjian2006-01-051-19/+0
* Remove QNX port.Bruce Momjian2006-01-051-16/+0
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-0912-45/+45
* Clean up AIX build to avoid 'duplicate symbol' warnings, by moving useTom Lane2005-10-281-2/+7
* Some marginal tweaks to make 'make installcheck' mostly work whenTom Lane2005-09-271-1/+8