]> granicus.if.org Git - postgresql/history - src/backend/executor/Makefile
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
[postgresql] / src / backend / executor / Makefile
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2007-06-11 Tom LaneSupport UPDATE/DELETE WHERE CURRENT OF cursor_name...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2005-04-19 Tom LaneCreate executor and planner-backend support for decoupl...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-01-10 Tom LaneCreate a new file executor/execGrouping.c to centralize...
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2001-09-18 Tom LaneEXPLAIN ANALYZE feature to measure and show actual...
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
1999-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
1999-12-09 Bruce MomjianMake LD -r as macros that can be changed for QNX.
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-03-23 Bruce MomjianRemove Tee code, move to _deadcode.
1998-04-06 Bruce MomjianHi,
1998-02-13 Vadim B. MikheevSupport for subselects.
1997-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-17 Marc G. FournierFirst pass through, of many to come, towards making...
1997-08-30 Vadim B. MikheevAdd spi.o
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-10-27 Bryan HendersonSimplify make files, add full dependencies.