Commits

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

DateSubjectAuthorReleases
2022-06-10 Revert "Fix psql's single transaction mode on client-side errors with -c/-f switches". Tom Lane 10.22
2022-06-07 Fix off-by-one loop termination condition in pg_stat_get_subscription(). Tom Lane 10.22
2022-06-06 Don't fail on libpq-generated error reports in ecpg_raise_backend(). Tom Lane 10.22
2022-06-03 Doc: fix incorrect bit-reversal in example of macaddr formatting. Tom Lane 10.22
2022-06-01 Silence compiler warnings from some older compilers. Tom Lane 10.22
2022-06-01 Fix pl/perl test case so it will still work under Perl 5.36. Tom Lane 10.22
2022-05-31 Ensure ParseTzFile() closes the input file after failing. Tom Lane 10.22
2022-05-31 Doc: fix mention of pg_dump's minimum supported server version. Tom Lane 10.22
2022-05-26 Remove misguided SSL key file ownership check in libpq. Tom Lane 10.22
2022-05-21 Show 'AS "?column?"' explicitly when it's important. Tom Lane 10.22
2022-05-19 Doc: clarify location of libpq's default service file on Windows. Tom Lane 10.22
2022-05-12 Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs. Tom Lane 10.22
2022-05-10 configure: don't probe for libldap_r if libldap is 2.5 or newer. Tom Lane 10.22
2022-05-09 Stamp 10.21. Tom Lane 10.21
2022-05-09 Last-minute updates for release notes. Tom Lane 10.21
2022-05-09 Fix core dump in transformValuesClause when there are no columns. Tom Lane 10.21
2022-05-09 Revert "Disallow infinite endpoints in generate_series() for timestamps." Tom Lane 10.21
2022-05-08 Release notes for 14.3, 13.7, 12.11, 11.16, 10.21. Tom Lane 10.21
2022-05-05 Update time zone data files to tzdata release 2022a. Tom Lane 10.21
2022-04-20 Disallow infinite endpoints in generate_series() for timestamps. Tom Lane 10.21
2022-04-20 Fix breakage in AlterFunction(). Tom Lane 10.21
2022-04-18 Avoid invalid array reference in transformAlterTableStmt(). Tom Lane 10.21
2022-04-12 Doc: tweak textsearch.sgml for SEO purposes. Tom Lane 10.21
2022-03-31 Fix postgres_fdw to check shippability of sort clauses properly. Tom Lane 10.21
2022-03-31 Add missing newline in one libpq error message. Tom Lane 10.21