aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
Commit message (Expand)AuthorAge
* Do not write out WCOs in QueryStephen Frost2015-10-05
* RLS refactoringStephen Frost2015-09-15
* Reconcile nodes/*funcs.c with recent work.Noah Misch2015-08-05
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Refactor ON CONFLICT index inference parse tree representation.Andres Freund2015-05-19
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-08
* Perform RLS WITH CHECK before constraints, etcStephen Frost2015-04-24
* Add parse location fields to NullTest and BooleanTest structs.Tom Lane2015-02-22
* Update copyright for 2015Bruce Momjian2015-01-06
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-07
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* pgindent run for 9.4Bruce Momjian2014-05-06
* Make security barrier views automatically updatableStephen Frost2014-04-12
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Suppress Coverity complaints in readfuncs.c.Heikki Linnakangas2014-01-16
* 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
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-03
* Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark2013-07-29
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-18
* Implement the FILTER clause for aggregate function calls.Noah Misch2013-07-16
* Incidental cleanup of matviews code.Tom Lane2013-04-27
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-12
* Add a materialized view relations.Kevin Grittner2013-03-03
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.Tom Lane2013-01-21
* Update copyrights for 2013Bruce Momjian2013-01-01
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* 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
* Add some infrastructure for contrib/pg_stat_statements.Tom Lane2012-03-27
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add a security_barrier option for views.Robert Haas2011-12-22
* Fix unsupported options in CREATE TABLE ... AS EXECUTE.Tom Lane2011-11-24
* Avoid compiler warnings due to possibly unused variablesPeter Eisentraut2011-06-16
* Fix handling of collations in multi-row VALUES constructs.Tom Lane2011-04-18
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Split CollateClause into separate raw and analyzed node types.Tom Lane2011-03-11
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Add a relkind field to RangeTblEntry to avoid some syscache lookups.Tom Lane2011-02-22
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Use memcmp() rather than strncmp() when shorter string length is known.Robert Haas2010-12-21
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13