index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
rewrite
Age
Commit message (
Expand
)
Author
2017-05-07
RLS: Fix ALL vs. SELECT+UPDATE policy usage
Stephen Frost
2017-04-12
Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b.
Robert Haas
2017-04-11
Allow a rule on partitioned table to be renamed.
Robert Haas
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-06
Identity columns
Peter Eisentraut
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-02-23
Remove deprecated COMMENT ON RULE syntax
Peter Eisentraut
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-02-01
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-01-31
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-27
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-24
Fix things so that updatable views work with partitioned tables.
Robert Haas
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-23
Remove unnecessary casts of makeNode() result
Peter Eisentraut
2016-12-07
Implement table partitioning.
Robert Haas
2016-12-05
Add support for restrictive RLS policies
Stephen Frost
2016-11-10
Cleanup of rewriter and planner handling of Query.hasRowSecurity flag.
Tom Lane
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-03-01
Improve error message for rejecting RETURNING clauses with dropped columns.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-29
Put back one copyObject() in rewriteTargetView().
Tom Lane
2015-12-21
Make viewquery a copy in rewriteTargetView()
Stephen Frost
2015-12-11
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-10-05
Apply SELECT policies in INSERT/UPDATE+RETURNING
Stephen Frost
2015-09-30
Include policies based on ACLs needed
Stephen Frost
2015-09-15
Enforce ALL/SELECT policies in RETURNING for RLS
Stephen Frost
2015-09-15
RLS refactoring
Stephen Frost
2015-09-08
Lock all relations referred to in updatable views
Stephen Frost
2015-08-28
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-03
RLS: Keep deny policy when only restrictive exist
Stephen Frost
2015-07-30
Use appropriate command type when retrieving relation's policies.
Joe Conway
2015-07-28
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-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-05-24
Manual cleanup of pgindent results.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-12
Fix ON CONFLICT bugs that manifest when used in rules.
Andres Freund
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-07
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-01
Mark views created from tables as replication identity 'nothing'
Bruce Momjian
2015-04-25
Perform RLS WITH CHECK before constraints, etc
Stephen Frost
2015-04-24
Copy the relation name for error reporting in WCOs
Stephen Frost
2015-04-22
RLS fixes, new hooks, and new test module
Stephen Frost
2015-03-03
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
[next]