aboutsummaryrefslogtreecommitdiff
path: root/src/pl/tcl/sql
Commit message (Expand)AuthorAge
* Fix pl/tcl's handling of errors from Tcl_ListObjGetElements().Tom Lane2024-06-04
* Remove environment sensitivity in pl/tcl regression test.Tom Lane2023-09-29
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-06-22
* Generated columnsPeter Eisentraut2019-03-30
* PL/Tcl: Improve trigger tests organizationPeter Eisentraut2019-03-15
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Support INOUT arguments in proceduresPeter Eisentraut2018-03-14
* Transaction control in PL proceduresPeter Eisentraut2018-01-22
* SQL proceduresPeter Eisentraut2017-11-30
* Support domains over composite types in PL/Tcl.Tom Lane2017-10-26
* Follow-on cleanup for the transition table patch.Kevin Grittner2017-04-04
* Add a "subtransaction" command to PL/Tcl.Tom Lane2017-03-11
* Invent start_proc parameters for PL/Tcl.Tom Lane2017-03-07
* Adjust PL/Tcl regression test to dodge a possible bug or zone dependency.Tom Lane2017-02-19
* In PL/Tcl tests, don't choke if optional error fields are missing.Tom Lane2017-01-13
* Expand the regression tests for PL/Tcl.Tom Lane2017-01-09
* Support PL/Tcl functions that return composite types and/or sets.Tom Lane2016-11-06
* Make pltcl regression tests safe for Danish locale.Tom Lane2016-07-21
* Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE.Tom Lane2016-03-25
* In PL/Tcl, make database errors return additional info in the errorCode.Tom Lane2016-03-25
* Fix PL/Tcl's encoding conversion logic.Tom Lane2016-03-02
* Improve coverage of pltcl regression tests.Tom Lane2016-03-01
* PL/Tcl: Add event trigger supportPeter Eisentraut2013-11-23
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Lots of doc corrections.Robert Haas2012-04-23
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Support triggers on views.Tom Lane2010-10-10
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Apply Tcl_Init() to the "hold" interpreter created by pltcl.Tom Lane2010-01-25
* Remove unnecessary checkpoint from PL regression tests. This was onceTom Lane2007-01-28
* pltcl regression test needs to actually create an opclass, not just one opera...Tom Lane2007-01-09
* TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs.Andrew Dunstan2006-05-27
* Adjust PL regression tests for escape_string_warning.Bruce Momjian2006-03-08
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* Convert the existing regression test scripts for the various optionalTom Lane2005-05-14