| Commit message (Expand) | Author | Age |
* | Tweak EXPLAIN for parallel query to show workers launched. | Robert Haas | 2016-04-15 |
* | Revert CREATE INDEX ... INCLUDING ... | Teodor Sigaev | 2016-04-08 |
* | CREATE INDEX ... INCLUDING (column[, ...]) | Teodor Sigaev | 2016-04-08 |
* | Allow aggregate transition states to be serialized and deserialized. | Robert Haas | 2016-03-29 |
* | Rework custom scans to work more like the new extensible node stuff. | Robert Haas | 2016-03-29 |
* | Directly modify foreign tables. | Robert Haas | 2016-03-18 |
* | Widen query numbers-of-tuples-processed counters to uint64. | Tom Lane | 2016-03-12 |
* | Allow parallel custom and foreign scans. | Robert Haas | 2016-02-03 |
* | Support multi-stage aggregation. | Robert Haas | 2016-01-20 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics. | Robert Haas | 2015-12-09 |
* | Make sequential scans parallel-aware. | Robert Haas | 2015-11-11 |
* | Modify tqueue infrastructure to support transient record types. | Robert Haas | 2015-11-06 |
* | Make Gather node projection-capable. | Robert Haas | 2015-10-28 |
* | Rewrite interaction of parallel mode with parallel executor support. | Robert Haas | 2015-10-16 |
* | Allow FDWs to push down quals without breaking EvalPlanQual rechecks. | Robert Haas | 2015-10-15 |
* | Add a Gather executor node. | Robert Haas | 2015-09-30 |
* | Allow per-tablespace effective_io_concurrency | Alvaro Herrera | 2015-09-08 |
* | Share transition state between different aggregates when possible. | Heikki Linnakangas | 2015-08-04 |
* | Redesign tablesample method API, and do extensive code review. | Tom Lane | 2015-07-25 |
* | Improve handling of CustomPath/CustomPlan(State) children. | Robert Haas | 2015-06-26 |
* | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 |
* | Support GROUPING SETS, CUBE and ROLLUP. | Andres Freund | 2015-05-16 |
* | TABLESAMPLE, SQL Standard and extensible | Simon Riggs | 2015-05-15 |
* | Allow GiST distance function to return merely a lower-bound. | Heikki Linnakangas | 2015-05-15 |
* | Add support for doing late row locking in FDWs. | Tom Lane | 2015-05-12 |
* | Minor ON CONFLICT related comments and doc fixes. | Andres Freund | 2015-05-08 |
* | Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. | Andres Freund | 2015-05-08 |
* | Perform RLS WITH CHECK before constraints, etc | Stephen Frost | 2015-04-24 |
* | Allow foreign tables to participate in inheritance. | Tom Lane | 2015-03-22 |
* | Use the typcache to cache constraints for domain types. | Tom Lane | 2015-03-01 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Rearrange CustomScan API. | Tom Lane | 2014-11-21 |
* | Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan. | Tom Lane | 2014-11-20 |
* | Initial code review for CustomScan patch. | Tom Lane | 2014-11-20 |
* | Ensure that RowExprs and whole-row Vars produce the expected column names. | Tom Lane | 2014-11-10 |
* | Introduce custom path and scan providers. | Robert Haas | 2014-11-07 |
* | Implement SKIP LOCKED for row-level locks | Alvaro Herrera | 2014-10-07 |
* | Avoid leaking memory while evaluating arguments for a table function. | Tom Lane | 2014-06-19 |
* | Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... | Tom Lane | 2014-06-18 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Create infrastructure for moving-aggregate optimization. | Tom Lane | 2014-04-12 |
* | Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE. | Robert Haas | 2014-01-13 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Support ordered-set (WITHIN GROUP) aggregates. | Tom Lane | 2013-12-23 |
* | Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. | Tom Lane | 2013-11-21 |
* | Fix whitespace issues found by git diff --check, add gitattributes | Peter Eisentraut | 2013-11-10 |
* | Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF) | Greg Stark | 2013-07-29 |
* | WITH CHECK OPTION support for auto-updatable VIEWs | Stephen Frost | 2013-07-18 |
* | Implement the FILTER clause for aggregate function calls. | Noah Misch | 2013-07-16 |