index
:
delta/postgresql.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
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
rewrite
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
1
-0
/
+4
*
Remove deprecated COMMENT ON RULE syntax
Peter Eisentraut
2017-02-23
1
-55
/
+0
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
1
-11
/
+5
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
1
-1
/
+1
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
2
-18
/
+6
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
1
-5
/
+5
*
Fix things so that updatable views work with partitioned tables.
Robert Haas
2017-01-24
1
-1
/
+2
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
1
-2
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
6
-6
/
+6
*
Remove unnecessary casts of makeNode() result
Peter Eisentraut
2016-12-23
1
-3
/
+3
*
Implement table partitioning.
Robert Haas
2016-12-07
3
-3
/
+6
*
Add support for restrictive RLS policies
Stephen Frost
2016-12-05
1
-20
/
+34
*
Cleanup of rewriter and planner handling of Query.hasRowSecurity flag.
Tom Lane
2016-11-10
1
-7
/
+25
*
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
1
-1
/
+1
*
pgindent run for 9.6
Robert Haas
2016-06-09
2
-48
/
+52
*
Improve error message for rejecting RETURNING clauses with dropped columns.
Tom Lane
2016-02-29
1
-7
/
+19
*
Update copyright for 2016
Bruce Momjian
2016-01-02
6
-6
/
+6
*
Put back one copyObject() in rewriteTargetView().
Tom Lane
2015-12-29
1
-0
/
+7
*
Make viewquery a copy in rewriteTargetView()
Stephen Frost
2015-12-21
1
-12
/
+22
*
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
1
-3
/
+0
*
Apply SELECT policies in INSERT/UPDATE+RETURNING
Stephen Frost
2015-10-05
1
-3
/
+29
*
Include policies based on ACLs needed
Stephen Frost
2015-09-30
1
-34
/
+74
*
Enforce ALL/SELECT policies in RETURNING for RLS
Stephen Frost
2015-09-15
1
-0
/
+47
*
RLS refactoring
Stephen Frost
2015-09-15
2
-401
/
+420
*
Lock all relations referred to in updatable views
Stephen Frost
2015-09-08
1
-0
/
+15
*
Ensure locks are acquired on RLS-added relations
Stephen Frost
2015-08-28
1
-0
/
+19
*
Clarify what some historic terms in rewriteHandler.c mean.
Andres Freund
2015-08-28
1
-0
/
+7
*
RLS: Keep deny policy when only restrictive exist
Stephen Frost
2015-08-03
1
-4
/
+10
*
Use appropriate command type when retrieving relation's policies.
Joe Conway
2015-07-30
1
-1
/
+11
*
Disallow converting a table to a view if row security is present.
Joe Conway
2015-07-28
1
-5
/
+19
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
1
-13
/
+3
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
1
-0
/
+4
*
Manual cleanup of pgindent results.
Tom Lane
2015-05-24
1
-2
/
+2
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
3
-115
/
+115
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
2
-1
/
+24
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
1
-0
/
+3
*
Fix ON CONFLICT bugs that manifest when used in rules.
Andres Freund
2015-05-13
1
-3
/
+12
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
2
-29
/
+140
*
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-08
1
-22
/
+30
*
Mark views created from tables as replication identity 'nothing'
Bruce Momjian
2015-05-01
1
-0
/
+1
*
Perform RLS WITH CHECK before constraints, etc
Stephen Frost
2015-04-24
2
-8
/
+21
*
Copy the relation name for error reporting in WCOs
Stephen Frost
2015-04-24
1
-4
/
+4
*
RLS fixes, new hooks, and new test module
Stephen Frost
2015-04-22
2
-130
/
+257
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
1
-5
/
+11
*
Add parse location fields to NullTest and BooleanTest structs.
Tom Lane
2015-02-22
1
-0
/
+1
*
Rationalize the APIs of array element/slice access functions.
Tom Lane
2015-02-16
1
-1
/
+1
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
1
-79
/
+2
*
Clean up some mess in row-security patches.
Tom Lane
2015-01-24
1
-10
/
+9
*
Update copyright for 2015
Bruce Momjian
2015-01-06
6
-6
/
+6
*
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
1
-1
/
+1
[next]