Age | Commit message (Expand) | Author |
2017-09-07 | Stamp Postgres-XL 10alpha2 | Pavan Deolasee |
2017-08-18 | Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55' | Pavan Deolasee |
2017-08-14 | Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant. | Tom Lane |
2017-08-11 | Reject use of ucol_strcollUTF8() before ICU 53 | Peter Eisentraut |
2017-08-07 | Stamp 10beta3. | Tom Lane |
2017-08-07 | Skip test for IPC::Run if user is overriding our search for PROVE. | Tom Lane |
2017-08-05 | Improve configure's check for ICU presence. | Tom Lane |
2017-08-01 | Further improve consistency of configure's program searching. | Tom Lane |
2017-07-31 | Record full paths of programs sought by "configure". | Tom Lane |
2017-07-28 | PL/Perl portability fix: absorb relevant -D switches from Perl. | Tom Lane |
2017-07-13 | Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10 | Pavan Deolasee |
2017-07-10 | Stamp 10beta2. | Tom Lane |
2017-06-27 | Merge PG10 master branch into xl10devel | Pavan Deolasee |
2017-06-15 | Make configure check for IPC::Run when --enable-tap-tests is specified. | Tom Lane |
2017-06-14 | Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40 | Pavan Deolasee |
2017-05-15 | Stamp 10beta1. | Tom Lane |
2017-04-24 | Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l... | Tom Lane |
2017-04-24 | Use pselect(2) not select(2), if available, to wait in postmaster's loop. | Tom Lane |
2017-04-23 | Don't include sys/poll.h anymore. | Andres Freund |
2017-04-07 | Remove use of Jade and DSSSL | Peter Eisentraut |
2017-04-05 | Allow --with-wal-segsize=n up to n=1024MB | Simon Riggs |
2017-03-29 | Fix configure check for typeof | Peter Eisentraut |
2017-03-29 | Cast result of copyObject() to correct type | Peter Eisentraut |
2017-03-23 | ICU support | Peter Eisentraut |
2017-03-20 | Add configure test to see if the C compiler has gcc-style computed gotos. | Tom Lane |
2017-02-25 | Remove some configure header-file checks that we weren't really using. | Tom Lane |
2017-02-23 | De-support floating-point timestamps. | Tom Lane |
2017-02-21 | Reject too-old Python versions a bit sooner. | Tom Lane |
2017-02-21 | Drop support for Python 2.3 | Peter Eisentraut |
2017-02-06 | Fix typos in comments. | Heikki Linnakangas |
2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
2017-01-02 | Use clock_gettime(), if available, in instr_time measurements. | Tom Lane |
2016-12-12 | Fix broken autoconf test for random number source. | Heikki Linnakangas |
2016-12-07 | Put AC_MSG_RESULT() call in the right place. | Tom Lane |
2016-12-05 | Fix typo in new message in configure. | Heikki Linnakangas |
2016-12-05 | Replace PostmasterRandom() with a stronger source, second attempt. | Heikki Linnakangas |
2016-10-27 | Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365' | Pavan Deolasee |
2016-10-18 | Install docs under "doc" directory instead of "doc-xc" | Pavan Deolasee |
2016-10-18 | Add support for overrding default log levels for specfic messages or all | Pavan Deolasee |
2016-10-11 | Remove "sco" and "unixware" ports. | Tom Lane |
2016-10-09 | Use unnamed POSIX semaphores, if available, on Linux and FreeBSD. | Tom Lane |
2016-10-07 | Fix python shlib probe for Cygwin. | Tom Lane |
2016-10-06 | Try to fix python shlib probe for MinGW. | Tom Lane |
2016-10-05 | In python shlib probe, cater for OpenBSD, which omits the .so symlink. | Tom Lane |
2016-10-04 | Huh, we do need to look in $python_configdir for the Python shlib. | Tom Lane |
2016-10-04 | Improve (I hope) our autolocation of the Python shared library. | Tom Lane |
2016-09-30 | Add missing include files to configure tests | Peter Eisentraut |
2016-09-30 | Use return instead of exit() in configure | Peter Eisentraut |
2016-09-25 | Refer to OS X as "macOS", except for the port name which is still "darwin". | Tom Lane |
2016-09-15 | Fix building with LibreSSL. | Heikki Linnakangas |