summaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAgeFilesLines
* Row-Level Security Policies (RLS)Stephen Frost2014-09-194-0/+41
* Implement IF NOT EXISTS for CREATE SEQUENCE.Heikki Linnakangas2014-08-261-0/+1
* Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera2014-08-221-0/+2
* Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost2014-08-212-5/+4
* Implement IMPORT FOREIGN SCHEMA.Tom Lane2014-07-102-1/+25
* Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas2014-06-301-0/+3
* Avoid leaking memory while evaluating arguments for a table function.Tom Lane2014-06-191-0/+2
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-186-10/+51
* Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.Tom Lane2014-06-162-9/+2
* pgindent run for 9.4Bruce Momjian2014-05-0610-126/+127
* Make security barrier views automatically updatableStephen Frost2014-04-121-0/+1
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-121-1/+2
* Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.Tom Lane2014-04-031-2/+4
* Add comment that ec_relids excludes "child" EquivalenceClass members.Tom Lane2014-03-051-1/+2
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-171-0/+1
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-131-0/+4
* Introduce replication slots.Robert Haas2014-01-312-0/+34
* ALTER TABLESPACE ... MOVE ... OWNED BYStephen Frost2014-01-231-2/+3
* Add CREATE TABLESPACE ... WITH ... OptionsStephen Frost2014-01-181-0/+1
* Add ALTER TABLESPACE ... MOVE commandStephen Frost2014-01-182-0/+11
* Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE.Robert Haas2014-01-131-0/+4
* Update copyright for 2014Bruce Momjian2014-01-0717-17/+17
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-234-13/+27
* Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii2013-12-182-0/+11
* Rename TABLE() to ROWS FROM().Noah Misch2013-12-101-3/+3
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-214-45/+73
* Compute correct em_nullable_relids in get_eclass_for_sort_expr().Tom Lane2013-11-151-1/+10
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-102-3/+3
* Add the notion of REPLICA IDENTITY for a table.Robert Haas2013-11-082-0/+9
* Add DISCARD SEQUENCES command.Robert Haas2013-10-031-0/+1
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-031-0/+1
* Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane2013-08-171-13/+28
* Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.Tom Lane2013-08-141-13/+3
* Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark2013-07-293-7/+26
* Move strip_implicit_coercions() from optimizer to nodeFuncs.c.Tom Lane2013-07-231-0/+1
* Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane2013-07-231-8/+14
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-184-0/+29
* Implement the FILTER clause for aggregate function calls.Noah Misch2013-07-163-2/+7
* Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner2013-07-161-0/+1
* Add a convenience routine makeFuncCall to reduce duplication.Robert Haas2013-07-012-0/+7
* ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs2013-06-291-0/+1
* Reverting previous commit, pending investigationSimon Riggs2013-06-241-1/+0
* ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs2013-06-241-0/+1
* pgindent run for release 9.3Bruce Momjian2013-05-293-10/+11
* Postpone creation of pathkeys lists to fix bug #8049.Tom Lane2013-04-291-1/+1
* Incidental cleanup of matviews code.Tom Lane2013-04-271-2/+1
* Clean up references to SQL92Peter Eisentraut2013-04-201-1/+1
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-121-1/+5
* Support writable foreign tables.Tom Lane2013-03-102-10/+35
* Add a materialized view relations.Kevin Grittner2013-03-033-2/+21