summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
AgeCommit message (Expand)Author
2020-06-07Formatting and punctuation improvements in postgresql.conf.samplePeter Eisentraut
2020-05-28Fix some mentions to memory units in postgresql.conf.sampleMichael Paquier
2020-05-21Clear some style deviations.Noah Misch
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-04-07Allow users to limit storage reserved by replication slotsAlvaro Herrera
2020-04-06Implement Incremental SortTomas Vondra
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-04-02Improve user control over truncation of logged bind-parameter values.Tom Lane
2020-04-02Add maintenance_io_concurrency to postgresql.conf.sample.Thomas Munro
2020-03-28Trigger autovacuum based on number of INSERTsDavid Rowley
2020-03-27Allow walreceiver configuration to change on reloadAlvaro Herrera
2020-03-27Set wal_receiver_create_temp_slot PGC_POSTMASTERAlvaro Herrera
2020-03-24Fix compiler warning on CygwinPeter Eisentraut
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-18Disk-based Hash Aggregation.Jeff Davis
2020-03-16Introduce a maintenance_io_concurrency setting.Thomas Munro
2020-03-16Simplify the effective_io_concurrency setting.Thomas Munro
2020-03-15Add backend type to csvlog and optionally log_line_prefixPeter Eisentraut
2020-03-13Unify several ways to tracking backend typePeter Eisentraut
2020-03-11Refactor ps_status.c APIPeter Eisentraut
2020-03-10Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut
2020-03-09Mark ssl_passphrase_command as GUC_SUPERUSER_ONLY.Fujii Masao
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-02-24Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane
2020-02-06Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_vers...Michael Paquier
2020-02-03Add declaration-level assertions for compile-time checksMichael Paquier
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-26Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.Tom Lane
2020-01-22Add GUC ignore_invalid_pages.Fujii Masao
2020-01-18Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier
2020-01-15Report progress of ANALYZE commandsAlvaro Herrera
2020-01-14walreceiver uses a temporary replication slot by defaultPeter Eisentraut
2020-01-07Increase the maximum value of track_activity_query_size.Robert Haas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-12-20Fix compiler warnings on MSYS2Peter Eisentraut
2019-12-11Emit parameter values during query bind/execute errorsAlvaro Herrera
2019-12-10Fix tuple column count in pg_control_init().Tom Lane
2019-12-04Update minimum SSL versionPeter Eisentraut
2019-11-29Make allow_system_table_mods settable at run timePeter Eisentraut
2019-11-21Remove configure --disable-float4-byvalPeter Eisentraut
2019-11-19Add logical_decoding_work_mem to limit ReorderBuffer memory usage.Amit Kapila
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-08Add backtrace support for error reportingAlvaro Herrera
2019-11-06Allow sampling of statements depending on durationTomas Vondra
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund