aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/spi.sgml
Commit message (Expand)AuthorAge
* Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane2024-09-09
* Fix behavior of stable functions called from a CALL's argument list.Tom Lane2024-06-07
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.Tom Lane2023-09-18
* Doc: fix out-of-date example of SPI usage.Tom Lane2023-07-18
* Add missing support for the latest SPI status codes.Dean Rasheed2023-02-22
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-02-28
* Fix checking of query type in plpgsql's RETURN QUERY command.Tom Lane2021-10-03
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Rethink recently-added SPI interfaces.Tom Lane2021-01-26
* Improve performance of repeated CALLs within plpgsql procedures.Tom Lane2021-01-25
* Add the ability for the core grammar to have more than one parse target.Tom Lane2021-01-04
* dummy commitBruce Momjian2020-12-23
* Avoid using a cursor in plpgsql's RETURN QUERY statement.Tom Lane2020-06-12
* doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5Bruce Momjian2020-06-11
* doc: Fix man page whitespace issuesPeter Eisentraut2020-06-07
* doc: add missing xreflabels to the main docs (not refs)Bruce Momjian2020-05-15
* Further adjust SPITupleTable to provide a public row-count field.Tom Lane2019-07-18
* Clarify the distinction between public and private SPITupleTable fields.Tom Lane2019-07-17
* docs: cleanup/remove/update references to OID column.Andres Freund2019-04-17
* Transaction chainingPeter Eisentraut2019-03-24
* Doc: fix incorrect example of collecting arguments with fmgr macros.Tom Lane2018-12-19
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Remove remaining references to version-0 calling convention in docs.Heikki Linnakangas2018-05-02
* doc: in contrib-spi, mention and link to the meaning of SPIBruce Momjian2018-01-31
* Transaction control in PL proceduresPeter Eisentraut2018-01-22
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Document and use SPI_result_code_string()Peter Eisentraut2017-10-04
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Remove to pre-8.2 coding convention for PG_MODULE_MAGICPeter Eisentraut2017-08-30
* Follow-on cleanup for the transition table patch.Kevin Grittner2017-04-04
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.Tom Lane2016-11-08
* Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane2016-11-08
* Make SPI_fnumber() reject dropped columns.Tom Lane2016-11-08
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* doc: Spell checkingPeter Eisentraut2014-07-16
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-23
* Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane2013-07-25
* Improve SPI documentation about null-flags arrays.Tom Lane2013-05-03
* Change plan caching to honor, not resist, changes in search_path.Tom Lane2013-01-25
* Fix SPI documentation for new handling of ExecutorRun's count parameter.Tom Lane2013-01-24
* Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane2013-01-04
* Return the number of rows processed when COPY is executed through SPI.Heikki Linnakangas2012-10-03
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-07
* Capitalization fixesPeter Eisentraut2011-06-19
* Avoid extra whitespace in the arguments of <indexterm>.Tom Lane2011-04-08