]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeIndexscan.c
Repair some REINDEX problems per recent discussions. The relcache is
[postgresql] / src / backend / executor / nodeIndexscan.c
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-22 Tom LaneTweak processing of multiple-index-scan plans to reduce...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-21 Tom LaneError message editing in backend/executor.
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-03 Tom LaneTweak planner and executor to avoid doing ExecProject...
2003-01-12 Tom LaneFix wrong/misleading comments, be more consistent about...
2002-12-18 Tom LanePrevent core dump when ExecMarkPos is called before...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-09-04 Bruce Momjianpgindent run.
2002-06-23 Bruce MomjianIt seems that ExecInit/EndIndexScan is leaking some...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2002-02-11 Tom LaneRepair problems with EvalPlanQual where target table...
2001-11-12 Tom LaneRepair crash in EvalPlanQual of query involving nestloo...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-05-27 Tom LaneCause ExecCountSlots() accounting to bear some relation...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-29 Tom LaneClean up handling of tuple descriptors so that result...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-22 Tom LaneClean up per-tuple memory leaks in trigger firing and...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-08-13 Tom LaneClean up handling of variable-free qual clauses. Syste...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-05-23 Tom LaneFix problem in which sloppily-coded test in ExecInitInd...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-07 Tom LanePartial fix for EvalPlanQual bugs reported by Magnus...
2000-02-18 Hiroshi InoueImplement reindex command
2000-02-05 Tom LaneReplace nth() calls in inner loops with traversal of...
2000-01-26 Bruce MomjianAdd:
2000-01-19 Tom LaneFix handling of NULL constraint conditions: per SQL92...
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-08-12 Tom LaneAdd commentary to show that even though ExecInitIndexScan()
1999-08-09 Bruce Momjian> > Prevent sorting if result is already sorted
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-04-13 Bruce MomjianThere are some bugs about backward scanning using
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-01-29 Vadim B. MikheevREAD COMMITTED isolevel is implemented and is default...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-11-22 Vadim B. MikheevFix using indices in OR.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce MomjianFix for vacuum updating problem.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-04 Bruce MomjianOR processing cleanup.
1998-08-03 Bruce MomjianUpdate mark/reset index code for multiple indexes,...
1998-08-01 Bruce MomjianCleanup of OR fix.
1998-08-01 Bruce MomjianAllow index use with OR clauses.
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-03-30 Bruce MomjianThere's a patch attached to fix gcc 2.8.x warnings...
1998-02-26 Vadim B. MikheevexecScan.c: in the end of scan projInfo->pi_slot must be
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Vadim B. MikheevSupport for subselects.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-01-22 Vadim B. MikheevFixing bug in INDEXSCAN_PATCH:
1996-11-08 Marc G. FournierD'Arcy's recent cleanups
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-10-31 Marc G. Fournieradd #include "postgres.h", as required by all .c files
1996-10-30 Marc G. FournierFixes:
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01