Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-11-04 | Limit the size of TID lists during parallel GIN build | Tomas Vondra | 18.1 |
| 2025-05-02 | Fix memory leak in _gin_parallel_merge | Tomas Vondra | 18.0 |
| 2025-04-19 | Fix typos and grammar in the code | Michael Paquier | 18.0 |
| 2025-04-12 | Harmonize function parameter names for Postgres 18. | Peter Geoghegan | 18.0 |
| 2025-04-01 | Remove a stray "pgrminclude" annotation | Peter Eisentraut | 18.0 |
| 2025-03-04 | Enforce memory limit during parallel GIN builds | Tomas Vondra | 18.0 |
| 2025-03-04 | Compress TID lists when writing GIN tuples to disk | Tomas Vondra | 18.0 |
| 2025-03-03 | Allow parallel CREATE INDEX for GIN indexes | Tomas Vondra | 18.0 |
| 2025-01-31 | Get rid of our dependency on type "long" for memory size calculations. | Tom Lane | 18.0 |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian | 18.0 |
| 2024-11-28 | Remove useless casts to (void *) | Peter Eisentraut | 18.0 |