summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeResult.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* 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-7/+5
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane2009-09-271-9/+1
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-6/+6
* Change Agg and Group nodes so that Vars contained in their targetlistsTom Lane2007-02-221-5/+3
* Fix another problem in 8.2 changes that allowed "one-time" qual conditions toTom Lane2007-02-161-6/+8
* Repair oversight in 8.2 change that improved the handling of "pseudoconstant"Tom Lane2007-02-151-3/+33
* Repair failure to check that a table is still compatible with a previouslyTom Lane2007-02-021-2/+2
* 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/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane2006-02-281-4/+8
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-17/+15
* Put back example of using Result node to execute an INSERT.Tom Lane2005-04-241-2/+7
* Update some comments to use SQL examples rather than QUEL. From SimonNeil Conway2005-04-241-8/+7
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-2/+2
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-151-3/+2
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-131-4/+4
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-65/+57
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+1
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-70/+56
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-241-17/+22
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-1/+3
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-62/+55
* Add:Bruce Momjian2000-01-261-2/+3
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-191-2/+4
* pgindent run over code.Bruce Momjian1999-05-251-4/+5
* Fix for aggregate memory leaks from Erik Riedel.Bruce Momjian1999-03-201-1/+4
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-13/+13
* Fix from Vadim for simple-minded case SELECT 1 WHERE 1 IN (SELECT 1)Thomas G. Lockhart1998-02-181-2/+3
* Support for subselects.Vadim B. Mikheev1998-02-131-28/+29
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-5/+5
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-9/+9
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-224/+230