summaryrefslogtreecommitdiff
path: root/src/include/utils/guc_tables.h
AgeCommit message (Expand)Author
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-04Group cluster_name and update_process_title settings togetherPeter Eisentraut
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-15Add pg_settings.pending_restart columnPeter Eisentraut
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-07-13Add session_preload_libraries configuration parameterPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
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-01Update copyright notices for year 2012.Bruce Momjian
2011-10-04Remember the source GucContext for each GUC parameter.Tom Lane
2011-07-19Introduce sending servers as new category for replication paramsSimon Riggs
2011-07-17Add temp_file_limit GUC parameter to constrain temporary file space usage.Tom Lane
2011-07-07Reclassify replication-related GUC variables as "master" and "standby".Tom Lane
2011-04-07Revise the API for GUC variable assign hooks.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-20Add restart_after_crash GUC.Robert Haas
2010-06-15Add new GUC categories corresponding to sections in docs, and moveItagaki Takahiro
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-19Some infrastructure changes for the upcoming auto-explain contrib module:Tom Lane
2008-09-30Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas
2008-09-10Add "source file" and "source line" information to each GUC variable.Alvaro Herrera
2008-03-17Fix postgres --describe-config for guc enums, breakage noted by Alvaro.Magnus Hagander
2008-03-16Some cleanups of enum-guc code, per comments from Tom.Magnus Hagander
2008-03-10Implement enum type for guc parameters, and convert a couple of existingMagnus Hagander
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-11Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane
2007-09-10Code review for GUC revert-values-if-removed-from-postgresql.conf patch;Tom Lane
2007-04-21Make configuration parameters fall back to their default values when theyPeter Eisentraut
2007-03-13Reverted waiting for further fixes:Peter Eisentraut
2007-03-12Make configuration parameters fall back to their default values when theyPeter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-03The attached patch changes units of the some default values inBruce Momjian
2006-08-14Revert (again) GUC patch to return commented fields to their defaultBruce Momjian
2006-08-13Recommit patch to allow commented GUC variables to return to theirBruce Momjian
2006-08-12Back out patch that allowed commented guc variables to return to theirBruce Momjian
2006-08-11Allow commenting of variables in postgresql.conf to restore them toBruce Momjian
2006-07-27Allow units to be specified with configuration settings.Peter Eisentraut
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-12Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane
2005-07-14Integrate autovacuum functionality into the backend. There's still aTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon