aboutsummaryrefslogtreecommitdiff
path: root/src/include/pg_config_manual.h
Commit message (Expand)AuthorAge
* Convert node test compile-time settings into run-time parametersPeter Eisentraut2024-08-01
* Remove --disable-spinlocks.Thomas Munro2024-07-30
* Introduce a non-recursive JSON parserAndrew Dunstan2024-04-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix typos in comments and in one isolation test.Robert Haas2024-01-02
* REALLOCATE_BITMAPSETS manual compile-time optionAlexander Korotkov2023-12-27
* Update PG_CACHE_LINE_SIZE description.Heikki Linnakangas2023-07-03
* Fix typos in commentsMichael Paquier2023-05-02
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-08
* Update copyright for 2023Bruce Momjian2023-01-02
* Remove our artificial PG_SOMAXCONN limit on listen queue length.Tom Lane2022-08-23
* Remove configurability of PPC spinlock assembly code.Tom Lane2022-08-13
* Remove durable_rename_excl()Michael Paquier2022-07-05
* Fix old-fd issues using global barriers everywhere.Thomas Munro2022-05-07
* Revert recent changes with durable_rename_excl()Michael Paquier2022-04-28
* Remove durable_rename_excl()Michael Paquier2022-04-28
* Fix DROP {DATABASE,TABLESPACE} on Windows.Thomas Munro2022-02-12
* Update copyright for 2022Bruce Momjian2022-01-07
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Add ABI extra field to fmgr magic blockPeter Eisentraut2021-11-22
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-13
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Improve comments about USE_VALGRIND in pg_config_manual.h.Tom Lane2021-05-09
* Fix concurrency issues with WAL segment recycling on WindowsMichael Paquier2021-03-22
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-24
* Simplify code related to compilation of SSL and OpenSSLMichael Paquier2021-02-10
* Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut2021-01-06
* Update copyright for 2021Bruce Momjian2021-01-02
* Add nbtree Valgrind buffer lock checks.Peter Geoghegan2020-07-21
* Add Valgrind buffer access instrumentation.Peter Geoghegan2020-07-17
* Remove ACLDEBUG #define and associated code.Tom Lane2020-04-23
* Remove HEAPDEBUGALLPeter Eisentraut2020-04-22
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-28
* Define EXEC_BACKEND in pg_config_manual.hPeter Eisentraut2020-03-25
* Remove HAVE_WORKING_LINKPeter Eisentraut2020-03-11
* Allow building without default socket directoryPeter Eisentraut2020-01-31
* Update copyrights for 2020Bruce Momjian2020-01-01
* Move configure --disable-float8-byval to pg_config_manual.hPeter Eisentraut2019-11-27
* Update copyright for 2019Bruce Momjian2019-01-02
* Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.hMichael Paquier2018-12-29
* Improve error reporting for unsupported effective_io_concurrency setting.Tom Lane2018-09-28
* Add a debugging option to stress-test outfuncs.c and readfuncs.c.Tom Lane2018-09-18
* Update copyright for 2018Bruce Momjian2018-01-02
* Restrict lo_import()/lo_export() via SQL permissions not hard-wired checks.Tom Lane2017-11-09
* Fix s/intidb/initdb/ typo.Andres Freund2017-09-22
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Fix default minimum value for descending sequencesPeter Eisentraut2017-01-23
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Implement table partitioning.Robert Haas2016-12-07
* Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane2016-11-25