]> granicus.if.org Git - postgresql/history - src/port
Glue layer to connect the executor to the shm_mq mechanism.
[postgresql] / src / port /
2015-08-31 Tom LaneRemove support for Unix systems without the POSIX signa...
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-17 Tom LaneFix a low-probability crash in our qsort implementation.
2015-06-30 Tom LaneStamp HEAD as 9.6devel.
2015-06-22 Noah MischTruncate strings in tarCreateHeader() with strlcpy...
2015-05-24 Bruce Momjianpgindent run for 9.5
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-04-26 Andres FreundFix various typos and grammar errors in comments.
2015-04-14 Heikki LinnakangasOptimize pg_comp_crc32c_sse42 routine slightly, and...
2015-04-14 Heikki LinnakangasUse Intel SSE 4.2 CRC instructions where available.
2015-04-14 Heikki LinnakangasReorganize our CRC source files again.
2015-03-25 Tom LaneUpgrade src/port/rint.c to be POSIX-compliant.
2015-03-14 Tom LaneBuild src/port/dirmod.c only on Windows.
2015-03-07 Noah MischBuild fls.o only when AC_REPLACE_FUNCS so dictates...
2015-03-01 Noah MischUnlink static libraries before rebuilding them.
2015-02-24 Peter EisentrautError when creating names too long for tar format
2015-02-21 Tom LaneTry to fix busted gettimeofday() code.
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in Windows-specific code.
2015-02-21 Robert HaasDon't require users of src/port/gettimeofday.c to initi...
2015-02-17 Robert HaasImprove pg_check_dir code and comments.
2015-02-09 Heikki LinnakangasMove pg_crc.c to src/common, and remove pg_crc_tables.h
2015-02-04 Andres FreundAdd missing float.h include to snprintf.c.
2015-02-02 Bruce Momjianport/snprintf(): fix overflow and do padding
2015-01-24 Tom LaneRemove no-longer-referenced src/port/gethostname.c.
2015-01-16 Heikki LinnakangasAnother attempt at fixing Windows Norwegian locale.
2015-01-11 Tom LaneRemove configure test for nonstandard variants of getpw...
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-12-08 Simon RiggsUse GetSystemTimeAsFileTime directly in win32
2014-12-05 Heikki LinnakangasDon't include file type bits in tar archive's mode...
2014-11-03 Noah MischFix win32setlocale.c const-related warnings.
2014-10-24 Heikki LinnakangasWork around Windows locale name with non-ASCII character.
2014-10-22 Noah MischMinGW: Link with shell32.dll instead of shfolder.dll.
2014-10-13 Noah MischSuppress dead, unportable src/port/crypt.c code.
2014-09-10 Andres FreundAdd support for optional_argument to our own getopt_lon...
2014-07-23 Noah MischReport success when Windows kill() emulation signals...
2014-06-14 Noah MischAdd mkdtemp() to libpgport.
2014-06-11 Tom LaneStamp HEAD as 9.5devel.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-05 Heikki LinnakangasReplace SYSTEMQUOTEs with Windows-specific wrapper...
2014-04-04 Tom LanePreserve errno across free().
2014-04-04 Tom LaneMake sure -D is an absolute path when starting server...
2014-04-02 Tom LaneFix assorted issues in client host name lookup.
2014-03-21 Bruce MomjianRemove MinGW readdir/errno bug workaround fixed on...
2014-03-21 Bruce MomjianProperly check for readdir/closedir() failures
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-02-17 Tom LaneFix unportable coding in tarCreateHeader().
2014-02-15 Tom LaneCentralize getopt-related declarations in a new header...
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-10 Bruce MomjianMove username lookup functions from /port to /common
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-28 Peter EisentrautFix whitespace
2013-12-27 Peter EisentrautFix whitespace
2013-12-18 Bruce MomjianFix incorrect error message reported for non-existent...
2013-12-15 Tatsuo IshiiAdd "SHIFT_JIS" as an accepted encoding name for locale...
2013-11-30 Peter EisentrautRemove use of obsolescent Autoconf macros
2013-11-23 Tom LaneEnsure _dosmaperr() actually sets errno correctly.
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-19 Peter EisentrautMove rmtree() from libpgport to libpgcommon
2013-10-19 Peter EisentrautMove pgfnames() from libpgport to libpgcommon
2013-10-18 Peter EisentrautSwitch dependency order of libpgcommon and libpgport
2013-10-14 Peter EisentrautAdd asprintf.c
2013-06-28 Alvaro HerreraSend SIGKILL to children if they don't die quickly...
2013-06-26 Noah MischRenovate display of non-ASCII messages on Windows.
2013-06-23 Tom LaneAdd a comment warning against use of pg_usleep() for...
2013-06-15 Tom LaneUse SA_RESTART for all signals, including SIGALRM.
2013-06-14 Tom LaneStamp HEAD as 9.4devel.
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-03-08 Heikki LinnakangasRemove unnecessary #ifdef FRONTEND check to choose...
2013-02-27 Heikki LinnakangasAdd standard file header comment to quotes.c.
2013-02-27 Heikki LinnakangasAdd support for piping COPY to/from an external program.
2013-02-16 Bruce MomjianWarn about initdb using mount-points
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-02-06 Andrew DunstanEnable building with Microsoft Visual Studio 2012.
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-10-05 Peter EisentrautRemove redundant code for getnameinfo() replacement
2012-10-02 Tom LaneWork around unportable behavior of malloc(0) and reallo...
2012-09-13 Kevin GrittnerFix typo in comment for pclose_check() function.
2012-08-29 Peter EisentrautAdd strerror() string to chdir() error message
2012-07-27 Tom LaneImprove reporting of error situations in find_other_exec().
2012-07-20 Robert HaasMake new event trigger facility actually do something.
2012-07-05 Tom LaneDon't try to trim "../" in join_path_components().
2012-06-14 Tom LaneStamp HEAD as 9.3devel.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-08 Peter EisentrautFix dependency tracking for src/port/%_srv.o files
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-05-02 Tom LaneKill some remaining references to SVR4 and univel.
2012-04-29 Peter EisentrautSimplify makefile rule
next