aboutsummaryrefslogtreecommitdiff
path: root/src/pl/tcl/Makefile
Commit message (Expand)AuthorAge
* Move interpreter shared library detection to configurePeter Eisentraut2015-05-01
* Fix parallel make risk with new check temp-install setupPeter Eisentraut2015-04-29
* Improve speed of make check-worldPeter Eisentraut2015-04-23
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* On Windows, expect to find Tcl DLL in bin directory not lib directory.Tom Lane2014-02-16
* Fix fat-fingered makefile changes for pltcl.Tom Lane2014-02-14
* In mingw builds, make our own import library for libtcl, too.Tom Lane2014-02-14
* Run "make all" as a prerequisite of "make check"Peter Eisentraut2011-12-27
* Rewrite installation makefile rules without for loopsPeter Eisentraut2011-05-02
* Fix parallel gmake for extension directory addition in PL languages.Bruce Momjian2011-03-05
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-04
* Allow make check in PL directoriesPeter Eisentraut2011-02-15
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update pg_regress calls in PL checks to handle vpath builds.Peter Eisentraut2008-10-02
* Allow pg_regress to be run outside the build tree. Look for input filesPeter Eisentraut2008-10-01
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-07
* Ah, I finally realize why Magnus wanted to add a --bindir option toTom Lane2006-07-21
* Rewrite pg_regress as a C program instead of a shell script.Tom Lane2006-07-19
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-09
* Fix PL makefiles to support running regression tests in VPATH builds.Tom Lane2005-05-24
* Add a --dbname option to the pg_regress script, and use pl_regressionTom Lane2005-05-17
* Convert the existing regression test scripts for the various optionalTom Lane2005-05-14
* Cause configure --with-tcl to check for presence of <tcl.h>, as perTom Lane2004-12-16
* Make pltcl work on Win32. Magnus HaganderTom Lane2004-09-14
* Fix bit-rot in support for building with --disable-shared. This patchTom Lane2004-01-21
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Adjust Darwin build to use the default 'two level namespace' linkingTom Lane2003-09-27
* Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too badTom Lane2002-12-30
* Change PL/Tcl build to use configured compiler and Makefile.shlibPeter Eisentraut2002-05-24
* Clean up Red Hat Tcl RPM brain-damage in a more reliable way: fix theTom Lane2002-01-23
* Suppress bogus soname switch that RedHat RPMs put into tclConfig.sh.Tom Lane2002-01-21
* Attached patch for unconditional enabling of pltcl-unknown support.Bruce Momjian2001-10-13
* Install dynamically loadable modules into a private subdirectoryPeter Eisentraut2001-09-16
* Cleanups of pltcl unknown thingy.Peter Eisentraut2001-05-11
* Wow, I am getting good at this Makefile stuff. Peter may be OK with it.Bruce Momjian2001-05-09
* I think I got the pltcl Makefile unknown rules working properly.Bruce Momjian2001-05-09
* More cleanups to generate tcl unknown from Makefile.Bruce Momjian2001-05-09
* Make tcl unknown configure from Makefile, not configure.Bruce Momjian2001-05-09
* More --enable-pltcl-unknown renames.Bruce Momjian2001-05-09
* This patch adds a new configure option --with-pltcl-unknown whichBruce Momjian2001-05-09
* List .o file explicitly as dependency, to work around a gmake bugPeter Eisentraut2000-12-15
* Add global .SECONDARY: target to not allow make to delete intermediatePeter Eisentraut2000-11-03
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut2000-09-17
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* pltcl seems to be broken on HPUX with recent Tcl versions, becauseTom Lane2000-07-17
* A little bit of clean-up/bug fix in Tcl build. Handle gracefully casesPeter Eisentraut2000-07-01
* Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut2000-06-30
* Makefile cleanup for bin and pl subtrees. They should now supportPeter Eisentraut2000-06-27
* Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut2000-06-17