summaryrefslogtreecommitdiff
path: root/src/pl/tcl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* PL/Tcl: Don't link with -lc explicitlyPeter Eisentraut2022-06-231-1/+1
* Use gendef instead of pexports for building windows .def filesAndrew Dunstan2022-02-101-1/+1
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-191-2/+2
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+3
* PL/Tcl: Improve trigger tests organizationPeter Eisentraut2019-03-151-1/+1
* Transaction control in PL proceduresPeter Eisentraut2018-01-221-1/+1
* SQL proceduresPeter Eisentraut2017-11-301-1/+1
* Capitalize names of PLs consistentlyPeter Eisentraut2017-04-051-1/+1
* Add a "subtransaction" command to PL/Tcl.Tom Lane2017-03-111-1/+1
* Invent start_proc parameters for PL/Tcl.Tom Lane2017-03-071-1/+1
* Remove PL/Tcl's "module" facility.Tom Lane2017-02-271-5/+0
* Fix PL/Tcl for vpath builds.Tom Lane2016-03-251-1/+1
* Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE.Tom Lane2016-03-251-2/+13
* Fix PL/Tcl's encoding conversion logic.Tom Lane2016-03-021-1/+1
* Move interpreter shared library detection to configurePeter Eisentraut2015-05-011-26/+0
* Fix parallel make risk with new check temp-install setupPeter Eisentraut2015-04-291-1/+1
* Improve speed of make check-worldPeter Eisentraut2015-04-231-2/+0
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* On Windows, expect to find Tcl DLL in bin directory not lib directory.Tom Lane2014-02-161-1/+1
* Fix fat-fingered makefile changes for pltcl.Tom Lane2014-02-141-14/+15
* In mingw builds, make our own import library for libtcl, too.Tom Lane2014-02-141-3/+25
* Run "make all" as a prerequisite of "make check"Peter Eisentraut2011-12-271-1/+1
* Rewrite installation makefile rules without for loopsPeter Eisentraut2011-05-021-4/+1
* Fix parallel gmake for extension directory addition in PL languages.Bruce Momjian2011-03-051-2/+2
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-041-4/+22
* Allow make check in PL directoriesPeter Eisentraut2011-02-151-3/+5
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update pg_regress calls in PL checks to handle vpath builds.Peter Eisentraut2008-10-021-2/+2
* Allow pg_regress to be run outside the build tree. Look for input filesPeter Eisentraut2008-10-011-22/+1
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-071-18/+6
* Ah, I finally realize why Magnus wanted to add a --bindir option toTom Lane2006-07-211-2/+4
* Rewrite pg_regress as a C program instead of a shell script.Tom Lane2006-07-191-3/+3
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-4/+4
* Fix PL makefiles to support running regression tests in VPATH builds.Tom Lane2005-05-241-1/+22
* Add a --dbname option to the pg_regress script, and use pl_regressionTom Lane2005-05-171-2/+3
* Convert the existing regression test scripts for the various optionalTom Lane2005-05-141-1/+12
* Cause configure --with-tcl to check for presence of <tcl.h>, as perTom Lane2004-12-161-2/+2
* Make pltcl work on Win32. Magnus HaganderTom Lane2004-09-141-1/+5
* Fix bit-rot in support for building with --disable-shared. This patchTom Lane2004-01-211-2/+8
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Adjust Darwin build to use the default 'two level namespace' linkingTom Lane2003-09-271-20/+3
* Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too badTom Lane2002-12-301-1/+4
* Change PL/Tcl build to use configured compiler and Makefile.shlibPeter Eisentraut2002-05-241-54/+19
* Clean up Red Hat Tcl RPM brain-damage in a more reliable way: fix theTom Lane2002-01-231-5/+1
* Suppress bogus soname switch that RedHat RPMs put into tclConfig.sh.Tom Lane2002-01-211-1/+5
* Attached patch for unconditional enabling of pltcl-unknown support.Bruce Momjian2001-10-131-11/+1
* Install dynamically loadable modules into a private subdirectoryPeter Eisentraut2001-09-161-4/+4
* Cleanups of pltcl unknown thingy.Peter Eisentraut2001-05-111-42/+19
* Wow, I am getting good at this Makefile stuff. Peter may be OK with it.Bruce Momjian2001-05-091-9/+5
* I think I got the pltcl Makefile unknown rules working properly.Bruce Momjian2001-05-091-12/+26