index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
tcl
/
sql
Commit message (
Expand
)
Author
Age
*
Fix pl/tcl's handling of errors from Tcl_ListObjGetElements().
Tom Lane
2024-06-04
*
Remove environment sensitivity in pl/tcl regression test.
Tom Lane
2023-09-29
*
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-06-22
*
Generated columns
Peter Eisentraut
2019-03-30
*
PL/Tcl: Improve trigger tests organization
Peter Eisentraut
2019-03-15
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-14
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Support domains over composite types in PL/Tcl.
Tom Lane
2017-10-26
*
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-04-04
*
Add a "subtransaction" command to PL/Tcl.
Tom Lane
2017-03-11
*
Invent start_proc parameters for PL/Tcl.
Tom Lane
2017-03-07
*
Adjust PL/Tcl regression test to dodge a possible bug or zone dependency.
Tom Lane
2017-02-19
*
In PL/Tcl tests, don't choke if optional error fields are missing.
Tom Lane
2017-01-13
*
Expand the regression tests for PL/Tcl.
Tom Lane
2017-01-09
*
Support PL/Tcl functions that return composite types and/or sets.
Tom Lane
2016-11-06
*
Make pltcl regression tests safe for Danish locale.
Tom Lane
2016-07-21
*
Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE.
Tom Lane
2016-03-25
*
In PL/Tcl, make database errors return additional info in the errorCode.
Tom Lane
2016-03-25
*
Fix PL/Tcl's encoding conversion logic.
Tom Lane
2016-03-02
*
Improve coverage of pltcl regression tests.
Tom Lane
2016-03-01
*
PL/Tcl: Add event trigger support
Peter Eisentraut
2013-11-23
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Support triggers on views.
Tom Lane
2010-10-10
*
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-19
*
Apply Tcl_Init() to the "hold" interpreter created by pltcl.
Tom Lane
2010-01-25
*
Remove unnecessary checkpoint from PL regression tests. This was once
Tom Lane
2007-01-28
*
pltcl regression test needs to actually create an opclass, not just one opera...
Tom Lane
2007-01-09
*
TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs.
Andrew Dunstan
2006-05-27
*
Adjust PL regression tests for escape_string_warning.
Bruce Momjian
2006-03-08
*
Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in
Peter Eisentraut
2006-02-27
*
Convert the existing regression test scripts for the various optional
Tom Lane
2005-05-14