]> granicus.if.org Git - postgresql/history - src/include/port.h
Use isinf builtin for clang, for performance.
[postgresql] / src / include / port.h
2018-03-28 Andres FreundUse isinf builtin for clang, for performance.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-16 Tom LaneFurther refactoring of c.h and nearby files.
2017-10-10 Andres FreundRewrite strnlen replacement implementation from 8a24179...
2017-06-28 Tom LaneChange pg_ctl to detect server-ready by watching status...
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-04-24 Tom LaneRun the postmaster's signal handlers without SA_RESTART.
2017-04-11 Magnus HaganderRemove symbol WIN32_ONLY_COMPILER
2017-04-11 Magnus HaganderRemove support for bcc and msvc standalone libpq builds
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-05 Heikki LinnakangasReplace PostmasterRandom() with a stronger source,...
2016-11-05 Tom Lanepgwin32_is_junction's argument should be "const char...
2016-10-18 Heikki LinnakangasRevert "Replace PostmasterRandom() with a stronger...
2016-10-17 Heikki LinnakangasReplace PostmasterRandom() with a stronger way of gener...
2016-08-30 Tom LaneSimplify correct use of simple_prompt().
2016-03-29 Robert HaasOn all Windows platforms, not just Cygwin, use _timezon...
2016-02-17 Joe ConwayAdd new system view, pg_config
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-05-19 Tom LaneRevert error-throwing wrappers for the printf family...
2015-05-18 Noah MischAdd error-throwing wrappers for the printf family of...
2015-05-18 Noah MischPermit use of vsprintf() in PostgreSQL code.
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-14 Tom LaneBuild src/port/dirmod.c only on Windows.
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-02-21 Robert HaasDon't require users of src/port/gettimeofday.c to initi...
2015-01-11 Tom LaneFix libpq's behavior when /etc/passwd isn't readable.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-08 Simon RiggsWindows: use GetSystemTimePreciseAsFileTime if available
2014-10-18 Tom LaneDeclare mkdtemp() only if we're providing it.
2014-07-15 Magnus HaganderDetect presence of SSL_get_current_compression
2014-06-14 Noah MischAdd mkdtemp() to libpgport.
2014-05-15 Tom LaneFix unportable setvbuf() usage in initdb.
2014-05-15 Heikki LinnakangasSilence warnings about redefining popen on Mingw-w64.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-05 Heikki LinnakangasReplace SYSTEMQUOTEs with Windows-specific wrapper...
2014-04-04 Tom LaneMake sure -D is an absolute path when starting server...
2014-02-15 Tom LaneCentralize getopt-related declarations in a new header...
2014-01-10 Bruce MomjianMove username lookup functions from /port to /common
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-18 Bruce MomjianFix incorrect error message reported for non-existent...
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-06-26 Noah MischRenovate display of non-ASCII messages on Windows.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-17 Tom Laneinitdb needs pqsignal() even on Windows.
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-02-27 Heikki LinnakangasAdd support for piping COPY to/from an external program.
2013-01-24 Andrew DunstanUse correct output device for Windows prompts.
2013-01-05 Magnus HaganderCentralize single quote escaping in src/port/quotes.c
2013-01-02 Magnus HaganderMove tar function headers to pgtar.h
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2013-01-01 Magnus HaganderUnify some tar functionality across different parts
2012-07-20 Robert HaasMake new event trigger facility actually do something.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-07 Peter EisentrautRemove strdup, strtol, strtoul from libpgport
2012-05-03 Bruce MomjianRemove BSD/OS (BSDi) port. There are no known users...
2012-03-29 Andrew DunstanRemove now redundant pgpipe code.
2012-02-07 Robert HaasSupport fls().
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Heikki Linnakangassetlocale() on Windows doesn't work correctly if the...
2011-09-01 Heikki LinnakangasMove the line to undefine setlocale() macro on Win32...
2011-08-03 Robert HaasMake pgbench use erand48() rather than random().
2011-07-06 Robert HaasAdd \ir command to psql.
2011-06-02 Tom LaneLooks like we can't declare getpeereid on Windows anyway.
2011-06-02 Tom LaneImplement getpeereid() as a src/port compatibility...
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
2011-03-20 Tom LaneFix up handling of C/POSIX collations.
2011-02-12 Bruce MomjianProperly handle Win32 paths of 'E:abc', which can be...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-03 Bruce MomjianSimplify code used in is_absolute_path() macro; also...
2011-02-03 Bruce MomjianRename function to first_path_var_separator() to clarif...
2011-02-01 Magnus HaganderUndefine setlocale() macro on Win32
2011-01-31 Andrew DunstanEnable building with the Mingw64 compiler.
2011-01-09 Magnus HaganderAdd pgreadlink() on Windows to read junction points
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
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-11-12 Robert HaasMove copydir() prototype into its own header file.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-05-15 Tom LaneSpell __NetBSD__ the same way everywhere. Per Giles...
2010-05-15 Bruce MomjianUse __bsdi__ consistently.
2010-04-23 Robert HaasFix various instances of "the the".
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-31 Tom LaneParenthesize this macro, just in case.
2010-01-10 Magnus HaganderCreate typedef pgsocket for storing socket descriptors.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-14 Magnus HaganderAdd inheritable ACE when creating a restricted token...
2009-07-16 Tom LaneAdd erand48() to the set of functions supported by...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-07 Bruce MomjianUpdate MinGW so it handles fseeko() similar to Unix.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-04-18 Tom LaneFix rmtree() so that it keeps going after failure to...
2008-04-16 Andrew DunstanAvoid using unnecessary pgwin32_safestat in libpq.
2008-04-11 Tom LaneA quick try at un-breaking the Cygwin build. Whether...
2008-04-10 Magnus HaganderCreate wrapper pgwin32_safestat() and redefine stat...
2008-02-29 Magnus HaganderFix handling of restricted processes for Windows Vista...
2008-02-18 Peter EisentrautAdded --htmldir option to pg_config, equivalent to...
next