summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeNestloop.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* 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
* pgindent run for 8.2.Bruce Momjian2006-10-041-5/+5
* 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/+14
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-32/+29
* 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-5/+5
* Error message editing in backend/executor.Tom Lane2003-07-211-2/+2
* Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(),Tom Lane2003-05-051-2/+2
* Upgrade cost estimation for joins, per discussion with Bradley Baetz.Tom Lane2003-01-271-1/+5
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-201-1/+11
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-151-8/+7
* 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-80/+73
* 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-7/+3
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-92/+71
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-9/+11
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-75/+119
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-241-16/+19
* Clean up handling of variable-free qual clauses. System now does theTom Lane2000-08-131-3/+3
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-1/+4
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-121-32/+29
* Final #include cleanup.Bruce Momjian2000-06-151-2/+1
* Add:Bruce Momjian2000-01-261-2/+3
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-191-4/+2
* Final cleanup.Bruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-2/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-5/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-9/+9
* Support for subselects.Vadim B. Mikheev1998-02-131-17/+31
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-6/+6
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-13/+13
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-309/+323
* Compile and warning cleanupBruce Momjian1996-11-081-1/+2
* 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/+370