summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeTidscan.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Incidental cleanup of matviews code.Tom Lane2013-04-271-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Clean up the #include mess a little.Tom Lane2011-09-041-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-2/+0
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+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-9/+4
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-261-51/+23
* Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane2009-09-271-10/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-5/+5
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+3
* Fix nodeTidscan.c to not trigger an error if the block number portion ofTom Lane2008-04-301-3/+15
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-6/+6
* Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update-Tom Lane2007-10-241-2/+17
* Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsqlTom Lane2007-06-111-2/+2
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-111-3/+22
* 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/+5
* pgindent run for 8.2.Bruce Momjian2006-10-041-15/+14
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-2/+2
* 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-2/+2
* Adjust scan plan nodes to avoid getting an extra AccessShareLock on aTom Lane2005-12-021-17/+4
* Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so thatTom Lane2005-11-261-60/+163
* Improve ExecStoreTuple to be smarter about replacing the contents ofTom Lane2005-11-251-10/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-16/+15
* Remove some dead code.Tom Lane2005-09-221-8/+1
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-2/+2
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-4/+4
* Tweak indexscan and seqscan code to arrange that steps from one page toTom Lane2004-04-211-2/+8
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix tid scan evaluation of non-constant TID values; can't try to do itTom Lane2003-09-261-34/+47
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Make further use of new bitmapset code: executor's chgParam, extParam,Tom Lane2003-02-091-2/+2
* Tweak planner and executor to avoid doing ExecProject() in table scanTom Lane2003-02-031-7/+7
* Fix wrong/misleading comments, be more consistent about where to callTom Lane2003-01-121-4/+3
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-151-13/+2
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-131-4/+7
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-111/+78
* Be more realistic about plans involving Materialize nodes: take theirTom Lane2002-11-301-5/+3
* pgindent run.Bruce Momjian2002-09-041-4/+4