summaryrefslogtreecommitdiff
path: root/src/backend/executor/Makefile
AgeCommit message (Expand)Author
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-04-02Add Result Cache executor node (take 2)David Rowley
2021-04-01Revert b6002a796David Rowley
2021-03-31Add Result Cache executor nodeDavid Rowley
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-02-27Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley
2020-04-06Implement Incremental SortTomas Vondra
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2018-04-12Revert MERGE patchSimon Riggs
2018-04-05MERGE post-commit reviewSimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2017-11-15Centralize executor-related partitioning code.Robert Haas
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-09Add a Gather Merge executor node.Robert Haas
2017-03-08Support XMLTABLE query expressionAlvaro Herrera
2017-01-20Logical replicationPeter Eisentraut
2017-01-18Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund
2015-09-30Add a Gather executor node.Robert Haas
2015-09-29Parallel executor support.Robert Haas
2015-09-19Glue layer to connect the executor to the shm_mq mechanism.Robert Haas
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-04-24Move functions related to index maintenance to separate source file.Heikki Linnakangas
2014-11-07Introduce custom path and scan providers.Robert Haas
2011-10-11Rearrange the implementation of index-only scans.Tom Lane
2011-02-20Implement an API to let foreign-data wrappers actually be functional.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
2009-10-12Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane
2009-10-10Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane
2008-12-28Support window functions a la SQL:2008.Tom Lane
2008-10-04Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane
2008-02-19Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut
2007-06-11Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane
2007-01-20Remove remains of old depend target.Peter Eisentraut
2006-08-02Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway
2005-04-19Create executor and planner-backend support for decoupled heap and indexTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-03-27This patch implements holdable cursors, following the proposalBruce Momjian
2003-01-10Create a new file executor/execGrouping.c to centralize utility routinesTom Lane
2002-05-12Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane
2002-05-12First pass at set-returning-functions in FROM, by Joe Conway withTom Lane
2001-09-18EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane
2000-10-26Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane
2000-10-05Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane
2000-09-29Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane