summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeIndexscan.c
AgeCommit message (Expand)Author
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
1999-08-09> > Prevent sorting if result is already sortedBruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-10Change error messages to oids come out as %u and not %d. Change has noBruce Momjian
1999-04-13There are some bugs about backward scanning usingBruce Momjian
1999-02-21From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian
1999-01-29READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-11-22Fix using indices in OR.Vadim B. Mikheev
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian