Commit Graph

270 Commits (7ef04e4d2cb287e4e28b87f24b4b36ef4e07530b)

Author SHA1 Message Date
Andrew Gierth 7b6b167fa3 Refactor installation of extension headers. 7 years ago
Andrew Gierth be54b3777f Allow extensions to install built as well as unbuilt headers. 7 years ago
Tom Lane 42e61c7748 Include contrib modules in the temp installation even without REGRESS. 7 years ago
Andrew Gierth df163230b9 Provide for contrib and pgxs modules to install include files. 8 years ago
Tom Lane f7df8043f0 Remove Windows module-list-dumping code. 8 years ago
Tom Lane 6ba0cc4bd3 Dump full memory maps around failing Windows reattach code. 8 years ago
Tom Lane 1a40485af6 Fix pgxs.mk to not try to build generated headers in external builds. 8 years ago
Tom Lane dddfc4cb2e Prevent accidental linking of system-supplied copies of libpq.so etc. 8 years ago
Andres Freund 9370462e9a Add inlining support to LLVM JIT provider. 8 years ago
Tom Lane e9a3c047a5 Always use -fPIC, not -fpic, when building shared libraries with gcc. 9 years ago
Tom Lane 0502e85464 Try to fix non-MSVC Windows builds in the wake of logical replication. 9 years ago
Andres Freund ffa8c3d852 Provide NO_INSTALLCHECK option for pgxs. 9 years ago
Tom Lane 2b860f52ed Remove "sco" and "unixware" ports. 9 years ago
Fujii Masao 62e2ddd4ca Fix typos in comments and doc 10 years ago
Tom Lane a65e086453 Remove support for Unix systems without the POSIX signal APIs. 10 years ago
Noah Misch c26170668c Link $(WIN32RES) into single-file modules only when PGFILEDESC is set. 11 years ago
Noah Misch 16c4e6d8dc Clean up Makefile.win32 "-I" flag additions. 11 years ago
Noah Misch 5da944fb46 Consolidate makefile code for setting top_srcdir, srcdir and VPATH. 11 years ago
Peter Eisentraut dbf2ec1a1c Fix parallel make risk with new check temp-install setup 11 years ago
Peter Eisentraut ee8d392765 Don't overwrite EXTRA_INSTALL 11 years ago
Peter Eisentraut dcae5facca Improve speed of make check-world 11 years ago
Peter Eisentraut e4b5a070b4 Revert haphazard pgxs makefile changes 11 years ago
Peter Eisentraut eb1c3f4786 Remove USE_VPATH make variable from PGXS 11 years ago
Peter Eisentraut 8dc626defe Fix suggested layout for PGXS makefile 11 years ago
Noah Misch 284590e416 MinGW: Use -static-libgcc when linking a DLL. 11 years ago
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