summaryrefslogtreecommitdiff
path: root/src/port/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-191-1/+1
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-181-1/+1
* Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas2015-04-141-2/+6
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-141-1/+1
* Build src/port/dirmod.c only on Windows.Tom Lane2015-03-141-1/+1
* Build fls.o only when AC_REPLACE_FUNCS so dictates via $(LIBOBJS).Noah Misch2015-03-071-1/+1
* Unlink static libraries before rebuilding them.Noah Misch2015-03-011-0/+2
* Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas2015-02-091-1/+1
* Move username lookup functions from /port to /commonBruce Momjian2014-01-101-1/+1
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-181-1/+1
* Switch dependency order of libpgcommon and libpgportPeter Eisentraut2013-10-171-3/+2
* Move pqsignal() to libpgport.Tom Lane2013-03-171-1/+2
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-271-1/+2
* Centralize single quote escaping in src/port/quotes.cMagnus Hagander2013-01-051-1/+1
* Unify some tar functionality across different partsMagnus Hagander2013-01-011-1/+1
* Fix dependency tracking for src/port/%_srv.o filesPeter Eisentraut2012-05-081-1/+8
* Simplify makefile rulePeter Eisentraut2012-04-291-2/+1
* Move CRC tables to libpgport, and provide them in a separate include file.Tom Lane2012-02-281-2/+2
* Attempt to fix MSVC builds and other fls-related breakage.Robert Haas2012-02-091-1/+1
* Make pgbench use erand48() rather than random().Robert Haas2011-08-031-2/+2
* Move pipe.c into the backend.Robert Haas2011-02-041-4/+0
* Use $(MAKE) rather than make.Robert Haas2011-02-041-1/+1
* Make handling of errcodes.h more consistent with other generated headers.Robert Haas2011-02-041-0/+7
* Move a couple of initdb's subroutines into src/port/.Tom Lane2010-12-101-4/+6
* When reporting the server as not responding, if the hostname wasBruce Momjian2010-11-241-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* 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