]> granicus.if.org Git - postgresql/history - src/backend/rewrite
Don't zero opfuncid when reading nodes.
[postgresql] / src / backend / rewrite /
2015-09-15 Stephen FrostEnforce ALL/SELECT policies in RETURNING for RLS
2015-09-15 Stephen FrostRLS refactoring
2015-09-08 Stephen FrostLock all relations referred to in updatable views
2015-08-28 Stephen FrostEnsure locks are acquired on RLS-added relations
2015-08-28 Andres FreundClarify what some historic terms in rewriteHandler...
2015-08-03 Stephen FrostRLS: Keep deny policy when only restrictive exist
2015-07-30 Joe ConwayUse appropriate command type when retrieving relation...
2015-07-28 Joe ConwayDisallow converting a table to a view if row security...
2015-07-28 Joe ConwayPlug RLS related information leak in pg_stats view.
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-05-24 Tom LaneManual cleanup of pgindent results.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-12 Andres FreundFix ON CONFLICT bugs that manifest when used in rules.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07 Andres FreundRepresent columns requiring insert and update privilege...
2015-05-01 Bruce MomjianMark views created from tables as replication identity...
2015-04-25 Stephen FrostPerform RLS WITH CHECK before constraints, etc
2015-04-24 Stephen FrostCopy the relation name for error reporting in WCOs
2015-04-22 Stephen FrostRLS fixes, new hooks, and new test module
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-02-22 Tom LaneAdd parse location fields to NullTest and BooleanTest...
2015-02-16 Tom LaneRationalize the APIs of array element/slice access...
2015-01-28 Stephen FrostFix column-privilege leak in error-message paths
2015-01-24 Tom LaneClean up some mess in row-security patches.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-23 Alvaro HerreraRevert "Use a bitmask to represent role attributes"
2014-12-23 Alvaro HerreraUse a bitmask to represent role attributes
2014-11-28 Tom LaneAdd bms_next_member(), and use it where appropriate.
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-11-14 Stephen FrostClean up includes from RLS patch
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-10-03 Robert HaasFix typos in comments.
2014-09-24 Stephen FrostCode review for row security.
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-08-29 Peter EisentrautAssorted message improvements
2014-07-02 Tom LaneAdd some errdetail to checkRuleResultList().
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-13 Stephen FrostMake security barrier views automatically updatable
2014-03-23 Noah MischOffer triggers on foreign tables.
2014-03-17 Fujii MasaoFix typos in comments.
2014-03-07 Tom LaneAvoid getting more than AccessShareLock when deparsing...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-29 Robert HaasRefine our definition of what constitutes a system...
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-04 Kevin GrittnerFix breakage of MV column name list usage.
2013-10-18 Robert HaasAllow only some columns of a view to be auto-updateable.
2013-09-05 Kevin GrittnerEliminate pg_rewrite.ev_attr column and related dead...
2013-08-15 Peter EisentrautImprove error message when view is not updatable
2013-07-23 Tom LaneMove strip_implicit_coercions() from optimizer to nodeF...
2013-07-23 Tom LaneChange post-rewriter representation of dropped columns...
2013-07-18 Stephen FrostWITH CHECK OPTION support for auto-updatable VIEWs
2013-07-05 Noah MischUpdate messages, comments and documentation for materia...
2013-07-03 Fujii MasaoGet rid of pg_class.reltoastidxid.
2013-07-03 Tom LaneFix handling of auto-updatable views on inherited tables.
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-06-12 Tom LaneImprove updatability checking for views and foreign...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-27 Tom LaneIncidental cleanup of matviews code.
2013-04-14 Peter EisentrautAdd serial comma
2013-04-09 Kevin GrittnerCreate a distinction between a populated matview and...
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
2013-03-14 Kevin GrittnerRevert unnecessary change in MV call to checkRuleResult...
2013-03-11 Tom LaneFix thinko in matview patch.
2013-03-10 Tom LaneSupport writable foreign tables.
2013-03-07 Robert HaasCode beautification for object-access hook machinery.
2013-03-04 Kevin GrittnerRemove accidentally-committed .orig file.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-03-04 Tom LaneGet rid of any toast table when converting a table...
2013-02-09 Tom LaneAdd support for ALTER RULE ... RENAME TO.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-29 Robert HaasAdjust more backend functions to return OID rather...
2012-12-08 Tom LaneSupport automatically-updatable views.
2012-11-08 Tom LaneRename ResolveNew() to ReplaceVarsFromTargetList()...
2012-10-24 Tom LaneWhen converting a table to a view, remove its system...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-27 Tom LaneFix up planner infrastructure to support LATERAL properly.
2012-08-10 Tom LaneCentralize the logic for detecting misplaced aggregates...
2012-06-30 Tom LanePrevent CREATE TABLE LIKE/INHERITS from (mis) copying...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-27 Tom LaneAdd some infrastructure for contrib/pg_stat_statements.
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-03-09 Robert HaasExtend object access hook framework to support argument...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-22 Robert HaasAdd a security_barrier option for views.
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-11-28 Tom LaneEnsure that whole-row junk Vars are always of composite...
2011-11-18 Robert HaasFurther consolidation of DROP statement handling.
2011-10-21 Tom LaneMore cleanup after failed reduced-lock-levels-for-DDL...
2011-09-03 Tom LaneRearrange planner to save the whole PlannerInfo (subroo...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-07-07 Tom LaneFinish disabling reduced-lock-levels-for-DDL feature.
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-28 Robert HaasAdd a missing_ok argument to get_object_address().
2011-06-16 Tom LaneIndex tuple data arrays using Anum_xxx symbolic constan...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
next