aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Minor code review for parse_phrase_operator().Tom Lane2017-06-26
* Fix typo in commentAlvaro Herrera2017-06-22
* Fix possibility of creating a "phantom" segment after promotion.Andres Freund2017-06-21
* Fix typo in comment.Heikki Linnakangas2017-06-21
* Avoid regressions in foreign-key-based selectivity estimates.Tom Lane2017-06-19
* Fix leaking of small spilled subtransactions during logical decoding.Andres Freund2017-06-18
* Fix dependency, when changing a function's argument/return type.Heikki Linnakangas2017-06-16
* Fix low-probability leaks of PGresult objects in the backend.Tom Lane2017-06-15
* Assert that we don't invent relfilenodes or type OIDs in binary upgrade.Tom Lane2017-06-12
* Unify SIGHUP handling between normal and walsender backends.Andres Freund2017-06-05
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-05
* Have walsenders participate in procsignal infrastructure.Andres Freund2017-06-05
* Assorted translatable string fixesAlvaro Herrera2017-06-04
* Allow parallelism in COPY (query) TO ...;Andres Freund2017-06-02
* Fix wording in amvalidate error messagesAlvaro Herrera2017-05-30
* Try to ensure that stats collector's receive buffer size is at least 100KB.Tom Lane2017-05-29
* Allow NumericOnly to be "+ FCONST".Tom Lane2017-05-29
* Move autogenerated array types out of the way during ALTER ... RENAME.Tom Lane2017-05-26
* Tighten checks for whitespace in functions that parse identifiers etc.Tom Lane2017-05-24
* Fix precision and rounding issues in money multiplication and division.Tom Lane2017-05-21
* Fix typo in comment.Heikki Linnakangas2017-05-18
* Fix new warnings from GCC 7Peter Eisentraut2017-05-16
* Fix unsafe reference into relcache in constructed CommentStmt.Tom Lane2017-05-15
* Avoid superfluous work for commits during logical slot creation.Andres Freund2017-05-13
* Fix race condition leading to hanging logical slot creation.Andres Freund2017-05-13
* Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane2017-05-12
* Reduce initial size of RelfilenodeMapHash.Tom Lane2017-05-12
* Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane2017-05-12
* 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