aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/Makefile
Commit message (Expand)AuthorAge
* Introduce custom path and scan providers.Robert Haas2014-11-07
* Rearrange the implementation of index-only scans.Tom Lane2011-10-11
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-14
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-12
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-10
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-19
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-11
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-02
* Create executor and planner-backend support for decoupled heap and indexTom Lane2005-04-19
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* Create a new file executor/execGrouping.c to centralize utility routinesTom Lane2003-01-10
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-12
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-12
* EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane2001-09-18
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-26
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-23
* Remove Tee code, move to _deadcode.Bruce Momjian1999-03-23
* Hi,Bruce Momjian1998-04-06
* Support for subselects.Vadim B. Mikheev1998-02-13
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* First pass through, of many to come, towards making the whole sourceMarc G. Fournier1997-12-17
* Add spi.oVadim B. Mikheev1997-08-30
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-06
* Simplify make files, add full dependencies.Bryan Henderson1996-10-27