index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
executor
Commit message (
Expand
)
Author
Age
*
Ensure that whole-row Vars produce nonempty column names.
Tom Lane
2014-11-10
*
Avoid leaking memory while evaluating arguments for a table function.
Tom Lane
2014-06-19
*
Remove tabs after spaces in C comments
Bruce Momjian
2014-05-06
*
Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.
Tom Lane
2013-01-30
*
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2013-01-04
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-29
*
New GUC, track_iotiming, to track I/O timings.
Robert Haas
2012-03-27
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
*
Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.
Robert Haas
2012-02-22
*
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-14
*
Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.
Robert Haas
2012-02-07
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Rearrange the implementation of index-only scans.
Tom Lane
2011-10-11
*
Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.
Tom Lane
2011-09-22
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Install defenses against overflow in BuildTupleHashTable().
Tom Lane
2011-05-23
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Fix handling of collation in SQL-language functions.
Tom Lane
2011-03-24
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
*
Remove ExecRemoveJunk(), which is no longer used anywhere.
Tom Lane
2011-02-21
*
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-20
*
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2011-01-12
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c.
Tom Lane
2010-12-30
*
Support RIGHT and FULL OUTER JOIN in hash joins.
Tom Lane
2010-12-30
*
Fix failure of executor/hashjoin.h to compile standalone.
Tom Lane
2010-12-27
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
*
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-14
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Centralize DML permissions-checking logic.
Robert Haas
2010-07-22
*
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-07-12
*
Add a hook in ExecCheckRTPerms().
Robert Haas
2010-07-09
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
*
Augment EXPLAIN output with more details on Hash nodes.
Robert Haas
2010-02-01
*
pgBufferUsage needs PGDLLIMPORT for pg_stat_statements on Windows.
Itagaki Takahiro
2010-01-08
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Robert Haas
2009-12-15
*
Fix a bug introduced when set-returning SQL functions were made inline-able:
Tom Lane
2009-12-14
*
Add exclusion constraints, which generalize the concept of uniqueness to
Tom Lane
2009-12-07
*
Add support for invoking parser callback hooks via SPI and in cached plans.
Tom Lane
2009-11-04
*
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-26
*
Move the handling of SELECT FOR UPDATE locking and rechecking out of
Tom Lane
2009-10-12
*
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
Tom Lane
2009-10-10
*
Remove very ancient tuple-counting infrastructure (IncrRetrieved() and
Tom Lane
2009-10-08
*
Remove no-longer-needed ExecCountSlots infrastructure.
Tom Lane
2009-09-27
[next]