Commits

Showing commits that first shipped in 10 (backpatches included). Clear

DateSubjectAuthorReleases
2018-07-18 Fix misc typos, mostly in comments. Heikki Linnakangas 10.5
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-05-17 Post-PG 10 beta1 pgindent run Bruce Momjian 10.0
2017-04-05 Capitalize names of PLs consistently Peter Eisentraut 10.0
2017-04-04 Follow-on cleanup for the transition table patch. Kevin Grittner 10.0
2017-03-11 Add a "subtransaction" command to PL/Tcl. Tom Lane 10.0
2017-03-07 Invent start_proc parameters for PL/Tcl. Tom Lane 10.0
2017-02-27 Remove PL/Tcl's "module" facility. Tom Lane 10.0
2017-01-09 Fix error handling in pltcl_returnnext. Tom Lane 10.0
2017-01-06 Merge two copies of tuple-building code in pltcl.c. Tom Lane 10.0
2016-11-15 Check that result tupdesc has exactly 1 column in return_next scalar case. Tom Lane 10.0
2016-11-08 Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection. Tom Lane 10.0
2016-11-08 Make SPI_fnumber() reject dropped columns. Tom Lane 10.0
2016-11-07 Sync pltcl_build_tuple_result's error handling with pltcl_trigger_handler. Tom Lane 10.0
2016-11-06 Support PL/Tcl functions that return composite types and/or sets. Tom Lane 10.0
2016-11-06 Modernize result-tuple construction in pltcl_trigger_handler(). Tom Lane 10.0
2016-11-06 Rationalize and document pltcl's handling of magic ".tupno" array element. Tom Lane 10.0
2016-11-05 Improve minor error-handling details in pltcl. Tom Lane 10.0
2016-08-31 Improve memory management for PL/Tcl functions. Tom Lane 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 10.0