aboutsummaryrefslogtreecommitdiff
path: root/src/include/pg_config_manual.h
Commit message (Expand)AuthorAge
* 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
* Add support for more extensive testing of raw_expression_tree_walker().Tom Lane2016-05-23
* Further reduce the number of semaphores used under --disable-spinlocks.Tom Lane2016-04-18
* Change the way that LWLocks for extensions are allocated.Robert Haas2016-02-04
* Update copyright for 2016Bruce Momjian2016-01-02
* Define integer limits independently from the system definitions.Andres Freund2015-04-02
* Centralize definition of integer limits.Andres Freund2015-03-25
* Use abbreviated keys for faster sorting of text datums.Robert Haas2015-01-19
* Update copyright for 2015Bruce Momjian2015-01-06
* Move PG_AUTOCONF_FILENAME definitionPeter Eisentraut2014-12-03
* Detect PG_PRINTF_ATTRIBUTE automatically.Noah Misch2014-11-23
* Remove obsolete debugging option, RTDEBUG.Heikki Linnakangas2014-11-18
* Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.Andres Freund2014-10-01
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-25
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11
* Add option to pg_ctl to choose event source for loggingMagnus Hagander2014-07-17
* Revert accidental change of WAL_DEBUG default.Heikki Linnakangas2014-06-17
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix typos in comments for ALTER SYSTEM.Fujii Masao2014-01-27
* Reduce the number of semaphores used under --disable-spinlocks.Robert Haas2014-01-08