summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/help_config.c
Commit message (Expand)AuthorAgeFilesLines
* Fix postgres --describe-config for guc enums, breakage noted by Alvaro.Magnus Hagander2008-03-171-1/+8
* Avoid trying to print a NULL char pointer in --describe-config. On someTom Lane2008-02-231-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-4/+4
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane2004-06-241-2/+2
* Fix breakage from GUC-extension-variables patch.Tom Lane2004-06-021-4/+7
* The patch adresses the TODO list item "Allow external interfaces toBruce Momjian2004-05-261-3/+5
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cleanup on --help-config: Now called --describe-config, no further options,Peter Eisentraut2003-10-181-300/+22
* You can't NLS-enable a program component by just putting gettext() aroundPeter Eisentraut2003-09-271-94/+51
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-12/+12
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-8/+8
* pgindent run.Bruce Momjian2003-08-041-12/+12
* Code review for recent GUC changes --- try to make it less obvious thatTom Lane2003-07-281-16/+2
* Add description for new GUC context.Bruce Momjian2003-07-091-1/+2
* Add --help-config facility to dump information about GUC parametersTom Lane2003-07-041-0/+461