Commits

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

DateSubjectAuthorReleases
2019-10-17 When restoring GUCs in parallel workers, show an error context. Thomas Munro 12.1
2019-09-23 Message style fixes Peter Eisentraut 12.0
2019-08-14 Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf. Tom Lane 12.0
2019-08-04 Revert "Add log_statement_sample_rate parameter" Tomas Vondra 12.0
2019-07-01 pgindent run prior to branching v12. Tom Lane 12.0
2019-06-30 Don't call data type input functions in GUC check hooks Peter Eisentraut 12.0
2019-05-26 Fix typos. Amit Kapila 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-04-30 Message style fixes Alvaro Herrera 12.0
2019-04-06 Add support TCP user timeout in libpq and the backend server Michael Paquier 12.0
2019-04-03 Add SETTINGS option to EXPLAIN, to print modified settings. Tomas Vondra 12.0
2019-04-03 Tweak docs for log_statement_sample_rate Alvaro Herrera 12.0
2019-04-03 Log all statements from a sample of transactions Alvaro Herrera 12.0
2019-04-02 Add wal_recycle and wal_init_zero GUCs. Thomas Munro 12.0
2019-03-16 Avoid casting away a const Peter Eisentraut 12.0
2019-03-11 Allow fractional input values for integer GUCs, and improve rounding logic. Tom Lane 12.0
2019-03-11 Give up on testing guc.c's behavior for "infinity" inputs. Tom Lane 12.0
2019-03-11 In guc.c, ignore ERANGE errors from strtod(). Tom Lane 12.0
2019-03-10 Reduce the default value of autovacuum_vacuum_cost_delay to 2ms. Tom Lane 12.0
2019-03-10 Revert "Increase the default vacuum_cost_limit from 200 to 2000" Tom Lane 12.0
2019-03-10 Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs. Tom Lane 12.0
2019-03-10 Include GUC's unit, if it has one, in out-of-range error messages. Tom Lane 12.0
2019-03-10 Disallow NaN as a value for floating-point GUCs. Tom Lane 12.0
2019-03-06 tableam: introduce table AM infrastructure. Andres Freund 12.0