Commit Graph

245 Commits (513d06ded1b44206903b87dabefee5a97243ba67)

Author SHA1 Message Date
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 12 years ago
Andres Freund a6d488cb53 Remove Alpha and Tru64 support. 12 years ago
Noah Misch bd31794df7 Consistently define BUILDING_DLL during builds of src/port for Windows. 12 years ago
Tom Lane 7a98d323df Flush a stray definition of $(DLLTOOL). 12 years ago
Tom Lane 846e91e022 Get rid of use of dlltool in Mingw builds. 12 years ago
Andrew Dunstan 7e1531a450 Don't use deprecated dllwrap on Cygwin. 12 years ago
Peter Eisentraut 3626adf266 Remove leftovers of IRIX port 12 years ago
Andrew Dunstan eebdea08bb Ensure installation dirs are built before contents are installed (v2) 12 years ago
Andrew Dunstan d942f9d928 Ensure installation dirs are built before contents are installed. 12 years ago
Andrew Dunstan 82b0102650 Install all a Makefile's extension controls, not just the first. 13 years ago
Andrew Dunstan 6697aa2bc2 Improve support for building PGXS modules with VPATH. 13 years ago
Alvaro Herrera af0a4c5924 Blind attempt at fixing the non-MSVC Windows builds 13 years ago
Andrew Dunstan 9f10f7dc57 Make pgxs build executables with the right suffix. 13 years ago
Peter Eisentraut 1a5f04dd7e Remove allow_nonpic_in_shlib 13 years ago
Andrew Dunstan ad69bd052f Add mode where contrib installcheck runs each module in a separately named database. 13 years ago
Andrew Dunstan fc5c1bbbeb Revert "Add mode where contrib installcheck runs each module in a separately named database." 13 years ago
Andrew Dunstan e2b3c21b05 Add mode where contrib installcheck runs each module in a separately named database. 13 years ago
Tom Lane b1346822f3 Make sure sharedir/extension/ directory is created when needed. 13 years ago
Tom Lane 3f88fa971a Fix PGXS support for building loadable modules on AIX. 13 years ago
Bruce Momjian ebcaa5fcde Remove BSD/OS (BSDi) port. There are no known users upgrading to 14 years ago
Peter Eisentraut f2f9439fbf Remove dead ports 14 years ago
Peter Eisentraut 6ca365bff2 pgxs: Supply default values for BISON and FLEX variables 14 years ago
Peter Eisentraut 08da2d282f Add pg_upgrade test suite 14 years ago
Tom Lane d1d388603e Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS. 15 years ago
Robert Haas 8cca49d8a0 Add some environment checks prior to sepgsql regression testing. 15 years ago
Tom Lane 1568fa75bc Use single quotes in preference to double quotes for protecting pathnames. 15 years ago
Peter Eisentraut b106195b17 Rewrite installation makefile rules without for loops 15 years ago
Peter Eisentraut f8ebe3bcc5 Support "make check" in contrib 15 years ago
Peter Eisentraut 2fd77060a2 Allow make check in PL directories 15 years ago
Tom Lane 24d1280c4d Clean up installation directory choices for extensions. 15 years ago
Tom Lane d9572c4e3b Core support for "extensions", which are packages of SQL objects. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 16 years ago
Tom Lane 0a4ecfe77e Allow for LDFLAGS_SL already having a value in Makefile.aix. 16 years ago
Tom Lane f6af1435d9 Dept. of third thoughts: PG_LIBS may contain a -L switch, so it had better 16 years ago
Tom Lane bdf00543c2 Make sure LDFLAGS come before LIBS when linking contrib programs. 16 years ago
Tom Lane f9e9da6664 Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were 16 years ago
Tom Lane 291a957745 Split the LDFLAGS make variable into two parts: LDFLAGS is now used for 16 years ago
Tom Lane cd86869a9a On Linux, use --enable-new-dtags when specifying -rpath to linker. 16 years ago
Heikki Linnakangas e31bf1c7b0 Adjust windows makefiles too, now that the walreceiver dynamic module 16 years ago
Tom Lane 00b5ccebdd Second try: walreceiver should not be built with -DBUILDING_DLL 16 years ago
Tom Lane daf5b0f297 Fix a few places where we needed -I. in CPPFLAGS to work properly in 16 years ago
Tom Lane 4c5b4c8bd0 Improve PGXS makefile system to allow the module's makefile to specify 16 years ago
Peter Eisentraut 9d182ef002 Update of install-sh, mkinstalldirs, and associated configury 17 years ago
Peter Eisentraut df20667112 When calling unsupported "make check" with a pgxs module, return a nonzero 17 years ago
Peter Eisentraut 26af72b46b Allow out-of-tree builds on mingw and cygwin 17 years ago
Peter Eisentraut b2971e2048 Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary. 17 years ago
Peter Eisentraut d129255077 Set SQL man pages to be section 7 by default, and only transform them to 17 years ago
Peter Eisentraut 8f1658cbf3 Put back the copying of some of the regression test data files for vpath 17 years ago
Tom Lane 2793af3cc0 Partial fix for contrib vpath breakage. 17 years ago