summaryrefslogtreecommitdiff
path: root/src/include/pg_config_manual.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in commentsMichael Paquier2023-05-021-1/+1
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-081-0/+6
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Remove our artificial PG_SOMAXCONN limit on listen queue length.Tom Lane2022-08-231-11/+0
* Remove configurability of PPC spinlock assembly code.Tom Lane2022-08-131-26/+0
* Remove durable_rename_excl()Michael Paquier2022-07-051-7/+0
* Fix old-fd issues using global barriers everywhere.Thomas Munro2022-05-071-11/+0
* Revert recent changes with durable_rename_excl()Michael Paquier2022-04-281-0/+7
* Remove durable_rename_excl()Michael Paquier2022-04-281-7/+0
* Fix DROP {DATABASE,TABLESPACE} on Windows.Thomas Munro2022-02-121-0/+11
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-281-11/+0
* Add ABI extra field to fmgr magic blockPeter Eisentraut2021-11-221-0/+17
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-131-13/+13
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-2/+2
* Improve comments about USE_VALGRIND in pg_config_manual.h.Tom Lane2021-05-091-1/+7
* Fix concurrency issues with WAL segment recycling on WindowsMichael Paquier2021-03-221-0/+7
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-241-1/+1
* Simplify code related to compilation of SSL and OpenSSLMichael Paquier2021-02-101-2/+1
* Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut2021-01-061-0/+39
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Add nbtree Valgrind buffer lock checks.Peter Geoghegan2020-07-211-3/+5
* Add Valgrind buffer access instrumentation.Peter Geoghegan2020-07-171-6/+7
* Remove ACLDEBUG #define and associated code.Tom Lane2020-04-231-5/+0
* Remove HEAPDEBUGALLPeter Eisentraut2020-04-221-1/+0
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-281-7/+8
* Define EXEC_BACKEND in pg_config_manual.hPeter Eisentraut2020-03-251-0/+13
* Remove HAVE_WORKING_LINKPeter Eisentraut2020-03-111-7/+0
* Allow building without default socket directoryPeter Eisentraut2020-01-311-0/+5
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Move configure --disable-float8-byval to pg_config_manual.hPeter Eisentraut2019-11-271-0/+13
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.hMichael Paquier2018-12-291-2/+2
* Improve error reporting for unsupported effective_io_concurrency setting.Tom Lane2018-09-281-1/+3
* Add a debugging option to stress-test outfuncs.c and readfuncs.c.Tom Lane2018-09-181-0/+7
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Restrict lo_import()/lo_export() via SQL permissions not hard-wired checks.Tom Lane2017-11-091-10/+0
* Fix s/intidb/initdb/ typo.Andres Freund2017-09-221-1/+1
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-191-0/+6
* Fix default minimum value for descending sequencesPeter Eisentraut2017-01-231-6/+0
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Implement table partitioning.Robert Haas2016-12-071-0/+5
* Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane2016-11-251-0/+18
* Add support for more extensive testing of raw_expression_tree_walker().Tom Lane2016-05-231-0/+7
* Further reduce the number of semaphores used under --disable-spinlocks.Tom Lane2016-04-181-1/+1
* Change the way that LWLocks for extensions are allocated.Robert Haas2016-02-041-5/+0
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Define integer limits independently from the system definitions.Andres Freund2015-04-021-2/+2
* Centralize definition of integer limits.Andres Freund2015-03-251-2/+2
* Use abbreviated keys for faster sorting of text datums.Robert Haas2015-01-191-7/+7