| Age | Commit message (Expand) | Author |
| 8 days | Use palloc_object() and palloc_array() in backend code | Michael Paquier |
| 2025-10-08 | Add ExplainState argument to pg_plan_query() and planner(). | Robert Haas |
| 2025-05-22 | Revert "Don't lock partitions pruned by initial pruning" | Amit Langote |
| 2025-03-18 | Make it possible for loadable modules to add EXPLAIN options. | Robert Haas |
| 2025-02-20 | Don't lock partitions pruned by initial pruning | Amit Langote |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-12-09 | Simplify executor's determination of whether to use parallelism. | Tom Lane |
| 2024-10-28 | Set query ID for inner queries of CREATE TABLE AS and DECLARE | Michael Paquier |
| 2024-10-27 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-10-17 | Improve node type forward reference | Peter Eisentraut |
| 2024-08-06 | Turn a few 'validnsps' static variables into locals | Heikki Linnakangas |
| 2024-08-02 | Small refactoring around ExecCreateTableAs(). | Jeff Davis |
| 2024-07-31 | Add is_create parameter to RefreshMatviewByOid(). | Jeff Davis |
| 2024-07-31 | Remove unused ParamListInfo argument from ExecRefreshMatView. | Jeff Davis |
| 2024-07-16 | When creating materialized views, use REFRESH to load data. | Jeff Davis |
| 2024-04-11 | Revert: Let table AM insertion methods control index insertion | Alexander Korotkov |
| 2024-04-11 | Revert: Custom reloptions for table AM | Alexander Korotkov |
| 2024-04-08 | Custom reloptions for table AM | Alexander Korotkov |
| 2024-03-30 | Let table AM insertion methods control index insertion | Alexander Korotkov |
| 2024-03-04 | Remove unused #include's from backend .c files | Peter Eisentraut |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-03-29 | Simplify useless 0L constants | Peter Eisentraut |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-08-08 | In extensions, don't replace objects not belonging to the extension. | Tom Lane |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-06-18 | Centralize the logic for protective copying of utility statements. | Tom Lane |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |
| 2020-12-30 | Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviews | Michael Paquier |
| 2020-11-21 | Remove INSERT privilege check at table creation of CTAS and matview | Michael Paquier |
| 2020-11-16 | Relax INSERT privilege requirement for CTAS and matviews WITH NO DATA | Michael Paquier |
| 2020-04-04 | Skip WAL for new relfilenodes, under wal_level=minimal. | Noah Misch |
| 2020-03-30 | Allow the planner-related functions and hook to accept the query string. | Fujii Masao |
| 2020-03-22 | Revert "Skip WAL for new relfilenodes, under wal_level=minimal." | Noah Misch |
| 2020-03-21 | Skip WAL for new relfilenodes, under wal_level=minimal. | Noah Misch |
| 2020-03-02 | Represent command completion tags as structs | Alvaro Herrera |
| 2020-01-30 | Remove excess parens in ereport() calls | Alvaro Herrera |
| 2020-01-04 | Make better use of ParseState in ProcessUtility | Peter Eisentraut |
| 2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
| 2019-11-12 | Make the order of the header file includes consistent in backend modules. | Amit Kapila |
| 2019-07-15 | Represent Lists as expansible arrays, not chains of cons-cells. | Tom Lane |
| 2019-05-23 | tableam: Rename wrapper functions to match callback names. | Andres Freund |
| 2019-04-01 | tableam: Add table_finish_bulk_insert(). | Andres Freund |
| 2019-03-25 | tableam: Use in CREATE TABLE AS and CREATE MATERIALIZED VIEW. | Andres Freund |
| 2019-03-06 | tableam: introduce table AM infrastructure. | Andres Freund |
| 2019-02-27 | Fix memory leak when inserting tuple at relation creation for CTAS | Michael Paquier |
| 2019-01-21 | Replace uses of heap_open et al with the corresponding table_* function. | Andres Freund |
| 2019-01-15 | Don't include heapam.h from others headers. | Andres Freund |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian |
| 2018-11-21 | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund |
| 2018-11-17 | Make TupleTableSlots extensible, finish split of existing slot type. | Andres Freund |