aboutsummaryrefslogtreecommitdiff
path: root/src/backend/rewrite
Commit message (Expand)AuthorAge
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Defend against self-referential views in relation_is_updatable().Tom Lane2019-11-21
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Make identity sequence management more robustPeter Eisentraut2019-07-22
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17
* Redesign the API for list sorting (list_qsort becomes list_sort).Tom Lane2019-07-16
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Fix typos in various placesMichael Paquier2019-06-03
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Perform RLS subquery checks as the right user when going via a view.Dean Rasheed2019-04-02
* Generated columnsPeter Eisentraut2019-03-30
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Further fixing for multi-row VALUES lists for updatable views.Dean Rasheed2019-03-03
* Fix DEFAULT-handling in multi-row VALUES lists for updatable views.Dean Rasheed2019-02-20
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-01
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-29
* Refactor planner's header files.Tom Lane2019-01-29
* Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFORE/_AFTER.Tom Lane2019-01-25
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* 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
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* 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
* Fix typo in comment.Heikki Linnakangas2018-04-09
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-08
* 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
* Combine options for RangeVarGetRelidExtended() into a flags argument.Andres Freund2018-03-30
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-28
* Remove pg_class.relhaspkeyPeter Eisentraut2018-03-14
* Fix application of identity values in some casesPeter Eisentraut2018-02-02
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane2017-11-27