summaryrefslogtreecommitdiff
path: root/src/backend/executor/execScan.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-5/+6
* Repair failure to check that a table is still compatible with a previouslyTom Lane2007-02-021-4/+8
* Relax an Assert() that has been found to be too strict in some situationsTom Lane2007-01-241-2/+12
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-22/+21
* Teach the planner to remove SubqueryScan nodes from the plan if theyTom Lane2005-05-221-4/+9
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-161-6/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-5/+6
* Fix oversight in optimization that avoids an unnecessary projection stepTom Lane2004-01-221-4/+15
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* tlist_matches_tupdesc() needs to defend itself against dropped columns.Tom Lane2003-09-251-4/+4
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-3/+3
* Suppress unused-variable warnings when building without Asserts.Tom Lane2003-08-081-1/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-11/+12
* Tweak planner and executor to avoid doing ExecProject() in table scanTom Lane2003-02-031-16/+92
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-13/+11
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Add CHECK_FOR_INTERRUPTS() in various strategic spots, per commentsTom Lane2002-01-061-3/+5
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-38/+31
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-3/+3
* 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-31/+29
* 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-43/+36
* Add:Bruce Momjian2000-01-261-2/+3
* Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane2000-01-191-3/+4
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-8/+8
* execScan.c: in the end of scan projInfo->pi_slot must beVadim B. Mikheev1998-02-261-3/+15
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-6/+6
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-101/+107
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-281-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/+136