summaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor ON CONFLICT index inference parse tree representation.Andres Freund2015-05-191-2/+1
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-161-0/+37
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-151-0/+45
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-0/+40
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-081-1/+2
* Perform RLS WITH CHECK before constraints, etcStephen Frost2015-04-241-1/+2
* Add parse location fields to NullTest and BooleanTest structs.Tom Lane2015-02-221-0/+2
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-071-1/+1
* Row-Level Security Policies (RLS)Stephen Frost2014-09-191-0/+1
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-181-0/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-7/+7
* Make security barrier views automatically updatableStephen Frost2014-04-121-0/+1
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-231-8/+5
* Suppress Coverity complaints in readfuncs.c.Heikki Linnakangas2014-01-161-0/+2
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-231-0/+2
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-211-4/+22
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-031-0/+1
* Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark2013-07-291-0/+1
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-181-0/+18
* Implement the FILTER clause for aggregate function calls.Noah Misch2013-07-161-0/+2
* Incidental cleanup of matviews code.Tom Lane2013-04-271-1/+0
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-121-1/+1
* Add a materialized view relations.Kevin Grittner2013-03-031-0/+2
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-1/+1
* Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.Tom Lane2013-01-211-0/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-071-0/+1
* Suppress compiler warnings in readfuncs.c.Tom Lane2012-06-301-2/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-2/+2
* Add some infrastructure for contrib/pg_stat_statements.Tom Lane2012-03-271-0/+1
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-191-1/+0
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Add a security_barrier option for views.Robert Haas2011-12-221-0/+1
* Fix unsupported options in CREATE TABLE ... AS EXECUTE.Tom Lane2011-11-241-0/+1
* Avoid compiler warnings due to possibly unused variablesPeter Eisentraut2011-06-161-1/+2
* Fix handling of collations in multi-row VALUES constructs.Tom Lane2011-04-181-0/+1
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-191-45/+59
* Split CollateClause into separate raw and analyzed node types.Tom Lane2011-03-111-18/+17
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-251-0/+1
* Add a relkind field to RangeTblEntry to avoid some syscache lookups.Tom Lane2011-02-221-1/+1
* Per-column collation supportPeter Eisentraut2011-02-081-0/+39
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Use memcmp() rather than strncmp() when shorter string length is known.Robert Haas2010-12-211-1/+1
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-131-1/+1
* Provide hashing support for arrays.Tom Lane2010-10-301-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Recognize functional dependency on primary keys. This allows a table'sTom Lane2010-08-071-1/+2
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-161-1/+2