index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Fix pg_dump to handle inherited NOT VALID check constraints correctly.
Tom Lane
2015-10-01
*
Include policies based on ACLs needed
Stephen Frost
2015-09-30
*
Ensure a few policies remain for pg_upgrade
Stephen Frost
2015-09-28
*
Fix ON CONFLICT DO UPDATE for tables with oids.
Andres Freund
2015-09-28
*
Fix possible internal overflow in numeric multiplication.
Tom Lane
2015-09-21
*
Remove the row_security=force GUC value.
Noah Misch
2015-09-20
*
Enforce ALL/SELECT policies in RETURNING for RLS
Stephen Frost
2015-09-15
*
RLS refactoring
Stephen Frost
2015-09-15
*
Fix the fastpath rule for jsonb_concat with an empty operand.
Andrew Dunstan
2015-09-13
*
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-04
*
Disable fsync throughout TAP test suites.
Noah Misch
2015-09-03
*
Simplify Perl chmod calls
Peter Eisentraut
2015-08-27
*
Fix potential platform dependence in gist regression test.
Tom Lane
2015-08-25
*
Clean up roles from roleattributes test
Stephen Frost
2015-08-21
*
In AlterRole, make bypassrls an int
Stephen Frost
2015-08-21
*
Fix a few bogus statement type names in plpgsql error messages.
Tom Lane
2015-08-18
*
Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.
Tom Lane
2015-08-15
*
Re-add BRIN isolation test
Alvaro Herrera
2015-08-13
*
Improve regression test case to avoid depending on system catalog stats.
Tom Lane
2015-08-13
*
Undo mistaken tightening in join_is_legal().
Tom Lane
2015-08-12
*
Further mucking with PlaceHolderVar-related restrictions on join order.
Tom Lane
2015-08-10
*
Temporarily(?) remove BRIN isolation test.
Tom Lane
2015-08-10
*
Fix broken multibyte regression tests.
Tatsuo Ishii
2015-08-09
*
Further adjustments to PlaceHolderVar removal.
Tom Lane
2015-08-07
*
Fix old oversight in join removal logic.
Tom Lane
2015-08-06
*
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-08-06
*
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-06
*
Fix `make installcheck` for serializable transactions.
Kevin Grittner
2015-08-06
*
Fix BRIN to use SnapshotAny during summarization
Alvaro Herrera
2015-08-05
*
Fix pg_dump to dump shell types.
Tom Lane
2015-08-04
*
Fix a PlaceHolderVar-related oversight in star-schema planning patch.
Tom Lane
2015-08-04
*
RLS: Keep deny policy when only restrictive exist
Stephen Frost
2015-08-03
*
Make modules/test_ddl_deparse/.gitignore match its siblings.
Tom Lane
2015-08-03
*
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-08-02
*
Fix some planner issues with degenerate outer join clauses.
Tom Lane
2015-08-01
*
Fix an oversight in checking whether a join with LATERAL refs is legal.
Tom Lane
2015-07-31
*
Use appropriate command type when retrieving relation's policies.
Joe Conway
2015-07-30
*
Create new ParseExprKind for use by policy expressions.
Joe Conway
2015-07-29
*
Add some test coverage of EvalPlanQual with non-locked tables.
Tom Lane
2015-07-29
*
Prevent platform-dependent output row ordering in a new test query.
Tom Lane
2015-07-28
*
Disallow converting a table to a view if row security is present.
Joe Conway
2015-07-28
*
Create a pg_shdepend entry for each role in TO clause of policies.
Joe Conway
2015-07-28
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
*
Make tap tests store postmaster logs and handle vpaths correctly
Andrew Dunstan
2015-07-28
*
Remove an unsafe Assert, and explain join_clause_is_movable_into() better.
Tom Lane
2015-07-28
*
Improve logging of TAP tests.
Andrew Dunstan
2015-07-28
*
Improve RLS handling in copy.c
Stephen Frost
2015-07-27
*
Fix oversight in flattening of subqueries with empty FROM.
Tom Lane
2015-07-26
*
Make entirely-dummy appendrels get marked as such in set_append_rel_size.
Tom Lane
2015-07-26
*
Check the relevant index element in ON CONFLICT unique index inference.
Andres Freund
2015-07-26
[next]