aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_config/pg_config.c
Commit message (Expand)AuthorAge
* Replace @postgresql.org with @lists.postgresql.org for mailinglistsMagnus Hagander2019-01-19
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Revert inadvertant change in pg_config behaviorJoe Conway2016-02-17
* Add new system view, pg_configJoe Conway2016-02-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Lots of doc corrections.Robert Haas2012-04-23
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Use the same style in the help synopsis that other programs are using.Peter Eisentraut2009-02-25
* Update copyright for 2009.Bruce Momjian2009-01-01
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane2008-03-27
* Added --htmldir option to pg_config, equivalent to the new configure option.Peter Eisentraut2008-02-18
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Make some messages more consistentPeter Eisentraut2007-05-31
* Add strlcat() from OpenBSD, to be used for replacing strncat and otherPeter Eisentraut2007-02-07
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix some misuses of strncat().Tom Lane2006-09-27
* Update comment.Bruce Momjian2006-06-06
* On Win32, return original patch if GetShortPathName() fails (no shortBruce Momjian2006-06-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Go back to emitting path names with forward slashes on Windows.Tom Lane2005-10-13
* pg_config should print an error message to stderr and exit if anPeter Eisentraut2005-10-06
* Fix pgxs for spaces in file names on Win32Bruce Momjian2005-10-05
* Fix problems with PGXS builds against an installation tree that wasTom Lane2005-09-27
* Extend pg_config to be able to report the build-time values of CC,Tom Lane2005-08-09
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Might want to initialize the gettext library, if we're going to do all thatPeter Eisentraut2004-10-18
* Cosmetic improvements/code cleanup:Neil Conway2004-10-10
* This simple patch fixes a typo, ensure pg_config is removed in win32Bruce Momjian2004-10-06
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Restore behavior of --pgxs option to that of the original shell script.Joe Conway2004-08-05
* Readd pg_config --pgxs code.Bruce Momjian2004-08-02
* Small pg_config.c cleanup.Bruce Momjian2004-08-01
* Add missing file.Bruce Momjian2004-08-01