summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeIndexscan.c
AgeCommit message (Expand)Author
2004-02-03Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2004-01-06Instead of rechecking lossy index operators by putting them into theTom Lane
2003-12-30Avoid running out of memory during hash_create, by not passing aTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-09-24Repair some REINDEX problems per recent discussions. The relcache isTom Lane
2003-08-22Tweak processing of multiple-index-scan plans to reduce overhead whenTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-21Error message editing in backend/executor.Tom Lane
2003-02-09Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane
2003-02-03Tweak planner and executor to avoid doing ExecProject() in table scanTom Lane
2003-01-12Fix wrong/misleading comments, be more consistent about where to callTom Lane
2002-12-18Prevent core dump when ExecMarkPos is called before any tuples have beenTom Lane
2002-12-15Revise executor APIs so that all per-query state structure is built inTom Lane
2002-12-13Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane
2002-12-12Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane
2002-12-05Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-06-23It seems that ExecInit/EndIndexScan is leaking some memory...Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-02-19A bunch of changes aimed at reducing backend startup time...Tom Lane
2002-02-11Repair problems with EvalPlanQual where target table is scanned asTom Lane
2001-11-12Repair crash in EvalPlanQual of query involving nestloop with innerTom Lane
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-07-15Restructure index AM interface for index building and index tuple deletion,Tom Lane
2001-06-22Statistical system views (yet without the config stuff, butJan Wieck
2001-05-27Cause ExecCountSlots() accounting to bear some relationship to reality.Tom Lane
2001-03-22Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-29Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-22Clean up per-tuple memory leaks in trigger firing and plpgsqlTom Lane
2000-08-24SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane
2000-08-13Clean up handling of variable-free qual clauses. System now does theTom Lane
2000-07-12First stage of reclaiming memory in executor by resetting short-termTom Lane
2000-06-15Final #include cleanup.Bruce Momjian
2000-05-23Fix problem in which sloppily-coded test in ExecInitIndexScan wouldTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-07Partial fix for EvalPlanQual bugs reported by Magnus Hagander, 3-Apr.Tom Lane
2000-02-18Implement reindex commandHiroshi Inoue
2000-02-05Replace nth() calls in inner loops with traversal of the list viaTom Lane
2000-01-26Add:Bruce Momjian
2000-01-19Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane
1999-09-24Several changes here, not very related but touching some of the same files.Tom Lane
1999-08-12Add commentary to show that even though ExecInitIndexScan()Tom Lane