summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/collate.out
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-13/+13
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-111-13/+13
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-111-13/+13
* Improve error checking of CREATE COLLATION options.Dean Rasheed2021-07-181-0/+47
* Fix old bug with coercing the result of a COLLATE expression.Tom Lane2021-04-121-1/+15
* Account for collation when coercing the output of a SQL function.Tom Lane2020-04-141-1/+14
* Un-hide most cascaded-drop details in regression test results.Tom Lane2019-03-241-1/+17
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-221-0/+15
* Improve English wording of some other getObjectDescription() messages.Tom Lane2018-05-241-1/+1
* Avoid using unsafe search_path settings during dump and restore.Tom Lane2018-02-261-6/+6
* Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane2018-01-261-0/+5
* Revert test case added by commit 1e165d05fe06a9072867607886f818bc255507db.Tom Lane2017-08-011-3/+0
* Try to deliver a sane message for _create_locale() failure on Windows.Tom Lane2017-08-011-0/+3
* Allow creation of C/POSIX collations without depending on libc behavior.Tom Lane2017-08-011-16/+13
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-031-10/+10
* Show sort ordering options in EXPLAIN output.Tom Lane2015-01-161-0/+19
* Revert "Hopefully-portable regression tests for CREATE/ALTER/DROP COLLATION."Robert Haas2013-07-031-46/+0
* Hopefully-portable regression tests for CREATE/ALTER/DROP COLLATION.Robert Haas2013-07-031-0/+46
* Fix collation assignment for aggregates with ORDER BY.Tom Lane2013-04-261-0/+22
* Perform line wrapping and indenting by default in ruleutils.c.Tom Lane2013-02-031-5/+13
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-1/+0
* Add COLLATION FOR expressionPeter Eisentraut2012-03-021-0/+20
* Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.Tom Lane2012-01-021-0/+3
* Fix typoPeter Eisentraut2011-07-191-1/+1
* Fix handling of collations in multi-row VALUES constructs.Tom Lane2011-04-181-0/+8
* Fix RI_Initial_Check to use a COLLATE clause when needed in its query.Tom Lane2011-04-111-1/+28
* Adjust collation determination rules as per discussion.Tom Lane2011-04-091-16/+16
* Clean up handling of COLLATE clauses in index column definitions.Tom Lane2011-03-241-11/+13
* Improve reporting of run-time-detected indeterminate-collation errors.Tom Lane2011-03-221-2/+4
* Throw error for indeterminate collation of an ORDER/GROUP/DISTINCT target.Tom Lane2011-03-221-0/+5
* Add some platform-independent tests for the collation feature.Tom Lane2011-03-201-0/+554