aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite/rewriteHandler.c
Commit message (Expand)AuthorAge
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-01
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Change rewriter/planner/executor/plancache to depend on RTE rellockmode.Tom Lane2018-10-02
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Fix some minor issues exposed by outfuncs/readfuncs testing.Tom Lane2018-09-18
* Fix set of NLS translation issuesMichael Paquier2018-08-21
* Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane2018-08-04
* Simplify view-expansion code in rewriteHandler.c.Tom Lane2018-04-14
* Fix enforcement of SELECT FOR UPDATE permissions with nested views.Tom Lane2018-04-14
* Revert MERGE patchSimon Riggs2018-04-12
* Improve parse representation for MERGESimon Riggs2018-04-06
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-28
* Fix application of identity values in some casesPeter Eisentraut2018-02-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane2017-11-27
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* pg_stat_statements: Widen query IDs from 32 bits to 64 bits.Robert Haas2017-10-11
* Support arrays over domains.Tom Lane2017-09-30
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Fix multiple assignments to a column of a domain type.Tom Lane2017-07-11
* Fix UPDATE of GENERATED ALWAYS identity columnsPeter Eisentraut2017-06-30
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Re-run pgindent.Tom Lane2017-06-13
* Teach relation_is_updatable() about partitioned tables.Dean Rasheed2017-06-13
* Apply RLS policies to partitioned tables.Joe Conway2017-06-11
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Identity columnsPeter Eisentraut2017-04-06
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Support XMLTABLE query expressionAlvaro Herrera2017-03-08
* Make more use of castNode()Peter Eisentraut2017-02-21
* Fix things so that updatable views work with partitioned tables.Robert Haas2017-01-24
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Implement table partitioning.Robert Haas2016-12-07
* Cleanup of rewriter and planner handling of Query.hasRowSecurity flag.Tom Lane2016-11-10
* Improve parser's and planner's handling of set-returning functions.Tom Lane2016-09-13
* Update copyright for 2016Bruce Momjian2016-01-02
* Put back one copyObject() in rewriteTargetView().Tom Lane2015-12-29
* Make viewquery a copy in rewriteTargetView()Stephen Frost2015-12-21
* RLS refactoringStephen Frost2015-09-15
* Lock all relations referred to in updatable viewsStephen Frost2015-09-08