summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
Commit message (Expand)AuthorAgeFilesLines
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-301-1/+1
* Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.Tom Lane2020-01-261-39/+15
* Add GUC ignore_invalid_pages.Fujii Masao2020-01-221-0/+20
* Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier2020-01-181-2/+49
* Report progress of ANALYZE commandsAlvaro Herrera2020-01-151-1/+5
* walreceiver uses a temporary replication slot by defaultPeter Eisentraut2020-01-142-0/+10
* Increase the maximum value of track_activity_query_size.Robert Haas2020-01-071-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-0113-13/+13
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-241-2/+1
* Fix compiler warnings on MSYS2Peter Eisentraut2019-12-201-0/+8
* Emit parameter values during query bind/execute errorsAlvaro Herrera2019-12-112-0/+11
* Fix tuple column count in pg_control_init().Tom Lane2019-12-101-1/+1
* Update minimum SSL versionPeter Eisentraut2019-12-042-2/+2
* Make allow_system_table_mods settable at run timePeter Eisentraut2019-11-291-1/+1
* Remove configure --disable-float4-byvalPeter Eisentraut2019-11-211-11/+6
* Add logical_decoding_work_mem to limit ReorderBuffer memory usage.Amit Kapila2019-11-192-0/+14
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-125-11/+10
* Add backtrace support for error reportingAlvaro Herrera2019-11-081-0/+85
* Allow sampling of statements depending on durationTomas Vondra2019-11-062-1/+37
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-3/+13
* Improve management of statement timeouts.Tom Lane2019-10-251-17/+32
* When restoring GUCs in parallel workers, show an error context.Thomas Munro2019-10-171-0/+29
* Message style fixesPeter Eisentraut2019-09-231-3/+3
* Reject empty names and recursion in config-file include directives.Tom Lane2019-08-272-4/+63
* Add default_table_access_method to postgresql.conf.sample.Andres Freund2019-08-161-0/+1
* Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.Tom Lane2019-08-141-25/+22
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-131-1/+1
* Revert "Add log_statement_sample_rate parameter"Tomas Vondra2019-08-042-22/+5
* Adjust ssl_ciphers to be specific to OpenSSLBruce Momjian2019-07-081-1/+1
* Fix inconsistencies in the codeMichael Paquier2019-07-081-2/+1
* Improve comment in postgresql.conf.sample.Thomas Munro2019-07-051-1/+1
* pgindent run prior to branching v12.Tom Lane2019-07-011-1/+1
* Don't call data type input functions in GUC check hooksPeter Eisentraut2019-06-301-61/+41
* Fix typos.Amit Kapila2019-05-261-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-222-19/+19
* Initial pgindent run for v12.Tom Lane2019-05-221-13/+19
* Fix typo.Etsuro Fujita2019-05-141-2/+2
* Message style fixesAlvaro Herrera2019-04-301-2/+2
* postgresql.conf.sample: add proper defaults for include actionsBruce Momjian2019-04-171-4/+4
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-062-1/+34
* Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra2019-04-041-52/+210
* Tweak docs for log_statement_sample_rateAlvaro Herrera2019-04-032-5/+5
* Log all statements from a sample of transactionsAlvaro Herrera2019-04-032-0/+17
* Add wal_recycle and wal_init_zero GUCs.Thomas Munro2019-04-022-0/+22
* Unified logging system for command-line programsPeter Eisentraut2019-04-011-4/+4
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-281-2/+3
* Avoid casting away a constPeter Eisentraut2019-03-161-1/+1
* Allow fractional input values for integer GUCs, and improve rounding logic.Tom Lane2019-03-111-29/+54
* Give up on testing guc.c's behavior for "infinity" inputs.Tom Lane2019-03-111-7/+5
* In guc.c, ignore ERANGE errors from strtod().Tom Lane2019-03-111-5/+7