index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
rewrite
Commit message (
Expand
)
Author
Age
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-08-03
*
Fix multiple assignments to a column of a domain type.
Tom Lane
2017-07-11
*
Fix UPDATE of GENERATED ALWAYS identity columns
Peter Eisentraut
2017-06-30
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Final pgindent run with old pg_bsd_indent (version 1.3).
Tom Lane
2017-06-21
*
Prevent table partitions from being turned into views.
Dean Rasheed
2017-06-21
*
Re-run pgindent.
Tom Lane
2017-06-13
*
Teach relation_is_updatable() about partitioned tables.
Dean Rasheed
2017-06-13
*
Apply RLS policies to partitioned tables.
Joe Conway
2017-06-11
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
RLS: Fix ALL vs. SELECT+UPDATE policy usage
Stephen Frost
2017-05-06
*
Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b.
Robert Haas
2017-04-12
*
Allow a rule on partitioned table to be renamed.
Robert Haas
2017-04-11
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Identity columns
Peter Eisentraut
2017-04-06
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Remove deprecated COMMENT ON RULE syntax
Peter Eisentraut
2017-02-23
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
*
Fix things so that updatable views work with partitioned tables.
Robert Haas
2017-01-24
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove unnecessary casts of makeNode() result
Peter Eisentraut
2016-12-23
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Add support for restrictive RLS policies
Stephen Frost
2016-12-05
*
Cleanup of rewriter and planner handling of Query.hasRowSecurity flag.
Tom Lane
2016-11-10
*
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Improve error message for rejecting RETURNING clauses with dropped columns.
Tom Lane
2016-02-29
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Put back one copyObject() in rewriteTargetView().
Tom Lane
2015-12-29
*
Make viewquery a copy in rewriteTargetView()
Stephen Frost
2015-12-21
*
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
*
Apply SELECT policies in INSERT/UPDATE+RETURNING
Stephen Frost
2015-10-05
*
Include policies based on ACLs needed
Stephen Frost
2015-09-30
*
Enforce ALL/SELECT policies in RETURNING for RLS
Stephen Frost
2015-09-15
*
RLS refactoring
Stephen Frost
2015-09-15
*
Lock all relations referred to in updatable views
Stephen Frost
2015-09-08
*
Ensure locks are acquired on RLS-added relations
Stephen Frost
2015-08-28
*
Clarify what some historic terms in rewriteHandler.c mean.
Andres Freund
2015-08-28
*
RLS: Keep deny policy when only restrictive exist
Stephen Frost
2015-08-03
*
Use appropriate command type when retrieving relation's policies.
Joe Conway
2015-07-30
*
Disallow converting a table to a view if row security is present.
Joe Conway
2015-07-28
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
[next]