summaryrefslogtreecommitdiff
path: root/src/backend/executor/spi.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Modified files for MERGE"Simon Riggs2018-04-021-3/+0
* Modified files for MERGESimon Riggs2018-04-021-0/+3
* PL/pgSQL: Nested CALL with transactionsPeter Eisentraut2018-03-281-12/+22
* Transaction control in PL proceduresPeter Eisentraut2018-01-221-7/+95
* Revert "Move portal pinning from PL/pgSQL to SPI"Peter Eisentraut2018-01-101-9/+0
* Move portal pinning from PL/pgSQL to SPIPeter Eisentraut2018-01-101-0/+9
* Update portal-related memory context names and APIPeter Eisentraut2018-01-091-3/+3
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.Tom Lane2017-12-211-1/+2
* Fix corner-case coredump in _SPI_error_callback().Tom Lane2017-12-111-0/+3
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-3/+3
* Fix crash when logical decoding is invoked from a PL function.Tom Lane2017-10-061-11/+31
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-6/+8
* Phase 3 of pgindent updates.Tom Lane2017-06-211-10/+10
* Phase 2 of pgindent updates.Tom Lane2017-06-211-7/+7
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-10/+10
* Provide an error cursor for "can't call an SRF here" errors.Tom Lane2017-04-181-3/+3
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-101-9/+9
* Capitalize names of PLs consistentlyPeter Eisentraut2017-04-051-2/+2
* Follow-on cleanup for the transition table patch.Kevin Grittner2017-04-041-0/+52
* Fix two undocumented parameters to functions from ENR patch.Kevin Grittner2017-04-011-2/+1
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-311-9/+107
* Improve access to parallel query from procedural languages.Robert Haas2017-03-241-2/+2
* Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas2017-03-231-1/+1
* Use castNode() in a bunch of statement-list-related code.Tom Lane2017-01-261-9/+9
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-141-32/+23
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.Tom Lane2016-11-081-152/+48
* Make SPI_fnumber() reject dropped columns.Tom Lane2016-11-081-1/+2
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-17/+6
* Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.Tom Lane2016-08-111-2/+6
* Stop the executor if no more tuples can be sent from worker to leader.Robert Haas2016-06-061-1/+3
* Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ...Tom Lane2016-04-111-4/+12
* Use repalloc_huge() to enlarge a SPITupleTable's tuple pointer array.Tom Lane2016-03-141-1/+1
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-121-12/+12
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix problems with ParamListInfo serialization mechanism.Robert Haas2015-11-021-0/+1
* Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().Tom Lane2015-08-211-1/+2
* pgindent run for 9.5Bruce Momjian2015-05-231-7/+7
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-141-0/+21
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-301-11/+21
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-201-3/+2
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane2014-11-121-1/+3
* pgindent run for 9.4Bruce Momjian2014-05-061-6/+6
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-011-6/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Prevent memory leaks from accumulating across printtup() calls.Tom Lane2013-11-031-20/+3
* Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane2013-07-251-7/+95
* Make comments reflect that omission of SPI_gettypmod() is intentional.Noah Misch2013-07-121-0/+6