Commits

DateSubjectAuthorReleases
2026-03-16 Reduce header inclusions via execnodes.h Álvaro Herrera 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-05-22 Revert "Don't lock partitions pruned by initial pruning" Amit Langote 18.0
2025-03-18 Make it possible for loadable modules to add EXPLAIN options. Robert Haas 18.0
2025-02-27 Create explain_format.c and move relevant code there. Robert Haas 18.0
2025-02-20 Don't lock partitions pruned by initial pruning Amit Langote 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-09 Simplify executor's determination of whether to use parallelism. Tom Lane 18.0
2024-10-28 Set query ID for inner queries of CREATE TABLE AS and DECLARE Michael Paquier 18.0
2024-07-02 Use TupleDescAttr macro consistently David Rowley 18.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-01-29 Add EXPLAIN (MEMORY) to report planner memory consumption Alvaro Herrera 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-10-18 Rename SetSingleFuncCall() to InitMaterializedSRF() Michael Paquier 15.1
2022-10-18 Rename SetSingleFuncCall() to InitMaterializedSRF() Michael Paquier 16.0
2022-09-12 Assorted examples of expanded type-safer palloc/pg_malloc API Peter Eisentraut 16.0
2022-07-16 Replace many MemSet calls with struct initialization Peter Eisentraut 16.0
2022-07-05 Fix pg_prepared_statements.result_types for DML statements Peter Eisentraut 16.0
2022-07-05 Add result_types column to pg_prepared_statements view Peter Eisentraut 16.0
2022-07-01 Add construct_array_builtin, deconstruct_array_builtin Peter Eisentraut 16.0
2022-03-07 Add pg_analyze_and_rewrite_varparams() Peter Eisentraut 15.0
2022-03-07 Create routine able to set single-call SRFs for Materialize mode Michael Paquier 15.0
2022-02-24 Clean up and simplify code in a couple of set-returning functions Michael Paquier 15.0
2022-02-17 Remove all traces of tuplestore_donestoring() in the C code Michael Paquier 15.0