index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2015-09-13
Fix the fastpath rule for jsonb_concat with an empty operand.
Andrew Dunstan
2015-09-05
Rearrange the handling of error context reports.
Tom Lane
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-03
Disable fsync throughout TAP test suites.
Noah Misch
2015-09-02
Update the SSL test suite for recent changes to TAP testing framework.
Robert Haas
2015-09-01
Flush to show results of TestLib.pm (TAP) test as we go.
Kevin Grittner
2015-08-28
Simplify Perl chmod calls
Peter Eisentraut
2015-08-25
Further tweak wording of error messages about bad CONTINUE/EXIT statements.
Tom Lane
2015-08-25
Fix potential platform dependence in gist regression test.
Tom Lane
2015-08-23
Tweak wording of syntax error messages about bad CONTINUE/EXIT statements.
Tom Lane
2015-08-22
Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.
Tom Lane
2015-08-21
Clean up roles from roleattributes test
Stephen Frost
2015-08-21
In AlterRole, make bypassrls an int
Stephen Frost
2015-08-18
Fix a few bogus statement type names in plpgsql error messages.
Tom Lane
2015-08-15
Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.
Tom Lane
2015-08-15
Remove unused expected-output file.
Robert Haas
2015-08-15
Reject isolation test specifications with duplicate step names.
Robert Haas
2015-08-14
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
2015-08-13
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
Postpone extParam/allParam calculations until the very end of planning.
Tom Lane
2015-08-10
Further mucking with PlaceHolderVar-related restrictions on join order.
Tom Lane
2015-08-10
Temporarily(?) remove BRIN isolation test.
Tom Lane
2015-08-10
Add confirmed_flush column to pg_replication_slots.
Andres Freund
2015-08-09
Fix broken multibyte regression tests.
Tatsuo Ishii
2015-08-07
Further adjustments to PlaceHolderVar removal.
Tom Lane
2015-08-07
Fix old oversight in join removal logic.
Tom Lane
2015-08-07
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-05
Remove carriage returns from certain tap test output under Msys
Andrew Dunstan
2015-08-05
Fix BRIN to use SnapshotAny during summarization
Alvaro Herrera
2015-08-04
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
Share transition state between different aggregates when possible.
Heikki Linnakangas
2015-08-03
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-03
Allow TAP tests to run under Msys
Andrew Dunstan
2015-08-02
Fix some planner issues with degenerate outer join clauses.
Tom Lane
2015-07-31
Fix an oversight in checking whether a join with LATERAL refs is legal.
Tom Lane
2015-07-30
Use appropriate command type when retrieving relation's policies.
Joe Conway
2015-07-30
Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMN
Andrew Dunstan
2015-07-29
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
Make TAP tests work on Windows.
Heikki Linnakangas
2015-07-29
pg_basebackup: Add --slot option
Peter Eisentraut
2015-07-29
pg_basebackup: Add tests for -X option
Peter Eisentraut
2015-07-29
pg_basebackup: Add tests for -R option
Peter Eisentraut
[next]