Commits

Showing commits that first shipped in 19 (backpatches included). Clear

DateSubjectAuthorReleases
2026-03-18 Fix -Wstrict-prototypes warning in ecpg_init_sqlca() declaration. Tom Lane 19 (unreleased)
2026-03-18 Exclude contrib/pg_plan_advice/pgpa_parser.h from headerscheck. Tom Lane 19 (unreleased)
2026-03-15 Move -ffast-math defense to float.c and remove the configure check. Tom Lane 19 (unreleased)
2026-03-15 Be more careful about int vs. Oid in ecpglib. Tom Lane 19 (unreleased)
2026-03-15 Save a few bytes per CatCTup. Tom Lane 19 (unreleased)
2026-03-15 Fix small memory leak in get_dbname_oid_list_from_mfile(). Tom Lane 19 (unreleased)
2026-03-14 Switch the semaphore API on Solaris to unnamed POSIX. Tom Lane 19 (unreleased)
2026-03-14 Fix aclitemout() to work during early bootstrap. Tom Lane 19 (unreleased)
2026-03-06 Support grouping-expression references and GROUPING() in subqueries. Tom Lane 19 (unreleased)
2026-03-05 Simplify creation of built-in functions with non-default ACLs. Tom Lane 19 (unreleased)
2026-03-05 Be more wary of false matches in initdb's replace_token(). Tom Lane 19 (unreleased)
2026-03-05 Exit after fatal errors in client-side compression code. Tom Lane 19 (unreleased)
2026-03-04 Fix estimate_hash_bucket_stats's correction for skewed data. Tom Lane 19 (unreleased)
2026-03-04 Fix yet another bug in archive streamer with LZ4 decompression. Tom Lane 19 (unreleased)
2026-03-02 Fix local-variable shadowing in pg_trgm's printSourceNFA(). Tom Lane 19 (unreleased)
2026-03-02 In pg_dumpall, don't skip role GRANTs with dangling grantor OIDs. Tom Lane 19 (unreleased)
2026-03-01 Correctly calculate "MCV frequency" for a unique column. Tom Lane 19 (unreleased)
2026-02-27 Doc: improve user docs and code comments about EXISTS(SELECT * ...). Tom Lane 19 (unreleased)
2026-02-27 Don't flatten join alias Vars that are stored within a GROUP RTE. Tom Lane 19 (unreleased)
2026-02-25 Stabilize output of new isolation test insert-conflict-do-update-4. Tom Lane 19 (unreleased)
2026-02-23 Work around lgamma(NaN) bug on AIX. Tom Lane 19 (unreleased)
2026-02-23 Restore AIX support. Tom Lane 19 (unreleased)
2026-02-23 Cope with AIX's alignment woes by using _Pragma("pack"). Tom Lane 19 (unreleased)
2026-02-19 Remove no-longer-useful markers in pg_hba.conf.sample. Tom Lane 19 (unreleased)
2026-02-18 Simplify creation of built-in functions with default arguments. Tom Lane 19 (unreleased)