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
/
expected
/
collate.out
Age
Commit message (
Expand
)
Author
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-02
Revert test case added by commit 1e165d05fe06a9072867607886f818bc255507db.
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-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2016-11-03
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2016-10-18
Add support for pushdown of Append and MergeAppend nodes.
Pavan Deolasee
2016-10-18
Fix collate regression case by removing an ORDER BY (added in XL) which seems
Pavan Deolasee
2016-10-18
Accept XL test output.
Pallavi Sontakke
2015-07-02
Fix expected output for testcase 'collate' now that error HINTs are sent
Pavan Deolasee
2015-06-10
Fix expected output for the testcase 'collate'
Pavan Deolasee
2015-01-16
Show sort ordering options in EXPLAIN output.
Tom Lane
2013-07-03
Revert "Hopefully-portable regression tests for CREATE/ALTER/DROP COLLATION."
Robert Haas
2013-07-03
Hopefully-portable regression tests for CREATE/ALTER/DROP COLLATION.
Robert Haas
2013-04-26
Fix collation assignment for aggregates with ORDER BY.
Tom Lane
2013-02-03
Perform line wrapping and indenting by default in ruleutils.c.
Tom Lane
2012-07-05
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-03-02
Add COLLATION FOR expression
Peter Eisentraut
2012-01-02
Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.
Tom Lane
2011-07-19
Fix typo
Peter Eisentraut
2011-04-18
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-12
Fix RI_Initial_Check to use a COLLATE clause when needed in its query.
Tom Lane
2011-04-09
Adjust collation determination rules as per discussion.
Tom Lane
2011-03-24
Clean up handling of COLLATE clauses in index column definitions.
Tom Lane
2011-03-22
Improve reporting of run-time-detected indeterminate-collation errors.
Tom Lane
2011-03-22
Throw error for indeterminate collation of an ORDER/GROUP/DISTINCT target.
Tom Lane
2011-03-20
Add some platform-independent tests for the collation feature.
Tom Lane