OSDN Git Service

Restructure local-buffer handling per recent pghackers discussion.
[pg-rex/syncrep.git] / src / backend / executor /
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-08-05 Tom LanePreliminary code review for anonymous-composite-types...
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
2002-08-04 Bruce MomjianChange messages like this:
2002-07-24 Peter EisentrautRemove _deadcode.
2002-07-20 Bruce Momjian> 2. This patch includes the same Table Function API...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-18 Bruce MomjianBack out BETWEEN node patch, was causing initdb failure.
2002-07-18 Bruce MomjianFinished the Between patch Christopher started.
2002-07-18 Bruce MomjianHere is a patch for the Table Function API. It fixes...
2002-07-11 Bruce MomjianChange error messages ExecAppend->ExecInsert and ExecRe...
2002-07-06 Bruce MomjianI've fixed up the way domain constraints (not null...
2002-07-04 Bruce MomjianFix compile error in assert coded added by new DISTINCT...
2002-07-04 Thomas G. LockhartImplement the IS DISTINCT FROM operator per SQL99.
2002-06-26 Bruce MomjianRestore error message I accidentally changed.
2002-06-26 Bruce MomjianThe attached patch fixes some spelling mistakes, makes the
2002-06-25 Bruce MomjianBack out cleanup patch. Got old version and needs...
2002-06-25 Bruce MomjianThe attached patch fixes some spelling mistakes, makes the
2002-06-23 Bruce MomjianIt seems that ExecInit/EndIndexScan is leaking some...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-20 Bruce MomjianHere is a patch for Composite and Set returning functio...
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-21 Tom LaneSince COPY fires triggers, it seems like a good idea...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-17 Tom LaneGet rid of the last few uses of typeidTypeName() rather...
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-04-29 Tom LaneEnforce EXECUTE privilege for aggregate functions.
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-15 Tom LaneThe contents of command.c, creatinh.c, define.c, remove...
2002-04-12 Tom LaneChecking to decide whether relations are system relatio...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-08 Bruce MomjianUpdate comment to clarify fetch limit and LIMIT.
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-21 Tom LaneChange the aclchk.c routines to uniformly use OIDs...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-21 Tom LaneRemove long-dead 'fix for SELECT NULL' to stop current...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-09 Tom LaneCode review for improved-hashing patch. Fix some porta...
2002-03-06 Bruce MomjianI've attached a patch which implements Bob Jenkin's...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-03-01 Tom LaneTeach planner about the idea that a mergejoin won't...
2002-02-27 Tom LaneClean up BeginCommand and related routines. BeginComma...
2002-02-26 Tom LaneRestructure command-completion-report code so that...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2002-02-14 Tom LaneEnsure that a cursor is scanned under the same scanComm...
2002-02-11 Tom LaneRepair problems with EvalPlanQual where target table...
2002-01-06 Tom LaneAdd CHECK_FOR_INTERRUPTS() in various strategic spots...
2002-01-03 Tom LaneSPI_cursor_open must copy by-reference parameter values...
2001-11-21 Tom LaneInsert CommandCounterIncrement call into SPI_cursor_open.
2001-11-12 Tom LaneRepair crash in EvalPlanQual of query involving nestloo...
2001-11-10 Tom LaneClean up usage-statistics display code (ShowUsage and...
2001-11-05 Tom LaneFix coredump in plpgsql when trying to return a rowtype...
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-10-23 Tom LaneMake SPI's column-accessing functions work for system...
2001-10-05 Tom LaneFurther cleanup of dynahash.c API, in pursuit of portab...
2001-09-29 Hiroshi InoueKeep the contents of ItemPointerData not the pointers...
2001-09-21 Tom LaneQuick-and-dirty fix for recursive plpgsql functions...
2001-09-18 Tom LaneEXPLAIN ANALYZE feature to measure and show actual...
2001-09-17 Tom LaneSuppress compiler warning.
2001-09-08 Hiroshi InoueApply 7.1.3 changes to the current tree also.
2001-08-13 Tom LaneMake hashjoin give the right answer with toasted input...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-08-06 Tom LaneEvaluate LIMIT/OFFSET expressions with ExecEvalExprSwit...
2001-08-02 Tom LaneAdd a SPI_copytupledesc function that parallels SPI_cop...
2001-08-02 Tom LaneTweak memory context sizing for saved SPI plans.
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
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-06-19 Tom LaneAdd IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the...
2001-06-11 Tom LaneMake planner compute the number of hash buckets the...
2001-06-01 Tom LaneIf spi.c wants to use malloc, it better test for malloc...
2001-06-01 Tom LaneClean up some minor problems exposed by further thought...
2001-05-27 Tom LaneWhen using a junkfilter, the output tuple should NOT...
2001-05-27 Tom LaneCause ExecCountSlots() accounting to bear some relation...
2001-05-27 Peter EisentrautMake UPDATE and DELETE privileges distinct. Add REFERE...
2001-05-21 Jan WieckEnhancement of SPI to get access to portals
2001-05-15 Tom LaneRemove unnecessary EvalPlanQual support code --- since...
2001-05-15 Tom LaneSome badly needed documentation about EvalPlanQual.
2001-05-15 Tom LaneEvalPlanQual was thoroughly broken for concurrent updat...
2001-05-08 Tom LaneAppend and SubqueryScan nodes were not passing changed...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-04-19 Tom LaneKluge solution for Alex Pilosov's report of problems...
2001-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
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-02-19 Tom LaneChange plpgsql's GET DIAGNOSTICS statement to use SQL99...
2001-02-16 Tom LaneClean up two rather nasty bugs in operator selection...
2001-02-15 Tom LaneUpdate comments about memory management.
2001-01-29 Tom LaneClean up handling of tuple descriptors so that result...
2001-01-27 Tom LaneLooks like I broke cases involving combinations of...
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...
next