]> granicus.if.org Git - postgresql/history - src/port/Makefile
Move pg_crc.c to src/common, and remove pg_crc_tables.h
[postgresql] / src / port / Makefile
2015-02-09 Heikki LinnakangasMove pg_crc.c to src/common, and remove pg_crc_tables.h
2014-01-10 Bruce MomjianMove username lookup functions from /port to /common
2013-12-18 Bruce MomjianFix incorrect error message reported for non-existent...
2013-10-18 Peter EisentrautSwitch dependency order of libpgcommon and libpgport
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-02-27 Heikki LinnakangasAdd support for piping COPY to/from an external program.
2013-01-05 Magnus HaganderCentralize single quote escaping in src/port/quotes.c
2013-01-01 Magnus HaganderUnify some tar functionality across different parts
2012-05-08 Peter EisentrautFix dependency tracking for src/port/%_srv.o files
2012-04-29 Peter EisentrautSimplify makefile rule
2012-02-29 Tom LaneMove CRC tables to libpgport, and provide them in a...
2012-02-09 Robert HaasAttempt to fix MSVC builds and other fls-related breakage.
2011-08-03 Robert HaasMake pgbench use erand48() rather than random().
2011-02-04 Robert HaasMove pipe.c into the backend.
2011-02-04 Robert HaasUse $(MAKE) rather than make.
2011-02-04 Robert HaasMake handling of errcodes.h more consistent with other...
2010-12-11 Tom LaneMove a couple of initdb's subroutines into src/port/.
2010-11-24 Bruce MomjianWhen reporting the server as not responding, if the...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-02 Robert HaasMove copydir.c from src/port to src/backend/storage...
2009-08-26 Peter EisentrautUpdate of install-sh, mkinstalldirs, and associated...
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...