Commit Graph

1359 Commits (b55413d77f96b9fa2dfae4ddec43412b90ebf588)

Author SHA1 Message Date
Alvaro Herrera c4dcd9144b Avoid splitting C string literals with \-newline 6 years ago
Peter Eisentraut 8c6d30f211 Fix compiler warnings on MSYS2 6 years ago
Alvaro Herrera ba79cb5dc8 Emit parameter values during query bind/execute errors 6 years ago
Tom Lane 8729fa7248 Fix tuple column count in pg_control_init(). 6 years ago
Peter Eisentraut b1abfec825 Update minimum SSL version 7 years ago
Peter Eisentraut c4a7a392ec Make allow_system_table_mods settable at run time 7 years ago
Peter Eisentraut 2e4db241bf Remove configure --disable-float4-byval 7 years ago
Amit Kapila cec2edfa78 Add logical_decoding_work_mem to limit ReorderBuffer memory usage. 7 years ago
Amit Kapila 14aec03502 Make the order of the header file includes consistent in backend modules. 7 years ago
Alvaro Herrera 71a8a4f6e3 Add backtrace support for error reporting 7 years ago
Tomas Vondra 6e3e6cc0e8 Allow sampling of statements depending on duration 7 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 7 years ago
Tom Lane 22f6f2c1cc Improve management of statement timeouts. 7 years ago
Thomas Munro 3c8c55dd54 When restoring GUCs in parallel workers, show an error context. 7 years ago
Peter Eisentraut 887248e97e Message style fixes 7 years ago
Tom Lane 6e42130568 Reject empty names and recursion in config-file include directives. 7 years ago
Andres Freund f7db0ac7d5 Add default_table_access_method to postgresql.conf.sample. 7 years ago
Tom Lane f1bf619acd Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf. 7 years ago
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 7 years ago
Tomas Vondra 75506195da Revert "Add log_statement_sample_rate parameter" 7 years ago
Bruce Momjian ba09342518 Adjust ssl_ciphers to be specific to OpenSSL 7 years ago
Michael Paquier 6b8548964b Fix inconsistencies in the code 7 years ago
Thomas Munro e8fdcacc6c Improve comment in postgresql.conf.sample. 7 years ago
Tom Lane 9e1c9f9594 pgindent run prior to branching v12. 7 years ago
Peter Eisentraut 21f428ebde Don't call data type input functions in GUC check hooks 7 years ago
Amit Kapila 9679345f3c Fix typos. 7 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 7 years ago
Tom Lane be76af171c Initial pgindent run for v12. 7 years ago
Etsuro Fujita 7d9eca59cf Fix typo. 7 years ago
Alvaro Herrera 9f8b717a80 Message style fixes 7 years ago
Bruce Momjian fb9c475597 postgresql.conf.sample: add proper defaults for include actions 7 years ago
Michael Paquier 249d649996 Add support TCP user timeout in libpq and the backend server 7 years ago
Tomas Vondra ea569d64ac Add SETTINGS option to EXPLAIN, to print modified settings. 7 years ago
Alvaro Herrera d1f04b96b9 Tweak docs for log_statement_sample_rate 7 years ago
Alvaro Herrera 799e220346 Log all statements from a sample of transactions 7 years ago
Thomas Munro 475861b261 Add wal_recycle and wal_init_zero GUCs. 7 years ago
Peter Eisentraut cc8d415117 Unified logging system for command-line programs 7 years ago
Thomas Munro 2fc7af5e96 Add basic infrastructure for 64 bit transaction IDs. 7 years ago
Peter Eisentraut 893d6f8a1f Avoid casting away a const 7 years ago
Tom Lane 1a83a80a2f Allow fractional input values for integer GUCs, and improve rounding logic. 7 years ago
Tom Lane d9c5e9629b Give up on testing guc.c's behavior for "infinity" inputs. 7 years ago
Tom Lane b212245f96 In guc.c, ignore ERANGE errors from strtod(). 7 years ago
Tom Lane cbccac371c Reduce the default value of autovacuum_vacuum_cost_delay to 2ms. 7 years ago
Tom Lane 52985e4fea Revert "Increase the default vacuum_cost_limit from 200 to 2000" 7 years ago
Tom Lane caf626b2cd Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs. 7 years ago
Tom Lane 28a65fc360 Include GUC's unit, if it has one, in out-of-range error messages. 7 years ago
Tom Lane ac75959cdc Disallow NaN as a value for floating-point GUCs. 7 years ago
Andres Freund 8586bf7ed8 tableam: introduce table AM infrastructure. 7 years ago
Andrew Dunstan bd09503e63 Increase the default vacuum_cost_limit from 200 to 2000 7 years ago
Michael Paquier b3a156858a Improve documentation of data_sync_retry 7 years ago