summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeFunctionscan.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-2/+2
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-2/+4
* Don't require return slots for nodes without projection.Andres Freund2018-11-091-3/+5
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-161-17/+13
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Support domains over composite types.Tom Lane2017-10-261-1/+2
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-301-2/+5
* Phase 3 of pgindent updates.Tom Lane2017-06-211-2/+2
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-10/+9
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-191-2/+0
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-3/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Ensure that RowExprs and whole-row Vars produce the expected column names.Tom Lane2014-11-101-19/+0
* Avoid leaking memory while evaluating arguments for a table function.Tom Lane2014-06-191-0/+16
* pgindent run for 9.4Bruce Momjian2014-05-061-3/+3
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-211-198/+397
* Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark2013-07-291-22/+154
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Per-column collation supportPeter Eisentraut2011-02-081-1/+6
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-121-4/+4
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-261-10/+19
* Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane2009-09-271-11/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane2009-03-271-1/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane2008-10-291-2/+4
* Extend ExecMakeFunctionResult() to support set-returning functions that returnTom Lane2008-10-281-77/+6
* Improve tuplestore.c to support multiple concurrent read positions.Tom Lane2008-10-011-37/+4
* Fix several memory leaks when rescanning SRFs. Arrange for an SRF'sNeil Conway2008-02-291-1/+11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Turn the rangetable used by the executor into a flat list, and avoid storingTom Lane2007-02-221-2/+1
* Put function expressions and values lists into FunctionScan and ValuesScanTom Lane2007-02-191-14/+7
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Repair bug #2839: the various ExecReScan functions need to resetTom Lane2006-12-261-1/+2
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-271-10/+5
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-2/+2
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-161-2/+4