summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-02-19Fix mesurement of elapsed time during truncating heap in VACUUM.Fujii Masao
2020-02-19Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila
2020-02-10Fix priv checks for ALTER <object> DEPENDS ON EXTENSIONAlvaro Herrera
2020-02-10Translation updatesPeter Eisentraut
2020-02-09Store the deletion horizon XID for a deleted GIN page on the right page.Tom Lane
2020-02-06Fix typo.Amit Kapila
2020-02-06Fix bug in LWLock statistics mechanism.Fujii Masao
2020-02-05Force tuple conversion when the source has missing attributes.Andrew Gierth
2020-02-04Handle lack of DSM slots in parallel btree build, take 2.Thomas Munro
2020-02-04Fix handling of "Subplans Removed" field in EXPLAIN output.Tom Lane
2020-02-03Add missing break out seqscan loop in logical replicationAlvaro Herrera
2020-02-03Revert commit a5b652f3a0.Fujii Masao
2020-02-01Fix memory leak on DSM slot exhaustion.Thomas Munro
2020-01-31Fix CheckAttributeType's handling of collations for ranges.Tom Lane
2020-01-30Handle lack of DSM slots in parallel btree build.Thomas Munro
2020-01-30Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao
2020-01-30Fix slot data persistency when advancing physical replication slotsMichael Paquier
2020-01-27Avoid unnecessary shm writes in Parallel Hash Join.Thomas Munro
2020-01-23Fix an oversight in commit 4c70098ff.Tom Lane
2020-01-23Clean up formatting.c's logic for matching constant strings.Tom Lane
2020-01-22Fix concurrent indexing operations with temporary tablesMichael Paquier
2020-01-21Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.Andres Freund
2020-01-20Fix crash in BRIN inclusion op functions, due to missing datum copy.Heikki Linnakangas
2020-01-17Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane
2020-01-17Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera
2020-01-17Allocate freechunks bitmap as part of SlabContextTomas Vondra
2020-01-15Fix buggy logic in isTempNamespaceInUse()Michael Paquier
2020-01-14Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed
2020-01-12Fix edge-case crashes and misestimation in range containment selectivity.Tom Lane
2020-01-12Remove incorrect assertion for INSERT in logical replication's publisherMichael Paquier
2020-01-11Maintain valid md.c state when FileClose() fails.Noah Misch
2020-01-08Reimplement nullification of walsender timestampAlvaro Herrera
2020-01-08Revert "Forbid DROP SCHEMA on temporary namespaces"Michael Paquier
2020-01-07pg_stat_activity: show NULL stmt start time for walsendersAlvaro Herrera
2020-01-06Have logical replication subscriber fire column triggersPeter Eisentraut
2020-01-02Fix cloning of row triggers to sub-partitionsAlvaro Herrera
2020-01-02Fix running out of file descriptors for spill files.Amit Kapila
2019-12-27Forbid DROP SCHEMA on temporary namespacesMichael Paquier
2019-12-26Fix some comments related to logical repslot advancingMichael Paquier
2019-12-24Rotate instead of shifting hash join batch number.Thomas Munro
2019-12-23Disallow partition key expressions that return pseudo-types.Tom Lane
2019-12-23Prevent a rowtype from being included in itself via a range.Tom Lane
2019-12-18Fix subscriber invalid memory access on DDL.Amit Kapila
2019-12-18Remove shadow variables linked to RedoRecPtr in xlog.cMichael Paquier
2019-12-17Fix error reporting for index expressions of prohibited types.Tom Lane
2019-12-17Change overly strict Assert in TransactionGroupUpdateXidStatus.Amit Kapila
2019-12-12Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.Tom Lane
2019-12-12Remove redundant function calls in timestamp[tz]_part().Tom Lane
2019-12-12Remove extra parenthesis from comment.Etsuro Fujita
2019-12-09Fix race condition in our Windows signal emulation.Tom Lane