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