| Age | Commit message (Expand) | Author |
| 12 days | Use more palloc_object() and palloc_array() in contrib/ | Michael Paquier |
| 12 days | Remove no longer needed casts to Pointer | Peter Eisentraut |
| 2025-12-02 | Remove useless casting to same type | Peter Eisentraut |
| 2025-09-30 | Do a tiny bit of header file maintenance | Álvaro Herrera |
| 2025-08-14 | Avoid including tableam.h and xlogreader.h in nbtree.h | Álvaro Herrera |
| 2025-08-13 | Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. | Tom Lane |
| 2025-08-08 | Add missing Datum conversions | Peter Eisentraut |
| 2025-07-10 | btree_gist: Merge the last two versions into version 1.8 | Michael Paquier |
| 2025-06-02 | Rename gist stratnum support function | Peter Eisentraut |
| 2025-04-03 | Add support for sorted gist index builds to btree_gist | Heikki Linnakangas |
| 2025-04-03 | Fix boilerplate comments in btree_gist | Heikki Linnakangas |
| 2025-03-26 | Use PG_MODULE_MAGIC_EXT in our installable shared libraries. | Tom Lane |
| 2025-02-21 | Drop opcintype from index AM strategy translation API | Peter Eisentraut |
| 2025-02-02 | Move CompareType to separate header file | Peter Eisentraut |
| 2025-01-15 | Change gist stratnum function to use CompareType | Peter Eisentraut |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-11-28 | Remove useless casts to (void *) | Peter Eisentraut |
| 2024-10-28 | Remove unused #include's from contrib, pl, test .c files | Peter Eisentraut |
| 2024-09-17 | Add temporal FOREIGN KEY contraints | Peter Eisentraut |
| 2024-09-17 | Add temporal PRIMARY KEY and UNIQUE constraints | Peter Eisentraut |
| 2024-09-17 | Add stratnum GiST support function | Peter Eisentraut |
| 2024-08-06 | Mark misc static global variables as const | Heikki Linnakangas |
| 2024-05-16 | Revert temporal primary keys and foreign keys | Peter Eisentraut |
| 2024-03-24 | Add temporal FOREIGN KEY contraints | Peter Eisentraut |
| 2024-01-25 | Fix comment on gist_stratnum_btree | Peter Eisentraut |
| 2024-01-24 | Add temporal PRIMARY KEY and UNIQUE constraints | Peter Eisentraut |
| 2024-01-19 | Add stratnum GiST support function | Peter Eisentraut |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-10-26 | Add trailing commas to enum definitions | Peter Eisentraut |
| 2023-07-12 | Allow some exclusion constraints on partitions | Peter Eisentraut |
| 2023-02-07 | Remove useless casts to (void *) in arguments of some system functions | Peter Eisentraut |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-20 | Add copyright notices to meson files | Andrew Dunstan |
| 2022-12-10 | Standardize error reports in unimplemented I/O functions. | Tom Lane |
| 2022-10-10 | Use C library functions instead of Abs() for int64 | Peter Eisentraut |
| 2022-10-08 | Use fabsf() instead of Abs() or fabs() where appropriate | Peter Eisentraut |
| 2022-10-07 | Remove unnecessary uses of Abs() | Peter Eisentraut |
| 2022-10-07 | meson: Add support for building with precompiled headers | Andres Freund |
| 2022-10-05 | meson: Add windows resource files | Andres Freund |
| 2022-09-22 | meson: Add initial version of meson based build system | Andres Freund |
| 2022-09-05 | Fix incorrect uses of Datum conversion macros | Peter Eisentraut |
| 2022-09-02 | Fix planner to consider matches to boolean columns in extension indexes. | Tom Lane |
| 2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane |
| 2022-04-13 | Remove extraneous blank lines before block-closing braces | Alvaro Herrera |
| 2022-01-08 | Fix results of index-only scans on btree_gist char(N) indexes. | Tom Lane |
| 2022-01-03 | Handle mixed returnable and non-returnable columns better in IOS. | Tom Lane |
| 2021-11-08 | Fix gist_bool_ops to use gbtreekey2 | Tomas Vondra |
| 2021-11-06 | Add bool GiST opclass to btree_gist | Tomas Vondra |
| 2021-08-19 | Improve performance of float overflow checks in btree_gist | Michael Paquier |
| 2021-04-07 | Revert "Add sortsupport for gist_btree opclasses, for faster index builds." | Heikki Linnakangas |