aboutsummaryrefslogtreecommitdiff
path: root/src/include/port.h
Commit message (Expand)AuthorAge
* Fix a boatload of typos in C comments.Tom Lane2018-04-01
* Use isinf builtin for clang, for performance.Andres Freund2018-03-28
* Update copyright for 2018Bruce Momjian2018-01-02
* Further refactoring of c.h and nearby files.Tom Lane2017-11-16
* Rewrite strnlen replacement implementation from 8a241792f96.Andres Freund2017-10-10
* Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane2017-06-28
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Run the postmaster's signal handlers without SA_RESTART.Tom Lane2017-04-24
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Remove support for bcc and msvc standalone libpq buildsMagnus Hagander2017-04-11
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* pgwin32_is_junction's argument should be "const char *" not "char *".Tom Lane2016-11-05
* Revert "Replace PostmasterRandom() with a stronger way of generating randomne...Heikki Linnakangas2016-10-18
* Replace PostmasterRandom() with a stronger way of generating randomness.Heikki Linnakangas2016-10-17
* Simplify correct use of simple_prompt().Tom Lane2016-08-30
* On all Windows platforms, not just Cygwin, use _timezone and _tzname.Robert Haas2016-03-28
* Add new system view, pg_configJoe Conway2016-02-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-19
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-18
* Permit use of vsprintf() in PostgreSQL code.Noah Misch2015-05-18
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Build src/port/dirmod.c only on Windows.Tom Lane2015-03-14
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Don't require users of src/port/gettimeofday.c to initialize it.Robert Haas2015-02-21
* 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
* Declare mkdtemp() only if we're providing it.Tom Lane2014-10-17
* Detect presence of SSL_get_current_compressionMagnus Hagander2014-07-15
* Add mkdtemp() to libpgport.Noah Misch2014-06-14
* Fix unportable setvbuf() usage in initdb.Tom Lane2014-05-15
* Silence warnings about redefining popen on Mingw-w64.Heikki Linnakangas2014-05-15
* pgindent run for 9.4Bruce Momjian2014-05-06
* Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas2014-05-05
* Make sure -D is an absolute path when starting server on Windows.Tom Lane2014-04-04
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-15
* Move username lookup functions from /port to /commonBruce Momjian2014-01-10
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix incorrect error message reported for non-existent usersBruce Momjian2013-12-18
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-22
* Add use of asprintf()Peter Eisentraut2013-10-13
* Renovate display of non-ASCII messages on Windows.Noah Misch2013-06-26
* pgindent run for release 9.3Bruce Momjian2013-05-29
* initdb needs pqsignal() even on Windows.Tom Lane2013-03-17
* Move pqsignal() to libpgport.Tom Lane2013-03-17