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
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
Rename debug_invalidate_system_caches_always to debug_discard_caches.
Tom Lane
2021-07-13
*
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
*
Re-allow custom GUC names that have more than two components.
Tom Lane
2021-06-02
*
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
*
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-15
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
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
*
GUC description improvements for clarity
Peter Eisentraut
2021-05-05
*
doc: Move force_parallel_mode to section for developer options
Michael Paquier
2021-04-14
*
Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET.
Tom Lane
2021-04-13
*
Doc: update documentation of check_function_bodies.
Tom Lane
2021-04-10
*
Make new GUC short descriptions more consistent.
Thomas Munro
2021-04-10
*
Doc: Review for "Optionally prefetch referenced data in recovery."
Thomas Munro
2021-04-10
*
Fix typo
Magnus Hagander
2021-04-09
*
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
*
Add wraparound failsafe to VACUUM.
Peter Geoghegan
2021-04-07
*
Move pg_stat_statements query jumbling to core.
Bruce Momjian
2021-04-07
*
Tighten up allowed names for custom GUC parameters.
Tom Lane
2021-04-07
*
Split backend status and progress related functionality out of pgstat.c.
Andres Freund
2021-04-03
*
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-04-03
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Rename Default Roles to Predefined Roles
Stephen Frost
2021-04-01
*
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
*
Tidy up more loose ends related to configurable TOAST compression.
Robert Haas
2021-03-24
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
*
Avoid leaking memory in RestoreGUCState(), and improve comments.
Tom Lane
2021-03-19
*
Provide recovery_init_sync_method=syncfs.
Thomas Munro
2021-03-20
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
*
Don't leak malloc'd strings when a GUC setting is rejected.
Tom Lane
2021-03-18
*
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
*
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-04
*
Some copy-editing of GUC descriptions
Peter Eisentraut
2021-03-03
*
Mark default_transaction_read_only as GUC_REPORT.
Tom Lane
2021-03-02
*
VACUUM: ignore indexing operations with CONCURRENTLY
Alvaro Herrera
2021-02-23
*
Remove outdated reference to RAID spindles.
Thomas Munro
2021-02-22
*
Allow specifying CRL directory
Peter Eisentraut
2021-02-18
*
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
*
Add idle_session_timeout.
Tom Lane
2021-01-06
*
Replace CLOBBER_CACHE_ALWAYS with run-time GUC
Peter Eisentraut
2021-01-06
[next]