Commits

DateSubjectAuthorReleases
2011-09-16 Redesign the plancache mechanism for more flexibility and efficiency. Tom Lane 9.2.0
2011-04-08 Avoid extra whitespace in the arguments of <indexterm>. Tom Lane 9.1.0
2009-11-04 Add support for invoking parser callback hooks via SPI and in cached plans. Tom Lane 9.0.0
2009-01-07 Fix executor/spi.h to follow our usual conventions for include files, ie, Tom Lane 8.4.0
2008-04-01 Add SPI-level support for executing SQL commands with one-time-use plans, Tom Lane 8.4.0
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2008-02-12 Fix SPI_cursor_open() and SPI_is_cursor_plan() to push the SPI stack before Tom Lane 8.3.1
2007-07-05 Improve description of SPI_scroll_cursor_move's return values, per a Tom Lane 8.3.0
2007-04-16 Expose more cursor-related functionality in SPI: specifically, allow Tom Lane 8.3.0
2007-03-25 Remove the prohibition on executing cursor commands through SPI_execute. Tom Lane 8.3.0
2007-03-15 Make use of plancache module for SPI plans. In particular, since plpgsql Tom Lane 8.3.0
2006-09-10 Remove unhelpful/misleading advice about how to use SPI_saveplan(). Tom Lane 8.2.0
2006-08-27 Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. Tom Lane 8.2.0
2006-08-12 Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was Tom Lane 8.2.0
2005-12-07 Fix incorrect SPI example, per Yoshihisa Nakano. Tom Lane 8.1.1
2005-12-07 Fix incorrect SPI example, per Yoshihisa Nakano. Tom Lane 8.2.0
2004-12-30 More minor updates and copy-editing. Tom Lane 8.0.0
2004-09-13 Redesign query-snapshot timing so that volatile functions in READ COMMITTED Tom Lane 8.0.0
2004-04-01 Replace TupleTableSlot convention for whole-row variables and function Tom Lane 8.0.0
2003-10-22 Move docs about index cost estimation functions and writing a procedural Tom Lane 7.4.1
2003-01-21 Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO Tom Lane 7.3.2
2003-01-21 Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO Tom Lane 7.4.1
2002-12-30 Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as Tom Lane 7.4.1
2001-11-14 Overhaul SPI documentation: bring it into some semblance of agreement Tom Lane 7.2.1
2001-11-05 Fix coredump in plpgsql when trying to return a rowtype result. Tom Lane 7.2.1