summaryrefslogtreecommitdiff
path: root/src/port/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move copydir.c from src/port to src/backend/storage/fileRobert Haas2010-07-021-2/+2
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-2/+2
* Omit src/port/pipe.c on non-Windows platforms. It's useless and drawsTom Lane2008-11-251-3/+7
* Added --htmldir option to pg_config, equivalent to the new configure option.Peter Eisentraut2008-02-181-1/+2
* Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane2007-09-281-15/+18
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-091-2/+2
* Add dependency to fix parallel-make race condition. Alexander DupuyTom Lane2006-07-141-1/+3
* Add comment about the use of pg_config_paths.h.Bruce Momjian2006-06-261-1/+5
* Build server libpgport with all non-FRONTEND object files. This is toBruce Momjian2006-05-081-14/+4
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-4/+7
* Fix problems with PGXS builds against an installation tree that wasTom Lane2005-09-271-1/+3
* No server version of snprintf needed, so remove Makefile rule.Bruce Momjian2005-08-121-4/+1
* Reverse out changes to canonicalize_path(), per suggestion from Tom.Bruce Momjian2005-08-121-3/+2
* Modify canonicalize_path() so if we would return a trailing "..", throwBruce Momjian2005-08-121-2/+3
* Department of second thoughts. Remove FRONTEND from snprintf.c becauseBruce Momjian2005-03-201-2/+1
* Fix typo in Makefile.Bruce Momjian2005-03-201-2/+2
* Another change for FRONTEND snprintf.c.Bruce Momjian2005-03-201-1/+4
* Mark snprintf.c as a file that uses FRONTEND and needs to a version inBruce Momjian2005-03-201-1/+2
* Add a missing dependency: the "install" target requires "all" to haveNeil Conway2004-10-271-2/+2
* please find attached an alternate submission which addresses open itemBruce Momjian2004-10-061-2/+2
* Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian2004-10-041-7/+42
* > Am Dienstag, 17. August 2004 14:26 schrieb Fabien COELHO:Bruce Momjian2004-08-281-3/+3
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-1/+8
* Create a C version of pg_config.Bruce Momjian2004-08-011-1/+3
* Add thread library to libpgport creation.Bruce Momjian2004-05-301-3/+2
* Make the locale location relocatable.Bruce Momjian2004-05-251-1/+2
* Fix for vpath builds.Tom Lane2004-05-221-1/+3
* Put path configuration information into a .h file instead of clutteringTom Lane2004-05-211-9/+13
* Reorganize code to allow path-relative installs.Bruce Momjian2004-05-171-1/+8
* Add new auto-detection of thread flags.Bruce Momjian2004-04-231-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Use AROPT, not hard-coded flags.Peter Eisentraut2003-10-241-2/+2
* Rename thread compile flag. Move thread test program to tools/thread,Bruce Momjian2003-09-271-2/+2
* I'm quite fond of doing VPATH builds, i.e. building outside the sourceBruce Momjian2003-08-131-2/+2
* More threading cleanups.Bruce Momjian2003-08-081-2/+2
* Add thread.c for libpq threading, and hook it into libpq/configure.Bruce Momjian2003-06-141-1/+4
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-271-6/+9
* Complete TODO item:Bruce Momjian2002-07-191-6/+6
* Move libc replacement files from src/backend/port to src/port.Bruce Momjian2002-07-181-0/+23