index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
tcl
/
pltcl.c
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-05
Capitalize names of PLs consistently
Peter Eisentraut
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-27
Remove PL/Tcl's "module" facility.
Tom Lane
2017-01-09
Fix error handling in pltcl_returnnext.
Tom Lane
2017-01-06
Merge two copies of tuple-building code in pltcl.c.
Tom Lane
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-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
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-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-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
2013-12-22
Change the way we mark tuples as frozen.
Robert Haas
2013-11-24
PL/Tcl: Add event trigger support
Peter Eisentraut
2013-07-05
Update messages, comments and documentation for materialized views.
Noah Misch
2013-03-04
Add a materialized view relations.
Kevin Grittner
2013-02-01
PL/Tcl: Fix compiler warnings with Tcl 8.6
Peter Eisentraut
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2011-09-16
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-06-27
Allow callers to pass a missing_ok flag when opening a relation.
Robert Haas
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2010-11-03
Use only one hash entry for all instances of a pltcl trigger function.
Tom Lane
2010-10-10
Support triggers on views.
Tom Lane
2010-09-30
Use a separate interpreter for each calling SQL userid in plperl and pltcl.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
[next]