summaryrefslogtreecommitdiff
path: root/src/include/pg_config_manual.h
AgeCommit message (Expand)Author
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
2017-01-23Fix default minimum value for descending sequencesPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-07Implement table partitioning.Robert Haas
2016-11-25Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane
2016-05-23Add support for more extensive testing of raw_expression_tree_walker().Tom Lane
2016-04-18Further reduce the number of semaphores used under --disable-spinlocks.Tom Lane
2016-02-04Change the way that LWLocks for extensions are allocated.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-04-02Define integer limits independently from the system definitions.Andres Freund
2015-03-25Centralize definition of integer limits.Andres Freund
2015-01-19Use abbreviated keys for faster sorting of text datums.Robert Haas
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-04Move PG_AUTOCONF_FILENAME definitionPeter Eisentraut
2014-11-23Detect PG_PRINTF_ATTRIBUTE automatically.Noah Misch
2014-11-18Remove obsolete debugging option, RTDEBUG.Heikki Linnakangas
2014-10-01Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.Andres Freund
2014-09-25Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-07-17Add option to pg_ctl to choose event source for loggingMagnus Hagander
2014-06-17Revert accidental change of WAL_DEBUG default.Heikki Linnakangas