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
*
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
*
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
*
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
*
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
*
Fix backup canceling
Teodor Sigaev
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
*
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
*
Spelling fixes
Peter Eisentraut
2017-03-14
*
Fix failure to mark init buffers as BM_PERMANENT.
Robert Haas
2017-03-14
*
Use doubly-linked block lists in aset.c to reduce large-chunk overhead.
Tom Lane
2017-03-08
*
Avoid dangling pointer to relation name in RLS code path in DoCopy().
Tom Lane
2017-03-06
*
In rebuild_relation(), don't access an already-closed relcache entry.
Tom Lane
2017-03-04
*
Handle unaligned SerializeSnapshot() buffer.
Noah Misch
2017-03-02
*
Fix incorrect variable datatype
Magnus Hagander
2017-02-28
*
Make walsender always initialize the buffers.
Fujii Masao
2017-02-22
[next]