aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAge
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-04
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-12
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-10
* Remove very ancient tuple-counting infrastructure (IncrRetrieved() andTom Lane2009-10-08
* Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane2009-09-27
* Replace the array-style TupleTable data structure with a simple List ofTom Lane2009-09-27
* Rewrite the planner's handling of materialized plan types so that there isTom Lane2009-09-12
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Change do_tup_output() to take Datum/isnull arrays instead of a char * array,Tom Lane2009-07-22
* Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoidTom Lane2009-07-18
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane2009-03-30
* Optimize multi-batch hash joins when the outer relation has a nonuniformTom Lane2009-03-21
* Add new SPI_OK_REWRITTEN return code to SPI_execute and friends, for theHeikki Linnakangas2009-01-21
* Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,Tom Lane2009-01-07
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-07
* Include a pointer to the query's source text in QueryDesc structs. This isTom Lane2009-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane2008-12-01
* Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane2008-11-30
* Some infrastructure changes for the upcoming auto-explain contrib module:Tom Lane2008-11-19
* Simplify ExecutorRun's API and save some trivial number of cycles by havingTom Lane2008-10-31
* Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane2008-10-31
* Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane2008-10-29
* Extend ExecMakeFunctionResult() to support set-returning functions that returnTom Lane2008-10-28
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Improve tuplestore.c to support multiple concurrent read positions.Tom Lane2008-10-01
* Allow ShowBufferUsage() to report the number of reads/writes that haveTom Lane2008-09-17
* Fix caching of foreign-key-checking queries so that when a replan is needed,Tom Lane2008-09-15
* Get rid of the last remaining uses of var_is_rel(), to wit some debuggingTom Lane2008-08-25
* Arrange to convert EXISTS subqueries that are equivalent to hashable INTom Lane2008-08-22
* As noted by Andrew Gierth, there's really no need any more to force a junkTom Lane2008-07-26
* Provide a function hook to let plug-ins get control around ExecutorRun.Tom Lane2008-07-18
* Move the "instr_time" typedef and associated macros into a new headerTom Lane2008-05-14
* Since createplan.c no longer cares whether index operators are lossy, it hasTom Lane2008-04-13
* Add SPI-level support for executing SQL commands with one-time-use plans,Tom Lane2008-04-01
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-28
* Arrange to "inline" SQL functions that appear in a query's FROM clause,Tom Lane2008-03-18
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-30
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Arrange to cache a ResultRelInfo in the executor's EState for relations thatTom Lane2007-08-15
* Repair problems occurring when multiple RI updates have to be done to the sameTom Lane2007-08-15
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsqlTom Lane2007-06-11
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-11
* Rework temp_tablespaces patch so that temp tablespaces are assigned separatelyTom Lane2007-06-07