aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-11-08
* Fix get_useful_pathkeys_for_relation for volatile expressionsTomas Vondra2020-11-03
* Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane2020-11-02
* Extend PageIsVerified() to handle more custom optionsMichael Paquier2020-11-02
* Preserve index data in pg_statistic across REINDEX CONCURRENTLYMichael Paquier2020-11-01
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-28
* Fix list-munging bug that broke SQL function result coercions.Tom Lane2020-10-19
* llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.Andres Freund2020-10-15
* doc: improve description of synchronous_commit modesBruce Momjian2020-10-15
* Choose ppc compare_exchange constant path for more operand values.Noah Misch2020-10-11
* For ppc gcc, implement 64-bit compare_exchange and fetch_add with asm.Noah Misch2020-10-11
* Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane2020-10-07
* Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane2020-09-28
* Fix bogus completion tag usage in walsenderAlvaro Herrera2020-09-16
* Fix bogus cache-invalidation logic in logical replication worker.Tom Lane2020-09-16
* 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