aboutsummaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAge
* Suppress dead, unportable src/port/crypt.c code.Noah Misch2014-10-12
* Report success when Windows kill() emulation signals an exiting process.Noah Misch2014-07-23
* Stamp 9.1.14.REL9_1_14Tom Lane2014-07-21
* Add mkdtemp() to libpgport.Noah Misch2014-06-14
* Remove tabs after spaces in C commentsBruce Momjian2014-05-06
* Fix assorted issues in client host name lookup.Tom Lane2014-04-02
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-21
* Stamp 9.1.13.REL9_1_13Tom Lane2014-03-17
* Stamp 9.1.12.REL9_1_12Tom Lane2014-02-17
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Add "SHIFT_JIS" as an accepted encoding name for locale checking.Tatsuo Ishii2013-12-15
* Stamp 9.1.11.REL9_1_11Tom Lane2013-12-02
* Ensure _dosmaperr() actually sets errno correctly.Tom Lane2013-11-23
* Stamp 9.1.10.REL9_1_10Peter Eisentraut2013-10-07
* Stamp 9.1.9.REL9_1_9Tom Lane2013-04-01
* Stamp 9.1.8.REL9_1_8Tom Lane2013-02-04
* Use correct output device for Windows prompts.Andrew Dunstan2013-01-24
* Stamp 9.1.7.REL9_1_7Tom Lane2012-12-03
* Stamp 9.1.6.REL9_1_6Tom Lane2012-09-19
* Stamp 9.1.5.REL9_1_5Tom Lane2012-08-14
* Improve reporting of error situations in find_other_exec().Tom Lane2012-07-27
* Don't try to trim "../" in join_path_components().Tom Lane2012-07-05
* Stamp 9.1.4.REL9_1_4Tom Lane2012-05-31
* Stamp 9.1.3.REL9_1_3Tom Lane2012-02-23
* Stamp 9.1.2.REL9_1_2Tom Lane2011-12-01
* Stamp 9.1.1.REL9_1_1Tom Lane2011-09-22
* Fix typo in pg_srand48 (srand48 in older branches).Tom Lane2011-09-03
* Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas2011-09-01
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-09-01
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-07-02
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Typo fix.Tom Lane2011-06-02
* Implement getpeereid() as a src/port compatibility function.Tom Lane2011-06-02
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-25
* Give getopt() a prototype and modern style arg specs.Andrew Dunstan2011-04-25
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix up handling of C/POSIX collations.Tom Lane2011-03-20
* Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom.Bruce Momjian2011-02-13
* Properly handle Win32 paths of 'E:abc', which can be either absolute orBruce Momjian2011-02-12
* Fix pg_get_encoding_from_locale() function call parameters to matchBruce Momjian2011-02-10
* Per-column collation supportPeter Eisentraut2011-02-08
* Move pipe.c into the backend.Robert Haas2011-02-04
* Avoid including postgres.h in frontend compiles of src/port.Robert Haas2011-02-04
* Use $(MAKE) rather than make.Robert Haas2011-02-04
* Make handling of errcodes.h more consistent with other generated headers.Robert Haas2011-02-04
* Simplify code used in is_absolute_path() macro; also add comment aboutBruce Momjian2011-02-03
* Rename function to first_path_var_separator() to clarify it works withBruce Momjian2011-02-02
* Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is a pathBruce Momjian2011-02-02
* Enable building with the Mingw64 compiler.Andrew Dunstan2011-01-30
* Add pgreadlink() on Windows to read junction pointsMagnus Hagander2011-01-09