| Age | Commit message (Expand) | Author |
| 9 days | Unify error messages | Álvaro Herrera |
| 2025-11-24 | Fix infer_arbiter_index during concurrent index operations | Álvaro Herrera |
| 2025-10-15 | Fix lookup code for REINDEX INDEX. | Nathan Bossart |
| 2025-08-28 | Avoid including commands/dbcommands.h in so many places | Álvaro Herrera |
| 2025-06-26 | Correct misleading error messages | Peter Eisentraut |
| 2025-06-20 | Use SnapshotDirty when checking for conflicting index names. | Tom Lane |
| 2025-05-30 | Ensure we have a snapshot when updating various system catalogs. | Nathan Bossart |
| 2025-05-09 | Add support for runtime arguments in injection points | Michael Paquier |
| 2025-03-28 | Add support for not-null constraints on virtual generated columns | Peter Eisentraut |
| 2025-03-18 | Allow non-btree unique indexes for partition keys | Peter Eisentraut |
| 2025-03-04 | Fix accidental use of = instead of == | Peter Eisentraut |
| 2025-02-21 | Drop opcintype from index AM strategy translation API | Peter Eisentraut |
| 2025-02-07 | Virtual generated columns | Peter Eisentraut |
| 2025-02-03 | Integrate GistTranslateCompareType() into IndexAmTranslateCompareType() | Peter Eisentraut |
| 2025-02-01 | Add get_opfamily_name() function | Peter Eisentraut |
| 2025-02-01 | Rename GistTranslateStratnum() to GistTranslateCompareType() | 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-11-11 | Fix arrays comparison in CompareOpclassOptions() | Alexander Korotkov |
| 2024-10-27 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-10-05 | Use generateClonedIndexStmt to propagate CREATE INDEX to partitions. | Tom Lane |
| 2024-09-26 | Ensure we have a snapshot when updating pg_index entries. | Nathan Bossart |
| 2024-09-24 | For inplace update durability, make heap_update() callers wait. | Noah Misch |
| 2024-09-17 | Add temporal FOREIGN KEY contraints | Peter Eisentraut |
| 2024-09-17 | Add temporal PRIMARY KEY and UNIQUE constraints | Peter Eisentraut |
| 2024-09-09 | Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressions | Michael Paquier |
| 2024-07-15 | Add missing RestrictSearchPath() calls. | Jeff Davis |
| 2024-06-28 | Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX. | Noah Misch |
| 2024-05-16 | Revert temporal primary keys and foreign keys | Peter Eisentraut |
| 2024-03-24 | Add temporal FOREIGN KEY contraints | Peter Eisentraut |
| 2024-03-17 | Add attstattarget to FormExtraData_pg_attribute | Peter Eisentraut |
| 2024-03-13 | Reintroduce MAINTAIN privilege and pg_maintain predefined role. | Nathan Bossart |
| 2024-03-05 | Fix buildfarm failures from 2af07e2f74. | Jeff Davis |
| 2024-03-05 | Fix search_path to a safe value during maintenance operations. | Jeff Davis |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-03-03 | Replace BackendIds with 0-based ProcNumbers | Heikki Linnakangas |
| 2024-01-24 | Add temporal PRIMARY KEY and UNIQUE constraints | Peter Eisentraut |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-12-07 | Improve some error messages with invalid indexes for REINDEX CONCURRENTLY | Michael Paquier |
| 2023-12-06 | Fix assertion failure with REINDEX and event triggers | Michael Paquier |
| 2023-12-04 | Add support for REINDEX in event triggers | Michael Paquier |
| 2023-12-01 | pgindent fix | Peter Eisentraut |
| 2023-12-01 | Check collation when creating partitioned index | Peter Eisentraut |
| 2023-11-16 | Ensure we preprocess expressions before checking their volatility. | Tom Lane |
| 2023-10-03 | Remove RelationGetIndexRawAttOptions() | Peter Eisentraut |
| 2023-10-03 | Remove IndexInfo.ii_OpclassOptions field | Peter Eisentraut |
| 2023-08-23 | Some vertical reformatting | Peter Eisentraut |
| 2023-08-23 | Rename some function arguments for better clarity | Peter Eisentraut |
| 2023-08-23 | Add const decorations | Peter Eisentraut |