summaryrefslogtreecommitdiff
path: root/src/backend/nodes
AgeCommit message (Expand)Author
2013-07-17Implement the FILTER clause for aggregate function calls.Noah Misch
2013-07-16Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner
2013-07-01Add a convenience routine makeFuncCall to reduce duplication.Robert Haas
2013-04-29Postpone creation of pathkeys lists to fix bug #8049.Tom Lane
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-02-27Add support for piping COPY to/from an external program.Heikki Linnakangas
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-10-12Get rid of COERCE_DONTCARE.Tom Lane
2012-10-12Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane
2012-10-08Add support for easily declaring static inline functionsAlvaro Herrera
2012-10-03Support CREATE SCHEMA IF NOT EXISTS.Tom Lane
2012-10-03refactor ALTER some-obj SET OWNER implementationAlvaro Herrera
2012-10-02Refactor "ALTER some-obj SET SCHEMA" implementationAlvaro Herrera
2012-09-22Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan
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-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-28Split heapam_xlog.h from heapam.hAlvaro Herrera
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-18Syntax support and documentation for event triggers.Robert Haas
2012-07-16Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane
2012-07-01Suppress compiler warnings in readfuncs.c.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 copyfuncs/equalfuncs support for ReassignOwnedStmt.Robert Haas
2012-04-18Fix various infelicities in node functions.Robert Haas
2012-04-09Don't bother copying empty support arrays in a zero-column MergeJoin.Tom Lane
2012-04-06Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs
2012-03-27Add some infrastructure for contrib/pg_stat_statements.Tom Lane
2012-03-23Code review for protransform patches.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-23ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs
2012-01-07Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut
2012-01-05Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-25Rethink representation of index clauses' mapping to index columns.Tom Lane