Commits

DateSubjectAuthorReleases
2015-04-24 Move functions related to index maintenance to separate source file. Heikki Linnakangas 9.5.0
2014-11-07 Introduce custom path and scan providers. Robert Haas 9.5.0
2011-10-11 Rearrange the implementation of index-only scans. Tom Lane 9.2.0
2011-02-20 Implement an API to let foreign-data wrappers actually be functional. Tom Lane 9.1.0
2010-10-14 Support MergeAppend plans, to allow sorted output from append relations. Tom Lane 9.1.0
2010-09-20 Remove cvs keywords from all files. Magnus Hagander 9.1.0
2009-10-12 Move the handling of SELECT FOR UPDATE locking and rechecking out of Tom Lane 9.0.0
2009-10-10 Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. Tom Lane 9.0.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-10-04 Implement SQL-standard WITH clauses, including WITH RECURSIVE. Tom Lane 8.4.0
2008-02-19 Refactor backend makefiles to remove lots of duplicate code Peter Eisentraut 8.4.0
2007-06-11 Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. Tom Lane 8.3.0
2007-01-20 Remove remains of old depend target. Peter Eisentraut 8.3.0
2006-08-02 Add support for multi-row VALUES clauses as part of INSERT statements Joe Conway 8.2.0
2005-04-19 Create executor and planner-backend support for decoupled heap and index Tom Lane 8.1.0
2003-11-29 $Header: -> $PostgreSQL Changes ... PostgreSQL Daemon 8.0.0
2003-03-27 This patch implements holdable cursors, following the proposal Bruce Momjian 7.4.1
2003-01-10 Create a new file executor/execGrouping.c to centralize utility routines Tom Lane 7.4.1
2002-05-12 Get rid of long-since-vestigial Iter node type, in favor of adding a Tom Lane 7.3.1
2002-05-12 First pass at set-returning-functions in FROM, by Joe Conway with Tom Lane 7.3.1
2001-09-18 EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple Tom Lane 7.2.1
2000-10-26 Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in Tom Lane 7.1.1
2000-10-05 Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the Tom Lane 7.1.1
2000-09-29 Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. Tom Lane 7.1.1
2000-08-31 Fix relative path references so that make knowns which dependencies refer Peter Eisentraut 7.1.1