Commits

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

DateSubjectAuthorReleases
2020-01-31 Fix CheckAttributeType's handling of collations for ranges. Tom Lane 9.4.26
2020-01-31 Fix parallel pg_dump/pg_restore for failure to create worker processes. Tom Lane 9.4.26
2020-01-30 Make inherited TRUNCATE perform access permission checks on parent table only. Fujii Masao 9.4.26
2020-01-23 Fix an oversight in commit 4c70098ff. Tom Lane 9.4.26
2020-01-23 Clean up formatting.c's logic for matching constant strings. Tom Lane 9.4.26
2020-01-22 Fix concurrent indexing operations with temporary tables Michael Paquier 9.4.26
2020-01-21 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. Andres Freund 9.4.26
2020-01-21 Add GUC variables for stat tracking and timeout as PGDLLIMPORT Michael Paquier 9.4.26
2020-01-20 Fix pg_dump's sigTermHandler() to use _exit() not exit(). Tom Lane 9.4.26
2020-01-17 Repair more failures with SubPlans in multi-row VALUES lists. Tom Lane 9.4.26
2020-01-17 Set ReorderBufferTXN->final_lsn more eagerly Alvaro Herrera 9.4.26
2020-01-14 Make rewriter prevent auto-updates on views with conditional INSTEAD rules. Dean Rasheed 9.4.26
2020-01-12 Fix edge-case crashes and misestimation in range containment selectivity. Tom Lane 9.4.26
2020-01-10 doc: Fix naming of SELinux Michael Paquier 9.4.26
2020-01-08 Revert "Forbid DROP SCHEMA on temporary namespaces" Michael Paquier 9.4.26
2020-01-02 Fix running out of file descriptors for spill files. Amit Kapila 9.4.26
2020-01-01 Update copyrights for 2020 Bruce Momjian 9.4.26
2019-12-27 doc: add examples of creative use of unique expression indexes Bruce Momjian 9.4.26
2019-12-27 docs: clarify infinite range values from data-type infinities Bruce Momjian 9.4.26
2019-12-27 Forbid DROP SCHEMA on temporary namespaces Michael Paquier 9.4.26
2019-12-24 Rotate instead of shifting hash join batch number. Thomas Munro 9.4.26
2019-12-23 Disallow null category in crosstab_hash Joe Conway 9.4.26
2019-12-23 Prevent a rowtype from being included in itself via a range. Tom Lane 9.4.26
2019-12-23 Combine initdb tests that successfully create a data directory. Michael Paquier 9.4.26
2019-12-22 Avoid low-probability regression test failures in timestamp[tz] tests. Tom Lane 9.4.26