Commits

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

DateSubjectAuthorReleases
2020-09-18 Use factorial rather than numeric_fac in create_operator.sql. Tom Lane 9.5.24
2020-09-13 Use the properly transformed RangeVar for expandTableLikeClause(). Tom Lane 9.5.24
2020-09-10 Use _exit(2) for SIGQUIT during ProcessStartupPacket, too. Tom Lane 9.5.24
2020-09-09 Make archiver's SIGQUIT handler exit via _exit(). Tom Lane 9.5.24
2020-09-06 Fix misleading error message about inconsistent moving-aggregate types. Tom Lane 9.5.24
2020-09-06 Remove useless lstat() call in pg_rewind. Tom Lane 9.5.24
2020-09-03 Avoid lockup of a parallel worker when reporting a long error message. Tom Lane 9.5.24
2020-09-01 Teach libpq to handle arbitrary-length lines in .pgpass files. Tom Lane 9.5.24
2020-08-30 Mark factorial operator, and postfix operators in general, as deprecated. Tom Lane 9.5.24
2020-08-27 Fix code for re-finding scan position in a multicolumn GIN index. Tom Lane 9.5.24
2020-08-22 Avoid pushing quals down into sub-queries that have grouping sets. Tom Lane 9.5.24
2020-08-21 Fix handling of CREATE TABLE LIKE with inheritance. Tom Lane 9.5.24
2020-08-17 Doc: fix description of UNION/CASE/etc type unification. Tom Lane 9.5.24
2020-08-15 Be more careful about the shape of hashable subplan clauses. Tom Lane 9.5.24
2020-08-10 Stamp 9.5.23. Tom Lane 9.5.23
2020-08-10 Last-minute updates for release notes. Tom Lane 9.5.23
2020-08-10 Make contrib modules' installation scripts more secure. Tom Lane 9.5.23
2020-08-09 Check for fseeko() failure in pg_dump's _tarAddFile(). Tom Lane 9.5.23
2020-08-09 Release notes for 12.4, 11.9, 10.14, 9.6.19, 9.5.23. Tom Lane 9.5.23
2020-08-03 Doc: fix obsolete info about allowed range of TZ offsets in timetz. Tom Lane 9.5.23
2020-07-31 Fix recently-introduced performance problem in ts_headline(). Tom Lane 9.5.23
2020-07-23 Fix ancient violation of zlib's API spec. Tom Lane 9.5.23
2020-07-17 Ensure that distributed timezone abbreviation files are plain ASCII. Tom Lane 9.5.23
2020-07-16 Replace use of sys_siglist[] with strsignal(). Tom Lane 9.5.23
2020-07-14 Cope with lateral references in the quals of a subquery RTE. Tom Lane 9.5.23