Commits

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

DateSubjectAuthorReleases
2019-10-17 When restoring GUCs in parallel workers, show an error context. Thomas Munro 10.11
2019-10-16 Fix bug that could try to freeze running multixacts. Thomas Munro 10.11
2019-08-28 Avoid catalog lookups in RelationAllowsEarlyPruning(). Thomas Munro 10.11
2019-07-14 Fix documentation for pgbench tpcb-like. Thomas Munro 10.10
2019-07-09 Pass QueryEnvironment down to EvalPlanQual's EState. Thomas Munro 10.10
2019-06-28 Fix misleading comment in nodeIndexonlyscan.c. Thomas Munro 10.10
2019-06-24 Don't unset MAKEFLAGS in non-GNU Makefile. Thomas Munro 10.10
2019-06-20 Remove obsolete comments about sempahores from proc.c. Thomas Munro 10.10
2019-05-08 Probe only 127.0.0.1 when looking for ports on Unix. Thomas Munro 10.9
2019-03-27 Fix off-by-one error in txid_status(). Thomas Munro 10.8
2019-02-24 Fix inconsistent out-of-memory error reporting in dsa.c. Thomas Munro 10.8
2019-02-24 Tolerate EINVAL when calling fsync() on a directory. Thomas Munro 10.8
2019-02-24 Tolerate ENOSYS failure from sync_file_range(). Thomas Munro 10.8
2019-02-17 Fix race in dsm_unpin_segment() when handles are reused. Thomas Munro 10.8
2019-02-15 Fix race in dsm_attach() when handles are reused. Thomas Munro 10.8
2019-02-13 Fix rare dsa_allocate() failures due to freepage.c corruption. Thomas Munro 10.8
2018-11-29 Fix minor typo in dsa.c. Thomas Munro 10.7
2018-11-28 Don't set PAM_RHOST for Unix sockets. Thomas Munro 10.7
2018-11-19 PANIC on fsync() failure. Thomas Munro 10.7
2018-11-19 Don't forget about failed fsync() requests. Thomas Munro 10.7
2018-11-13 Fix possible buffer overrun in hba.c. Thomas Munro 10.7
2018-09-21 Use size_t consistently in dsa.{ch}. Thomas Munro 10.6
2018-09-20 Fix segment_bins corruption in dsa.c. Thomas Munro 10.6
2018-09-20 Defer restoration of libraries in parallel workers. Thomas Munro 10.6
2018-09-18 Allow DSM allocation to be interrupted. Thomas Munro 10.6