summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/help_config.c
Commit message (Expand)AuthorAgeFilesLines
* 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