aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* logtape.c: do not preallocate for tapes when sortingJeff Davis2020-09-11
* C comment: correct use of 64-"byte" cache line sizeBruce Momjian2020-09-04
* C comment: remove mention of use of t_hoff WAL structure memberBruce Momjian2020-08-31
* Mark factorial operator, and postfix operators in general, as deprecated.Tom Lane2020-08-30
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Fix a few typos in JIT comments and READMEDavid Rowley2020-08-21
* Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane2020-08-19
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* Fix postmaster's behavior during smart shutdown.Tom Lane2020-08-14
* Move connect.h from fe_utils to src/include/common.Noah Misch2020-08-10
* Use int64 instead of long in incremental sort codeDavid Rowley2020-08-02
* Add hash_mem_multiplier GUC.Peter Geoghegan2020-07-29
* HashAgg: use better cardinality estimate for recursive spilling.Jeff Davis2020-07-28
* Remove hashagg_avoid_disk_plan GUC.Peter Geoghegan2020-07-27
* Fix LookupTupleHashEntryHash() pipeline-stall issue.Jeff Davis2020-07-26
* Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.Tom Lane2020-07-24
* Fix assorted bugs by changing TS_execute's callback API to ternary logic.Tom Lane2020-07-24
* Correctly mark pg_subscription_rel.srsublsn as nullable.Tom Lane2020-07-20
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-20
* Correctly mark pg_subscription.subslotname as nullable.Tom Lane2020-07-19
* Fix comments related to table AMsMichael Paquier2020-07-14
* HashAgg: before spilling tuples, set unneeded columns to NULL.Jeff Davis2020-07-12
* Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila2020-07-13
* Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera2020-07-07
* Rename enable_incrementalsort for clarityPeter Eisentraut2020-07-05
* Add hints about protocol-version-related SSL connection failures.Tom Lane2020-06-27
* Fix misuse of table_index_fetch_tuple_check().Peter Geoghegan2020-06-25
* Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera2020-06-24
* Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera2020-06-24
* Fix deduplication "single value" strategy bug.Peter Geoghegan2020-06-19
* Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley2020-06-19
* Fix nbtree.h dedup state comment.Peter Geoghegan2020-06-17
* Avoid potential spinlock in a signal handler as part of global barriers.Andres Freund2020-06-17
* Add missing extern keyword for a couple of numutils functionsDavid Rowley2020-06-13
* Rework HashAgg GUCs.Jeff Davis2020-06-11
* Move frontend-side archive APIs from src/common/ to src/fe_utils/Michael Paquier2020-06-11
* Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.Andres Freund2020-06-08
* Fix crash in WAL sender when starting physical replicationMichael Paquier2020-06-08
* pgindent run prior to branching v13.Tom Lane2020-06-07
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane2020-06-05
* Add unlikely() to CHECK_FOR_INTERRUPTS()Joe Conway2020-06-05
* Use query collation, not column's collation, while examining statistics.Tom Lane2020-06-05
* Reject "23:59:60.nnn" in datetime input.Tom Lane2020-06-04
* Don't call palloc() while holding a spinlock, either.Tom Lane2020-06-03
* Fix some comments in xlogreader.hMichael Paquier2020-05-28
* Mop-up for wait event naming issues.Tom Lane2020-05-16
* Make pg_stat_wal_receiver consistent with the WAL receiver's shmem infoMichael Paquier2020-05-17
* Drop the redundant "Lock" suffix from LWLock wait event names.Tom Lane2020-05-15