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
2016-03-23
Code review for error reports in jsonb_set().
Tom Lane
2016-03-22
Fix EvalPlanQual bug when query contains both locked and not-locked rels.
Tom Lane
2016-03-19
Fix phony .PHONY.
Tom Lane
2016-03-18
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
Introduce parse_ident()
Teodor Sigaev
2016-03-17
Fix assorted breakage in to_char()'s OF format option.
Tom Lane
2016-03-16
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-03-15
Fix typos.
Robert Haas
2016-03-15
Add simple VACUUM progress reporting.
Robert Haas
2016-03-14
Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.
Robert Haas
2016-03-13
Fix whitespace and remove obsolete gitattributes entry
Peter Eisentraut
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-11
When appropriate, postpone SELECT output expressions till after ORDER BY.
Tom Lane
2016-03-11
Tsvector editing functions
Teodor Sigaev
2016-03-10
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
Reduce lock level for altering fillfactor
Simon Riggs
2016-03-09
PostgresNode: add backup_fs_hot and backup_fs_cold
Alvaro Herrera
2016-03-09
Add filter capability to RecursiveCopy::copypath
Alvaro Herrera
2016-03-09
Fix incorrect handling of NULL index entries in indexed ROW() comparisons.
Tom Lane
2016-03-09
Handle invalid libpq sockets in more places
Peter Eisentraut
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-04
Make stats regression test robust in the face of parallel query.
Tom Lane
2016-03-04
Improve support of Hunspell in ispell dictionary.
Teodor Sigaev
2016-03-03
Rework PostgresNode's psql method
Alvaro Herrera
2016-03-03
perltidy PostgresNode and SimpleTee
Alvaro Herrera
2016-03-03
Fix mistakes in recovery tests
Alvaro Herrera
2016-03-03
Fix json_to_record() bug with nested objects.
Tom Lane
2016-03-02
Prefix temp data dirs with the node name
Alvaro Herrera
2016-03-02
Fix TAP tests for older Perls.
Tom Lane
2016-03-01
Add more tests for commit_timestamp feature
Alvaro Herrera
2016-03-01
TAP tests: retain temp dirs on test failure
Alvaro Herrera
2016-03-01
Suppress scary-looking log messages from async-notify isolation test.
Tom Lane
2016-02-29
Minor tweaks for new src/test/recovery
Alvaro Herrera
2016-02-29
Make new isolationtester test more stable
Alvaro Herrera
2016-02-29
Fix incorrect varlevelsup in security_barrier_replace_vars().
Dean Rasheed
2016-02-28
Allow multiple --temp-config arguments to pg_regress
Andrew Dunstan
2016-02-27
Respect TEMP_CONFIG when pg_regress_check and friends are called
Andrew Dunstan
2016-02-26
Add isolationtester spec for old heapam.c bug
Alvaro Herrera
2016-02-26
Apply last revision of recovery patch
Alvaro Herrera
2016-02-26
Add a test framework for recovery
Alvaro Herrera
2016-02-26
Move some code from RewindTest into PostgresNode
Alvaro Herrera
2016-02-26
Add POD docs to PostgresNode
Alvaro Herrera
2016-02-26
Add README in src/test and src/test/modules
Alvaro Herrera
2016-02-25
Clean the last few TAP suite tmp_check directories.
Noah Misch
2016-02-22
Create a function to reliably identify which sessions block which others.
Tom Lane
2016-02-21
Fix two-argument jsonb_object when called with empty arrays
Andrew Dunstan
2016-02-20
Add pg_size_bytes() to parse human-readable size strings.
Dean Rasheed
2016-02-19
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-17
Add new system view, pg_config
Joe Conway
2016-02-12
Increase deadlock_timeout some more in the deadlock-hard isolation test.
Tom Lane
[next]