summaryrefslogtreecommitdiff
path: root/src/include/executor
AgeCommit message (Expand)Author
2014-11-21Rearrange CustomScan API.Tom Lane
2014-11-21Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.Tom Lane
2014-11-20Initial code review for CustomScan patch.Tom Lane
2014-11-10Ensure that RowExprs and whole-row Vars produce the expected column names.Tom Lane
2014-11-07Introduce custom path and scan providers.Robert Haas
2014-10-13Increase number of hash join buckets for underestimate.Kevin Grittner
2014-10-07Implement SKIP LOCKED for row-level locksAlvaro Herrera
2014-09-10Pack tuples in a hash join batch densely, to save memory.Heikki Linnakangas
2014-08-27Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera
2014-06-20Avoid leaking memory while evaluating arguments for a table function.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-07-25Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-04-27Incidental cleanup of matviews code.Tom Lane
2013-03-04Add a materialized view relations.Kevin Grittner
2013-01-31Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-04Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-29Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane
2012-03-27New GUC, track_iotiming, to track I/O timings.Robert Haas
2012-03-20Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane
2012-02-23Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.Robert Haas
2012-02-14Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane
2012-02-07Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-10-11Rearrange the implementation of index-only scans.Tom Lane
2011-09-22Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.Tom Lane
2011-09-16Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-05-23Install defenses against overflow in BuildTupleHashTable().Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-25Fix handling of collation in SQL-language functions.Tom Lane
2011-02-27Refactor the executor's API to support data-modifying CTEs better.Tom Lane
2011-02-25Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane
2011-02-22Remove ExecRemoveJunk(), which is no longer used anywhere.Tom Lane
2011-02-20Implement an API to let foreign-data wrappers actually be functional.Tom Lane
2011-01-13Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-31Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c.Tom Lane
2010-12-31Support RIGHT and FULL OUTER JOIN in hash joins.Tom Lane
2010-12-27Fix failure of executor/hashjoin.h to compile standalone.Tom Lane
2010-12-03Create core infrastructure for KNNGIST.Tom Lane
2010-10-14Support MergeAppend plans, to allow sorted output from append relations.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-22Centralize DML permissions-checking logic.Robert Haas