Commit Graph

132 Commits (bdbe9c9f061439f180976b75e4be50f5ea64d07f)

Author SHA1 Message Date
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
Tom Lane 77a7e9968b Change memory-space accounting mechanism in tuplesort.c and tuplestore.c 24 years ago
Tom Lane ce7565ab91 Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in 24 years ago
Bruce Momjian a89fc4e6de --enable-syslog no longer required to use syslog. 24 years ago
Bruce Momjian 4db8718e84 Add SET statement_timeout capability. Timeout is in ms. A value of 24 years ago
Bruce Momjian 0dbfea39f3 Remove KSQO from GUC and move file to _deadcode. 24 years ago
Bruce Momjian 63a354c4bb Make encryption of stored passwords the default, as discussed months ago. 24 years ago
Bruce Momjian 4cb53d71b9 Remove DEBUG_LEVEL from postgresql.conf. Now uses CLIENT/SERVER_MIN_MESSAGES. 24 years ago
Tom Lane f0811a74b3 Merge the last few variable.c configuration variables into the generic 24 years ago
Bruce Momjian f5648c205c Add missing mention of 'log' option for client_min_messages. 24 years ago
Tom Lane 838fe25a95 Create a new GUC variable search_path to control the namespace search 24 years ago
Tom Lane 10d3995057 EXPLAIN output now comes out as a query result, not a NOTICE message. 24 years ago
Bruce Momjian fdcb8516d4 Wording improvements to runtime.sgml. Add mention in postgresql.conf 24 years ago