index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Fix AggGetAggref() so it won't lie to aggregate final functions.
Tom Lane
2017-10-12
*
Fix low-probability loss of NOTIFY messages due to XID wraparound.
Tom Lane
2017-10-11
*
Fix crash when logical decoding is invoked from a PL function.
Tom Lane
2017-10-06
*
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-10-06
*
Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.
Tom Lane
2017-09-25
*
Fix ordering in pg_dump of GRANTs
Stephen Frost
2017-09-13
*
Make [U]INT64CONST safe for use in #if conditions.
Tom Lane
2017-09-01
*
Ensure SIZE_MAX can be used throughout our code.
Tom Lane
2017-09-01
*
Stamp 9.6.5.
REL9_6_5
Tom Lane
2017-08-28
*
Backpatch introduction of TupleDescAttr(tupdesc, i).
Andres Freund
2017-08-22
*
Remove AtEOXact_CatCache().
Tom Lane
2017-08-13
*
Stamp 9.6.4.
REL9_6_4
Tom Lane
2017-08-07
*
Fix comment.
Tatsuo Ishii
2017-08-01
*
Fix leaking of small spilled subtransactions during logical decoding.
Andres Freund
2017-06-18
*
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
*
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
*
Avoid searching for the target catcache in CatalogCacheIdInvalidate.
Tom Lane
2017-05-12
*
Stamp 9.6.3.
REL9_6_3
Tom Lane
2017-05-08
*
Further patch rangetypes_selfuncs.c's statistics slot management.
Tom Lane
2017-05-08
*
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-05-08
*
Give nicer error message when connecting to a v10 server requiring SCRAM.
Heikki Linnakangas
2017-05-05
*
Don't use on-disk snapshots for exported logical decoding snapshot.
Andres Freund
2017-04-27
*
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-27
*
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
*
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-15
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
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
*
Fix backup canceling
Teodor Sigaev
2017-03-24
*
Fix failure to mark init buffers as BM_PERMANENT.
Robert Haas
2017-03-14
*
Fix unportable definition of BSWAP64() macro.
Tom Lane
2017-02-24
*
Formatting and docs corrections for logical decoding output plugins.
Tom Lane
2017-02-15
*
Stamp 9.6.2.
REL9_6_2
Tom Lane
2017-02-06
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Don't count background workers against a user's connection limit.
Andrew Dunstan
2017-02-01
*
Handle ALTER EXTENSION ADD/DROP with pg_init_privs
Stephen Frost
2017-01-29
*
Orthography fixes for new castNode() macro.
Tom Lane
2017-01-27
*
Add castNode(type, ptr) for safe casting between NodeTag based types.
Andres Freund
2017-01-26
*
Change some test macros to return true booleans
Alvaro Herrera
2017-01-18
*
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-09
*
Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics.
Tom Lane
2017-01-04
*
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-22
*
Fix strange behavior (and possible crashes) in full text phrase search.
Tom Lane
2016-12-21
*
Fix corner-case bug in WaitEventSetWaitBlock on Windows.
Robert Haas
2016-12-21
[next]