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
*
logtape.c: do not preallocate for tapes when sorting
Jeff Davis
2020-09-11
*
C comment: correct use of 64-"byte" cache line size
Bruce Momjian
2020-09-04
*
C comment: remove mention of use of t_hoff WAL structure member
Bruce Momjian
2020-08-31
*
Mark factorial operator, and postfix operators in general, as deprecated.
Tom Lane
2020-08-30
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
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
*
Move connect.h from fe_utils to src/include/common.
Noah Misch
2020-08-10
*
Use int64 instead of long in incremental sort code
David Rowley
2020-08-02
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
HashAgg: use better cardinality estimate for recursive spilling.
Jeff Davis
2020-07-28
*
Remove hashagg_avoid_disk_plan GUC.
Peter Geoghegan
2020-07-27
*
Fix LookupTupleHashEntryHash() pipeline-stall issue.
Jeff Davis
2020-07-26
*
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
*
Correctly mark pg_subscription_rel.srsublsn as nullable.
Tom Lane
2020-07-20
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
*
Correctly mark pg_subscription.subslotname as nullable.
Tom Lane
2020-07-19
*
Fix comments related to table AMs
Michael Paquier
2020-07-14
*
HashAgg: before spilling tuples, set unneeded columns to NULL.
Jeff Davis
2020-07-12
*
Revert "Track statistics for spilling of changes from ReorderBuffer".
Amit Kapila
2020-07-13
*
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
2020-07-07
*
Rename enable_incrementalsort for clarity
Peter Eisentraut
2020-07-05
*
Add hints about protocol-version-related SSL connection failures.
Tom Lane
2020-06-27
*
Fix misuse of table_index_fetch_tuple_check().
Peter Geoghegan
2020-06-25
*
Adjust max_slot_wal_keep_size behavior per review
Alvaro Herrera
2020-06-24
*
Save slot's restart_lsn when invalidated due to size
Alvaro Herrera
2020-06-24
*
Fix deduplication "single value" strategy bug.
Peter Geoghegan
2020-06-19
*
Fix EXPLAIN ANALYZE for parallel HashAgg plans
David Rowley
2020-06-19
*
Fix nbtree.h dedup state comment.
Peter Geoghegan
2020-06-17
*
Avoid potential spinlock in a signal handler as part of global barriers.
Andres Freund
2020-06-17
*
Add missing extern keyword for a couple of numutils functions
David Rowley
2020-06-13
*
Rework HashAgg GUCs.
Jeff Davis
2020-06-11
*
Move frontend-side archive APIs from src/common/ to src/fe_utils/
Michael Paquier
2020-06-11
*
Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.
Andres Freund
2020-06-08
*
Fix crash in WAL sender when starting physical replication
Michael Paquier
2020-06-08
*
pgindent run prior to branching v13.
Tom Lane
2020-06-07
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Improve ineq_histogram_selectivity's behavior for non-default orderings.
Tom Lane
2020-06-05
*
Add unlikely() to CHECK_FOR_INTERRUPTS()
Joe Conway
2020-06-05
*
Use query collation, not column's collation, while examining statistics.
Tom Lane
2020-06-05
*
Reject "23:59:60.nnn" in datetime input.
Tom Lane
2020-06-04
*
Don't call palloc() while holding a spinlock, either.
Tom Lane
2020-06-03
*
Fix some comments in xlogreader.h
Michael Paquier
2020-05-28
*
Mop-up for wait event naming issues.
Tom Lane
2020-05-16
*
Make pg_stat_wal_receiver consistent with the WAL receiver's shmem info
Michael Paquier
2020-05-17
*
Drop the redundant "Lock" suffix from LWLock wait event names.
Tom Lane
2020-05-15
[next]