| Commit message (Expand) | Author | Age |
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | Fix build of Perl-using modules of Windows | Peter Eisentraut | 2019-12-16 |
* | Sort out getpeereid() and peer auth handling on Windows | Peter Eisentraut | 2019-12-16 |
* | Remove configure check for OpenSSL's SSL_get_current_compression() | Michael Paquier | 2019-12-06 |
* | In the postmaster, rely on the signal infrastructure to block signals. | Tom Lane | 2019-10-13 |
* | Use explicit_bzero | Peter Eisentraut | 2019-09-05 |
* | Remove configure detection of crypt() | Peter Eisentraut | 2019-08-21 |
* | Avoid conflicts with library versions of inet_net_ntop() and friends. | Tom Lane | 2019-08-18 |
* | Revert "initdb: Change authentication defaults" | Peter Eisentraut | 2019-07-22 |
* | initdb: Change authentication defaults | Peter Eisentraut | 2019-07-22 |
* | Phase 2 pgindent run for v12. | Tom Lane | 2019-05-22 |
* | Initial pgindent run for v12. | Tom Lane | 2019-05-22 |
* | Cygwin and Mingw floating-point fixes. | Andrew Gierth | 2019-02-16 |
* | Use strtof() and not strtod() for float4 input. | Andrew Gierth | 2019-02-13 |
* | Fix misc typos in comments. | Heikki Linnakangas | 2019-01-23 |
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
* | Remove configure switch --disable-strong-random | Michael Paquier | 2019-01-01 |
* | Modernize our code for looking up descriptive strings for Unix signals. | Tom Lane | 2018-12-16 |
* | Improve detection of child-process SIGPIPE failures. | Tom Lane | 2018-12-16 |
* | Provide pg_pread() and pg_pwrite() for random I/O. | Thomas Munro | 2018-11-07 |
* | Fix omissions in snprintf.c's coverage of standard *printf functions. | Tom Lane | 2018-10-08 |
* | Improve snprintf.c's handling of NaN, Infinity, and minus zero. | Tom Lane | 2018-10-08 |
* | Clean up *printf macros to avoid conflict with format archetypes. | Tom Lane | 2018-09-26 |
* | Always use our own versions of *printf(). | Tom Lane | 2018-09-26 |
* | Incorporate strerror_r() into src/port/snprintf.c, too. | Tom Lane | 2018-09-26 |
* | Convert elog.c's useful_strerror() into a globally-used strerror wrapper. | Tom Lane | 2018-09-26 |
* | Allow concurrent-safe open() and fopen() in frontend code for Windows | Michael Paquier | 2018-09-14 |
* | Refactor dlopen() support | Peter Eisentraut | 2018-09-06 |
* | Fix 8a934d677 for libc++ and make more include order resistant. | Andres Freund | 2018-08-31 |
* | Fix a boatload of typos in C comments. | Tom Lane | 2018-04-01 |
* | Use isinf builtin for clang, for performance. | Andres Freund | 2018-03-28 |
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
* | Further refactoring of c.h and nearby files. | Tom Lane | 2017-11-16 |
* | Rewrite strnlen replacement implementation from 8a241792f96. | Andres Freund | 2017-10-10 |
* | Change pg_ctl to detect server-ready by watching status in postmaster.pid. | Tom Lane | 2017-06-28 |
* | Phase 2 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Initial pgindent run with pg_bsd_indent version 2.0. | Tom Lane | 2017-06-21 |
* | Run the postmaster's signal handlers without SA_RESTART. | Tom Lane | 2017-04-24 |
* | Remove symbol WIN32_ONLY_COMPILER | Magnus Hagander | 2017-04-11 |
* | Remove support for bcc and msvc standalone libpq builds | Magnus Hagander | 2017-04-11 |
* | Update copyright via script for 2017 | Bruce Momjian | 2017-01-03 |
* | Replace PostmasterRandom() with a stronger source, second attempt. | Heikki Linnakangas | 2016-12-05 |
* | pgwin32_is_junction's argument should be "const char *" not "char *". | Tom Lane | 2016-11-05 |
* | Revert "Replace PostmasterRandom() with a stronger way of generating randomne... | Heikki Linnakangas | 2016-10-18 |
* | Replace PostmasterRandom() with a stronger way of generating randomness. | Heikki Linnakangas | 2016-10-17 |
* | Simplify correct use of simple_prompt(). | Tom Lane | 2016-08-30 |
* | On all Windows platforms, not just Cygwin, use _timezone and _tzname. | Robert Haas | 2016-03-28 |
* | Add new system view, pg_config | Joe Conway | 2016-02-17 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | Redesign tablesample method API, and do extensive code review. | Tom Lane | 2015-07-25 |