index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
/
postgresql.conf.sample
Age
Commit message (
Expand
)
Author
2022-10-03
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-09-14
Use the terminology "WAL file" not "log file" more consistently.
Tom Lane
2022-08-09
Fix some inconsistencies with GUC categories
Michael Paquier
2022-07-02
Default to dynamic_shared_memory_type=sysv on Solaris.
Thomas Munro
2022-05-25
Fix stats_fetch_consistency default value indicated in postgresql.conf.sample.
Andres Freund
2022-05-10
Formatting and punctuation improvements in sample configuration files
Peter Eisentraut
2022-04-07
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-07
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-03-30
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-24
Invent recursive_worktable_factor GUC to replace hard-wired constant.
Tom Lane
2022-03-11
Add support for zstd with compression of full-page writes in WAL
Michael Paquier
2022-02-17
Increase hash_mem_multiplier default to 2.0.
Peter Geoghegan
2022-02-03
Allow archiving via loadable modules.
Robert Haas
2022-01-17
Introduce log_destination=jsonlog
Michael Paquier
2021-12-13
Default to log_checkpoints=on, log_autovacuum_min_duration=10m
Robert Haas
2021-10-25
Report progress of startup operations that take a long time.
Robert Haas
2021-08-23
Improve defaults shown in postgresql.conf.sample and pg_settings
Bruce Momjian
2021-07-21
Document "B" and "us" as accepted units in postgres.conf.sample
John Naylor
2021-07-14
Change the name of the Result Cache node to Memoize
David Rowley
2021-06-29
Add support for LZ4 with compression of full-page writes in WAL
Michael Paquier
2021-06-28
Change recovery_init_sync_method to PGC_SIGHUP.
Thomas Munro
2021-06-24
doc: Move remove_temp_files_after_crash to section for developer options
Michael Paquier
2021-05-27
doc: Fix description of some GUCs in docs and postgresql.conf.sample
Michael Paquier
2021-05-25
postgresql.conf.sample: Make vertical spacing consistent
Peter Eisentraut
2021-05-15
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-10
Revert recovery prefetching feature.
Thomas Munro
2021-05-08
Sync guc.c and postgresql.conf.sample with the SGML docs.
Tom Lane
2021-04-14
doc: Move force_parallel_mode to section for developer options
Michael Paquier
2021-04-12
Move log_autovacuum_min_duration into its correct sections
Michael Paquier
2021-04-08
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-07
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-02
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-04-02
Add Result Cache executor node (take 2)
David Rowley
2021-04-01
Revert b6002a796
David Rowley
2021-03-31
Add Result Cache executor node
David Rowley
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2021-03-24
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-19
Provide recovery_init_sync_method=syncfs.
Thomas Munro
2021-03-19
Allow configurable LZ4 TOAST compression.
Robert Haas
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-11
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-09
Track total amounts of times spent writing and syncing WAL data to disk.
Fujii Masao
2021-02-18
Allow specifying CRL directory
Peter Eisentraut
2021-02-15
Default to wal_sync_method=fdatasync on FreeBSD.
Thomas Munro
[next]