index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
...
*
Minor code review for parse_phrase_operator().
Tom Lane
2017-06-26
*
Fix typo in comment
Alvaro Herrera
2017-06-22
*
Fix possibility of creating a "phantom" segment after promotion.
Andres Freund
2017-06-21
*
Fix typo in comment.
Heikki Linnakangas
2017-06-21
*
Avoid regressions in foreign-key-based selectivity estimates.
Tom Lane
2017-06-19
*
Fix leaking of small spilled subtransactions during logical decoding.
Andres Freund
2017-06-18
*
Fix dependency, when changing a function's argument/return type.
Heikki Linnakangas
2017-06-16
*
Fix low-probability leaks of PGresult objects in the backend.
Tom Lane
2017-06-15
*
Assert that we don't invent relfilenodes or type OIDs in binary upgrade.
Tom Lane
2017-06-12
*
Unify SIGHUP handling between normal and walsender backends.
Andres Freund
2017-06-05
*
Prevent possibility of panics during shutdown checkpoint.
Andres Freund
2017-06-05
*
Have walsenders participate in procsignal infrastructure.
Andres Freund
2017-06-05
*
Assorted translatable string fixes
Alvaro Herrera
2017-06-04
*
Allow parallelism in COPY (query) TO ...;
Andres Freund
2017-06-02
*
Fix wording in amvalidate error messages
Alvaro Herrera
2017-05-30
*
Try to ensure that stats collector's receive buffer size is at least 100KB.
Tom Lane
2017-05-29
*
Allow NumericOnly to be "+ FCONST".
Tom Lane
2017-05-29
*
Move autogenerated array types out of the way during ALTER ... RENAME.
Tom Lane
2017-05-26
*
Tighten checks for whitespace in functions that parse identifiers etc.
Tom Lane
2017-05-24
*
Fix precision and rounding issues in money multiplication and division.
Tom Lane
2017-05-21
*
Fix typo in comment.
Heikki Linnakangas
2017-05-18
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-05-16
*
Fix unsafe reference into relcache in constructed CommentStmt.
Tom Lane
2017-05-15
*
Avoid superfluous work for commits during logical slot creation.
Andres Freund
2017-05-13
*
Fix race condition leading to hanging logical slot creation.
Andres Freund
2017-05-13
*
Avoid searching for callback functions in CallSyscacheCallbacks().
Tom Lane
2017-05-12
*
Reduce initial size of RelfilenodeMapHash.
Tom Lane
2017-05-12
*
Avoid searching for the target catcache in CatalogCacheIdInvalidate.
Tom Lane
2017-05-12
*
Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.
Tom Lane
2017-05-11
*
Further patch rangetypes_selfuncs.c's statistics slot management.
Tom Lane
2017-05-08
*
Fix possibly-uninitialized variable.
Tom Lane
2017-05-08
*
Match pg_user_mappings limits to information_schema.user_mapping_options.
Noah Misch
2017-05-08
*
Translation updates
Peter Eisentraut
2017-05-08
*
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-05-08
*
RLS: Fix ALL vs. SELECT+UPDATE policy usage
Stephen Frost
2017-05-06
*
Fix cursor_to_xml in tableforest false mode
Peter Eisentraut
2017-05-04
*
Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.
Tom Lane
2017-05-04
*
Ensure commands in extension scripts see the results of preceding DDL.
Tom Lane
2017-05-02
*
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
[prev]
[next]