summaryrefslogtreecommitdiff
path: root/src/include/pg_config_manual.h
AgeCommit message (Expand)Author
2025-03-13Avoid invalidating all RelationSyncCache entries on publication rename.Amit Kapila
2025-01-01Update copyright for 2025Bruce Momjian
2024-08-28Add prefetching support on macOSPeter Eisentraut
2024-08-14Remove TRACE_SORT macroPeter Eisentraut
2024-08-01Convert node test compile-time settings into run-time parametersPeter Eisentraut
2024-07-30Remove --disable-spinlocks.Thomas Munro
2024-04-04Introduce a non-recursive JSON parserAndrew Dunstan
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2023-12-27REALLOCATE_BITMAPSETS manual compile-time optionAlexander Korotkov
2023-07-03Update PG_CACHE_LINE_SIZE description.Heikki Linnakangas
2023-05-02Fix typos in commentsMichael Paquier
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-08-23Remove our artificial PG_SOMAXCONN limit on listen queue length.Tom Lane
2022-08-13Remove configurability of PPC spinlock assembly code.Tom Lane
2022-07-05Remove durable_rename_excl()Michael Paquier
2022-05-07Fix old-fd issues using global barriers everywhere.Thomas Munro
2022-04-28Revert recent changes with durable_rename_excl()Michael Paquier
2022-04-28Remove durable_rename_excl()Michael Paquier
2022-02-11Fix DROP {DATABASE,TABLESPACE} on Windows.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-22Add ABI extra field to fmgr magic blockPeter Eisentraut
2021-07-13Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-09Improve comments about USE_VALGRIND in pg_config_manual.h.Tom Lane
2021-03-22Fix concurrency issues with WAL segment recycling on WindowsMichael Paquier
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-02-10Simplify code related to compilation of SSL and OpenSSLMichael Paquier
2021-01-06Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-07-21Add nbtree Valgrind buffer lock checks.Peter Geoghegan
2020-07-18Add Valgrind buffer access instrumentation.Peter Geoghegan
2020-04-23Remove ACLDEBUG #define and associated code.Tom Lane
2020-04-22Remove HEAPDEBUGALLPeter Eisentraut
2020-03-28Enable Unix-domain sockets support on WindowsPeter Eisentraut
2020-03-25Define EXEC_BACKEND in pg_config_manual.hPeter Eisentraut
2020-03-11Remove HAVE_WORKING_LINKPeter Eisentraut
2020-01-31Allow building without default socket directoryPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-27Move configure --disable-float8-byval to pg_config_manual.hPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-28Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.hMichael Paquier
2018-09-28Improve error reporting for unsupported effective_io_concurrency setting.Tom Lane
2018-09-18Add a debugging option to stress-test outfuncs.c and readfuncs.c.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-09Restrict lo_import()/lo_export() via SQL permissions not hard-wired checks.Tom Lane
2017-09-22Fix s/intidb/initdb/ typo.Andres Freund
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund