| Commit message (Expand) | Author | Age |
* | Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan. | Tom Lane | 2017-05-04 |
* | Remove useless and rather expensive stanza in matview regression test. | Tom Lane | 2017-05-03 |
* | Improve performance of timezone loading, especially pg_timezone_names view. | Tom Lane | 2017-05-02 |
* | Ensure commands in extension scripts see the results of preceding DDL. | Tom Lane | 2017-05-02 |
* | Fix perl thinko in commit fed6df486dca | Andrew Dunstan | 2017-05-02 |
* | Update time zone data files to tzdata release 2017b. | Tom Lane | 2017-05-01 |
* | Allow vcregress.pl to run an arbitrary TAP test set | Andrew Dunstan | 2017-05-01 |
* | Sync our copy of the timezone library with IANA release tzcode2017b. | Tom Lane | 2017-04-30 |
* | Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute. | Robert Haas | 2017-04-28 |
* | Don't use on-disk snapshots for exported logical decoding snapshot. | Andres Freund | 2017-04-27 |
* | Cope with glibc too old to have epoll_create1(). | Tom Lane | 2017-04-27 |
* | Preserve required !catalog tuples while computing initial decoding snapshot. | Andres Freund | 2017-04-27 |
* | Make latch.c more paranoid about child-process cases. | Tom Lane | 2017-04-27 |
* | Allow multiple bgworkers to be launched per postmaster iteration. | Tom Lane | 2017-04-26 |
* | 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-24 |
* | Run the postmaster's signal handlers without SA_RESTART. | Tom Lane | 2017-04-24 |
* | Fix postmaster's handling of fork failure for a bgworker process. | Tom Lane | 2017-04-24 |
* | Zero padding in replication origin's checkpointed on disk-state. | Andres Freund | 2017-04-23 |
* | Fix order of arguments to SubTransSetParent(). | Tom Lane | 2017-04-23 |
* | Fix TAP infrastructure to support Mingw better | Andrew Dunstan | 2017-04-23 |
* | Make PostgresNode.pm check server status more carefully. | Tom Lane | 2017-04-22 |
* | Make PostgresNode::append_conf append a newline automatically. | Tom Lane | 2017-04-22 |
* | Avoid depending on non-POSIX behavior of fcntl(2). | Tom Lane | 2017-04-21 |
* | Always build a custom plan node's targetlist from the path's pathtarget. | Tom Lane | 2017-04-17 |
* | Fix compiler warning | Peter Eisentraut | 2017-04-16 |
* | Provide a way to control SysV shmem attach address in EXEC_BACKEND builds. | Tom Lane | 2017-04-15 |
* | Avoid passing function pointers across process boundaries. | Tom Lane | 2017-04-15 |
* | Fix regexport.c to behave sanely with lookaround constraints. | Tom Lane | 2017-04-13 |
* | Improve castNode notation by introducing list-extraction-specific variants. | Tom Lane | 2017-04-10 |
* | Fix planner error (or assert trap) with nested set operations. | Tom Lane | 2017-04-07 |
* | Remove dead code and fix comments in fast-path function handling. | Heikki Linnakangas | 2017-04-06 |
* | Fix integer-overflow problems in interval comparison. | Tom Lane | 2017-04-05 |
* | Back-patch checkpoint clarification docs and pg_basebackup updates | Magnus Hagander | 2017-04-01 |
* | Fix parallel query so it doesn't spoil row estimates above Gather. | Robert Haas | 2017-03-31 |
* | Don't use bgw_main even to specify in-core bgworker entrypoints. | Robert Haas | 2017-03-31 |
* | Suppress implicit-conversion warnings seen with newer clang versions. | Tom Lane | 2017-03-28 |
* | Fix unportable disregard of alignment requirements in RADIUS code. | Tom Lane | 2017-03-26 |
* | plpgsql: Don't generate parallel plans for RETURN QUERY. | Robert Haas | 2017-03-24 |
* | Fix pgbench options -C and -R together | Teodor Sigaev | 2017-03-24 |
* | Fix backup canceling | Teodor Sigaev | 2017-03-24 |
* | Revert Windows service check refactoring, and replace with a different fix. | Heikki Linnakangas | 2017-03-24 |
* | Fix support for some operators (&<, &>, $<|, |&>) in box operator class | Teodor Sigaev | 2017-03-21 |
* | Revert unintentional change in increasing usage count during pin of buffers, | Teodor Sigaev | 2017-03-20 |
* | Fix WaitEventSetWait() to handle write-ready waits properly on Windows. | Tom Lane | 2017-03-17 |
* | Repair test for vacuum reltuples fix. | Andrew Gierth | 2017-03-17 |
* | Fix and simplify check for whether we're running as Windows service. | Heikki Linnakangas | 2017-03-17 |
* | Avoid having vacuum set reltuples to 0 on non-empty relations in the | Andrew Gierth | 2017-03-16 |
* | Fix ancient get_object_address_opf_member bug | Alvaro Herrera | 2017-03-16 |
* | Fix failure to use clamp_row_est() for parallel joins. | Robert Haas | 2017-03-15 |