Commits
Showing commits that first shipped in 9.0 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2015-07-20 | Fix (some of) pltcl memory usage | Alvaro Herrera | 9.0.23 |
| 2015-01-26 | Fix volatile-safety issue in pltcl_SPI_execute_plan(). | Tom Lane | 9.0.19 |
| 2014-05-06 | Remove tabs after spaces in C comments | Bruce Momjian | 9.0.18 |
| 2010-09-30 | Use a separate interpreter for each calling SQL userid in plperl and pltcl. | Tom Lane | 9.0.1 |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian | 9.0.0 |
| 2010-05-13 | Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unless | Tom Lane | 9.0.0 |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian | 9.0.0 |
| 2010-02-14 | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 9.0.0 |
| 2010-01-25 | Apply Tcl_Init() to the "hold" interpreter created by pltcl. | Tom Lane | 9.0.0 |
| 2009-12-31 | Redefine Datum as uintptr_t, instead of unsigned long. | Tom Lane | 9.0.0 |