Commits

DateSubjectAuthorReleases
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-10-09 Avoid crash in estimate_array_length with null root pointer. Tom Lane 17.1
2024-10-09 Avoid crash in estimate_array_length with null root pointer. Tom Lane 18.0
2024-09-04 Remove lc_collate_is_c(). Jeff Davis 18.0
2024-08-06 selfuncs.c: use pg_strxfrm() instead of strxfrm(). Jeff Davis 18.0
2024-07-30 Fix partitionwise join with partially-redundant join clauses Richard Guo 18.0
2024-04-18 Fix typos and duplicate words Daniel Gustafsson 17.0
2024-04-06 Enhance nbtree ScalarArrayOp execution. Peter Geoghegan 17.0
2024-01-08 Allow examine_simple_variable() to work on INSERT RETURNING Vars. Tom Lane 17.0
2024-01-04 Teach estimate_array_length() to use statistics where available. Tom Lane 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-11-27 Don't use bms_membership() in cases where we don't need to David Rowley 17.0
2023-11-17 Extract column statistics from CTE references, if possible. Tom Lane 17.0
2023-11-14 Support +/- infinity in the interval data type. Dean Rasheed 17.0
2023-05-02 Fix typos in comments Michael Paquier 16.0
2023-01-30 Make Vars be outer-join-aware. Tom Lane 16.0
2023-01-19 Remove some dead code in selfuncs.c Alvaro Herrera 16.0
2023-01-09 Allow left join removals and unique joins on partitioned tables David Rowley 16.0
2023-01-08 Improve GIN cost estimation Alexander Korotkov 16.0
2023-01-08 Extract the multiplier for CPU process cost of index page into a macro Alexander Korotkov 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-04 Re-pgindent a few files. Tom Lane 16.0
2022-11-30 Stop accessing checkAsUser via RTE in some cases Alvaro Herrera 16.0
2022-11-22 YA attempt at taming worst-case behavior of get_actual_variable_range. Tom Lane 11.19
2022-11-22 YA attempt at taming worst-case behavior of get_actual_variable_range. Tom Lane 12.14