index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execAmi.c
Commit message (
Expand
)
Author
Age
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.
Tom Lane
2014-11-20
*
Initial code review for CustomScan patch.
Tom Lane
2014-11-20
*
Introduce custom path and scan providers.
Robert Haas
2014-11-07
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
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
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-20
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
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
*
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-07-12
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
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
*
Rewrite the planner's handling of materialized plan types so that there is
Tom Lane
2009-09-12
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Support window functions a la SQL:2008.
Tom Lane
2008-12-28
*
Change WorkTableScan to not support backward scan. The apparent support
Tom Lane
2008-10-28
*
Add a new column to pg_am to specify whether an index AM supports backward
Tom Lane
2008-10-17
*
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
Tom Lane
2008-10-04
*
Improve tuplestore.c to support multiple concurrent read positions.
Tom Lane
2008-10-01
*
Do not allow Unique nodes to be scanned backwards. The code claimed that it
Tom Lane
2008-08-05
*
As noted by Andrew Gierth, there's really no need any more to force a junk
Tom Lane
2008-07-26
*
Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in
Tom Lane
2008-07-10
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Put function expressions and values lists into FunctionScan and ValuesScan
Tom Lane
2007-02-19
*
Repair oversight in 8.2 change that improved the handling of "pseudoconstant"
Tom Lane
2007-02-15
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Add support for multi-row VALUES clauses as part of INSERT statements
Joe Conway
2006-08-02
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slot
Tom Lane
2005-05-15
*
Create executor and planner-backend support for decoupled heap and index
Tom Lane
2005-04-19
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
[next]