summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeTidscan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-241-7/+2
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-191-8/+14
* Repair problems with EvalPlanQual where target table is scanned asTom Lane2002-02-111-7/+18
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-8/+6
* Keep the contents of ItemPointerData not the pointers so thatHiroshi Inoue2001-09-291-16/+11
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-2/+2
* Cause ExecCountSlots() accounting to bear some relationship to reality.Tom Lane2001-05-271-2/+2
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-83/+63
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-1/+2
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-291-5/+4
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2