Commit Graph

175 Commits (1a8d5afb0dfc5d0dcc6eda0656a34cb1f0cf0bdf)

Author SHA1 Message Date
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Alvaro Herrera 88bdbd3f74 Add log_statement_sample_rate parameter 8 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 8 years ago
Alvaro Herrera 0c8910a0ca Teach SHOW ALL to honor pg_read_all_settings membership 8 years ago
Tom Lane 742869946f Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c. 8 years ago
Robert Haas 935dee9ad5 Mark assorted GUC variables as PGDLLIMPORT. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Robert Haas c572599c65 Mark assorted variables PGDLLIMPORT. 9 years ago
Robert Haas eaedf0df71 Update typedefs.list and re-run pgindent 9 years ago
Robert Haas 846fcc8516 Fix problems with the "role" GUC and parallel query. 9 years ago
Andres Freund 6e7baa3227 Introduce BYTES unit for GUCs. 9 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 9 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 9 years ago
Simon Riggs 9a3215026b Make min_wal_size/max_wal_size use MB internally 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas e13486eba0 Remove sql_inheritance GUC. 9 years ago
Tom Lane 6bc811c992 Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane 10fb48d66d Add an optional missing_ok argument to SQL function current_setting(). 11 years ago
Tom Lane 62d16c7fc5 Improve design and implementation of pg_file_settings view. 11 years ago
Tom Lane da33a3894e Revert exporting of internal GUC variable "data_directory". 11 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 11 years ago
Robert Haas abd94bcac4 Use abbreviated keys for faster sorting of numeric datums. 11 years ago
Heikki Linnakangas 88e9823026 Replace checkpoint_segments with min_wal_size and max_wal_size. 11 years ago
Heikki Linnakangas 0fec000365 Renumber GUC_* constants. 11 years ago
Heikki Linnakangas 1b63026473 Refactor unit conversions code in guc.c. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Peter Eisentraut e86507d770 Move PG_AUTOCONF_FILENAME definition 12 years ago
Robert Haas f5d9698a84 Add infrastructure to save and restore GUC values. 12 years ago
Fujii Masao a1b395b6a2 Add GUC and storage parameter to set the maximum size of GIN pending list. 12 years ago
Tom Lane fe550b2ac2 Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way. 12 years ago
Andres Freund 51adcaa0df Add cluster_name GUC which is included in process titles if set. 12 years ago
Fujii Masao 9ba78fb0b9 Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM. 12 years ago
Tom Lane a16d421ca4 Revert "Auto-tune effective_cache size to be 4x shared buffers" 12 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Tom Lane 2850896961 Code review for auto-tuned effective_cache_size. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tatsuo Ishii 65d6e4cb5c Add ALTER SYSTEM command to edit the server configuration file. 13 years ago
Bruce Momjian ee1e5662d8 Auto-tune effective_cache size to be 4x shared buffers 13 years ago
Bruce Momjian a54141aebc Issue error on SET outside transaction block in some cases 13 years ago
Tom Lane 0c66a22377 Update comments concerning PGC_S_TEST. 13 years ago
Simon Riggs 593c39d156 Revoke bc5334d867 13 years ago
Simon Riggs bc5334d867 Allow external recovery_config_directory 13 years ago
Peter Eisentraut 9475db3a4e Add ALTER ROLE ALL SET command 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 14 years ago
Heikki Linnakangas 2a0c81a12c Add support for include_dir in config file. 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 15 years ago
Andrew Dunstan 6d09b2105f include_if_exists facility for config file. 15 years ago
Tom Lane ba6f629326 Improve and simplify CREATE EXTENSION's management of GUC variables. 15 years ago