index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
spi.sgml
Commit message (
Expand
)
Author
Age
*
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
2024-09-09
*
Fix behavior of stable functions called from a CALL's argument list.
Tom Lane
2024-06-07
*
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
*
Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.
Tom Lane
2023-09-18
*
Doc: fix out-of-date example of SPI usage.
Tom Lane
2023-07-18
*
Add missing support for the latest SPI status codes.
Dean Rasheed
2023-02-22
*
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-28
*
Fix checking of query type in plpgsql's RETURN QUERY command.
Tom Lane
2021-10-03
*
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
*
Rethink recently-added SPI interfaces.
Tom Lane
2021-01-26
*
Improve performance of repeated CALLs within plpgsql procedures.
Tom Lane
2021-01-25
*
Add the ability for the core grammar to have more than one parse target.
Tom Lane
2021-01-04
*
dummy commit
Bruce Momjian
2020-12-23
*
Avoid using a cursor in plpgsql's RETURN QUERY statement.
Tom Lane
2020-06-12
*
doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5
Bruce Momjian
2020-06-11
*
doc: Fix man page whitespace issues
Peter Eisentraut
2020-06-07
*
doc: add missing xreflabels to the main docs (not refs)
Bruce Momjian
2020-05-15
*
Further adjust SPITupleTable to provide a public row-count field.
Tom Lane
2019-07-18
*
Clarify the distinction between public and private SPITupleTable fields.
Tom Lane
2019-07-17
*
docs: cleanup/remove/update references to OID column.
Andres Freund
2019-04-17
*
Transaction chaining
Peter Eisentraut
2019-03-24
*
Doc: fix incorrect example of collecting arguments with fmgr macros.
Tom Lane
2018-12-19
*
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-22
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Remove remaining references to version-0 calling convention in docs.
Heikki Linnakangas
2018-05-02
*
doc: in contrib-spi, mention and link to the meaning of SPI
Bruce Momjian
2018-01-31
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
*
Convert documentation to DocBook XML
Peter Eisentraut
2017-11-23
*
Don't use SGML empty tags
Peter Eisentraut
2017-10-17
*
Document and use SPI_result_code_string()
Peter Eisentraut
2017-10-04
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
Remove to pre-8.2 coding convention for PG_MODULE_MAGIC
Peter Eisentraut
2017-08-30
*
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-04-04
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.
Tom Lane
2016-11-08
*
Replace uses of SPI_modifytuple that intend to allocate in current context.
Tom Lane
2016-11-08
*
Make SPI_fnumber() reject dropped columns.
Tom Lane
2016-11-08
*
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
*
doc: Spell checking
Peter Eisentraut
2014-07-16
*
doc: Improve DocBook XML validity
Peter Eisentraut
2014-02-23
*
Prevent leakage of SPI tuple tables during subtransaction abort.
Tom Lane
2013-07-25
*
Improve SPI documentation about null-flags arrays.
Tom Lane
2013-05-03
*
Change plan caching to honor, not resist, changes in search_path.
Tom Lane
2013-01-25
*
Fix SPI documentation for new handling of ExecutorRun's count parameter.
Tom Lane
2013-01-24
*
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2013-01-04
*
Return the number of rows processed when COPY is executed through SPI.
Heikki Linnakangas
2012-10-03
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
*
Fix a whitespace issue with the man pages
Peter Eisentraut
2011-08-07
*
Capitalization fixes
Peter Eisentraut
2011-06-19
*
Avoid extra whitespace in the arguments of <indexterm>.
Tom Lane
2011-04-08
[next]