Commits

DateSubjectAuthorReleases
2026-06-30 Disallow set-returning functions within window OVER clauses. Tom Lane master
2026-06-30 Disallow set-returning functions within window OVER clauses. Tom Lane 19 (unreleased)
2026-05-13 Pre-beta mechanical code beautification, step 1: run pgindent. Tom Lane 19 (unreleased)
2025-09-16 Provide more-specific error details/hints for function lookup failures. Tom Lane 19 (unreleased)
2021-11-02 Avoid O(N^2) behavior in SyncPostCheckpoint(). Tom Lane 15.0
2021-11-02 Avoid O(N^2) behavior in SyncPostCheckpoint(). Tom Lane 14.1
2021-11-02 Avoid O(N^2) behavior in SyncPostCheckpoint(). Tom Lane 13.5
2021-06-10 Reconsider the handling of procedure OUT parameters. Tom Lane 14.0
2021-06-06 Fix inconsistent equalfuncs.c behavior for FuncCall.funcformat. Tom Lane 14.0
2020-11-04 Improve our ability to regurgitate SQL-syntax function calls. Tom Lane 14.0
2019-12-26 Refactor parser's generation of Var nodes. Tom Lane 13.0
2019-11-12 Finish reverting commit 0a52d378b. Tom Lane 13.0
2019-07-21 Remove no-longer-helpful reliance on fixed-size local array. 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
2019-03-23 Add unreachable "break" to satisfy -Wimplicit-fallthrough. Tom Lane 12.0
2019-03-21 Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE. Tom Lane 12.0
2019-02-28 Standardize some more loops that chase down parallel lists. Tom Lane 12.0
2018-06-18 Consider syntactic form when disambiguating function vs column reference. Tom Lane 11.0
2018-06-16 Fix some minor error-checking oversights in ParseFuncOrColumn(). Tom Lane 11.0
2018-02-10 Fix oversight in CALL argument handling, and do some minor cleanup. Tom Lane 11.0
2018-02-07 Support all SQL:2011 options for window frame clauses. Tom Lane 11.0
2017-10-26 Support domains over composite types. Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0