aboutsummaryrefslogtreecommitdiff
path: root/src/include/port.h
Commit message (Expand)AuthorAge
* Centralize single quote escaping in src/port/quotes.cMagnus Hagander2013-01-05
* Move tar function headers to pgtar.hMagnus Hagander2013-01-02
* Update copyrights for 2013Bruce Momjian2013-01-01
* Unify some tar functionality across different partsMagnus Hagander2013-01-01
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Remove strdup, strtol, strtoul from libpgportPeter Eisentraut2012-05-07
* Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian2012-05-03
* Remove now redundant pgpipe code.Andrew Dunstan2012-03-28
* Support fls().Robert Haas2012-02-07
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-09-01
* Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTFHeikki Linnakangas2011-09-01
* Make pgbench use erand48() rather than random().Robert Haas2011-08-03
* Add \ir command to psql.Robert Haas2011-07-06
* Looks like we can't declare getpeereid on Windows anyway.Tom Lane2011-06-02
* Implement getpeereid() as a src/port compatibility function.Tom Lane2011-06-02
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* Fix up handling of C/POSIX collations.Tom Lane2011-03-20
* Properly handle Win32 paths of 'E:abc', which can be either absolute orBruce Momjian2011-02-12
* Per-column collation supportPeter Eisentraut2011-02-08
* 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
* Undefine setlocale() macro on Win32Magnus Hagander2011-02-01
* Enable building with the Mingw64 compiler.Andrew Dunstan2011-01-30
* Add pgreadlink() on Windows to read junction pointsMagnus Hagander2011-01-09
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Move a couple of initdb's subroutines into src/port/.Tom Lane2010-12-10
* When reporting the server as not responding, if the hostname wasBruce Momjian2010-11-24
* Move copydir() prototype into its own header file.Robert Haas2010-11-12
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Spell __NetBSD__ the same way everywhere. Per Giles Lean.Tom Lane2010-05-15
* Use __bsdi__ consistently.Bruce Momjian2010-05-15
* Fix various instances of "the the".Robert Haas2010-04-23
* pgindent run for 9.0Bruce Momjian2010-02-26
* Parenthesize this macro, just in case.Tom Lane2010-01-31
* Create typedef pgsocket for storing socket descriptors.Magnus Hagander2010-01-10
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add inheritable ACE when creating a restricted token for execution onMagnus Hagander2009-11-14
* Add erand48() to the set of functions supported by our src/port/ library,Tom Lane2009-07-16
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update MinGW so it handles fseeko() similar to Unix.Bruce Momjian2009-01-07
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix rmtree() so that it keeps going after failure to remove any individualTom Lane2008-04-18
* Avoid using unnecessary pgwin32_safestat in libpq.Andrew Dunstan2008-04-16
* A quick try at un-breaking the Cygwin build. Whether it needs theTom Lane2008-04-11
* Create wrapper pgwin32_safestat() and redefine stat() to itMagnus Hagander2008-04-10
* Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander2008-02-29
* Added --htmldir option to pg_config, equivalent to the new configure option.Peter Eisentraut2008-02-18
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01