Commit Graph

294 Commits (7badf1b25d0d1b5422b215ad6ef7cd2094b4a244)

Author SHA1 Message Date
Jan Wieck 923e994d79 ARC strategy backed out ... sorry 22 years ago
Jan Wieck 48adc0b34b Replacement of the buffer replacement strategy with an ARC 22 years ago
Bruce Momjian b8382c2688 Have log_min_duration_statement = 0 always print duration/statement. 23 years ago
Tom Lane 15c194c1d5 Add GUC parameter check_function_bodies to control whether validation 23 years ago
Tom Lane 48beecda7c Remove geqo_random_seed parameter. Having geqo reset the global random() 23 years ago
Tom Lane f63cbccac7 Mop-up for previous change to determine default shared_buffers and 23 years ago
Bruce Momjian d4be99f63d (I always forget what the magic numbers 0 through 2 means for the 23 years ago
Tom Lane 9c2a7c2269 Apply (a somewhat revised version of) Greg Mullane's patch to eliminate 23 years ago
Bruce Momjian a0cc9f3cb9 Add GUC parameter to control rendezvous name. 23 years ago
Bruce Momjian 44f665bf40 Add cleaner formatting to config file. 23 years ago
Tom Lane de98a7e23a The default values for shared_buffers and max_connections are now 1000 23 years ago
Tom Lane b700a672fe Add --help-config facility to dump information about GUC parameters 23 years ago
Tom Lane 219e29784d Add GUC option log_error_verbosity to control which fields of error 23 years ago
Bruce Momjian 240dc5cddc Add add_missing_from GUC variable. 23 years ago
Bruce Momjian b952d61c54 Add log_min_duration_statement. 23 years ago
Bruce Momjian b83f711dec Remove lock* GUC variables from postgresql.conf. 23 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 23 years ago
Tom Lane 3df163ad89 Add more documentation about shared memory costs. 23 years ago
Tom Lane a385186ff7 Remove zero_damaged_pages from postgresql.conf.sample; the only way to 23 years ago
Bruce Momjian 5e1c330227 Properly document default value of log_min_error_statement in postgresql.conf. 23 years ago
Tom Lane fd42262836 Add code to apply some simple sanity checks to the header fields of a 23 years ago
Bruce Momjian 346182ca92 Add comment to postgresql.conf: 23 years ago
Bruce Momjian 15ce2d2e4a > I can see a couple possible downsides: (a) the library might have some 23 years ago
Tom Lane 391eb5e5b6 Reimplement free-space-map management as per recent discussions. 23 years ago
Tom Lane 77ede8900d Create a GUC variable REGEX_FLAVOR to control the type of regular 23 years ago
Bruce Momjian 7af352d091 Revert off setting mention for client_min_messages. 23 years ago
Bruce Momjian f21fb30dfc Revert optimizer page count change. 23 years ago
Bruce Momjian bd175cc9fb Set log_min_error_messages to the proper and agreed-upon default, PANIC (off). 23 years ago
Tom Lane 9f5f212475 Allow the planner to collapse explicit inner JOINs together, rather than 23 years ago
Bruce Momjian 0c64b58b6c More comment cleanups for shared_buffers in postgresql.conf. 23 years ago
Bruce Momjian 20803fa3d2 Update shared_buffer comment in postgresql.conf. 23 years ago
Bruce Momjian 3cd7edfee0 > > This patch improves the documentation for the shared_buffers GUC param. 23 years ago
Bruce Momjian 8e20b91e78 Fix indenting of log_min_error_statement. 23 years ago
Bruce Momjian 9a39ba4b0f Trivial patch to increase max_fsm_pages as per earlier discussion. 23 years ago
Tom Lane 6c1d4662af Finish implementation of hashed aggregation. Add enable_hashagg GUC 23 years ago
Bruce Momjian 2986aa6a66 Add checkpoint_warning to warn of excessive checkpoints caused by too 23 years ago
Bruce Momjian c948a3f4b8 Rename hostname_lookup to log_hostname. 23 years ago
Bruce Momjian aead49667b Rename show_source_port to log_source_port. 23 years ago
Bruce Momjian 559b6c7ced Rename show_btree_build_stats to log_btree_build_stats 23 years ago
Bruce Momjian d36aa2e885 Rename: 23 years ago
Bruce Momjian 001d5a7aa5 Rename server_min_messages to log_min_messages. Part of consolidation 23 years ago
Tom Lane d2c744aa56 Add extra_float_digits GUC parameter to allow adjustment of displayed 23 years ago
Bruce Momjian 9fd842c4b2 Add GUC variable to print original query to the server logs when there 24 years ago
Bruce Momjian 548d646e65 Add log_duration to GUC/postgresql.conf. 24 years ago
Tom Lane 26993b2918 AUTOCOMMIT mode is now an available backend GUC variable; setting it 24 years ago
Bruce Momjian 626eca697c This patch reserves the last superuser_reserved_connections slots for 24 years ago
Bruce Momjian 0582ad91ac Add fsm sizes. 24 years ago
Bruce Momjian e46afb588d Fix units in postgresql.conf. 24 years ago
Bruce Momjian 9ede612245 Add units to postgresql.conf file. 24 years ago
Bruce Momjian 2c6b34d959 Add db-local user names, per discussion on hackers. 24 years ago