index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
executor
/
spi_priv.h
Commit message (
Expand
)
Author
Age
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Prevent leakage of SPI tuple tables during subtransaction abort.
Tom Lane
2013-07-25
*
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2013-01-04
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Add support for invoking parser callback hooks via SPI and in cached plans.
Tom Lane
2009-11-04
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Support scrollable cursors (ie, 'direction' clause in FETCH) in plpgsql.
Tom Lane
2007-04-16
*
Make use of plancache module for SPI plans. In particular, since plpgsql
Tom Lane
2007-03-15
*
Remove the Query structure from the executor's API. This allows us to stop
Tom Lane
2007-02-20
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
_SPI_execute_plan failed to return result tuple table to caller in
Tom Lane
2005-10-01
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Restructure subtransaction handling to reduce resource consumption,
Tom Lane
2004-09-16
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Nested transactions. There is still much left to do, especially on the
Tom Lane
2004-07-01
*
Revise syntax-error reporting behavior to give pleasant results for
Tom Lane
2004-03-21
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Portal and memory management infrastructure for extended query protocol.
Tom Lane
2003-05-02
*
Make SPI's execution of querystrings follow the rules agreed to for
Tom Lane
2002-10-14
*
Remove global variable scanCommandId in favor of storing a command ID
Tom Lane
2002-05-21
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Enhancement of SPI to get access to portals
Jan Wieck
2001-05-21
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
Cleanup of /include #include's, for 6.6 only.
Bruce Momjian
1999-07-14
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Rip out QueryTreeList structure, root and branch. Querytree
Tom Lane
1999-05-13
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Speedup of PL/pgSQL by calling ExecEvalExpr() directly
Jan Wieck
1999-01-27