Commits

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

DateSubjectAuthorReleases
2025-01-08 Fix duplicate typedef from commit a2f17f004d. Jeff Davis 18.0
2025-01-08 Control collation behavior with a method table. Jeff Davis 18.0
2025-01-08 Move code for collation version into provider-specific files. Jeff Davis 18.0
2025-01-07 ExecInitAgg: update aggstate->numaggs and ->numtrans earlier. Jeff Davis 18.0
2025-01-07 nodeSetOp.c: missing additionalsize for BuildTupleHashTable(). Jeff Davis 18.0
2025-01-07 Remove unused TupleHashTableData->entrysize. Jeff Davis 18.0
2025-01-07 Add missing typedefs.list entry for AggStatePerGroupData. Jeff Davis 18.0
2024-12-16 Refactor string case conversion into provider-specific files. Jeff Davis 18.0
2024-12-11 Use in-place updates for pg_restore_relation_stats(). Jeff Davis 18.0
2024-12-06 Comment fix: "buffer context lock" to "buffer content lock". Jeff Davis 18.0
2024-12-03 Move check for ucol_strcollUTF8 to pg_locale_icu.c Jeff Davis 18.0
2024-12-03 Perform provider-specific initialization in new functions. Jeff Davis 18.0
2024-12-03 Fix unintentional behavior change in commit e9931bfb75. Jeff Davis 18.0
2024-11-22 Disallow modifying statistics on system columns. Jeff Davis 18.0
2024-10-29 Add missing CommandCounterIncrement() in stats import functions. Jeff Davis 18.0
2024-10-25 Refactor the code to create a pg_locale_t into new function. Jeff Davis 18.0
2024-10-24 Add functions pg_restore_relation_stats(), pg_restore_attribute_stats(). Jeff Davis 18.0
2024-10-23 Improve pg_set_attribute_stats() error message. Jeff Davis 18.0
2024-10-23 Another documentation fixup. Jeff Davis 18.0
2024-10-23 Fix compiler warning. Jeff Davis 18.0
2024-10-23 Documentation fixup. Jeff Davis 18.0
2024-10-22 Add functions pg_set_attribute_stats() and pg_clear_attribute_stats(). Jeff Davis 18.0
2024-10-22 Change pg_*_relation_stats() functions to return type to void. Jeff Davis 18.0
2024-10-18 Disable autovacuum for tables in stats import tests. Jeff Davis 18.0
2024-10-18 Allow pg_set_relation_stats() to set relpages to -1. Jeff Davis 18.0