summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeResult.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add #include "postgres.h", as required by all .c filesMarc G. Fournier1996-10-311-1/+3
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+288