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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
11
-164
/
+86
*
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-04
2
-0
/
+78
*
Further tweak wording of error messages about bad CONTINUE/EXIT statements.
Tom Lane
2015-08-25
1
-2
/
+2
*
Fix potential platform dependence in gist regression test.
Tom Lane
2015-08-25
2
-12
/
+12
*
Tweak wording of syntax error messages about bad CONTINUE/EXIT statements.
Tom Lane
2015-08-23
2
-5
/
+5
*
Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.
Tom Lane
2015-08-21
2
-30
/
+119
*
Clean up roles from roleattributes test
Stephen Frost
2015-08-21
2
-7
/
+32
*
In AlterRole, make bypassrls an int
Stephen Frost
2015-08-21
4
-1
/
+323
*
Fix a few bogus statement type names in plpgsql error messages.
Tom Lane
2015-08-18
3
-28
/
+28
*
Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.
Tom Lane
2015-08-15
2
-0
/
+16
*
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
2015-08-14
2
-8
/
+97
*
Improve regression test case to avoid depending on system catalog stats.
Tom Lane
2015-08-13
2
-64
/
+22
*
Undo mistaken tightening in join_is_legal().
Tom Lane
2015-08-12
2
-0
/
+65
*
Postpone extParam/allParam calculations until the very end of planning.
Tom Lane
2015-08-11
2
-0
/
+78
*
Further mucking with PlaceHolderVar-related restrictions on join order.
Tom Lane
2015-08-10
2
-0
/
+38
*
Add confirmed_flush column to pg_replication_slots.
Andres Freund
2015-08-10
1
-2
/
+3
*
Further adjustments to PlaceHolderVar removal.
Tom Lane
2015-08-07
2
-0
/
+66
*
Fix old oversight in join removal logic.
Tom Lane
2015-08-06
2
-0
/
+31
*
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-08-06
2
-0
/
+55
*
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-06
2
-1
/
+96
*
Fix `make installcheck` for serializable transactions.
Kevin Grittner
2015-08-06
2
-2
/
+4
*
Fix pg_dump to dump shell types.
Tom Lane
2015-08-04
2
-0
/
+5
*
Fix a PlaceHolderVar-related oversight in star-schema planning patch.
Tom Lane
2015-08-04
2
-0
/
+82
*
Share transition state between different aggregates when possible.
Heikki Linnakangas
2015-08-04
2
-0
/
+369
*
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-08-02
2
-7
/
+9
*
Fix some planner issues with degenerate outer join clauses.
Tom Lane
2015-08-01
2
-0
/
+179
*
Fix an oversight in checking whether a join with LATERAL refs is legal.
Tom Lane
2015-07-31
2
-0
/
+48
*
Use appropriate command type when retrieving relation's policies.
Joe Conway
2015-07-30
2
-0
/
+123
*
Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMN
Andrew Dunstan
2015-07-29
2
-0
/
+120
*
Create new ParseExprKind for use by policy expressions.
Joe Conway
2015-07-29
2
-0
/
+18
*
Prevent platform-dependent output row ordering in a new test query.
Tom Lane
2015-07-28
2
-11
/
+19
*
Disallow converting a table to a view if row security is present.
Joe Conway
2015-07-28
2
-0
/
+48
*
Create a pg_shdepend entry for each role in TO clause of policies.
Joe Conway
2015-07-28
2
-0
/
+99
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
3
-4
/
+53
*
Remove an unsafe Assert, and explain join_clause_is_movable_into() better.
Tom Lane
2015-07-28
2
-0
/
+74
*
Improve RLS handling in copy.c
Stephen Frost
2015-07-27
2
-2
/
+99
*
Fix oversight in flattening of subqueries with empty FROM.
Tom Lane
2015-07-26
2
-0
/
+47
*
Make entirely-dummy appendrels get marked as such in set_append_rel_size.
Tom Lane
2015-07-26
2
-0
/
+32
*
Check the relevant index element in ON CONFLICT unique index inference.
Andres Freund
2015-07-26
2
-0
/
+30
*
Fix flattening of nested grouping sets.
Andres Freund
2015-07-26
2
-0
/
+150
*
Recognize GROUPING() as a aggregate expression.
Andres Freund
2015-07-26
2
-0
/
+79
*
Build column mapping for grouping sets in all required cases.
Andres Freund
2015-07-26
2
-0
/
+27
*
Update oidjoins regression test for 9.5.
Tom Lane
2015-07-25
2
-0
/
+108
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
8
-147
/
+271
*
Make RLS work with UPDATE ... WHERE CURRENT OF
Joe Conway
2015-07-24
2
-0
/
+156
*
Fix treatment of nulls in jsonb_agg and jsonb_object_agg
Andrew Dunstan
2015-07-24
6
-7
/
+98
*
Fix bug around assignment expressions containing indirections.
Andres Freund
2015-07-24
2
-0
/
+34
*
Fix location of output logs of pg_regress
Andrew Dunstan
2015-07-21
1
-6
/
+6
*
Support JSON negative array subscripts everywhere
Andrew Dunstan
2015-07-17
6
-0
/
+98
*
Repair mishandling of cached cast-expression trees in plpgsql.
Tom Lane
2015-07-17
2
-0
/
+92
[next]