| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark read/write expanded values as read-only in ExecProject(). | Tom Lane | 2016-06-03 | 1 | -1/+0 |
* | Fix latent crash in do_text_output_multiline(). | Tom Lane | 2016-05-23 | 1 | -1/+1 |
* | Fix some issues in new hashtable size calculations in nodeHash.c. | Tom Lane | 2015-10-04 | 1 | -1/+1 |
* | Redesign tablesample method API, and do extensive code review. | Tom Lane | 2015-07-25 | 1 | -1/+1 |
* | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 | 2 | -9/+11 |
* | TABLESAMPLE, SQL Standard and extensible | Simon Riggs | 2015-05-15 | 1 | -0/+24 |
* | Support "expanded" objects, particularly arrays, for better performance. | Tom Lane | 2015-05-14 | 2 | -0/+2 |
* | Add support for doing late row locking in FDWs. | Tom Lane | 2015-05-12 | 1 | -1/+1 |
* | Code review for foreign/custom join pushdown patch. | Tom Lane | 2015-05-10 | 1 | -0/+1 |
* | Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. | Andres Freund | 2015-05-08 | 1 | -5/+8 |
* | Perform RLS WITH CHECK before constraints, etc | Stephen Frost | 2015-04-24 | 1 | -1/+1 |
* | Move functions related to index maintenance to separate source file. | Heikki Linnakangas | 2015-04-24 | 1 | -6/+10 |
* | Define integer limits independently from the system definitions. | Andres Freund | 2015-04-02 | 1 | -1/+1 |
* | Centralize definition of integer limits. | Andres Freund | 2015-03-25 | 1 | -1/+1 |
* | Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h. | Tom Lane | 2015-03-15 | 1 | -1/+0 |
* | Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. | Tom Lane | 2015-02-20 | 1 | -1/+1 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 | 44 | -44/+44 |
* | Rearrange CustomScan API. | Tom Lane | 2014-11-21 | 1 | -1/+0 |
* | Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan. | Tom Lane | 2014-11-20 | 3 | -6/+0 |
* | Initial code review for CustomScan patch. | Tom Lane | 2014-11-20 | 2 | -5/+6 |
* | Ensure that RowExprs and whole-row Vars produce the expected column names. | Tom Lane | 2014-11-10 | 1 | -1/+2 |
* | Introduce custom path and scan providers. | Robert Haas | 2014-11-07 | 2 | -1/+32 |
* | Increase number of hash join buckets for underestimate. | Kevin Grittner | 2014-10-13 | 1 | -0/+5 |
* | Implement SKIP LOCKED for row-level locks | Alvaro Herrera | 2014-10-07 | 1 | -1/+3 |
* | Pack tuples in a hash join batch densely, to save memory. | Heikki Linnakangas | 2014-09-10 | 1 | -0/+22 |
* | Fix FOR UPDATE NOWAIT on updated tuple chains | Alvaro Herrera | 2014-08-27 | 1 | -1/+1 |
* | Avoid leaking memory while evaluating arguments for a table function. | Tom Lane | 2014-06-19 | 1 | -0/+1 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 4 | -11/+11 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 43 | -43/+43 |
* | Prevent leakage of SPI tuple tables during subtransaction abort. | Tom Lane | 2013-07-25 | 2 | -1/+6 |
* | WITH CHECK OPTION support for auto-updatable VIEWs | Stephen Frost | 2013-07-18 | 1 | -0/+2 |
* | Incidental cleanup of matviews code. | Tom Lane | 2013-04-27 | 1 | -1/+1 |
* | Add a materialized view relations. | Kevin Grittner | 2013-03-03 | 1 | -0/+1 |
* | Fix plpgsql's reporting of plan-time errors in possibly-simple expressions. | Tom Lane | 2013-01-30 | 1 | -0/+3 |
* | Improve concurrency of foreign key locking | Alvaro Herrera | 2013-01-23 | 1 | -1/+1 |
* | Invent a "one-shot" variant of CachedPlans for better performance. | Tom Lane | 2013-01-04 | 1 | -0/+7 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 43 | -43/+43 |
* | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 2012-08-30 | 1 | -0/+1 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 3 | -9/+9 |
* | Rename I/O timing statistics columns to blk_read_time and blk_write_time. | Tom Lane | 2012-04-29 | 1 | -6/+6 |
* | New GUC, track_iotiming, to track I/O timings. | Robert Haas | 2012-03-27 | 1 | -0/+2 |
* | Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. | Tom Lane | 2012-03-19 | 1 | -3/+8 |
* | Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written. | Robert Haas | 2012-02-22 | 1 | -0/+2 |
* | Preserve column names in the execution-time tupledesc for a RowExpr. | Tom Lane | 2012-02-14 | 1 | -1/+1 |
* | Add TIMING option to EXPLAIN, to allow eliminating of timing overhead. | Robert Haas | 2012-02-07 | 1 | -1/+3 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 43 | -43/+43 |
* | Rearrange the implementation of index-only scans. | Tom Lane | 2011-10-11 | 2 | -2/+31 |
* | Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps. | Tom Lane | 2011-09-22 | 1 | -1/+5 |
* | Redesign the plancache mechanism for more flexibility and efficiency. | Tom Lane | 2011-09-16 | 2 | -18/+24 |
* | Clean up the #include mess a little. | Tom Lane | 2011-09-04 | 3 | -0/+3 |