summaryrefslogtreecommitdiff
path: root/src/pl/tcl
Commit message (Expand)AuthorAgeFilesLines
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-5/+5
* Allow pltcl args to spi_prepare and plpython args to plpy.prepare to be stand...Andrew Dunstan2007-02-211-14/+13
* Combine cmin and cmax fields of HeapTupleHeaders into a single field, byTom Lane2007-02-091-4/+4
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Remove unnecessary checkpoint from PL regression tests. This was onceTom Lane2007-01-282-11/+0
* pltcl regression test needs to actually create an opclass, not just one opera...Tom Lane2007-01-092-0/+131
* pgindent run for 8.2.Bruce Momjian2006-10-041-10/+10
* Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane2006-08-271-5/+12
* Add a feature for automatic initialization and finalization of dynamicallyTom Lane2006-08-081-23/+15
* 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
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-1/+2
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+2
* TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs.Andrew Dunstan2006-05-275-2/+137
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-041-25/+25
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-23/+7
* Remove copyright notices from Jan (per author approval), and those filesBruce Momjian2006-03-112-60/+1
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-112-0/+4
* Update pltcl expected file for E''.Bruce Momjian2006-03-081-1/+1
* Adjust PL regression tests for escape_string_warning.Bruce Momjian2006-03-082-9/+9
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-272-18/+18
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-092-11/+11
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-30/+30
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-69/+68
* 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-147-39/+423
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-061-1/+2
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-011-19/+7
* Minor improvements in the really-pretty-ad-hoc test scripts for theTom Lane2005-04-011-2/+2
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-4/+4
* Cause configure --with-tcl to check for presence of <tcl.h>, as perTom Lane2004-12-161-2/+2
* Fix plperl and pltcl error handling per my previous proposal. SPITom Lane2004-11-214-360/+303
* Make pltcl work on Win32. Magnus HaganderTom Lane2004-09-142-2/+11
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-36/+74
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-28/+28
* Pgindent run for 8.0.Bruce Momjian2004-08-291-292/+290
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-2/+2
* Be more consistent about reporting SPI errors in the various PLs.Tom Lane2004-07-311-79/+7
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-311-392/+323
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-061-22/+22
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-3/+3
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-4/+4
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-33/+48
* Fix problems with dropped columns in pltcl triggers, per report from Patrick ...Tom Lane2004-01-241-17/+23
* Fix bit-rot in support for building with --disable-shared. This patchTom Lane2004-01-211-2/+8
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-061-2/+8
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-293-3/+3
* Fixed type lookup in spi_prepare for possible qualifiedJan Wieck2003-09-291-3/+23
* Adjust Darwin build to use the default 'two level namespace' linkingTom Lane2003-09-271-20/+3