| Commit message (Expand) | Author | Age |
* | Mark read/write expanded values as read-only in ExecProject(). | Tom Lane | 2016-06-03 |
* | Fix latent crash in do_text_output_multiline(). | Tom Lane | 2016-05-23 |
* | Rework custom scans to work more like the new extensible node stuff. | Robert Haas | 2016-03-29 |
* | 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 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics. | Robert Haas | 2015-12-09 |
* | Avoid aggregating worker instrumentation multiple times. | Robert Haas | 2015-11-18 |
* | Make sequential scans parallel-aware. | Robert Haas | 2015-11-11 |
* | Modify tqueue infrastructure to support transient record types. | Robert Haas | 2015-11-06 |
* | Update parallel executor support to reuse the same DSM. | Robert Haas | 2015-10-30 |
* | Rewrite interaction of parallel mode with parallel executor support. | Robert Haas | 2015-10-16 |
* | Fix some issues in new hashtable size calculations in nodeHash.c. | Tom Lane | 2015-10-04 |
* | Add a Gather executor node. | Robert Haas | 2015-09-30 |
* | Parallel executor support. | Robert Haas | 2015-09-28 |
* | Glue layer to connect the executor to the shm_mq mechanism. | Robert Haas | 2015-09-18 |
* | Remove ExecGetScanType function | Alvaro Herrera | 2015-08-21 |
* | Redesign tablesample method API, and do extensive code review. | Tom Lane | 2015-07-25 |
* | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 |
* | TABLESAMPLE, SQL Standard and extensible | Simon Riggs | 2015-05-15 |
* | Support "expanded" objects, particularly arrays, for better performance. | Tom Lane | 2015-05-14 |
* | Add support for doing late row locking in FDWs. | Tom Lane | 2015-05-12 |
* | Code review for foreign/custom join pushdown patch. | Tom Lane | 2015-05-10 |
* | 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 |
* | Move functions related to index maintenance to separate source file. | Heikki Linnakangas | 2015-04-24 |
* | Define integer limits independently from the system definitions. | Andres Freund | 2015-04-02 |
* | Centralize definition of integer limits. | Andres Freund | 2015-03-25 |
* | Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h. | Tom Lane | 2015-03-15 |
* | Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. | Tom Lane | 2015-02-20 |
* | 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 |
* | Increase number of hash join buckets for underestimate. | Kevin Grittner | 2014-10-13 |
* | Implement SKIP LOCKED for row-level locks | Alvaro Herrera | 2014-10-07 |
* | Pack tuples in a hash join batch densely, to save memory. | Heikki Linnakangas | 2014-09-10 |
* | Fix FOR UPDATE NOWAIT on updated tuple chains | Alvaro Herrera | 2014-08-27 |
* | Avoid leaking memory while evaluating arguments for a table function. | Tom Lane | 2014-06-19 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Prevent leakage of SPI tuple tables during subtransaction abort. | Tom Lane | 2013-07-25 |
* | WITH CHECK OPTION support for auto-updatable VIEWs | Stephen Frost | 2013-07-18 |
* | Incidental cleanup of matviews code. | Tom Lane | 2013-04-27 |
* | Add a materialized view relations. | Kevin Grittner | 2013-03-03 |
* | Fix plpgsql's reporting of plan-time errors in possibly-simple expressions. | Tom Lane | 2013-01-30 |
* | Improve concurrency of foreign key locking | Alvaro Herrera | 2013-01-23 |
* | Invent a "one-shot" variant of CachedPlans for better performance. | Tom Lane | 2013-01-04 |