Commits

DateSubjectAuthorReleases
2024-12-09 Simplify executor's determination of whether to use parallelism. Tom Lane 18.0
2021-06-18 Centralize the logic for protective copying of utility statements. Tom Lane 14.0
2021-06-16 Fix plancache refcount leak after error in ExecuteQuery. Tom Lane 13.4
2021-06-16 Fix plancache refcount leak after error in ExecuteQuery. Tom Lane 9.6.23
2021-06-16 Fix plancache refcount leak after error in ExecuteQuery. Tom Lane 10.18
2021-06-16 Fix plancache refcount leak after error in ExecuteQuery. Tom Lane 11.13
2021-06-16 Fix plancache refcount leak after error in ExecuteQuery. Tom Lane 12.8
2021-06-16 Fix plancache refcount leak after error in ExecuteQuery. Tom Lane 14.0
2021-01-26 Improve performance of repeated CALLs within plpgsql procedures. Tom Lane 14.0
2020-12-15 Improve hash_create()'s API for some added robustness. Tom Lane 14.0
2020-03-04 Introduce macros for typalign and typstorage constants. Tom Lane 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-12-21 Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit. Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-04-10 Improve castNode notation by introducing list-extraction-specific variants. Tom Lane 10.0
2017-02-23 Consistently declare timestamp variables as TimestampTz. Tom Lane 10.0
2017-01-27 Use castNode() in a bunch of statement-list-related code. Tom Lane 10.0
2017-01-14 Change representation of statement lists, and add statement location info. Tom Lane 10.0
2015-02-20 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. Tom Lane 9.5.0
2013-04-12 Clean up the mess around EXPLAIN and materialized views. Tom Lane 9.3.0
2012-11-26 Revert patch for taking fewer snapshots. Tom Lane 9.2.2
2012-11-26 Revert patch for taking fewer snapshots. Tom Lane 9.3.0
2012-08-10 Centralize the logic for detecting misplaced aggregates, window funcs, etc. Tom Lane 9.3.0
2012-03-20 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. Tom Lane 9.2.0