aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.Tom Lane2017-05-11
* Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane2017-05-08
* Fix possibly-uninitialized variable.Tom Lane2017-05-08
* Match pg_user_mappings limits to information_schema.user_mapping_options.Noah Misch2017-05-08
* Translation updatesPeter Eisentraut2017-05-08
* Add security checks to selectivity estimation functionsPeter Eisentraut2017-05-08
* RLS: Fix ALL vs. SELECT+UPDATE policy usageStephen Frost2017-05-06
* Fix cursor_to_xml in tableforest false modePeter Eisentraut2017-05-04
* Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.Tom Lane2017-05-04
* Ensure commands in extension scripts see the results of preceding DDL.Tom Lane2017-05-02
* 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
* 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
* 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
* 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
* Fix backup cancelingTeodor Sigaev2017-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
* 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
* Spelling fixesPeter Eisentraut2017-03-14
* Fix failure to mark init buffers as BM_PERMANENT.Robert Haas2017-03-14
* Use doubly-linked block lists in aset.c to reduce large-chunk overhead.Tom Lane2017-03-08
* Avoid dangling pointer to relation name in RLS code path in DoCopy().Tom Lane2017-03-06
* In rebuild_relation(), don't access an already-closed relcache entry.Tom Lane2017-03-04
* Handle unaligned SerializeSnapshot() buffer.Noah Misch2017-03-02
* Fix incorrect variable datatypeMagnus Hagander2017-02-28
* Make walsender always initialize the buffers.Fujii Masao2017-02-22