Commit Graph

1195 Commits (157239d2cdad8fdc19afc13269c852dbddbe290b)

Author SHA1 Message Date
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 9 years ago
Tom Lane d10c626de4 Rename WAL-related functions and views to use "lsn" not "location". 9 years ago
Heikki Linnakangas eb61136dc7 Remove support for password_encryption='off' / 'plain'. 9 years ago
Magnus Hagander 34fc616738 Change hot_standby default value to 'on' 9 years ago
Heikki Linnakangas b977780a9b Also fix comment in sample postgresql.conf file, for "scram-sha-256". 9 years ago
Heikki Linnakangas c727f120ff Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption. 9 years ago
Robert Haas 6599c9ac33 Add an Assert() to max_parallel_workers enforcement. 9 years ago
Fujii Masao ff7bce1743 Add max_sync_workers_per_subscription to postgresql.conf.sample. 9 years ago
Tom Lane 8f0530f580 Improve castNode notation by introducing list-extraction-specific variants. 9 years ago
Kevin Grittner c63172d60f Add GUCs for predicate lock promotion thresholds. 9 years ago
Simon Riggs 9a3215026b Make min_wal_size/max_wal_size use MB internally 9 years ago
Kevin Grittner 18ce3a4ab2 Add infrastructure to support EphemeralNamedRelation references. 9 years ago
Simon Riggs 25fff40798 Default monitoring roles 9 years ago
Peter Eisentraut 3371e4d9b1 Change default of log_directory to 'log' 9 years ago
Peter Eisentraut 7c4f52409a Logical replication support for initial data copy 9 years ago
Peter Eisentraut f97a028d8e Spelling fixes in code comments 9 years ago
Peter Eisentraut 1e6de941e3 Change xlog to WAL in some error messages 9 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 9 years ago
Robert Haas 355d3993c5 Add a Gather Merge executor node. 9 years ago
Robert Haas 2b87dd8d7a Improve postgresql.conf.sample comments about parallel workers. 9 years ago
Heikki Linnakangas 818fd4a67d Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). 9 years ago
Tom Lane b9d092c962 Remove now-dead code for !HAVE_INT64_TIMESTAMP. 9 years ago
Tom Lane d28aafb6dd Remove pg_control's enableIntTimes field. 9 years ago
Peter Eisentraut 38d103763d Make more use of castNode() 9 years ago
Robert Haas 51ee6f3160 Replace min_parallel_relation_size with two new GUCs. 9 years ago
Robert Haas 85c11324ca Rename user-facing tools with "xlog" in the name to say "wal". 9 years ago
Robert Haas a507b86900 Add WAL consistency checking facility. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Robert Haas 14ca9abfbe Increase upper bound for bgwriter_lru_maxpages. 9 years ago
Robert Haas d1ecd53947 Add a SHOW command to the replication command language. 9 years ago
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 9 years ago
Peter Eisentraut 665d1fad99 Logical replication 9 years ago
Magnus Hagander f6d6d2920d Change default values for backup and replication parameters 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane de41869b64 Allow SSL configuration to be updated at SIGHUP. 9 years ago
Robert Haas e13486eba0 Remove sql_inheritance GUC. 9 years ago
Fujii Masao 3901fd70cc Support quorum-based synchronous replication. 9 years ago
Robert Haas 2b959d4957 Reduce the default for max_worker_processes back to 8. 9 years ago
Heikki Linnakangas fe0a0b5993 Replace PostmasterRandom() with a stronger source, second attempt. 9 years ago
Robert Haas b460f5d669 Add max_parallel_workers GUC. 9 years ago
Tom Lane dbdfd114f3 Bring some clarity to the defaults for the xxx_flush_after parameters. 9 years ago
Tom Lane 13671b4b22 Code review for GUC serialization/deserialization code. 9 years ago
Robert Haas 60379f66c8 Fix mistake in XLOG_SEG_SIZE test. 9 years ago
Bruce Momjian 586a46c22c Properly indent postgresql.conf comments to align 9 years ago
Bruce Momjian 10c064ce4d Consistently mention 'SELECT pg_reload_conf()' in config files 9 years ago
Peter Eisentraut 9ffe4a8b4c Make getrusage() output a little more readable 9 years ago
Robert Haas 7d3235ba42 By default, set log_line_prefix = '%m [%p] '. 9 years ago
Tom Lane 6bc811c992 Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables. 9 years ago
Peter Eisentraut e79e6c4da1 Fix CRC check handling in get_controlfile 9 years ago
Heikki Linnakangas babe05bc2b Turn password_encryption GUC into an enum. 9 years ago