aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAge
* Ensure that whole-row Vars produce nonempty column names.Tom Lane2014-11-10
* Avoid leaking memory while evaluating arguments for a table function.Tom Lane2014-06-19
* Remove tabs after spaces in C commentsBruce Momjian2014-05-06
* Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane2013-01-30
* Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane2013-01-04
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane2012-04-29
* New GUC, track_iotiming, to track I/O timings.Robert Haas2012-03-27
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.Robert Haas2012-02-22
* Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane2012-02-14
* Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas2012-02-07
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Rearrange the implementation of index-only scans.Tom Lane2011-10-11
* Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.Tom Lane2011-09-22
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Install defenses against overflow in BuildTupleHashTable().Tom Lane2011-05-23
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix handling of collation in SQL-language functions.Tom Lane2011-03-24
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-27
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Remove ExecRemoveJunk(), which is no longer used anywhere.Tom Lane2011-02-21
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20
* Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.Tom Lane2011-01-12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c.Tom Lane2010-12-30
* Support RIGHT and FULL OUTER JOIN in hash joins.Tom Lane2010-12-30
* Fix failure of executor/hashjoin.h to compile standalone.Tom Lane2010-12-27
* Create core infrastructure for KNNGIST.Tom Lane2010-12-02
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-14
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Centralize DML permissions-checking logic.Robert Haas2010-07-22
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-12
* Add a hook in ExecCheckRTPerms().Robert Haas2010-07-09
* pgindent run for 9.0Bruce Momjian2010-02-26
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Augment EXPLAIN output with more details on Hash nodes.Robert Haas2010-02-01
* pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on Windows.Itagaki Takahiro2010-01-08
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-15
* Fix a bug introduced when set-returning SQL functions were made inline-able:Tom Lane2009-12-14
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* 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