| Commit message (Expand) | Author | Age | Files | Lines |
| * | Row-Level Security Policies (RLS) | Stephen Frost | 2014-09-19 | 1 | -5/+13 |
| * | Fix pointer type in size passed to memset. | Heikki Linnakangas | 2014-09-14 | 1 | -1/+1 |
| * | Change NTUP_PER_BUCKET to 1 to improve hash join lookup speed. | Robert Haas | 2014-09-12 | 1 | -34/+41 |
| * | Pack tuples in a hash join batch densely, to save memory. | Heikki Linnakangas | 2014-09-10 | 1 | -28/+123 |
| * | Assorted message fixes and improvements | Peter Eisentraut | 2014-09-05 | 1 | -2/+2 |
| * | Fix FOR UPDATE NOWAIT on updated tuple chains | Alvaro Herrera | 2014-08-27 | 2 | -8/+18 |
| * | Don't require sort support functions to provide a comparator. | Robert Haas | 2014-08-06 | 1 | -4/+4 |
| * | Fix typo in C comment. | Kevin Grittner | 2014-08-05 | 1 | -1/+1 |
| * | Fix bug with whole-row references to append subplans. | Tom Lane | 2014-07-11 | 1 | -14/+19 |
| * | Redesign API presented by nodeAgg.c for ordered-set and similar aggregates. | Tom Lane | 2014-07-03 | 1 | -13/+25 |
| * | Avoid leaking memory while evaluating arguments for a table function. | Tom Lane | 2014-06-19 | 2 | -4/+27 |
| * | Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... | Tom Lane | 2014-06-18 | 1 | -8/+72 |
| * | Improve comment for tricky aspect of index-only scans. | Jeff Davis | 2014-05-06 | 1 | -9/+25 |
| * | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 35 | -199/+202 |
| * | Fix failure to detoast fields in composite elements of structured types. | Tom Lane | 2014-05-01 | 4 | -42/+77 |
| * | Allow polymorphic aggregates to have non-polymorphic state data types. | Tom Lane | 2014-04-23 | 2 | -25/+56 |
| * | Improve some O(N^2) behavior in window function evaluation. | Tom Lane | 2014-04-13 | 1 | -14/+43 |
| * | Create infrastructure for moving-aggregate optimization. | Tom Lane | 2014-04-12 | 2 | -103/+549 |
| * | Offer triggers on foreign tables. | Noah Misch | 2014-03-23 | 1 | -38/+52 |
| * | Setup error context callback for transaction lock waits | Alvaro Herrera | 2014-03-19 | 2 | -2/+5 |
| * | Don't reject ROW_MARK_REFERENCE rowmarks for materialized views. | Tom Lane | 2014-03-06 | 1 | -6/+7 |
| * | Introduce logical decoding. | Robert Haas | 2014-03-03 | 1 | -2/+1 |
| * | Fix *-qualification of named parameters in SQL-language functions. | Tom Lane | 2014-02-03 | 1 | -0/+8 |
| * | Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE. | Robert Haas | 2014-01-13 | 1 | -0/+7 |
| * | Fix "cannot accept a set" error when only some arms of a CASE return a set. | Tom Lane | 2014-01-08 | 1 | -17/+38 |
| * | Save a few cycles in advance_transition_function(). | Tom Lane | 2014-01-08 | 1 | -27/+38 |
| * | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 47 | -47/+47 |
| * | Support ordered-set (WITHIN GROUP) aggregates. | Tom Lane | 2013-12-23 | 4 | -101/+261 |
| * | Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. | Tom Lane | 2013-11-21 | 1 | -198/+397 |
| * | Prevent display of dropped columns in row constraint violation messages. | Tom Lane | 2013-11-07 | 1 | -13/+34 |
| * | Prevent memory leaks from accumulating across printtup() calls. | Tom Lane | 2013-11-03 | 1 | -20/+3 |
| * | Fix subquery reference to non-populated MV in CMV. | Kevin Grittner | 2013-11-02 | 1 | -1/+2 |
| * | Don't allow system columns in CHECK constraints, except tableoid. | Robert Haas | 2013-09-23 | 1 | -0/+12 |
| * | Allow aggregate functions to be VARIADIC. | Tom Lane | 2013-09-03 | 2 | -0/+2 |
| * | Reset the binary heap in MergeAppend rescans. | Tom Lane | 2013-08-30 | 1 | -0/+1 |
| * | Improve error message when view is not updatable | Peter Eisentraut | 2013-08-14 | 1 | -3/+3 |
| * | Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF) | Greg Stark | 2013-07-29 | 1 | -22/+154 |
| * | Prevent leakage of SPI tuple tables during subtransaction abort. | Tom Lane | 2013-07-25 | 1 | -7/+95 |
| * | Use InvalidSnapshot, now SnapshotNow, as the default snapshot. | Robert Haas | 2013-07-23 | 1 | -1/+1 |
| * | Adjust HeapTupleSatisfies* routines to take a HeapTuple. | Robert Haas | 2013-07-22 | 1 | -0/+1 |
| * | WITH CHECK OPTION support for auto-updatable VIEWs | Stephen Frost | 2013-07-18 | 2 | -0/+76 |
| * | Implement the FILTER clause for aggregate function calls. | Noah Misch | 2013-07-16 | 5 | -4/+35 |
| * | Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY. | Kevin Grittner | 2013-07-16 | 2 | -6/+9 |
| * | Make comments reflect that omission of SPI_gettypmod() is intentional. | Noah Misch | 2013-07-12 | 1 | -0/+6 |
| * | Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. | Robert Haas | 2013-07-02 | 1 | -4/+4 |
| * | Improve updatability checking for views and foreign tables. | Tom Lane | 2013-06-12 | 1 | -0/+18 |
| * | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 | 7 | -44/+50 |
| * | Fix handling of strict non-set functions with NULLs in set-valued inputs. | Tom Lane | 2013-05-12 | 1 | -1/+9 |
| * | Editorialize a bit on new ProcessUtility() API. | Tom Lane | 2013-04-28 | 2 | -4/+4 |
| * | Incidental cleanup of matviews code. | Tom Lane | 2013-04-27 | 8 | -86/+32 |