summaryrefslogtreecommitdiff
path: root/src/include/pg_config_manual.h
AgeCommit message (Expand)Author
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
2014-06-14Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-27Fix typos in comments for ALTER SYSTEM.Fujii Masao
2014-01-08Reduce the number of semaphores used under --disable-spinlocks.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-18Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii
2013-09-04Keep heavily-contended fields in XLogCtlInsert on different cache lines.Heikki Linnakangas
2013-06-27Cooperate with the Valgrind instrumentation framework.Noah Misch
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-02Use LWSYNC in place of SYNC/ISYNC in PPC spinlocks, where possible.Tom Lane
2012-01-02Use mutex hint bit in PPC LWARX instructions, where possible.Tom Lane
2011-12-25Rethink representation of index clauses' mapping to index columns.Tom Lane
2011-10-10Revert accidental change to pg_config_manual.h.Robert Haas
2011-04-28Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan
2010-12-29Support unlogged tables.Robert Haas
2010-12-03Create core infrastructure for KNNGIST.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-07Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-02-26Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut
2009-01-12Implement prefetching via posix_fadvise() for bitmap index scans. A newTom Lane
2009-01-11Re-enable the old code in xlog.c that tried to use posix_fadvise(), so thatTom Lane
2008-07-12Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED_MEMORY automatically;Tom Lane
2008-06-24Reduce the alignment requirement of type "name" from int to char, and arrangeTom Lane
2008-05-02Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to alsoTom Lane
2008-05-02Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane
2008-04-11Add some debug support code to try to catch future mistakes in the area ofTom Lane
2008-03-27Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane
2008-03-10Provide a build-time option to store large relations as single files, ratherTom Lane