Commit Graph

162 Commits (325bc54eed4ea0836a0bb715bb18342f0c1c668a)

Author SHA1 Message Date
Tom Lane 0a20ff54f5 Split up guc.c for better build speed and ease of maintenance. 3 years ago
Tom Lane 5c7121bcf8 Fix function-defined-but-not-used warning. 3 years ago
Michael Paquier 6203583b72 Remove support for Visual Studio 2013 3 years ago
Michael Paquier 495ed0ef2d Make Windows 10 the minimal runtime requirement for WIN32 3 years ago
Peter Eisentraut 02c408e21a Remove redundant null pointer checks before free() 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
David Rowley b0e5f02ddc Fix various typos and spelling mistakes in code comments 3 years ago
Peter Eisentraut 708007dced Remove error message hints mentioning configure options 3 years ago
Peter Eisentraut 3a671e1f7c Fix global ICU collations for ICU < 54 4 years ago
Peter Eisentraut f2553d4306 Add option to use ICU as global locale provider 4 years ago
Peter Eisentraut f5744f1d1e Update comment 4 years ago
Peter Eisentraut 54637508f8 Change collate and ctype fields to type text 4 years ago
Peter Eisentraut b99ccd2cb2 Call pg_newlocale_from_collation() also with default collation 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Michael Paquier 98105e53e0 Fix typos 4 years ago
Tom Lane def5b065ff Initial pgindent and pgperltidy run for v14. 4 years ago
Peter Eisentraut ec6e70c79f Refactor some error messages for easier translation 4 years ago
Thomas Munro ec48314708 Revert per-index collation version tracking feature. 4 years ago
Thomas Munro 8556267b2b Revert "pg_collation_actual_version() -> pg_collation_current_version()." 5 years ago
Thomas Munro beb4480c85 Refactor get_collation_current_version(). 5 years ago
Thomas Munro 9cf184cc05 pg_collation_actual_version() -> pg_collation_current_version(). 5 years ago
Thomas Munro 0fb0a0503b Hide internal error for pg_collation_actual_version(<bad OID>). 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane 7ca37fb040 Use setenv() in preference to putenv(). 5 years ago
Tom Lane b3817f5f77 Improve hash_create()'s API for some added robustness. 5 years ago
Thomas Munro ca051d8b10 Add collation versions for FreeBSD. 5 years ago
Tom Lane ff94205787 Suppress "warning: variable 'collcollate' set but not used". 5 years ago
Thomas Munro d50e3b1f8d Fix assertion in collation version lookup. 5 years ago
Thomas Munro 9f12a3b95d Tolerate version lookup failure for old style Windows locale names. 5 years ago
Thomas Munro 257836a755 Track collation versions for indexes. 5 years ago
Thomas Munro 7d1297df08 Remove pg_collation.collversion. 5 years ago
Peter Eisentraut 1784f278a6 Replace remaining StrNCpy() by strlcpy() 5 years ago
Amit Kapila a169155453 Fix the MSVC build for versions 2015 and later. 5 years ago
Thomas Munro 352f6f2df6 Add collation versions for Windows. 6 years ago
Thomas Munro 382a821907 Allow NULL version for individual collations. 6 years ago
Tom Lane d677550493 Allow to_date/to_timestamp to recognize non-English month/day names. 6 years ago
Tom Lane 5afaa2e426 Rationalize code placement between wchar.c, encnames.c, and mbutils.c. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Thomas Munro d5ac14f9cc Use libc version as a collation version on glibc systems. 6 years ago
Peter Eisentraut 50518ec296 Revert "Use libc version as a collation version on glibc systems." 6 years ago
Peter Eisentraut 9f90b1d08d Use libc version as a collation version on glibc systems. 6 years ago
Peter Eisentraut 38d8dce61f Remove some code for old unsupported versions of MSVC 6 years ago
Michael Paquier c96581abe4 Fix inconsistencies and typos in the tree, take 11 6 years ago
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 6 years ago
Alvaro Herrera 75445c1515 More message style fixes 6 years ago
Tom Lane 7ad1cd31bf Repair assorted issues in locale data extraction. 6 years ago
Peter Eisentraut 5e1963fb76 Collations with nondeterministic comparison 7 years ago
Peter Eisentraut 1f050c08f9 Fix bug in support for collation attributes on older ICU versions 7 years ago
Peter Eisentraut b8f9a2a69a Add support for collation attributes on older ICU versions 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago