summaryrefslogtreecommitdiff
path: root/src/pl/tcl/sql
Commit message (Expand)AuthorAgeFilesLines
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-02-281-0/+37
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-101-1/+1
* Support for OUT parameters in proceduresPeter Eisentraut2020-10-051-0/+19
* Generated columnsPeter Eisentraut2019-03-301-0/+36
* PL/Tcl: Improve trigger tests organizationPeter Eisentraut2019-03-153-568/+577
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-202-11/+0
* Support INOUT arguments in proceduresPeter Eisentraut2018-03-141-0/+23
* Transaction control in PL proceduresPeter Eisentraut2018-01-221-0/+98
* SQL proceduresPeter Eisentraut2017-11-301-0/+36
* Support domains over composite types in PL/Tcl.Tom Lane2017-10-261-0/+43
* Follow-on cleanup for the transition table patch.Kevin Grittner2017-04-041-0/+20
* Add a "subtransaction" command to PL/Tcl.Tom Lane2017-03-111-0/+95
* Invent start_proc parameters for PL/Tcl.Tom Lane2017-03-071-0/+21
* Adjust PL/Tcl regression test to dodge a possible bug or zone dependency.Tom Lane2017-02-191-1/+1
* In PL/Tcl tests, don't choke if optional error fields are missing.Tom Lane2017-01-131-3/+3
* Expand the regression tests for PL/Tcl.Tom Lane2017-01-092-38/+219
* Support PL/Tcl functions that return composite types and/or sets.Tom Lane2016-11-062-0/+49
* Make pltcl regression tests safe for Danish locale.Tom Lane2016-07-211-2/+2
* Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE.Tom Lane2016-03-251-2/+2
* In PL/Tcl, make database errors return additional info in the errorCode.Tom Lane2016-03-251-0/+24
* Fix PL/Tcl's encoding conversion logic.Tom Lane2016-03-021-0/+38
* Improve coverage of pltcl regression tests.Tom Lane2016-03-012-0/+33
* PL/Tcl: Add event trigger supportPeter Eisentraut2013-11-231-0/+18
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-101-5/+5
* Lots of doc corrections.Robert Haas2012-04-231-1/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-5/+5
* Support triggers on views.Tom Lane2010-10-102-1/+10
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-3/+0
* Apply Tcl_Init() to the "hold" interpreter created by pltcl.Tom Lane2010-01-251-0/+12
* Remove unnecessary checkpoint from PL regression tests. This was onceTom Lane2007-01-281-6/+0
* pltcl regression test needs to actually create an opclass, not just one opera...Tom Lane2007-01-091-0/+70
* TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs.Andrew Dunstan2006-05-272-0/+50
* Adjust PL regression tests for escape_string_warning.Bruce Momjian2006-03-081-5/+5
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-9/+9
* Convert the existing regression test scripts for the various optionalTom Lane2005-05-142-0/+513