summaryrefslogtreecommitdiff
path: root/src/include/rewrite
AgeCommit message (Expand)Author
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-18Minimal portability fix for commit e1551f96e.Tom Lane
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-21Defend against self-referential views in relation_is_updatable().Tom Lane
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-12Revert MERGE patchSimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-27Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-08-03Teach map_partition_varattnos to handle whole-row expressions.Robert Haas
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-02-23Remove deprecated COMMENT ON RULE syntaxPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-05Add support for restrictive RLS policiesStephen Frost
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-15RLS refactoringStephen Frost
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-04-22RLS fixes, new hooks, and new test moduleStephen Frost
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2015-01-24Clean up some mess in row-security patches.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-11-14Clean up includes from RLS patchStephen Frost
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-13Make security barrier views automatically updatableStephen Frost
2014-03-07Avoid getting more than AccessShareLock when deparsing a query.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-18Allow only some columns of a view to be auto-updateable.Robert Haas
2013-09-05Eliminate pg_rewrite.ev_attr column and related dead code.Kevin Grittner
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-06-12Improve updatability checking for views and foreign tables.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-04Get rid of any toast table when converting a table to a view.Tom Lane
2013-02-09Add support for ALTER RULE ... RENAME TO.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-29Adjust more backend functions to return OID rather than void.Robert Haas
2012-12-08Support automatically-updatable views.Tom Lane
2012-11-08Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API.Tom Lane