summaryrefslogtreecommitdiff
path: root/src/port/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT.Tom Lane2019-02-151-1/+1
* Revert attempts to use POPCNT etc instructionsAlvaro Herrera2019-02-151-14/+1
* Fix compiler builtin usage in new pg_bitutils.cAlvaro Herrera2019-02-151-4/+12
* Add -mpopcnt to all compiles of pg_bitutils.cAlvaro Herrera2019-02-131-0/+2
* Add basic support for using the POPCNT and SSE4.2s LZCNT opcodesAlvaro Herrera2019-02-131-1/+4
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-011-5/+1
* Modernize our code for looking up descriptive strings for Unix signals.Tom Lane2018-12-161-1/+1
* Build src/common files as a library with -fPIC.Tom Lane2018-09-281-2/+3
* Build src/port files as a library with -fPIC, and use that in libpq.Tom Lane2018-09-271-12/+43
* Always use our own versions of *printf().Tom Lane2018-09-261-1/+2
* Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane2018-09-261-1/+1
* Fix partial-build problems introduced by having more generated headers.Tom Lane2018-04-091-7/+0
* Use ARMv8 CRC instructions where available.Heikki Linnakangas2018-04-041-0/+4
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-051-0/+4
* Revert "Replace PostmasterRandom() with a stronger way of generating randomne...Heikki Linnakangas2016-10-181-1/+1
* Replace PostmasterRandom() with a stronger way of generating randomness.Heikki Linnakangas2016-10-171-1/+1
* 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