Commit Graph

441 Commits (432bb9e04da4d4a1799b1fe7c723b975cb070c43)

Author SHA1 Message Date
Robert Haas 77cd477c4b Enable parallel query by default. 10 years ago
Andres Freund 8f91d87d43 Fix documentation & config inconsistencies around 428b1d6b2. 10 years ago
Kevin Grittner 848ef42bb8 Add the "snapshot too old" feature 10 years ago
Robert Haas 0711803775 Use quicksort, not replacement selection, for external sorting. 10 years ago
Fujii Masao 989be0810d Support multiple synchronous standby servers. 10 years ago
Robert Haas 314cbfc5da Add new replication mode synchronous_commit = 'remote_apply'. 10 years ago
Peter Eisentraut b555ed8102 Merge wal_level "archive" and "hot_standby" into new name "replica" 10 years ago
Peter Eisentraut fc201dfd95 Add syslog_split_messages parameter 10 years ago
Peter Eisentraut f4c454e9ba Add syslog_sequence_numbers parameter 10 years ago
Robert Haas c6dda1f48e Add idle_in_transaction_session_timeout. 10 years ago
Andres Freund 7975c5e0a9 Allow the WAL writer to flush WAL at a reduced rate. 10 years ago
Robert Haas 7c944bd903 Introduce a new GUC force_parallel_mode for testing purposes. 10 years ago
Bruce Momjian e57646e962 Fix spelling error in postgresql.conf 10 years ago
Peter Eisentraut 6390c8c654 Group cluster_name and update_process_title settings together 10 years ago
Robert Haas 3bd909b220 Add a Gather executor node. 10 years ago
Fujii Masao 043113e798 Add gin_fuzzy_search_limit to postgresql.conf.sample. 10 years ago
Jeff Davis f828654e10 Add log_line_prefix option 'n' for Unix epoch. 10 years ago
Peter Eisentraut b386271594 Improve whitespace 10 years ago
Andres Freund 426746b930 Remove ssl renegotiation support. 10 years ago
Heikki Linnakangas ffd37740ee Add archive_mode='always' option. 10 years ago
Andres Freund a0f5954af1 Increase max_wal_size's default from 128MB to 1GB. 11 years ago
Tom Lane c6b3c939b7 Make operator precedence follow the SQL standard more closely. 11 years ago
Fujii Masao 57aa5b2bb1 Add GUC to enable compression of full page images stored in WAL. 11 years ago
Heikki Linnakangas 88e9823026 Replace checkpoint_segments with min_wal_size and max_wal_size. 11 years ago
Fujii Masao 5d2b45e3f7 Add GUC to control the time to wait before retrieving WAL after failed attempt. 11 years ago
Heikki Linnakangas c846e67c46 Print wal_log_hints in the rm_desc routing of a parameter-change record. 11 years ago
Alvaro Herrera 73c986adde Keep track of transaction commit timestamps 11 years ago
Fujii Masao c291503b1c Rename pending_list_cleanup_size to gin_pending_list_limit. 11 years ago
Fujii Masao a1b395b6a2 Add GUC and storage parameter to set the maximum size of GIN pending list. 11 years ago
Tom Lane 513d06ded1 Update time zone data files to tzdata release 2014h. 11 years ago
Stephen Frost 491c029dbc Row-Level Security Policies (RLS) 11 years ago
Fujii Masao 4ad2a54805 Add GUC to enable logging of replication commands. 11 years ago
Heikki Linnakangas 02587dcddc Use comma+space as the separator in the default search_path. 11 years ago
Andres Freund 51adcaa0df Add cluster_name GUC which is included in process titles if set. 11 years ago
Peter Eisentraut 0a5faaa907 Small typo and formatting fixes in postgresql.conf.sample 11 years ago
Tom Lane b910d7ea35 Increase the default value of effective_cache_size to 4GB. 12 years ago
Tom Lane a16d421ca4 Revert "Auto-tune effective_cache size to be 4x shared buffers" 12 years ago
Magnus Hagander 0294023a6b Cleanups from the remove-native-krb5 patch 12 years ago
Heikki Linnakangas f8ce16d0d2 Rename huge_tlb_pages to huge_pages, and improve docs. 12 years ago
Peter Eisentraut 32001ab0b7 Update and clarify ssl_ciphers default 12 years ago
Bruce Momjian 848ae330a4 Increase work_mem and maintenance_work_mem defaults by 4x 12 years ago
Alvaro Herrera 801c2dc72c Separate multixact freezing parameters from xid's 12 years ago
Robert Haas 858ec11858 Introduce replication slots. 12 years ago
Heikki Linnakangas 1a3458b6d8 Allow using huge TLB pages on Linux (MAP_HUGETLB) 12 years ago
Tom Lane 2850896961 Code review for auto-tuned effective_cache_size. 12 years ago
Fujii Masao 961bf59fb7 Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers. 12 years ago
Heikki Linnakangas 50e547096c Add GUC to enable WAL-logging of hint bits, even with checksums disabled. 12 years ago
Simon Riggs 8693559cac New autovacuum_work_mem parameter 12 years ago
Robert Haas e55704d8b2 Add new wal_level, logical, sufficient for logical decoding. 12 years ago
Peter Eisentraut 3164721462 SSL: Support ECDH key exchange 12 years ago