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
Age
Commit message (
Expand
)
Author
2017-04-07
Make json_populate_record and friends operate recursively
Andrew Dunstan
2017-04-07
Remove use of Jade and DSSSL
Peter Eisentraut
2017-04-07
Clean up after insufficiently-researched optimization of tuple conversions.
Tom Lane
2017-04-06
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped().
Kevin Grittner
2017-04-06
Allow avoiding tuple copy within tuplesort_gettupleslot().
Andres Freund
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
pg_dump: Rename some typedefs to avoid name conflicts
Peter Eisentraut
2017-04-06
Clean up psql/describe.c's messy query for extended stats.
Tom Lane
2017-04-06
Fix mixup of bool and ternary value
Peter Eisentraut
2017-04-06
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
Fix compiler warning and add some more comments
Peter Eisentraut
2017-04-06
Remove bogus SCRAM_ITERATION_LEN constant.
Heikki Linnakangas
2017-04-06
Always SnapshotResetXmin() during ClearTransaction()
Simon Riggs
2017-04-06
Identity columns
Peter Eisentraut
2017-04-06
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-04-06
Remove dead code and fix comments in fast-path function handling.
Heikki Linnakangas
2017-04-06
Code review for recent slot.c changes.
Andres Freund
2017-04-06
Fix integer-overflow problems in interval comparison.
Tom Lane
2017-04-05
Reduce lock level for CREATE STATISTICS
Simon Riggs
2017-04-05
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
Spelling mistake in comment in utility.c
Simon Riggs
2017-04-05
Fix pageinspect failures on hash indexes.
Robert Haas
2017-04-05
Use American English in error message
Peter Eisentraut
2017-04-05
hash: Fix write-ahead logging bug.
Robert Haas
2017-04-05
Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE.
Kevin Grittner
2017-04-05
Capitalize names of PLs consistently
Peter Eisentraut
2017-04-05
pageinspect: Add bt_page_items function with bytea argument
Peter Eisentraut
2017-04-04
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-04-04
Make min_wal_size/max_wal_size use MB internally
Simon Riggs
2017-04-04
Fix uninitialized variables in twophase.c
Simon Riggs
2017-04-04
Fix two valgrind issues in slab allocator.
Andres Freund
2017-04-04
Speedup 2PC recovery by skipping two phase state files in normal path
Simon Riggs
2017-04-04
Adjust min/max values when changing sequence type
Peter Eisentraut
2017-04-04
Fix thinko in BitmapAdjustPrefetchIterator.
Robert Haas
2017-04-04
Fix typo
Peter Eisentraut
2017-04-04
psql: Add some missing tab completion
Peter Eisentraut
2017-04-04
Remove --verbose from PROVE_FLAGS
Stephen Frost
2017-04-04
Fix remote position tracking in logical replication
Peter Eisentraut
2017-04-04
Fix formula in _hash_spareindex.
Robert Haas
2017-04-04
Expand hash indexes more gradually.
Robert Haas
2017-04-04
Update comment.
Robert Haas
2017-04-04
Print new RelOptInfo field top_parent_relids in outfuncs.c
Robert Haas
2017-04-04
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-04
Properly acquire buffer lock for page-at-a-time hash vacuum.
Robert Haas
[next]