aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes
Commit message (Expand)AuthorAge
* Postpone creation of pathkeys lists to fix bug #8049.Tom Lane2013-04-29
* Incidental cleanup of matviews code.Tom Lane2013-04-27
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-12
* Support writable foreign tables.Tom Lane2013-03-10
* Add a materialized view relations.Kevin Grittner2013-03-03
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-27
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.Tom Lane2013-01-21
* Redesign the planner's handling of index-descent cost estimation.Tom Lane2013-01-11
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix planning of non-strict equivalence clauses above outer joins.Tom Lane2012-10-18
* Get rid of COERCE_DONTCARE.Tom Lane2012-10-12
* Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane2012-10-12
* Add support for easily declaring static inline functionsAlvaro Herrera2012-10-08
* Support CREATE SCHEMA IF NOT EXISTS.Tom Lane2012-10-03
* refactor ALTER some-obj SET OWNER implementationAlvaro Herrera2012-10-03
* Refactor "ALTER some-obj SET SCHEMA" implementationAlvaro Herrera2012-10-02
* Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan2012-09-22
* Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane2012-09-05
* Drop cheap-startup-cost paths during add_path() if we don't need them.Tom Lane2012-09-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-28
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-26
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane2012-07-31
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane2012-07-16
* Suppress compiler warnings in readfuncs.c.Tom Lane2012-06-30
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-20
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-19
* Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.Robert Haas2012-04-18
* Fix various infelicities in node functions.Robert Haas2012-04-18
* Don't bother copying empty support arrays in a zero-column MergeJoin.Tom Lane2012-04-09
* Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs2012-04-06
* Add some infrastructure for contrib/pg_stat_statements.Tom Lane2012-03-27
* Code review for protransform patches.Tom Lane2012-03-23
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Revise FDW planning API, again.Tom Lane2012-03-09
* Redesign PlanForeignScan API to allow multiple paths for a foreign table.Tom Lane2012-03-05
* ALTER TABLE: skip FK validation when it's safe to do soAlvaro Herrera2012-02-27
* Use parameterized paths to generate inner indexscans more flexibly.Tom Lane2012-01-27
* ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs2012-01-23
* Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut2012-01-07
* Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut2012-01-05
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Rethink representation of index clauses' mapping to index columns.Tom Lane2011-12-24
* Add a security_barrier option for views.Robert Haas2011-12-22
* Add const qualifiers to node inspection functionsPeter Eisentraut2011-12-07
* Ensure that whole-row junk Vars are always of composite type.Tom Lane2011-11-27