Commits

DateSubjectAuthorReleases
2025-09-16 Provide more-specific error details/hints for function lookup failures. Tom Lane 19 (unreleased)
2023-10-14 Harden xxx_is_visible() functions against concurrent object drops. Tom Lane 17.0
2021-06-10 Reconsider the handling of procedure OUT parameters. Tom Lane 14.0
2020-03-26 Improve performance of "simple expressions" in PL/pgSQL. Tom Lane 13.0
2020-02-29 Avoid failure if autovacuum tries to access a just-dropped temp namespace. Tom Lane 12.3
2020-02-29 Avoid failure if autovacuum tries to access a just-dropped temp namespace. Tom Lane 13.0
2020-02-29 Avoid failure if autovacuum tries to access a just-dropped temp namespace. Tom Lane 11.8
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-05-14 Standardize terminology for pg_statistic_ext entries. Tom Lane 10.0
2016-06-10 Improve the situation for parallel query versus temp relations. Tom Lane 9.6.0
2015-02-20 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. Tom Lane 9.5.0
2013-01-25 Change plan caching to honor, not resist, changes in search_path. Tom Lane 9.3.0
2011-09-16 Redesign the plancache mechanism for more flexibility and efficiency. Tom Lane 9.2.0
2009-10-31 Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my Tom Lane 9.0.0
2009-10-08 Support use of function argument names to identify which actual arguments Tom Lane 9.0.0
2008-12-18 Code review for function default parameters patch. Fix numerous problems as Tom Lane 8.4.0
2008-07-16 Support "variadic" functions, which can accept a variable number of arguments Tom Lane 8.4.0
2008-07-01 Teach autovacuum how to determine whether a temp table belongs to a crashed Tom Lane 8.4.0
2007-11-28 Install a lookaside cache to speed up repeated lookups of the same operator Tom Lane 8.3.0
2007-08-21 Tsearch2 functionality migrates to core. The bulk of this work is by Tom Lane 8.3.0
2007-07-25 Arrange to put TOAST tables belonging to temporary tables into special schemas Tom Lane 8.3.0
2007-03-23 Fix plancache so that any required replanning is done with the same Tom Lane 8.3.0
2006-12-23 Restructure operator classes to allow improved handling of cross-data-type Tom Lane 8.3.0