summaryrefslogtreecommitdiff
path: root/src/include/executor
AgeCommit message (Expand)Author
2002-06-26The attached patch fixes some spelling mistakes, makes theBruce Momjian
2002-06-25Back out cleanup patch. Got old version and needs work.Bruce Momjian
2002-06-25The attached patch fixes some spelling mistakes, makes theBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-05-24Mark index entries "killed" when they are no longer visible to anyTom Lane
2002-05-21Remove global variable scanCommandId in favor of storing a command IDTom Lane
2002-05-12Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane
2002-05-12First pass at set-returning-functions in FROM, by Joe Conway withTom Lane
2002-04-11Restructure representation of aggregate functions so that they have pg_procTom Lane
2002-02-27Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane
2002-02-19A bunch of changes aimed at reducing backend startup time...Tom Lane
2001-11-12Remove duplicate extern declaration.Tom Lane
2001-11-08Fix indenting for 'extern "C"' cases.Bruce Momjian
2001-11-05Fix coredump in plpgsql when trying to return a rowtype result.Tom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
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-09-20Remove some dead code and obsolete, misleading comments.Tom Lane
2001-09-18EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane
2001-08-02Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie,Tom Lane
2001-06-11Make planner compute the number of hash buckets the same way thatTom Lane
2001-05-27When using a junkfilter, the output tuple should NOT be stored back intoTom Lane
2001-05-21Enhancement of SPI to get access to portalsJan Wieck
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-19Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatibleTom Lane
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
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-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-11-12Restructure handling of inheritance queries so that they work with outerTom Lane
2000-10-26Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane
2000-10-05Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane
2000-09-29Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane
2000-09-12First cut at full support for OUTER JOINs. There are still a few looseTom Lane
2000-08-24GetAttributeByName and GetAttributeByNum should be declared to returnTom Lane
2000-08-24SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane
2000-08-22Fix a many-legged critter reported by [email protected]: under theTom Lane
2000-08-21Move pg_checkretval out of the planner (where it never belonged) intoTom Lane
2000-08-13Clean up handling of variable-free qual clauses. System now does theTom Lane
2000-08-08Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane
2000-08-06Clean up inefficiency in ExecRelCheck, and cause it to do the rightTom Lane
2000-07-12First stage of reclaiming memory in executor by resetting short-termTom Lane
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-06-18Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane
2000-06-17Fix performance problems with pg_index lookups (see, for example,Tom Lane
2000-06-15Clean up #include's.Bruce Momjian
2000-06-15#include cleanupsBruce Momjian
2000-06-08Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian
2000-05-29Second round of fmgr changes: triggers are now invoked in new style,Tom Lane