Commit Graph

644 Commits (042a66291b04f473cbc72f95f07438abd75ae3a9)

Author SHA1 Message Date
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
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Bruce Momjian 343e47c27d Default server_min_messages is NOTICE. 24 years ago
Bruce Momjian a033daf566 Commit to match discussed elog() changes. Only update is that LOG is 24 years ago
Bruce Momjian 890a012d0a Reorder postgresql.conf WAL section to be clearer. 24 years ago
Bruce Momjian 5a60ba5078 Replace #ifdef, #endif with # requires comment. 24 years ago
Bruce Momjian e71493300c Move geqo enable into proper section. 24 years ago
Tom Lane f9f258281e Create a GUC parameter max_files_per_process that is a configurable 25 years ago
Tom Lane 499abb0c0f Implement new 'lightweight lock manager' that's intermediate between 25 years ago
Bruce Momjian 19656b7445 Improve postgresql.conf descriptions. 25 years ago
Peter Eisentraut c0a9283742 Rename collect_* options to more user-friendly names. 25 years ago
Tom Lane 35b7601b04 Add an overall timeout on the client authentication cycle, so that 25 years ago
Tom Lane c969fed7ec Give VACUUM its own GUC parameter for memory usage, rather than 25 years ago
Peter Eisentraut dfdbf6898f max_locks_per_transaction seems to be a more consistent name than 25 years ago
Tom Lane e67bb7af5a Missed a few places that referred to a compile-time limit on 25 years ago
Bruce Momjian c2d1566912 Move WAL params higher in file, next to fsync option. 25 years ago
Bruce Momjian 253ade2cfe Regroup GEQO configs. 25 years ago
Bruce Momjian 38bb1abcda Use MD5 for wire protocol encryption for >= 7.2 client/server. 25 years ago
Jan Wieck 6497a7fd71 Added GUC configuration options to control access statistics. 25 years ago
Peter Eisentraut 10e9cd2299 Allow default transaction isolation level (a.k.a. set session 25 years ago
Tom Lane e0c9301c87 Install infrastructure for shared-memory free space map. Doesn't actually 25 years ago
Bruce Momjian 7dac778561 Add GUC setting for Australian timezones. Uses new GUC boolean callback 25 years ago
Bruce Momjian ef06003b06 Fix comment in file about 2*max_connections. 25 years ago
Tom Lane 9d645fd84c Support syncing WAL log to disk using either fsync(), fdatasync(), 25 years ago
Tom Lane 4d14fe0048 XLOG (and related) changes: 25 years ago
Tom Lane 9c9936587c Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur 25 years ago
Tom Lane 57e0847180 Change default commit_delay to zero, update documentation. 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Bruce Momjian 7df3bb50f0 Add all possible config file options. 25 years ago
Bruce Momjian 3347fbad79 Put back old config contents until I am finished. 25 years ago
Bruce Momjian 0843ec088c Add "idle in transaction" status message 25 years ago
Peter Eisentraut 3d0e49623b corrections 25 years ago
Peter Eisentraut 209aa77d98 New ps display code, works on more platforms. 26 years ago