aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeResult.c
Commit message (Expand)AuthorAge
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane2006-02-28
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Put back example of using Result node to execute an INSERT.Tom Lane2005-04-24
* Update some comments to use SQL examples rather than QUEL. From SimonNeil Conway2005-04-24
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-15
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-13
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* Update copyright to 2002.Bruce Momjian2002-06-20
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-24
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-12
* Add:Bruce Momjian2000-01-26
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-19
* pgindent run over code.Bruce Momjian1999-05-25
* Fix for aggregate memory leaks from Erik Riedel.Bruce Momjian1999-03-20
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Fix from Vadim for simple-minded case SELECT 1 WHERE 1 IN (SELECT 1)Thomas G. Lockhart1998-02-18
* Support for subselects.Vadim B. Mikheev1998-02-13
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* add #include "postgres.h", as required by all .c filesMarc G. Fournier1996-10-31
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09