| Commit message (Expand) | Author | Age |
* | Adjust locations which have an incorrect copyright year | David Rowley | 2021-06-04 |
* | Add missing pthread_barrier_t. | Thomas Munro | 2021-03-10 |
* | Default to wal_sync_method=fdatasync on FreeBSD. | Thomas Munro | 2021-02-15 |
* | Minor header cleanup for the new iovec code. | Thomas Munro | 2021-01-14 |
* | Provide pg_preadv() and pg_pwritev(). | Thomas Munro | 2021-01-11 |
* | Update copyright for 2021 | Bruce Momjian | 2021-01-02 |
* | Use setenv() in preference to putenv(). | Tom Lane | 2020-12-30 |
* | Use https for gnu.org links | Peter Eisentraut | 2020-10-14 |
* | Choose ppc compare_exchange constant path for more operand values. | Noah Misch | 2020-10-11 |
* | For ppc gcc, implement 64-bit compare_exchange and fetch_add with asm. | Noah Misch | 2020-10-11 |
* | Recognize network-failure errnos as indicating hard connection loss. | Tom Lane | 2020-10-10 |
* | Fix our Windows stat() emulation to handle file sizes > 4GB. | Tom Lane | 2020-10-09 |
* | Add d_type to our Windows dirent emulation. | Thomas Munro | 2020-09-07 |
* | Remove obsolete cygwin.h hack | Peter Eisentraut | 2020-08-15 |
* | Remove obsolete HAVE_BUGGY_SOLARIS_STRTOD | Peter Eisentraut | 2020-08-15 |
* | Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms. | Andres Freund | 2020-06-08 |
* | Initial pgindent and pgperltidy run for v13. | Tom Lane | 2020-05-14 |
* | Modify various power 2 calculations to use new helper functions | David Rowley | 2020-04-08 |
* | Add functions to calculate the next power of 2 | David Rowley | 2020-04-08 |
* | Enable Unix-domain sockets support on Windows | Peter Eisentraut | 2020-03-28 |
* | Assume that we have utime() and <utime.h>. | Tom Lane | 2020-02-21 |
* | Assume that we have functional, 64-bit fseeko()/ftello(). | Tom Lane | 2020-02-21 |
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | Rotate instead of shifting hash join batch number. | Thomas Munro | 2019-12-24 |
* | Update comment about __sync_lock_test_and_set() bug. | Noah Misch | 2019-10-26 |
* | Fix most -Wundef warnings | Peter Eisentraut | 2019-10-19 |
* | For all ppc compilers, implement compare_exchange and fetch_add with asm. | Noah Misch | 2019-10-18 |
* | Remove some code for old unsupported versions of MSVC | Peter Eisentraut | 2019-10-08 |
* | Clarify some comments about ntstatus.h in win32_port.h | Michael Paquier | 2019-10-08 |
* | Revert "For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm." | Noah Misch | 2019-09-14 |
* | For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm. | Noah Misch | 2019-09-13 |
* | Replace xlc __fetch_and_add() with inline asm. | Noah Misch | 2019-09-13 |
* | Fix inconsistencies and typos in the tree, take 10 | Michael Paquier | 2019-08-13 |
* | Fix inconsistencies and typos in the tree, take 9 | Michael Paquier | 2019-08-05 |
* | Fix inconsistencies in the code | Michael Paquier | 2019-07-08 |
* | Fix more typos and inconsistencies in the tree | Michael Paquier | 2019-06-17 |
* | Fix previous MinGW fix. | Andrew Gierth | 2019-02-16 |
* | Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. | Tom Lane | 2019-02-15 |
* | Cygwin and Mingw floating-point fixes. | Andrew Gierth | 2019-02-16 |
* | Revert attempts to use POPCNT etc instructions | Alvaro Herrera | 2019-02-15 |
* | Fix compiler builtin usage in new pg_bitutils.c | Alvaro Herrera | 2019-02-15 |
* | Add basic support for using the POPCNT and SSE4.2s LZCNT opcodes | Alvaro Herrera | 2019-02-13 |
* | Use strtof() and not strtod() for float4 input. | Andrew Gierth | 2019-02-13 |
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
* | Avoid defining SIGTTIN/SIGTTOU on Windows. | Tom Lane | 2018-11-17 |
* | Convert elog.c's useful_strerror() into a globally-used strerror wrapper. | Tom Lane | 2018-09-26 |
* | Fix misc typos, mostly in comments. | Heikki Linnakangas | 2018-07-18 |
* | Rethink how to get float.h in old Windows API for isnan/isinf | Alvaro Herrera | 2018-07-11 |
* | Remove overzeleous assertions in pg_atomic_flag code. | Andres Freund | 2018-04-07 |
* | Fix and improve pg_atomic_flag fallback implementation. | Andres Freund | 2018-04-06 |