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
*
Fix over-eager ping'ing in logical replication receiver.
Tom Lane
2020-09-04
*
Fix bogus MaxAllocSize check in logtape.c.
Jeff Davis
2020-09-04
*
Avoid lockup of a parallel worker when reporting a long error message.
Tom Lane
2020-09-03
*
Raise error on concurrent drop of partitioned index
Alvaro Herrera
2020-09-01
*
Fix code for re-finding scan position in a multicolumn GIN index.
Tom Lane
2020-08-27
*
Improve the vacuum error context phase information.
Amit Kapila
2020-08-24
*
Avoid pushing quals down into sub-queries that have grouping sets.
Tom Lane
2020-08-22
*
Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands.
Tom Lane
2020-08-22
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
*
Rework EXPLAIN for planner's buffer usage.
Fujii Masao
2020-08-21
*
Fix a few typos in JIT comments and README
David Rowley
2020-08-21
*
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-08-19
*
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
*
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
*
Fix postmaster's behavior during smart shutdown.
Tom Lane
2020-08-14
*
Handle new HOT chains in index-build table scans
Alvaro Herrera
2020-08-13
*
BRIN: Handle concurrent desummarization properly
Alvaro Herrera
2020-08-12
*
Empty search_path in logical replication apply worker and walsender.
Noah Misch
2020-08-10
*
Make contrib modules' installation scripts more secure.
Tom Lane
2020-08-10
*
walsnd: Don't set waiting_for_ping_response spuriously
Alvaro Herrera
2020-08-08
*
Fix yet another issue with step generation in partition pruning.
Etsuro Fujita
2020-08-07
*
Fix bogus EXPLAIN output for Hash Aggregate
David Rowley
2020-08-07
*
Fix matching of sub-partitions when a partitioned plan is stale.
Tom Lane
2020-08-05
*
Use int64 instead of long in incremental sort code
David Rowley
2020-08-02
*
Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.
Tom Lane
2020-07-31
*
Fix recently-introduced performance problem in ts_headline().
Tom Lane
2020-07-31
*
Use pg_bitutils for HyperLogLog.
Jeff Davis
2020-07-30
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
HashAgg: use better cardinality estimate for recursive spilling.
Jeff Davis
2020-07-28
*
Rename another "hash_mem" local variable.
Peter Geoghegan
2020-07-28
*
Correct obsolete UNION hash aggs comment.
Peter Geoghegan
2020-07-28
*
Make EXPLAIN ANALYZE of HashAgg more similar to Hash Join
David Rowley
2020-07-29
*
Fix some issues with step generation in partition pruning.
Etsuro Fujita
2020-07-28
*
Remove hashagg_avoid_disk_plan GUC.
Peter Geoghegan
2020-07-27
*
Fix LookupTupleHashEntryHash() pipeline-stall issue.
Jeff Davis
2020-07-26
*
Tweak behavior of pg_stat_activity.leader_pid
Michael Paquier
2020-07-26
*
Fix buffer usage stats for nodes above Gather Merge.
Amit Kapila
2020-07-25
*
Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.
Tom Lane
2020-07-24
*
Fix assorted bugs by changing TS_execute's callback API to ternary logic.
Tom Lane
2020-07-24
*
Fix error message.
Thomas Munro
2020-07-23
*
neqjoinsel must now pass through collation to eqjoinsel.
Tom Lane
2020-07-21
*
Assert that we don't insert nulls into attnotnull catalog columns.
Tom Lane
2020-07-21
*
Correctly mark pg_subscription_rel.srsublsn as nullable.
Tom Lane
2020-07-20
*
Fix construction of updated-columns bitmap in logical replication.
Tom Lane
2020-07-20
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
*
Fix minor typo in nodeIncrementalSort.c.
Amit Kapila
2020-07-20
*
Avoid CREATE INDEX unique index deduplication.
Peter Geoghegan
2020-07-17
*
Fix whitespace
Peter Eisentraut
2020-07-17
*
Resolve gratuitous tabs in SQL file
Peter Eisentraut
2020-07-17
*
Fix signal handler setup for SIGHUP in the apply launcher process.
Amit Kapila
2020-07-17
[next]