index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
tcl
/
sql
Age
Commit message (
Expand
)
Author
2025-02-07
Virtual generated columns
Peter Eisentraut
2024-07-05
Improve PL/Tcl's method for choosing Tcl names of procedures.
Tom Lane
2024-06-04
Fix pl/tcl's handling of errors from Tcl_ListObjGetElements().
Tom Lane
2023-09-29
Remove environment sensitivity in pl/tcl regression test.
Tom Lane
2022-02-28
Fix SPI's handling of errors during transaction commit.
Tom Lane
2021-06-10
Reconsider the handling of procedure OUT parameters.
Tom Lane
2020-10-05
Support for OUT parameters in procedures
Peter Eisentraut
2019-03-30
Generated columns
Peter Eisentraut
2019-03-15
PL/Tcl: Improve trigger tests organization
Peter Eisentraut
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-03-14
Support INOUT arguments in procedures
Peter Eisentraut
2018-01-22
Transaction control in PL procedures
Peter Eisentraut
2017-11-30
SQL procedures
Peter Eisentraut
2017-10-26
Support domains over composite types in PL/Tcl.
Tom Lane
2017-04-04
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-03-11
Add a "subtransaction" command to PL/Tcl.
Tom Lane
2017-03-07
Invent start_proc parameters for PL/Tcl.
Tom Lane
2017-02-19
Adjust PL/Tcl regression test to dodge a possible bug or zone dependency.
Tom Lane
2017-01-13
In PL/Tcl tests, don't choke if optional error fields are missing.
Tom Lane
2017-01-09
Expand the regression tests for PL/Tcl.
Tom Lane
2016-11-06
Support PL/Tcl functions that return composite types and/or sets.
Tom Lane
2016-07-21
Make pltcl regression tests safe for Danish locale.
Tom Lane
2016-03-25
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-02
Fix PL/Tcl's encoding conversion logic.
Tom Lane
2016-03-01
Improve coverage of pltcl regression tests.
Tom Lane
2013-11-23
PL/Tcl: Add event trigger support
Peter Eisentraut
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2012-04-23
Lots of doc corrections.
Robert Haas
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-10-10
Support triggers on views.
Tom Lane
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-01-25
Apply Tcl_Init() to the "hold" interpreter created by pltcl.
Tom Lane
2007-01-28
Remove unnecessary checkpoint from PL regression tests. This was once
Tom Lane
2007-01-09
pltcl regression test needs to actually create an opclass, not just one opera...
Tom Lane
2006-05-27
TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs.
Andrew Dunstan
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-05-14
Convert the existing regression test scripts for the various optional
Tom Lane