]> granicus.if.org Git - postgresql/history - src/port/Makefile
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
[postgresql] / src / port / Makefile
2008-11-25 Tom LaneOmit src/port/pipe.c on non-Windows platforms. It...
2008-02-18 Peter EisentrautAdded --htmldir option to pg_config, equivalent to...
2007-09-28 Tom LaneChange initdb and CREATE DATABASE to actively reject...
2007-02-09 Peter EisentrautReplace useless uses of := by = in makefiles.
2006-07-14 Tom LaneAdd dependency to fix parallel-make race condition...
2006-06-26 Bruce MomjianAdd comment about the use of pg_config_paths.h.
2006-05-08 Bruce MomjianBuild server libpgport with all non-FRONTEND object...
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-09-27 Tom LaneFix problems with PGXS builds against an installation...
2005-08-12 Bruce MomjianNo server version of snprintf needed, so remove Makefil...
2005-08-12 Bruce MomjianReverse out changes to canonicalize_path(), per suggest...
2005-08-12 Bruce MomjianModify canonicalize_path() so if we would return a...
2005-03-20 Bruce MomjianDepartment of second thoughts. Remove FRONTEND from...
2005-03-20 Bruce MomjianFix typo in Makefile.
2005-03-20 Bruce MomjianAnother change for FRONTEND snprintf.c.
2005-03-20 Bruce MomjianMark snprintf.c as a file that uses FRONTEND and needs...
2004-10-27 Neil ConwayAdd a missing dependency: the "install" target requires...
2004-10-06 Bruce Momjianplease find attached an alternate submission which...
2004-10-04 Bruce MomjianMake libpgport be front-end only and make libpgport_srv...
2004-08-28 Bruce Momjian> Am Dienstag, 17. August 2004 14:26 schrieb Fabien...
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-08-01 Bruce MomjianCreate a C version of pg_config.
2004-05-30 Bruce MomjianAdd thread library to libpgport creation.
2004-05-25 Bruce MomjianMake the locale location relocatable.
2004-05-22 Tom LaneFix for vpath builds.
2004-05-21 Tom LanePut path configuration information into a .h file inste...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-04-23 Bruce MomjianAdd new auto-detection of thread flags.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-24 Peter EisentrautUse AROPT, not hard-coded flags.
2003-09-27 Bruce MomjianRename thread compile flag. Move thread test program...
2003-08-13 Bruce MomjianI'm quite fond of doing VPATH builds, i.e. building...
2003-08-08 Bruce MomjianMore threading cleanups.
2003-06-14 Bruce MomjianAdd thread.c for libpq threading, and hook it into...
2002-07-27 Peter EisentrautAssemble portability modules into libpgport library.
2002-07-19 Bruce MomjianComplete TODO item:
2002-07-18 Bruce MomjianMove libc replacement files from src/backend/port to...