| Age | Commit message (Expand) | Author |
| 2006-06-16 | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane |
| 2006-05-30 | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane |
| 2006-05-27 | TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs. | Andrew Dunstan |
| 2006-04-04 | Modify all callers of datatype input and receive functions so that if these | Tom Lane |
| 2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
| 2006-03-11 | Remove copyright notices from Jan (per author approval), and those files | Bruce Momjian |
| 2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
| 2006-03-08 | Update pltcl expected file for E''. | Bruce Momjian |
| 2006-03-08 | Adjust PL regression tests for escape_string_warning. | Bruce Momjian |
| 2006-02-27 | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut |
| 2005-12-09 | Allow installation into directories containing spaces in the name. | Peter Eisentraut |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-05-24 | Fix PL makefiles to support running regression tests in VPATH builds. | Tom Lane |
| 2005-05-17 | Add a --dbname option to the pg_regress script, and use pl_regression | Tom Lane |
| 2005-05-14 | Convert the existing regression test scripts for the various optional | Tom Lane |
| 2005-05-06 | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane |
| 2005-05-01 | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane |
| 2005-04-01 | Minor improvements in the really-pretty-ad-hoc test scripts for the | Tom Lane |
| 2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
| 2004-12-16 | Cause configure --with-tcl to check for presence of <tcl.h>, as per | Tom Lane |
| 2004-11-21 | Fix plperl and pltcl error handling per my previous proposal. SPI | Tom Lane |
| 2004-09-14 | Make pltcl work on Win32. Magnus Hagander | Tom Lane |
| 2004-09-13 | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane |
| 2004-08-30 | Another pgindent run with lib typedefs added. | Bruce Momjian |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-04 | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane |
| 2004-07-31 | Be more consistent about reporting SPI errors in the various PLs. | Tom Lane |
| 2004-07-31 | Restructure error handling as recently discussed. It is now really | Tom Lane |
| 2004-06-06 | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane |
| 2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
| 2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
| 2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
| 2004-01-24 | Fix problems with dropped columns in pltcl triggers, per report from Patrick ... | Tom Lane |
| 2004-01-21 | Fix bit-rot in support for building with --disable-shared. This patch | Tom Lane |
| 2004-01-06 | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-09-29 | Fixed type lookup in spi_prepare for possible qualified | Jan Wieck |
| 2003-09-27 | Adjust Darwin build to use the default 'two level namespace' linking | Tom Lane |
| 2003-09-14 | Make pltcl create separate function objects when the same function is | Tom Lane |
| 2003-09-04 | Fix some problems with dropped columns in pltcl functions. | Tom Lane |
| 2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
| 2003-08-04 | Fix pltcl and plpython to support STATEMENT triggers. | Tom Lane |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-07-31 | Cause library-preload feature to report error if specified initialization | Tom Lane |
| 2003-07-25 | Error message editing in src/pl. The plpython module could use another | Tom Lane |
| 2003-05-27 | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian |
| 2003-05-16 | Small changes to use the absolute path to system catalogs. | Tom Lane |
| 2003-02-06 | Fix core dump when pltcl_elog is called with wrong number of parameters, | Tom Lane |
| 2002-12-30 | Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as | Tom Lane |