Commit Graph

2300 Commits (344ac149cfdfc1efe1608f46f40f05f4af91c8eb)

Author SHA1 Message Date
Amit Langote c3316a3b8d Remove unnecessary word in a comment 1 year ago
Thomas Munro 20d9489941 Fix extreme skew detection in Parallel Hash Join. 1 year ago
Tom Lane ab13c46ff4 Further refine _SPI_execute_plan's rule for atomic execution. 1 year ago
Noah Misch f51b34b3ed For inplace update durability, make heap_update() callers wait. 1 year ago
Michael Paquier b36ee879c5 Add missing query ID reporting in extended query protocol 1 year ago
Tom Lane 7f875fb5bd Fix edge case in plpgsql's make_callstmt_target(). 1 year ago
Noah Misch ad4653268c Expand comments and add an assertion in nodeModifyTable.c. 2 years ago
Alvaro Herrera 5fcd0d0ce1
Fix thinkos in comments 2 years ago
Alvaro Herrera 66e569f502
Fix partition pruning setup during DETACH CONCURRENTLY 2 years ago
Tom Lane 0f7d1338c8 Fix behavior of stable functions called from a CALL's argument list. 2 years ago
David Rowley e6b0efc65e Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans 2 years ago
Etsuro Fujita e10ca95ff7 Fix bogus coding in ExecAppendAsyncEventWait(). 2 years ago
Tom Lane 0d30e48c25 Fix unnecessary use of moving-aggregate mode with non-moving frame. 2 years ago
Heikki Linnakangas 262757b732 Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples 2 years ago
Tom Lane 649bbba113 Fix confusion about the return rowtype of SQL-language procedures. 2 years ago
David Rowley 72b8507db2 Fix incorrect accessing of pfree'd memory in Memoize 2 years ago
Tom Lane a595c3075f Fix type-checking of RECORD-returning functions in FROM. 2 years ago
Alexander Korotkov 97e64911da Fix indentation in ExecParallelHashIncreaseNumBatches() 2 years ago
Alexander Korotkov 3bdaa8fc62 Fix oversized memory allocation in Parallel Hash Join 2 years ago
Heikki Linnakangas 555276f859 Fix resource leak when a FDW's ForeignAsyncRequest function fails 2 years ago
Tom Lane 5d7515d7d1 Fix intra-query memory leak when a SRF returns zero rows. 2 years ago
Tom Lane 8f4a6b9e4f Fix problems when a plain-inheritance parent table is excluded. 2 years ago
David Rowley d26f33c324 Fix runtime partition pruning for HASH partitioned tables 2 years ago
David Rowley e4b95b9b02 Fix memory leak in Memoize code 2 years ago
Tomas Vondra c1affa38c7 Fix memory leak in Incremental Sort rescans 3 years ago
Tom Lane 0789b82a97 Fix order of operations in ExecEvalFieldStoreDeForm(). 3 years ago
Tomas Vondra 7f528e96c5 Use per-tuple context in ExecGetAllUpdatedCols 3 years ago
Tom Lane f8320cc72d Fix misbehavior of EvalPlanQual checks with multiple result relations. 3 years ago
Michael Paquier 4cc56f8edb Fix buffer refcount leak with FDW bulk inserts 3 years ago
Tom Lane 9b104a27c7 Fix assignment to array of domain over composite, redux. 3 years ago
Tom Lane 11213d4466 Fix oversights in array manipulation. 3 years ago
Amit Kapila 9dac02c772 Ignore generated columns during apply of update/delete. 3 years ago
Amit Kapila 65ead76961 Ignore dropped columns during apply of update/delete. 3 years ago
Thomas Munro 1b9e42e82a Fix race in parallel hash join batch cleanup, take II. 3 years ago
David Rowley f654f343c6 Fix memory leak in Memoize cache key evaluation 3 years ago
Tom Lane 1e05ea51d3 Fix some more cases of missed GENERATED-column updates. 3 years ago
Tom Lane 9eaba06027 Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. 3 years ago
Dean Rasheed 482ab3e4f9 Add missing support for the latest SPI status codes. 3 years ago
David Rowley 4aa43ba218 Disable WindowAgg inverse transitions when subplans are present 3 years ago
Tom Lane a8b88c26f7 Make new GENERATED-expressions code more bulletproof. 3 years ago
Tom Lane 8cd190e13a Fix calculation of which GENERATED columns need to be updated. 3 years ago
Tom Lane a02740e53f Avoid reference to nonexistent array element in ExecInitAgg(). 3 years ago
Etsuro Fujita d43a97ef49 Remove new structure member from ResultRelInfo. 3 years ago
Tom Lane 7715a3c244 Prevent clobbering of utility statements in SQL function caches. 3 years ago
Etsuro Fujita e52245228e Fix handling of pending inserts in nodeModifyTable.c. 3 years ago
Etsuro Fujita 2896aa98ef Fix copy-and-pasteo in comment. 3 years ago
Etsuro Fujita fc9eb3f0c3 Update comment in ExecInsert() regarding batch insertion. 3 years ago
Tom Lane 7394c763bc Future-proof the recursion inside ExecShutdownNode(). 3 years ago
Amit Kapila 02f8d68af2 Fix replica identity check for a partitioned table. 3 years ago
Tom Lane 1dfc9193af Avoid misbehavior when hash_table_bytes < bucket_size. 3 years ago