index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2017-08-02
Revert test case added by commit 1e165d05fe06a9072867607886f818bc255507db.
Tom Lane
2017-08-01
Suppress less info in regression tests using DROP CASCADE.
Tom Lane
2017-08-01
Try to deliver a sane message for _create_locale() failure on Windows.
Tom Lane
2017-08-01
Allow creation of C/POSIX collations without depending on libc behavior.
Tom Lane
2017-07-28
Include publication owner's name in the output of \dRp+.
Tom Lane
2017-07-27
Work around Msys weakness in Testlib.pm's command_like()
Andrew Dunstan
2017-07-25
Make PostgresNode easily subclassable
Alvaro Herrera
2017-07-24
Fix partitioning crashes during error reporting.
Robert Haas
2017-07-24
Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.
Tom Lane
2017-07-22
Update expected results for collate.linux.utf8 regression test.
Tom Lane
2017-07-21
Make the new partition regression tests locale-independent.
Dean Rasheed
2017-07-21
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-20
Fix dumping of outer joins with empty qual lists.
Tom Lane
2017-07-18
Reverse-convert row types in ExecWithCheckOptions.
Robert Haas
2017-07-18
Use a real RT index when setting up partition tuple routing.
Robert Haas
2017-07-17
Improve legibility of numeric literal
Andrew Dunstan
2017-07-17
Merge large_object.sql test into largeobject.source.
Tom Lane
2017-07-17
Use usleep instead of select for timeouts in PostgresNode.pm
Andrew Dunstan
2017-07-13
Fix dumping of FUNCTION RTEs that contain non-function-call expressions.
Tom Lane
2017-07-12
Fix ruleutils.c for domain-over-array cases, too.
Tom Lane
2017-07-12
commit_ts test: Set node name in test
Alvaro Herrera
2017-07-11
Fix multiple assignments to a column of a domain type.
Tom Lane
2017-07-10
Fix COPY's handling of transition tables with indexes.
Andrew Gierth
2017-07-06
Simplify the logic checking new range partition bounds.
Dean Rasheed
2017-07-06
Fix another race-condition-ish issue in recovery/t/001_stream_rep.pl.
Tom Lane
2017-07-05
Remove unnecessary pg_is_in_recovery calls in tests
Peter Eisentraut
2017-07-03
Fix race condition in recovery/t/009_twophase.pl test.
Tom Lane
2017-07-02
Fix bug in PostgresNode::query_hash's split() call.
Tom Lane
2017-07-02
Try to improve readability of recovery/t/009_twophase.pl test.
Tom Lane
2017-07-02
Improve TAP test function PostgresNode::poll_query_until().
Tom Lane
2017-07-01
Clean up misuse and nonuse of poll_query_until().
Tom Lane
2017-06-29
Eat XIDs more efficiently in recovery TAP test.
Tom Lane
2017-06-28
Fix transition tables for ON CONFLICT.
Andrew Gierth
2017-06-28
Fix transition tables for wCTEs.
Andrew Gierth
2017-06-28
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-27
Re-allow SRFs and window functions within sub-selects within aggregates.
Tom Lane
2017-06-26
Reduce wal_retrieve_retry_interval in applicable TAP tests.
Tom Lane
2017-06-26
Improve wait logic in TAP tests for streaming replication.
Tom Lane
2017-06-23
Fix replication with replica identity full
Peter Eisentraut
2017-06-23
Add testing to detect errors of omission in "pin" dependency creation.
Tom Lane
2017-06-22
Fix IF NOT EXISTS in CREATE STATISTICS
Alvaro Herrera
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
Prevent table partitions from being turned into views.
Dean Rasheed
2017-06-20
Make opr_sanity test complain about built-in functions marked prosecdef.
Tom Lane
2017-06-19
Avoid regressions in foreign-key-based selectivity estimates.
Tom Lane
2017-06-17
Remove incorrect comment
Magnus Hagander
2017-06-16
Use RangeVarGetRelidExtended() in AlterSequence()
Peter Eisentraut
2017-06-16
Fix dependency, when changing a function's argument/return type.
Heikki Linnakangas
[next]