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-05-01
Fix mis-optimization of semijoins with more than one LHS relation.
Tom Lane
2017-05-01
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-04-30
Micro-optimize some slower queries in the opr_sanity regression test.
Tom Lane
2017-04-28
Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
Robert Haas
2017-04-28
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
Wait between tablesync worker restarts
Peter Eisentraut
2017-04-28
Remove unnecessairly duplicated gram.y productions
Stephen Frost
2017-04-27
Additional tests for subtransactions in recovery
Simon Riggs
2017-04-26
pg_get_partkeydef: return NULL for non-partitions
Stephen Frost
2017-04-25
Allow ALTER TABLE ONLY on partitioned tables
Stephen Frost
2017-04-25
Set the priorities of all quorum synchronous standbys to 1.
Fujii Masao
2017-04-24
Code review for commands/statscmds.c.
Tom Lane
2017-04-23
Fix TAP infrastructure to support Mingw better
Andrew Dunstan
2017-04-22
Make PostgresNode.pm check server status more carefully.
Tom Lane
2017-04-22
Make PostgresNode::append_conf append a newline automatically.
Tom Lane
2017-04-22
Require sufficiently modern version of Test::More for TAP tests
Andrew Dunstan
2017-04-21
Change the on-disk format of SCRAM verifiers to conform to RFC 5803.
Heikki Linnakangas
2017-04-20
Modify message when partitioned table is added to publication
Peter Eisentraut
2017-04-18
Fix testing of parallel-safety of SubPlans.
Tom Lane
2017-04-18
Provide an error cursor for "can't call an SRF here" errors.
Tom Lane
2017-04-18
Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.
Heikki Linnakangas
2017-04-18
Allow COMMENT ON COLUMN with partitioned tables
Simon Riggs
2017-04-17
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
Tighten up relation kind checks for extended statistics
Alvaro Herrera
2017-04-17
Fix typos in comment and log message.
Fujii Masao
2017-04-17
Fix extended statistics with partial analyzes
Alvaro Herrera
2017-04-17
Document that ONLY can be specified in publication commands
Peter Eisentraut
2017-04-17
Ensure BackgroundWorker struct contents are well-defined.
Tom Lane
2017-04-14
Add option to modify sync commit per subscription
Peter Eisentraut
2017-04-13
Remove pg_stats_ext view
Alvaro Herrera
2017-04-12
Speed up hash_index regression test.
Tom Lane
2017-04-12
Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b.
Robert Haas
2017-04-11
Allow a rule on partitioned table to be renamed.
Robert Haas
2017-04-10
Run most pg_dump and pg_dumpall tests with --no-sync
Andrew Dunstan
2017-04-10
Fix reporting of violations in ExecConstraints, again.
Robert Haas
2017-04-10
Move isolationtester's is-blocked query into C code for speed.
Tom Lane
2017-04-08
Fix the new SASLprep tests to work with non-UTF-8 locales.
Heikki Linnakangas
2017-04-08
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
Improve 64bit atomics support.
Andres Freund
2017-04-07
Fix planner error (or assert trap) with nested set operations.
Tom Lane
2017-04-07
Use SASLprep to normalize passwords for SCRAM authentication.
Heikki Linnakangas
2017-04-07
Make json_populate_record and friends operate recursively
Andrew Dunstan
2017-04-07
Clean up after insufficiently-researched optimization of tuple conversions.
Tom Lane
2017-04-06
Fix parallel bitmapscan tests on builds without USE_PREFETCH.
Andres Freund
2017-04-06
Fix BRIN cost estimation
Alvaro Herrera
2017-04-06
Add minimal test for EXPLAIN ANALYZE of parallel query.
Andres Freund
2017-04-06
Increase parallel bitmap scan test coverage.
Andres Freund
2017-04-06
Fix logical replication between different encodings
Peter Eisentraut
2017-04-06
Mark immutable functions in information schema as parallel safe
Peter Eisentraut
2017-04-06
Identity columns
Peter Eisentraut
[next]