index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2017-09-15
Test coverage for CREATE/ALTER FOREIGN DATA WRAPPER .. HANDLER.
Robert Haas
2017-09-14
Expand partitioned table RTEs level by level, without flattening.
Robert Haas
2017-09-14
Avoid use of bool in thread_test.c
Peter Eisentraut
2017-09-13
Adjust unstable regression test case.
Tom Lane
2017-09-12
Add psql variables to track success/failure of SQL queries.
Tom Lane
2017-09-11
Fix RecursiveCopy.pm to cope with disappearing files.
Tom Lane
2017-09-11
Prefer argument name over "$n" for the refname of a plpgsql argument.
Tom Lane
2017-09-11
Message style fixes
Peter Eisentraut
2017-09-10
Quick-hack fix for foreign key cascade vs triggers with transition tables.
Tom Lane
2017-09-10
Add a test harness for the red-black tree code.
Tom Lane
2017-09-08
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
Fix more portability issues in new pgbench TAP tests.
Tom Lane
2017-09-08
Add much-more-extensive TAP tests for pgbench.
Tom Lane
2017-09-07
Fix handling of savepoint commands within multi-statement Query strings.
Tom Lane
2017-09-06
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-05
Add \gdesc psql command.
Tom Lane
2017-09-05
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
Support retaining data dirs on successful TAP tests
Peter Eisentraut
2017-09-01
Fix two-phase commit test for recovery mode
Alvaro Herrera
2017-09-01
Avoid race condition in logical replication test
Simon Riggs
2017-08-31
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
Expand partitioned tables in PartDesc order.
Robert Haas
2017-08-31
Improve code coverage of select_parallel test.
Tom Lane
2017-08-30
Remove to pre-8.2 coding convention for PG_MODULE_MAGIC
Peter Eisentraut
2017-08-30
Restore test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.
Tom Lane
2017-08-29
Propagate sort instrumentation from workers back to leader.
Robert Haas
2017-08-29
Push tuple limits through Gather and Gather Merge.
Robert Haas
2017-08-28
Fix over-aggressive sanity check in misc_sanity.sql.
Tom Lane
2017-08-24
Add minimal regression test for blessed record type transfer.
Andres Freund
2017-08-24
psql: Fix \gx when FETCH_COUNT is used
Stephen Frost
2017-08-24
Make new regression test case parallel-safe, and improve its output.
Tom Lane
2017-08-24
Fix up secondary expected files
Peter Eisentraut
2017-08-23
Improve plural handling in error message
Peter Eisentraut
2017-08-21
Push limit through subqueries to underlying sort, where possible.
Robert Haas
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-17
Temporarily revert test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.
Tom Lane
2017-08-17
Fix ExecReScanGatherMerge.
Tom Lane
2017-08-14
Expand coverage of parallel gather merge a bit.
Andres Freund
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-12
Simplify fetch-slot-xmins logic in recovery TAP tests.
Tom Lane
2017-08-11
Add regression tests exercising more code paths in nodeLimit.c.
Tom Lane
2017-08-11
Add regression tests exercising the non-hashed code paths in nodeSetop.c.
Tom Lane
2017-08-10
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
Improve the error message when creating an empty range partition.
Robert Haas
2017-08-09
Fix handling of container types in find_composite_type_dependencies.
Tom Lane
2017-08-08
Fix yet another race condition in recovery/t/001_stream_rep.pl.
Tom Lane
2017-08-07
Fix local/remote attribute mix-up in logical replication
Peter Eisentraut
2017-08-07
Require update permission for the large object written by lo_put().
Tom Lane
2017-08-07
Again match pg_user_mappings to information_schema.user_mapping_options.
Noah Misch
2017-08-07
Don't allow logging in with empty password.
Heikki Linnakangas
[next]