| Commit message (Expand) | Author | Age |
* | Allow FDWs to push down quals without breaking EvalPlanQual rechecks. | Robert Haas | 2015-10-15 |
* | 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 |
* | Support writable foreign tables. | Tom Lane | 2013-03-10 |
* | Improve concurrency of foreign key locking | Alvaro Herrera | 2013-01-23 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Basic binary heap implementation. | Robert Haas | 2012-11-29 |
* | Fix whole-row Var evaluation to cope with resjunk columns (again). | Tom Lane | 2012-07-20 |
* | Fix memory leak in ARRAY(SELECT ...) subqueries. | Tom Lane | 2012-06-21 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. | Tom Lane | 2012-03-19 |
* | Instrument index-only scans to count heap fetches performed. | Robert Haas | 2012-01-25 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Create a "sort support" interface API for faster sorting. | Tom Lane | 2011-12-07 |
* | Rearrange the implementation of index-only scans. | Tom Lane | 2011-10-11 |
* | Support index-only scans using the visibility map to avoid heap fetches. | Tom Lane | 2011-10-07 |
* | Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps. | Tom Lane | 2011-09-22 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist. | Tom Lane | 2011-08-21 |
* | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera | 2011-07-04 |
* | Pass collations to functions in FunctionCallInfoData, not FmgrInfo. | Tom Lane | 2011-04-12 |