aboutsummaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAge
* Improve pg_check_dir code and comments.Robert Haas2015-02-17
* Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas2015-02-09
* Add missing float.h include to snprintf.c.Andres Freund2015-02-04
* port/snprintf(): fix overflow and do paddingBruce Momjian2015-02-02
* Remove no-longer-referenced src/port/gethostname.c.Tom Lane2015-01-24
* Another attempt at fixing Windows Norwegian locale.Heikki Linnakangas2015-01-16
* Remove configure test for nonstandard variants of getpwuid_r().Tom Lane2015-01-11
* Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane2015-01-11
* Update copyright for 2015Bruce Momjian2015-01-06
* Windows: use GetSystemTimePreciseAsFileTime if availableSimon Riggs2014-12-08
* Use GetSystemTimeAsFileTime directly in win32Simon Riggs2014-12-08
* Don't include file type bits in tar archive's mode field.Heikki Linnakangas2014-12-05
* Fix win32setlocale.c const-related warnings.Noah Misch2014-11-02
* Work around Windows locale name with non-ASCII character.Heikki Linnakangas2014-10-24
* MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch2014-10-21
* Suppress dead, unportable src/port/crypt.c code.Noah Misch2014-10-12
* Add support for optional_argument to our own getopt_long() implementation.Andres Freund2014-09-10
* Report success when Windows kill() emulation signals an exiting process.Noah Misch2014-07-23
* Add mkdtemp() to libpgport.Noah Misch2014-06-14
* Stamp HEAD as 9.5devel.Tom Lane2014-06-10
* pgindent run for 9.4Bruce Momjian2014-05-06
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-05
* Preserve errno across free().Tom Lane2014-04-04
* Make sure -D is an absolute path when starting server on Windows.Tom Lane2014-04-04
* Fix assorted issues in client host name lookup.Tom Lane2014-04-02
* Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian2014-03-21
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-21
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Fix unportable coding in tarCreateHeader().Tom Lane2014-02-16
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-15
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Move username lookup functions from /port to /commonBruce Momjian2014-01-10
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix whitespacePeter Eisentraut2013-12-27
* Fix whitespacePeter Eisentraut2013-12-26
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-18
* Add "SHIFT_JIS" as an accepted encoding name for locale checking.Tatsuo Ishii2013-12-15
* Remove use of obsolescent Autoconf macrosPeter Eisentraut2013-11-30
* Ensure _dosmaperr() actually sets errno correctly.Tom Lane2013-11-23
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-22
* Move rmtree() from libpgport to libpgcommonPeter Eisentraut2013-10-19
* Move pgfnames() from libpgport to libpgcommonPeter Eisentraut2013-10-18
* Switch dependency order of libpgcommon and libpgportPeter Eisentraut2013-10-17
* Add asprintf.cPeter Eisentraut2013-10-13
* Send SIGKILL to children if they don't die quickly in immediate shutdownAlvaro Herrera2013-06-28
* Renovate display of non-ASCII messages on Windows.Noah Misch2013-06-26
* Add a comment warning against use of pg_usleep() for long sleeps.Tom Lane2013-06-23
* Use SA_RESTART for all signals, including SIGALRM.Tom Lane2013-06-15
* Stamp HEAD as 9.4devel.Tom Lane2013-06-14