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