| Age | Commit message (Expand) | Author |
| 8 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 2025-11-26 | Replace internal C function pg_hypot() by standard hypot() | Peter Eisentraut |
| 2025-10-31 | Mark function arguments of type "Datum *" as "const Datum *" where possible | Peter Eisentraut |
| 2025-10-30 | Mark ItemPointer arguments as const throughout | Peter Eisentraut |
| 2025-10-27 | Remove Item type | Peter Eisentraut |
| 2025-08-29 | Remove unneeded casts of BufferGetPage() result | Peter Eisentraut |
| 2025-08-05 | Fix varatt versus Datum type confusions | Peter Eisentraut |
| 2025-04-28 | Add maintenance_io_concurrency flag to some read stream users | Melanie Plageman |
| 2025-04-03 | Remove misleading read stream asserts in a few users | Melanie Plageman |
| 2025-03-30 | read_stream: Introduce and use optional batchmode support | Andres Freund |
| 2025-03-21 | Use streaming read I/O in SP-GiST vacuuming | Melanie Plageman |
| 2025-03-11 | Show index search count in EXPLAIN ANALYZE, take 2. | Peter Geoghegan |
| 2025-03-07 | Rename amcancrosscompare | Peter Eisentraut |
| 2025-03-05 | Revert "Show index search count in EXPLAIN ANALYZE." | Peter Geoghegan |
| 2025-03-05 | Show index search count in EXPLAIN ANALYZE. | Peter Geoghegan |
| 2025-02-27 | Generalize hash and ordering support in amapi | Peter Eisentraut |
| 2025-02-13 | Remove unnecessary (char *) casts [xlog] | Peter Eisentraut |
| 2025-02-11 | Add is_analyze parameter to vacuum_delay_point(). | Nathan Bossart |
| 2025-02-02 | Convert strategies to and from compare types | Peter Eisentraut |
| 2025-02-01 | Add get_opfamily_name() function | Peter Eisentraut |
| 2025-01-29 | Fix grammatical typos around possessive "its" | John Naylor |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-12-20 | Introduce CompactAttribute array in TupleDesc, take 2 | David Rowley |
| 2024-12-03 | Revert "Introduce CompactAttribute array in TupleDesc" | David Rowley |
| 2024-12-03 | Introduce CompactAttribute array in TupleDesc | David Rowley |
| 2024-11-28 | Remove useless casts to (void *) | Peter Eisentraut |
| 2024-09-11 | Replace gratuitous memmove() with memcpy() | Peter Eisentraut |
| 2024-09-10 | Add amgettreeheight index AM API routine | Peter Eisentraut |
| 2024-09-04 | Remove lc_collate_is_c(). | Jeff Davis |
| 2024-06-17 | Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY. | Tom Lane |
| 2024-03-13 | Make the order of the header file includes consistent | Peter Eisentraut |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-02-23 | Introduce a new smgr bulk loading facility. | Heikki Linnakangas |
| 2024-02-16 | Use new overflow-safe integer comparison functions. | Nathan Bossart |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-12-21 | Avoid trying to fetch metapage of an SPGist partitioned index. | Tom Lane |
| 2023-12-08 | Allow parallel CREATE INDEX for BRIN indexes | Tomas Vondra |
| 2023-11-25 | Reuse BrinDesc and BrinRevmap in brininsert | Tomas Vondra |
| 2023-10-26 | Add trailing commas to enum definitions | Peter Eisentraut |
| 2023-10-10 | Add const to values and nulls arguments | Peter Eisentraut |
| 2023-09-08 | Remove some more "snapshot too old" vestiges. | Thomas Munro |
| 2023-09-05 | Remove the "snapshot too old" feature. | Thomas Munro |
| 2023-08-23 | Use the buffer cache when initializing an unlogged index. | Heikki Linnakangas |
| 2023-08-23 | ExtendBufferedWhat -> BufferManagerRelation. | Thomas Munro |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane |
| 2023-04-08 | Handle logical slot conflicts on standby | Andres Freund |
| 2023-04-08 | Introduce PG_IO_ALIGN_SIZE and align all I/O buffers. | Thomas Munro |
| 2023-04-06 | Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel() | Andres Freund |
| 2023-04-03 | Make SP-GiST redirect cleanup more aggressive. | Peter Geoghegan |
| 2023-04-02 | Add info in WAL records in preparation for logical slot conflict handling | Andres Freund |