Commits

Showing commits that first shipped in 18 (backpatches included). Clear

DateSubjectAuthorReleases
2025-06-10 isn.c: use pg_ascii_toupper() instead of toupper(). Jeff Davis 18.0
2025-06-10 contrib/spi/refint.c: use pg_ascii_tolower() instead. Jeff Davis 18.0
2025-06-10 copyfromparse.c: use pg_ascii_tolower() rather than tolower(). Jeff Davis 18.0
2025-06-06 Improve CREATE DATABASE error message for invalid libc locale. Jeff Davis 18.0
2025-05-27 Change pg_dump default for statistics export. Jeff Davis 18.0
2025-04-21 Fix INITCAP() word boundaries for PG_UNICODE_FAST. Jeff Davis 18.0
2025-04-16 Another unintentional behavior change in commit e9931bfb75. Jeff Davis 18.0
2025-04-16 Improve comment in regc_pg_locale.c. Jeff Davis 18.0
2025-04-04 Oversight in commit b81ffa13e3. Jeff Davis 18.0
2025-04-03 Fix unintentional 'NULL' string literal in pg_upgrade. Jeff Davis 18.0
2025-04-03 pg_upgrade check for Unicode-dependent relations. Jeff Davis 18.0
2025-03-31 Add relallfrozen to pg_dump statistics. Jeff Davis 18.0
2025-03-28 Matview statistics depend on matview data. Jeff Davis 18.0
2025-03-26 Add pg_dump --with-{schema|data|statistics} options. Jeff Davis 18.0
2025-03-25 Stats: use schemaname/relname instead of regclass. Jeff Davis 18.0
2025-03-25 Minor doc update for commit 99f8f3fbbc. Jeff Davis 18.0
2025-03-25 Remove 'additional' pointer from TupleHashEntryData. Jeff Davis 18.0
2025-03-25 Add ExecCopySlotMinimalTupleExtra(). Jeff Davis 18.0
2025-03-25 Create accessor functions for TupleHashEntry. Jeff Davis 18.0
2025-03-25 HashAgg: use Bump allocator for hash TupleHashTable entries. Jeff Davis 18.0
2025-03-18 Fix headerscheck warning. Jeff Davis 18.0
2025-03-15 Optimization for lower(), upper(), casefold() functions. Jeff Davis 18.0
2025-03-13 Refactor convert_case() to prepare for optimizations. Jeff Davis 18.0
2025-03-08 Don't convert to and from floats in pg_dump. Jeff Davis 18.0
2025-03-07 CREATE INDEX: don't update table stats if autovacuum=off. Jeff Davis 18.0