summaryrefslogtreecommitdiff
path: root/src/backend/nodes/outfuncs.c
AgeCommit message (Expand)Author
2013-12-23Support ordered-set (WITHIN GROUP) aggregates.Tom Lane
2013-12-10Rename TABLE() to ROWS FROM().Noah Misch
2013-11-22Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane
2013-11-15Compute correct em_nullable_relids in get_eclass_for_sort_expr().Tom Lane
2013-10-31Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas
2013-09-03Allow aggregate functions to be VARIADIC.Tom Lane
2013-08-18Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane
2013-08-14Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.Tom Lane
2013-07-29Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-07-17Implement the FILTER clause for aggregate function calls.Noah Misch
2013-04-27Incidental cleanup of matviews code.Tom Lane
2013-04-12Clean up the mess around EXPLAIN and materialized views.Tom Lane
2013-03-10Support writable foreign tables.Tom Lane
2013-03-04Add a materialized view relations.Kevin Grittner
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-22Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.Tom Lane
2013-01-11Redesign the planner's handling of index-descent cost estimation.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-10-18Fix planning of non-strict equivalence clauses above outer joins.Tom Lane
2012-09-05Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane
2012-09-01Drop cheap-startup-cost paths during add_path() if we don't need them.Tom Lane
2012-08-27Fix up planner infrastructure to support LATERAL properly.Tom Lane
2012-08-07Implement SQL-standard LATERAL subqueries.Tom Lane
2012-07-31Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane
2012-07-16Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-21Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera
2012-04-19Revise parameterized-path mechanism to fix assorted issues.Tom Lane
2012-04-18Fix various infelicities in node functions.Robert Haas
2012-03-27Add some infrastructure for contrib/pg_stat_statements.Tom Lane
2012-03-20Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane
2012-03-09Revise FDW planning API, again.Tom Lane
2012-03-05Redesign PlanForeignScan API to allow multiple paths for a foreign table.Tom Lane
2012-02-27ALTER TABLE: skip FK validation when it's safe to do soAlvaro Herrera
2012-01-28Use parameterized paths to generate inner indexscans more flexibly.Tom Lane
2012-01-07Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-25Rethink representation of index clauses' mapping to index columns.Tom Lane
2011-12-22Add a security_barrier option for views.Robert Haas
2011-12-07Add const qualifiers to node inspection functionsPeter Eisentraut
2011-11-25Fix unsupported options in CREATE TABLE ... AS EXECUTE.Tom Lane
2011-10-23Don't trust deferred-unique indexes for join removal.Tom Lane
2011-10-14Measure the number of all-visible pages for use in index-only scan costing.Tom Lane
2011-10-11Rearrange the implementation of index-only scans.Tom Lane
2011-10-08Support index-only scans using the visibility map to avoid heap fetches.Tom Lane
2011-09-04Can't print PlannerGlobal's subroots list in outfuncs.Tom Lane
2011-09-03Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-16Revise sinval code to remove no-longer-used tuple TID from inval messages.Tom Lane