summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-02-10Fix priv checks for ALTER <object> DEPENDS ON EXTENSIONAlvaro Herrera
2020-02-10Translation updatesPeter Eisentraut
2020-02-06Fix typo.Amit Kapila
2020-02-06Fix bug in LWLock statistics mechanism.Fujii Masao
2020-02-03Add missing break out seqscan loop in logical replicationAlvaro Herrera
2020-02-03Revert commit 4b96c03a0a.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-30Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao
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-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 running out of file descriptors for spill files.Amit Kapila
2019-12-27Forbid DROP SCHEMA on temporary namespacesMichael 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-17Fix error reporting for index expressions of prohibited types.Tom Lane
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
2019-12-09Fix typos in miscinit.c.Amit Kapila
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane
2019-11-27Fix typo in comment.Etsuro Fujita
2019-11-26Don't shut down Gather[Merge] early under Limit.Amit Kapila
2019-11-24Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane
2019-11-24Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery.Tom Lane
2019-11-22Fix bogus tuple-slot management in logical replication UPDATE handling.Tom Lane
2019-11-21Defend against self-referential views in relation_is_updatable().Tom Lane
2019-11-21Provide statistics for hypothetical BRIN indexesMichael Paquier
2019-11-19Revise GIN READMEAlexander Korotkov
2019-11-19Fix traversing to the deleted GIN page via downlinkAlexander Korotkov
2019-11-19Fix deadlock between ginDeletePage() and ginStepRight()Alexander Korotkov
2019-11-17Further fix dumping of views that contain just VALUES(...).Tom Lane
2019-11-16Skip system attributes when applying mvdistinct statsTomas Vondra