summaryrefslogtreecommitdiff
path: root/src/include/executor/functions.h
AgeCommit message (Expand)Author
2025-04-02Change SQL-language functions to use the plan cache.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-12Fix confusion about the return rowtype of SQL-language procedures.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-15Undo decision to allow pg_proc.prosrc to be NULL.Tom Lane
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-19Fix list-munging bug that broke SQL function result coercions.Tom Lane
2020-01-08Improve the handling of result type coercions in SQL functions.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-03-14Support INOUT arguments in proceduresPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-25Fix handling of collation in SQL-language functions.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-14Fix a bug introduced when set-returning SQL functions were made inline-able:Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-10-31Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane
2008-03-18Arrange to "inline" SQL functions that appear in a query's FROM clause,Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-03-31First phase of OUT-parameters project. We can now define and use SQLTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-10-07Fix problems with SQL functions returning rowtypes that have droppedTom Lane
2004-08-29Update copyright to 2004.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-08-04Update copyrights to 2003.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian