summaryrefslogtreecommitdiff
path: root/src/pl/tcl
Commit message (Expand)AuthorAgeFilesLines
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+1
* Put comments on the installable procedural languages.Tom Lane2011-07-032-0/+4
* Allow callers to pass a missing_ok flag when opening a relation.Robert Haas2011-06-271-2/+2
* Add the possibility to pass --flag arguments to xgettext callsPeter Eisentraut2011-06-271-0/+1
* Refactor common gettext triggersPeter Eisentraut2011-06-271-1/+1
* Replace := by = in nls.mk filesPeter Eisentraut2011-06-261-4/+4
* Translation updates for 9.1beta2Peter Eisentraut2011-06-096-12/+177
* Rewrite installation makefile rules without for loopsPeter Eisentraut2011-05-021-4/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-8/+9
* 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-047-4/+64
* Allow make check in PL directoriesPeter Eisentraut2011-02-152-3/+7
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-232-10/+10
* Use only one hash entry for all instances of a pltcl trigger function.Tom Lane2010-11-031-5/+11
* Support triggers on views.Tom Lane2010-10-106-1/+88
* Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane2010-09-301-141/+201
* Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane2010-09-222-0/+5
* Remove cvs keywords from all files.Magnus Hagander2010-09-208-8/+8
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-195-9/+1
* pgindent run for 9.0, second runBruce Momjian2010-07-061-2/+2
* Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unlessTom Lane2010-05-131-61/+104
* Translation updatePeter Eisentraut2010-05-131-10/+10
* pgindent run for 9.0Bruce Momjian2010-02-261-6/+6
* Translation updates for 9.0alpha4Peter Eisentraut2010-02-191-4/+8
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-22/+15
* Apply Tcl_Init() to the "hold" interpreter created by pltcl.Tom Lane2010-01-253-2/+37
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-311-2/+2
* Translations update for 8.5alpha2Peter Eisentraut2009-10-202-2/+67
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-14/+14
* Translation updatesPeter Eisentraut2009-06-102-2/+54
* Improve the recently-added support for properly pluralized error messagesTom Lane2009-06-041-2/+2
* Translation updatesAlvaro Herrera2009-05-144-8/+113
* Translation updates for 8.4 betaPeter Eisentraut2009-04-094-2/+165
* Add expected file for locale-enabled installations.Peter Eisentraut2009-03-231-0/+223
* Forgot to handle the new SPI_OK_REWRITTEN result code in a couple places.Heikki Linnakangas2009-01-211-1/+2
* Remove unneeded GETTEXT_TRIGGERS.Peter Eisentraut2009-01-151-2/+2
* Make error messages match backend style.Peter Eisentraut2009-01-141-4/+4
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-071-1/+4
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-111-3/+3
* Add missing header.Alvaro Herrera2008-10-111-1/+2
* Improve translatability of error messages for external modules by tweakingAlvaro Herrera2008-10-092-1/+12
* 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
* Clean up a number of bogosities around pltcl's handling of the Tcl "result":Tom Lane2008-06-171-61/+110
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-2/+1
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-071-18/+6
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-281-1/+3
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-3/+2
* More README src cleanups.Bruce Momjian2008-03-211-13/+13