| Commit message (Expand) | Author | Age | Files | Lines |
* | Support XMLTABLE query expression | Alvaro Herrera | 2017-03-08 | 1 | -1/+2 |
* | Logical replication | Peter Eisentraut | 2017-01-20 | 1 | -1/+1 |
* | Move targetlist SRF handling from expression evaluation to new executor node. | Andres Freund | 2017-01-18 | 1 | -2/+3 |
* | Add a Gather executor node. | Robert Haas | 2015-09-30 | 1 | -2/+2 |
* | Parallel executor support. | Robert Haas | 2015-09-28 | 1 | -1/+2 |
* | Glue layer to connect the executor to the shm_mq mechanism. | Robert Haas | 2015-09-18 | 1 | -1/+1 |
* | TABLESAMPLE, SQL Standard and extensible | Simon Riggs | 2015-05-15 | 1 | -1/+1 |
* | Move functions related to index maintenance to separate source file. | Heikki Linnakangas | 2015-04-24 | 1 | -2/+2 |
* | Introduce custom path and scan providers. | Robert Haas | 2014-11-07 | 1 | -1/+1 |
* | Rearrange the implementation of index-only scans. | Tom Lane | 2011-10-11 | 1 | -1/+2 |
* | Implement an API to let foreign-data wrappers actually be functional. | Tom Lane | 2011-02-20 | 1 | -1/+1 |
* | Support MergeAppend plans, to allow sorted output from append relations. | Tom Lane | 2010-10-14 | 1 | -1/+1 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
* | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane | 2009-10-12 | 1 | -4/+4 |
* | Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. | Tom Lane | 2009-10-10 | 1 | -1/+2 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 1 | -2/+2 |
* | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane | 2008-10-04 | 1 | -5/+6 |
* | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 | 1 | -8/+2 |
* | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane | 2007-06-11 | 1 | -2/+2 |
* | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 | 1 | -8/+1 |
* | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 | 1 | -2/+3 |
* | Create executor and planner-backend support for decoupled heap and index | Tom Lane | 2005-04-19 | 1 | -2/+4 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
* | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 | 1 | -2/+2 |
* | Create a new file executor/execGrouping.c to centralize utility routines | Tom Lane | 2003-01-10 | 1 | -2/+2 |
* | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 | 1 | -2/+2 |
* | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 | 1 | -4/+4 |
* | EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple | Tom Lane | 2001-09-18 | 1 | -2/+2 |
* | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane | 2000-10-26 | 1 | -3/+3 |
* | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 1 | -2/+2 |
* | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -2/+2 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -4/+4 |
* | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -3/+1 |
* | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 | 1 | -2/+2 |
* | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 | 1 | -2/+2 |
* | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian | 1999-11-23 | 1 | -2/+3 |
* | Remove Tee code, move to _deadcode. | Bruce Momjian | 1999-03-23 | 1 | -2/+2 |
* | Hi, | Bruce Momjian | 1998-04-06 | 1 | -5/+3 |
* | Support for subselects. | Vadim B. Mikheev | 1998-02-13 | 1 | -2/+2 |
* | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier | 1997-12-20 | 1 | -5/+1 |
* | First pass through, of many to come, towards making the whole source | Marc G. Fournier | 1997-12-17 | 1 | -4/+6 |
* | Add spi.o | Vadim B. Mikheev | 1997-08-30 | 1 | -2/+2 |
* | Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | 1996-11-06 | 1 | -2/+1 |
* | Simplify make files, add full dependencies. | Bryan Henderson | 1996-10-27 | 1 | -0/+42 |