index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
tcl
Age
Commit message (
Expand
)
Author
2017-01-13
In PL/Tcl tests, don't choke if optional error fields are missing.
Tom Lane
2017-01-09
Fix error handling in pltcl_returnnext.
Tom Lane
2017-01-09
Expand the regression tests for PL/Tcl.
Tom Lane
2017-01-06
Merge two copies of tuple-building code in pltcl.c.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-15
Check that result tupdesc has exactly 1 column in return_next scalar case.
Tom Lane
2016-11-08
Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.
Tom Lane
2016-11-08
Make SPI_fnumber() reject dropped columns.
Tom Lane
2016-11-07
Sync pltcl_build_tuple_result's error handling with pltcl_trigger_handler.
Tom Lane
2016-11-06
Support PL/Tcl functions that return composite types and/or sets.
Tom Lane
2016-11-06
Modernize result-tuple construction in pltcl_trigger_handler().
Tom Lane
2016-11-06
Rationalize and document pltcl's handling of magic ".tupno" array element.
Tom Lane
2016-11-05
Improve minor error-handling details in pltcl.
Tom Lane
2016-08-31
Improve memory management for PL/Tcl functions.
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-08
Translation updates
Peter Eisentraut
2016-07-21
Make pltcl regression tests safe for Danish locale.
Tom Lane
2016-05-09
Translation updates
Peter Eisentraut
2016-03-25
Fix PL/Tcl for vpath builds.
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-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-02
Fix PL/Tcl's encoding conversion logic.
Tom Lane
2016-03-02
Make PL/Tcl require Tcl 8.4 or later.
Tom Lane
2016-03-02
Convert PL/Tcl to use Tcl's "object" interfaces.
Tom Lane
2016-03-02
Improve coverage of pltcl regression tests.
Tom Lane
2015-09-16
Don't use "#" as an abbreviation for "number" in PL/Tcl error messages.
Tom Lane
2015-08-03
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-07-20
Fix (some of) pltcl memory usage
Alvaro Herrera
2015-06-29
Translation updates
Peter Eisentraut
2015-05-02
Move interpreter shared library detection to configure
Peter Eisentraut
2015-04-30
Fix parallel make risk with new check temp-install setup
Peter Eisentraut
2015-04-23
Improve speed of make check-world
Peter Eisentraut
2015-02-02
Translation updates
Peter Eisentraut
2015-01-26
Fix volatile-safety issue in pltcl_SPI_execute_plan().
Tom Lane
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-07-21
Translation updates
Peter Eisentraut
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-08
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-02-23
Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.
Tom Lane
2014-02-16
On Windows, expect to find Tcl DLL in bin directory not lib directory.
Tom Lane
2014-02-14
Fix fat-fingered makefile changes for pltcl.
Tom Lane
2014-02-14
In mingw builds, make our own import library for libtcl, too.
Tom Lane
2013-12-22
Change the way we mark tuples as frozen.
Robert Haas
2013-12-02
Translation updates
Peter Eisentraut
2013-11-24
PL/Tcl: Add event trigger support
Peter Eisentraut
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-10-14
Translation updates to fix build failures
Peter Eisentraut
[next]