summaryrefslogtreecommitdiff
path: root/src/backend/executor/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Support XMLTABLE query expressionAlvaro Herrera2017-03-081-1/+2
* Logical replicationPeter Eisentraut2017-01-201-1/+1
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-181-2/+3
* Add a Gather executor node.Robert Haas2015-09-301-2/+2
* Parallel executor support.Robert Haas2015-09-281-1/+2
* Glue layer to connect the executor to the shm_mq mechanism.Robert Haas2015-09-181-1/+1
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-151-1/+1
* Move functions related to index maintenance to separate source file.Heikki Linnakangas2015-04-241-2/+2
* Introduce custom path and scan providers.Robert Haas2014-11-071-1/+1
* Rearrange the implementation of index-only scans.Tom Lane2011-10-111-1/+2
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-201-1/+1
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-141-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-121-4/+4
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-101-1/+2
* Support window functions a la SQL:2008.Tom Lane2008-12-281-2/+2
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-5/+6
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-8/+2
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-111-2/+2
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-021-2/+3
* Create executor and planner-backend support for decoupled heap and indexTom Lane2005-04-191-2/+4
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-271-2/+2
* Create a new file executor/execGrouping.c to centralize utility routinesTom Lane2003-01-101-2/+2
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-121-2/+2
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-121-4/+4
* EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane2001-09-181-2/+2
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-261-3/+3
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-051-2/+2
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-2/+2
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-4/+4
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-231-2/+3
* Remove Tee code, move to _deadcode.Bruce Momjian1999-03-231-2/+2
* Hi,Bruce Momjian1998-04-061-5/+3
* Support for subselects.Vadim B. Mikheev1998-02-131-2/+2
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* First pass through, of many to come, towards making the whole sourceMarc G. Fournier1997-12-171-4/+6
* Add spi.oVadim B. Mikheev1997-08-301-2/+2
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-061-2/+1
* Simplify make files, add full dependencies.Bryan Henderson1996-10-271-0/+42