index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
/
guc.c
Commit message (
Expand
)
Author
Age
*
Add ssl_passphrase_command setting
Peter Eisentraut
2018-03-17
*
Rename TransactionChain functions
Peter Eisentraut
2018-03-16
*
Fix more format truncation issues
Peter Eisentraut
2018-03-15
*
Change internal integer representation of Value node
Peter Eisentraut
2018-03-13
*
Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections.
Tom Lane
2018-03-08
*
Fix typo
Alvaro Herrera
2018-03-07
*
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-16
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Split out documentation of SSL parameters into their own section
Peter Eisentraut
2018-01-23
*
Support huge pages on Windows
Magnus Hagander
2018-01-21
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
*
Add parallel_leader_participation GUC.
Robert Haas
2017-11-15
*
Refactor permissions checks for large objects.
Tom Lane
2017-11-09
*
Fix typo in ALTER SYSTEM output.
Tom Lane
2017-11-09
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Fix problems with the "role" GUC and parallel query.
Robert Haas
2017-10-29
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
*
Remove replacement selection sort.
Robert Haas
2017-09-29
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Introduce BYTES unit for GUCs.
Andres Freund
2017-09-12
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.
Heikki Linnakangas
2017-07-31
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-08
*
Change hot_standby default value to 'on'
Magnus Hagander
2017-05-02
*
Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.
Heikki Linnakangas
2017-04-18
*
Add an Assert() to max_parallel_workers enforcement.
Robert Haas
2017-04-11
*
Add max_sync_workers_per_subscription to postgresql.conf.sample.
Fujii Masao
2017-04-12
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Add GUCs for predicate lock promotion thresholds.
Kevin Grittner
2017-04-07
*
Make min_wal_size/max_wal_size use MB internally
Simon Riggs
2017-04-04
*
Default monitoring roles
Simon Riggs
2017-03-30
*
Change default of log_directory to 'log'
Peter Eisentraut
2017-03-27
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Change xlog to WAL in some error messages
Peter Eisentraut
2017-03-13
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
*
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
*
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Replace min_parallel_relation_size with two new GUCs.
Robert Haas
2017-02-15
*
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Increase upper bound for bgwriter_lru_maxpages.
Robert Haas
2017-02-02
[next]