summaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAgeFilesLines
* Pack tuples in a hash join batch densely, to save memory.Heikki Linnakangas2014-09-101-0/+22
* Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera2014-08-271-1/+1
* Avoid leaking memory while evaluating arguments for a table function.Tom Lane2014-06-191-0/+1
* pgindent run for 9.4Bruce Momjian2014-05-064-11/+11
* Update copyright for 2014Bruce Momjian2014-01-0743-43/+43
* Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane2013-07-252-1/+6
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-181-0/+2
* Incidental cleanup of matviews code.Tom Lane2013-04-271-1/+1
* Add a materialized view relations.Kevin Grittner2013-03-031-0/+1
* Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane2013-01-301-0/+3
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-1/+1
* Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane2013-01-041-0/+7
* Update copyrights for 2013Bruce Momjian2013-01-0143-43/+43
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-103-9/+9
* Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane2012-04-291-6/+6
* New GUC, track_iotiming, to track I/O timings.Robert Haas2012-03-271-0/+2
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-191-3/+8
* Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.Robert Haas2012-02-221-0/+2
* Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane2012-02-141-1/+1
* Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas2012-02-071-1/+3
* Update copyright notices for year 2012.Bruce Momjian2012-01-0143-43/+43
* Rearrange the implementation of index-only scans.Tom Lane2011-10-112-2/+31
* Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.Tom Lane2011-09-221-1/+5
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-162-18/+24
* Clean up the #include mess a little.Tom Lane2011-09-043-0/+3
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-015-8/+0
* Install defenses against overflow in BuildTupleHashTable().Tom Lane2011-05-231-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-104-8/+8
* Fix handling of collation in SQL-language functions.Tom Lane2011-03-241-0/+9
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-271-0/+12
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-251-1/+1
* Remove ExecRemoveJunk(), which is no longer used anywhere.Tom Lane2011-02-211-1/+0
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-201-0/+24
* Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.Tom Lane2011-01-121-3/+7
* Stamp copyrights for year 2011.Bruce Momjian2011-01-0141-41/+41
* Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c.Tom Lane2010-12-301-33/+0
* Support RIGHT and FULL OUTER JOIN in hash joins.Tom Lane2010-12-302-3/+9
* Fix failure of executor/hashjoin.h to compile standalone.Tom Lane2010-12-271-0/+1
* Create core infrastructure for KNNGIST.Tom Lane2010-12-021-2/+2
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-141-0/+24
* Remove cvs keywords from all files.Magnus Hagander2010-09-2041-41/+41
* Centralize DML permissions-checking logic.Robert Haas2010-07-221-2/+3
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-1230-60/+60
* Add a hook in ExecCheckRTPerms().Robert Haas2010-07-091-1/+5
* pgindent run for 9.0Bruce Momjian2010-02-264-33/+34
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-2/+2
* Augment EXPLAIN output with more details on Hash nodes.Robert Haas2010-02-011-1/+2
* pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on Windows.Itagaki Takahiro2010-01-081-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-0241-82/+82