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
/
postgresql.conf.sample
Commit message (
Expand
)
Author
Age
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
Default to dynamic_shared_memory_type=sysv on Solaris.
Thomas Munro
2022-07-02
*
Fix stats_fetch_consistency default value indicated in postgresql.conf.sample.
Andres Freund
2022-05-24
*
Formatting and punctuation improvements in sample configuration files
Peter Eisentraut
2022-05-10
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
*
pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.
Andres Freund
2022-04-06
*
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-06
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
*
Invent recursive_worktable_factor GUC to replace hard-wired constant.
Tom Lane
2022-03-24
*
Add support for zstd with compression of full-page writes in WAL
Michael Paquier
2022-03-11
*
Increase hash_mem_multiplier default to 2.0.
Peter Geoghegan
2022-02-16
*
Allow archiving via loadable modules.
Robert Haas
2022-02-03
*
Introduce log_destination=jsonlog
Michael Paquier
2022-01-17
*
Default to log_checkpoints=on, log_autovacuum_min_duration=10m
Robert Haas
2021-12-13
*
Report progress of startup operations that take a long time.
Robert Haas
2021-10-25
*
Improve defaults shown in postgresql.conf.sample and pg_settings
Bruce Momjian
2021-08-23
*
Document "B" and "us" as accepted units in postgres.conf.sample
John Naylor
2021-07-21
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
Add support for LZ4 with compression of full-page writes in WAL
Michael Paquier
2021-06-29
*
Change recovery_init_sync_method to PGC_SIGHUP.
Thomas Munro
2021-06-28
*
doc: Move remove_temp_files_after_crash to section for developer options
Michael Paquier
2021-06-25
*
doc: Fix description of some GUCs in docs and postgresql.conf.sample
Michael Paquier
2021-05-27
*
postgresql.conf.sample: Make vertical spacing consistent
Peter Eisentraut
2021-05-25
*
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-15
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Sync guc.c and postgresql.conf.sample with the SGML docs.
Tom Lane
2021-05-08
*
doc: Move force_parallel_mode to section for developer options
Michael Paquier
2021-04-14
*
Move log_autovacuum_min_duration into its correct sections
Michael Paquier
2021-04-12
*
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
*
Add wraparound failsafe to VACUUM.
Peter Geoghegan
2021-04-07
*
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
*
Move pg_stat_statements query jumbling to core.
Bruce Momjian
2021-04-07
*
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-04-03
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Revert b6002a796
David Rowley
2021-04-01
*
Add Result Cache executor node
David Rowley
2021-04-01
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
*
Change checkpoint_completion_target default to 0.9
Stephen Frost
2021-03-24
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
*
Provide recovery_init_sync_method=syncfs.
Thomas Munro
2021-03-20
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
*
Remove temporary files after backend crash
Tomas Vondra
2021-03-18
*
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-18
*
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-10
*
Track total amounts of times spent writing and syncing WAL data to disk.
Fujii Masao
2021-03-09
*
Allow specifying CRL directory
Peter Eisentraut
2021-02-18
*
Default to wal_sync_method=fdatasync on FreeBSD.
Thomas Munro
2021-02-15
*
Reduce the default value of vacuum_cost_page_miss.
Peter Geoghegan
2021-01-27
*
Add GUC to log long wait times on recovery conflicts.
Fujii Masao
2021-01-08
[next]