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
/
regress
/
sql
Age
Commit message (
Expand
)
Author
2018-07-27
Fix handling of REFRESH MATERIALIZED VIEW CONCURRENTLY
Pavan Deolasee
2018-07-27
Ensure that typename is schema qualified while sending row description
Pavan Deolasee
2018-07-27
Properly quote typename before calling parseTypeString
Pavan Deolasee
2018-05-18
Track clearly whether to run a remote transaction in autocommit or a block
Pavan Deolasee
2017-10-19
Remove references to issue 3520503 from privileges test
Tomas Vondra
2017-10-19
Remove unnecessary ORDER BY from privileges test
Tomas Vondra
2017-10-19
Increase random_page_cost to fix a plan in updatable_views
Tomas Vondra
2017-10-19
Fix failures in updatable_views due to different structure
Tomas Vondra
2017-10-08
Remove unnecessary ORDER BY clauses from plpgsql tests
Tomas Vondra
2017-10-08
Fix expected output for plpgsql test suite
Tomas Vondra
2017-10-08
Stabilize combocid test by replicating the table
Tomas Vondra
2017-10-08
Add explicit VACUUM to stabilize plans in inherit tests
Tomas Vondra
2017-10-05
Disable FQS for cursors defined with SCROLL
Tomas Vondra
2017-09-26
Fix minor regression failure in updatable_views
Tomas Vondra
2017-09-12
Ensure that database objects are created consistently.
Pavan Deolasee
2017-08-29
Fix plpgsql regression test
Pavan Deolasee
2017-08-29
Fix alter_table test case
Pavan Deolasee
2017-08-28
Much restructing of rowsecurity test case
Pavan Deolasee
2017-08-25
Make float8_tbl replicated to stabilize float8 test
Tomas Vondra
2017-08-25
Fix prepared_xacts test case
Pavan Deolasee
2017-08-25
Do not try to set invalid value for guc
Pavan Deolasee
2017-08-25
Make adjustment to foreign_key test case
Pavan Deolasee
2017-08-25
Accept errors in hash_index test case
Pavan Deolasee
2017-08-25
Accept errors in tidscan regression test
Pavan Deolasee
2017-08-24
Make adjustments to combocid test so that it passes
Pavan Deolasee
2017-08-24
Fix identity test case
Pavan Deolasee
2017-08-21
Fix insert test case
Pavan Deolasee
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
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-09
Fix handling of container types in find_composite_type_dependencies.
Tom Lane
2017-08-08
Use sort_pathkeys instead of query_pathkeys in standard_planner
Tomas Vondra
2017-08-08
Fix txid test case
Pavan Deolasee
2017-08-08
More thorough checks for distribution columns while creating inheritance
Pavan Deolasee
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
2017-08-05
Fix bug in deciding whether to scan newly-attached partition.
Robert Haas
2017-08-03
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
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-31
Add explicit VACUUM to inet test to actually do IOS
Tomas Vondra
2017-07-31
Tweak the query plan check in join regression test
Tomas Vondra
2017-07-26
Accept some of the differences in 'tidscan' test case
Pavan Deolasee
2017-07-26
Fix remaining problems in 'triggers' test case.
Pavan Deolasee
2017-07-26
Fix 'union' test case.
Pavan Deolasee
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
[next]