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-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
2017-04-06
Fix integer-overflow problems in interval comparison.
Tom Lane
2017-04-05
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE.
Kevin Grittner
2017-04-04
Adjust min/max values when changing sequence type
Peter Eisentraut
2017-04-04
Remove --verbose from PROVE_FLAGS
Stephen Frost
2017-04-03
Fix whitespace
Peter Eisentraut
2017-04-02
Fix behavior of psql's \p to agree with \g, \w, etc.
Tom Lane
2017-04-01
BRIN de-summarization
Alvaro Herrera
2017-04-01
Fix expected output
Alvaro Herrera
2017-04-01
BRIN auto-summarization
Alvaro Herrera
2017-04-01
Add transition table support to plpgsql.
Kevin Grittner
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-04-01
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-04-01
Fix unstable regression test result.
Tom Lane
2017-04-01
Fix unstable regression test result.
Tom Lane
2017-03-31
Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."
Robert Haas
2017-03-31
Full Text Search support for json and jsonb
Andrew Dunstan
2017-03-30
Support \if ... \elif ... \else ... \endif in psql scripting.
Tom Lane
2017-03-30
Remove support for version-0 calling conventions.
Andres Freund
2017-03-29
Change 'diag' to 'note' in TAP tests
Peter Eisentraut
2017-03-28
Make new expression eval code reject references to dropped columns.
Tom Lane
2017-03-28
Fix ssl tests
Peter Eisentraut
2017-03-28
Altering default privileges on schemas
Teodor Sigaev
2017-03-28
Cleanup slots during drop database
Simon Riggs
2017-03-27
Rework the stats_ext test
Alvaro Herrera
2017-03-27
Fix improper NULL handling in list partitioning code.
Robert Haas
2017-03-27
Allow ON CONFLICT .. DO NOTHING on a partitioned table.
Robert Haas
2017-03-27
Change default of log_directory to 'log'
Peter Eisentraut
2017-03-27
Clean up Perl code according to perlcritic
Peter Eisentraut
2017-03-27
Attempt to stabilize grouping sets regression test plans.
Andrew Gierth
2017-03-27
Fix a couple of problems in pg_get_statisticsextdef
Alvaro Herrera
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
Show more processes in pg_stat_activity.
Robert Haas
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
[next]