aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Don't require sort support functions to provide a comparator.Robert Haas2014-08-06
* Fix typo in C comment.Kevin Grittner2014-08-05
* Fix bug with whole-row references to append subplans.Tom Lane2014-07-11
* Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.Tom Lane2014-07-03
* Avoid leaking memory while evaluating arguments for a table function.Tom Lane2014-06-19
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* Improve comment for tricky aspect of index-only scans.Jeff Davis2014-05-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-01
* Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane2014-04-23
* Improve some O(N^2) behavior in window function evaluation.Tom Lane2014-04-13
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-12
* Offer triggers on foreign tables.Noah Misch2014-03-23
* Setup error context callback for transaction lock waitsAlvaro Herrera2014-03-19
* Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.Tom Lane2014-03-06
* Introduce logical decoding.Robert Haas2014-03-03
* Fix *-qualification of named parameters in SQL-language functions.Tom Lane2014-02-03
* Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE.Robert Haas2014-01-13
* Fix "cannot accept a set" error when only some arms of a CASE return a set.Tom Lane2014-01-08
* Save a few cycles in advance_transition_function().Tom Lane2014-01-08
* Update copyright for 2014Bruce Momjian2014-01-07
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-23
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* Prevent display of dropped columns in row constraint violation messages.Tom Lane2013-11-07
* Prevent memory leaks from accumulating across printtup() calls.Tom Lane2013-11-03
* Fix subquery reference to non-populated MV in CMV.Kevin Grittner2013-11-02
* Don't allow system columns in CHECK constraints, except tableoid.Robert Haas2013-09-23
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-03
* Reset the binary heap in MergeAppend rescans.Tom Lane2013-08-30
* Improve error message when view is not updatablePeter Eisentraut2013-08-14
* Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark2013-07-29
* Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane2013-07-25
* Use InvalidSnapshot, now SnapshotNow, as the default snapshot.Robert Haas2013-07-23
* Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas2013-07-22
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-18
* Implement the FILTER clause for aggregate function calls.Noah Misch2013-07-16
* Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner2013-07-16
* Make comments reflect that omission of SPI_gettypmod() is intentional.Noah Misch2013-07-12
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* Improve updatability checking for views and foreign tables.Tom Lane2013-06-12
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix handling of strict non-set functions with NULLs in set-valued inputs.Tom Lane2013-05-12
* Editorialize a bit on new ProcessUtility() API.Tom Lane2013-04-28
* Incidental cleanup of matviews code.Tom Lane2013-04-27
* Fix assertion failure for REFRESH MATERIALIZED VIEW in PL.Kevin Grittner2013-04-24
* Clean up references to SQL92Peter Eisentraut2013-04-20
* Improve error message when an FDW doesn't support WHERE CURRENT OF.Tom Lane2013-04-19
* sepgsql: Enforce db_procedure:{execute} permission.Robert Haas2013-04-12
* Create a distinction between a populated matview and a scannable one.Kevin Grittner2013-04-09
* Support writable foreign tables.Tom Lane2013-03-10