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
/
test
/
regress
/
sql
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further adjustments to PlaceHolderVar removal.
Tom Lane
2015-08-07
1
-0
/
+25
*
Fix old oversight in join removal logic.
Tom Lane
2015-08-06
1
-0
/
+15
*
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-08-06
1
-0
/
+21
*
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-06
1
-0
/
+25
*
Fix `make installcheck` for serializable transactions.
Kevin Grittner
2015-08-06
1
-1
/
+2
*
Fix pg_dump to dump shell types.
Tom Lane
2015-08-04
1
-0
/
+3
*
Fix a PlaceHolderVar-related oversight in star-schema planning patch.
Tom Lane
2015-08-04
1
-0
/
+31
*
Share transition state between different aggregates when possible.
Heikki Linnakangas
2015-08-04
1
-0
/
+165
*
Fix some planner issues with degenerate outer join clauses.
Tom Lane
2015-08-01
1
-0
/
+50
*
Fix an oversight in checking whether a join with LATERAL refs is legal.
Tom Lane
2015-07-31
1
-0
/
+13
*
Use appropriate command type when retrieving relation's policies.
Joe Conway
2015-07-30
1
-0
/
+40
*
Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMN
Andrew Dunstan
2015-07-29
1
-0
/
+31
*
Create new ParseExprKind for use by policy expressions.
Joe Conway
2015-07-29
1
-0
/
+9
*
Prevent platform-dependent output row ordering in a new test query.
Tom Lane
2015-07-28
1
-2
/
+6
*
Disallow converting a table to a view if row security is present.
Joe Conway
2015-07-28
1
-0
/
+25
*
Create a pg_shdepend entry for each role in TO clause of policies.
Joe Conway
2015-07-28
1
-0
/
+44
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
1
-1
/
+16
*
Remove an unsafe Assert, and explain join_clause_is_movable_into() better.
Tom Lane
2015-07-28
1
-0
/
+26
*
Improve RLS handling in copy.c
Stephen Frost
2015-07-27
1
-1
/
+50
*
Fix oversight in flattening of subqueries with empty FROM.
Tom Lane
2015-07-26
1
-0
/
+13
*
Make entirely-dummy appendrels get marked as such in set_append_rel_size.
Tom Lane
2015-07-26
1
-0
/
+12
*
Check the relevant index element in ON CONFLICT unique index inference.
Andres Freund
2015-07-26
1
-0
/
+12
*
Fix flattening of nested grouping sets.
Andres Freund
2015-07-26
1
-0
/
+29
*
Recognize GROUPING() as a aggregate expression.
Andres Freund
2015-07-26
1
-0
/
+17
*
Build column mapping for grouping sets in all required cases.
Andres Freund
2015-07-26
1
-0
/
+4
*
Update oidjoins regression test for 9.5.
Tom Lane
2015-07-25
1
-0
/
+36
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
2
-33
/
+65
*
Make RLS work with UPDATE ... WHERE CURRENT OF
Joe Conway
2015-07-24
1
-0
/
+49
*
Fix treatment of nulls in jsonb_agg and jsonb_object_agg
Andrew Dunstan
2015-07-24
2
-3
/
+22
*
Fix bug around assignment expressions containing indirections.
Andres Freund
2015-07-24
1
-0
/
+13
*
Support JSON negative array subscripts everywhere
Andrew Dunstan
2015-07-17
2
-0
/
+10
*
Repair mishandling of cached cast-expression trees in plpgsql.
Tom Lane
2015-07-17
1
-0
/
+30
*
Fix entirely broken permissions test in new alter_operator regression test.
Tom Lane
2015-07-17
1
-5
/
+3
*
Add new function pg_notification_queue_usage.
Robert Haas
2015-07-17
1
-0
/
+4
*
Remove regression test added on auto-pilot.
Robert Haas
2015-07-14
1
-1
/
+0
*
Add ALTER OPERATOR command, for changing selectivity estimator functions.
Heikki Linnakangas
2015-07-14
1
-0
/
+64
*
Make regression test output stable.
Heikki Linnakangas
2015-07-14
1
-4
/
+4
*
Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...
Heikki Linnakangas
2015-07-14
1
-0
/
+36
*
Add assign_expr_collations() to CreatePolicy() and AlterPolicy().
Joe Conway
2015-07-11
1
-0
/
+12
*
Improve regression test coverage of table lock modes vs permissions.
Joe Conway
2015-07-07
1
-0
/
+84
*
Fix some typos in regression test comments.
Tom Lane
2015-07-05
2
-3
/
+3
*
Add documentation and regression tests concerning rounding of numerics.
Tom Lane
2015-07-03
4
-0
/
+40
*
Add an optional missing_ok argument to SQL function current_setting().
Tom Lane
2015-07-02
1
-0
/
+13
*
Whitespace fix - replace tab with spaces in CREATE TABLE command.
Joe Conway
2015-07-02
1
-1
/
+1
*
Don't warn about creating temporary or unlogged hash indexes.
Robert Haas
2015-06-26
1
-0
/
+4
*
Add transforms to pg_get_object_address and friends
Alvaro Herrera
2015-06-21
1
-2
/
+6
*
Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return().
Tom Lane
2015-06-12
1
-0
/
+33
*
Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.
Tom Lane
2015-06-12
1
-0
/
+1
*
Rename jsonb - text[] operator to #- to avoid ambiguity.
Andrew Dunstan
2015-06-11
1
-15
/
+15
*
Desupport jsonb subscript deletion on objects
Andrew Dunstan
2015-06-07
1
-10
/
+1
[next]