public inbox for [email protected]  
help / color / mirror / Atom feed
Messages from [email protected]

pgsql: Fix tuple deforming with virtual generated columns
  2026-06-06 04:46 UTC  David Rowley <[email protected]>

pgsql: Doc: add information about partition locking
  2025-04-02 01:05 UTC  David Rowley <[email protected]>

pgsql: Doc: add information about partition locking
  2025-04-02 01:05 UTC  David Rowley <[email protected]>

pgsql: Doc: add information about partition locking
  2025-04-02 01:04 UTC  David Rowley <[email protected]>

pgsql: Doc: add information about partition locking
  2025-04-02 01:04 UTC  David Rowley <[email protected]>

pgsql: Doc: add information about partition locking
  2025-04-02 01:04 UTC  David Rowley <[email protected]>

pgsql: Doc: add information about partition locking
  2025-04-02 01:03 UTC  David Rowley <[email protected]>

pgsql: Fix planner's failure to identify multiple hashable ScalarArrayO
  2025-04-01 22:58 UTC  David Rowley <[email protected]>

pgsql: Fix planner's failure to identify multiple hashable ScalarArrayO
  2025-04-01 22:58 UTC  David Rowley <[email protected]>

pgsql: Fix planner's failure to identify multiple hashable ScalarArrayO
  2025-04-01 22:58 UTC  David Rowley <[email protected]>

pgsql: Fix planner's failure to identify multiple hashable ScalarArrayO
  2025-04-01 22:57 UTC  David Rowley <[email protected]>

pgsql: Fix planner's failure to identify multiple hashable ScalarArrayO
  2025-04-01 22:57 UTC  David Rowley <[email protected]>

pgsql: Fix failing regression test on x86-32 machines
  2025-03-31 22:06 UTC  David Rowley <[email protected]>

pgsql: Optimize Query jumble
  2025-03-27 05:35 UTC  David Rowley <[email protected]>

pgsql: Fix query jumbling to account for NULL nodes
  2025-03-27 05:23 UTC  David Rowley <[email protected]>

pgsql: Add tests for POSITION(bytea, bytea)
  2025-03-24 06:32 UTC  David Rowley <[email protected]>

pgsql: Simplify EXPLAIN code for Memoize
  2025-03-21 00:40 UTC  David Rowley <[email protected]>

pgsql: Fix indentation issue
  2025-03-12 23:50 UTC  David Rowley <[email protected]>

pgsql: Add b955df443 to .git-blame-ignore-revs
  2025-03-12 23:50 UTC  David Rowley <[email protected]>

pgsql: Fix incorrect #endif comment
  2025-03-10 00:36 UTC  David Rowley <[email protected]>

pgsql: Optimize GenerationAlloc() and SlabAlloc()
  2024-03-04 04:42 UTC  David Rowley <[email protected]>

pgsql: Support partition pruning on boolcol IS [NOT] UNKNOWN
  2024-03-04 01:45 UTC  David Rowley <[email protected]>

pgsql: Refactor AllocSetAlloc(), separating hot and cold paths
  2024-02-28 01:21 UTC  David Rowley <[email protected]>

pgsql: Adjust memory allocation functions to allow sibling calls
  2024-02-27 03:39 UTC  David Rowley <[email protected]>

pgsql: Minor corrections for partition pruning
  2024-02-20 05:34 UTC  David Rowley <[email protected]>

pgsql: Fix incorrect pruning of NULL partition for boolean IS NOT claus
  2024-02-19 23:51 UTC  David Rowley <[email protected]>

pgsql: Fix incorrect pruning of NULL partition for boolean IS NOT claus
  2024-02-19 23:51 UTC  David Rowley <[email protected]>

pgsql: Fix incorrect pruning of NULL partition for boolean IS NOT claus
  2024-02-19 23:51 UTC  David Rowley <[email protected]>

pgsql: Fix incorrect pruning of NULL partition for boolean IS NOT claus
  2024-02-19 23:50 UTC  David Rowley <[email protected]>

pgsql: Fix incorrect pruning of NULL partition for boolean IS NOT claus
  2024-02-19 23:50 UTC  David Rowley <[email protected]>

pgsql: Fix incorrect pruning of NULL partition for boolean IS NOT claus
  2024-02-19 23:49 UTC  David Rowley <[email protected]>

pgsql: Attempt to stabilize flapping regression test
  2024-02-16 02:01 UTC  David Rowley <[email protected]>

pgsql: Simplify PathKey checking code
  2024-02-15 05:01 UTC  David Rowley <[email protected]>

pgsql: Clarify the 'rows' parameter in create_append_path
  2024-02-15 00:13 UTC  David Rowley <[email protected]>

pgsql: Adjust reltarget assignment for UPPERREL_PARTIAL_DISTINCT rel
  2024-02-07 08:22 UTC  David Rowley <[email protected]>

pgsql: Allow Gather Merge in more cases for parallel DISTINCT
  2024-02-02 11:20 UTC  David Rowley <[email protected]>

pgsql: Fix possible crash in add_paths_to_append_rel()
  2023-10-10 03:50 UTC  David Rowley <[email protected]>

pgsql: Revert "Optimize various aggregate deserialization functions"
  2023-10-10 01:17 UTC  David Rowley <[email protected]>

pgsql: Optimize various aggregate deserialization functions
  2023-10-09 04:25 UTC  David Rowley <[email protected]>

pgsql: Strip off ORDER BY/DISTINCT aggregate pathkeys in create_agg_pat
  2023-10-09 03:37 UTC  David Rowley <[email protected]>

pgsql: Strip off ORDER BY/DISTINCT aggregate pathkeys in create_agg_pat
  2023-10-09 03:37 UTC  David Rowley <[email protected]>

pgsql: Remove debug_print_rel and replace usages with pprint
  2023-10-09 02:54 UTC  David Rowley <[email protected]>

pgsql: Consider cheap startup paths in add_paths_to_append_rel
  2023-10-05 08:04 UTC  David Rowley <[email protected]>

pgsql: Fix memory leak in Memoize code
  2023-10-05 07:32 UTC  David Rowley <[email protected]>

pgsql: Fix memory leak in Memoize code
  2023-10-05 07:32 UTC  David Rowley <[email protected]>

pgsql: Fix memory leak in Memoize code
  2023-10-05 07:31 UTC  David Rowley <[email protected]>

pgsql: Fix memory leak in Memoize code
  2023-10-05 07:31 UTC  David Rowley <[email protected]>

pgsql: Tidy-up some appendStringInfo*() usages
  2023-10-03 04:10 UTC  David Rowley <[email protected]>

pgsql: Robustify find_base_rel and find_base_rel_ignore_join
  2023-09-29 03:59 UTC  David Rowley <[email protected]>

pgsql: Add missing TidRangePath handling in print_path()
  2023-09-28 11:04 UTC  David Rowley <[email protected]>

pgsql: Add missing TidRangePath handling in print_path()
  2023-09-28 11:03 UTC  David Rowley <[email protected]>

pgsql: Add missing TidRangePath handling in print_path()
  2023-09-28 11:03 UTC  David Rowley <[email protected]>

pgsql: Add missing TidRangePath handling in print_path()
  2023-09-28 11:02 UTC  David Rowley <[email protected]>

pgsql: Fix vacuumdb to pass buffer-usage-limit with analyze-only mode
  2023-09-21 05:48 UTC  David Rowley <[email protected]>

pgsql: Fix vacuumdb to pass buffer-usage-limit with analyze-only mode
  2023-09-21 05:48 UTC  David Rowley <[email protected]>

pgsql: Fix incorrect logic in plan dependency recording
  2023-09-13 23:29 UTC  David Rowley <[email protected]>

pgsql: Fix incorrect logic in plan dependency recording
  2023-09-13 23:28 UTC  David Rowley <[email protected]>

pgsql: Fix incorrect logic in plan dependency recording
  2023-09-13 23:28 UTC  David Rowley <[email protected]>

pgsql: Fix incorrect logic in plan dependency recording
  2023-09-13 23:28 UTC  David Rowley <[email protected]>

pgsql: Fix incorrect comment in pg_get_partkeydef()
  2023-03-07 01:34 UTC  David Rowley <[email protected]>

pgsql: Optimize generate_orderedappend_paths
  2023-02-20 09:50 UTC  David Rowley <[email protected]>

pgsql: Speedup and increase usability of set proc title functions
  2023-02-20 03:18 UTC  David Rowley <[email protected]>

pgsql: Rename force_parallel_mode to debug_parallel_query
  2023-02-15 08:22 UTC  David Rowley <[email protected]>

pgsql: Fix pfree issue in presorted DISTINCT aggregate code
  2023-02-13 10:39 UTC  David Rowley <[email protected]>

pgsql: Fix incorrect presorted DISTINCT aggregate if condition
  2023-02-13 07:39 UTC  David Rowley <[email protected]>

pgsql: Disable WindowAgg inverse transitions when subplans are present
  2023-02-13 04:11 UTC  David Rowley <[email protected]>

pgsql: Disable WindowAgg inverse transitions when subplans are present
  2023-02-13 04:10 UTC  David Rowley <[email protected]>

pgsql: Disable WindowAgg inverse transitions when subplans are present
  2023-02-13 04:10 UTC  David Rowley <[email protected]>

pgsql: Disable WindowAgg inverse transitions when subplans are present
  2023-02-13 04:09 UTC  David Rowley <[email protected]>

pgsql: Disable WindowAgg inverse transitions when subplans are present
  2023-02-13 04:09 UTC  David Rowley <[email protected]>

pgsql: Disable WindowAgg inverse transitions when subplans are present
  2023-02-13 04:08 UTC  David Rowley <[email protected]>

pgsql: Remove stray duplicated comment in heapam.h
  2023-02-08 03:04 UTC  David Rowley <[email protected]>

pgsql: More refactoring of heapgettup() and heapgettup_pagemode()
  2023-02-07 04:24 UTC  David Rowley <[email protected]>

pgsql: Reduce code duplication between heapgettup and heapgettup_pagemo
  2023-02-03 03:21 UTC  David Rowley <[email protected]>

pgsql: Add helper functions to simplify heapgettup code
  2023-02-02 23:39 UTC  David Rowley <[email protected]>

pgsql: Further refactor of heapgettup and heapgettup_pagemode
  2023-02-02 22:49 UTC  David Rowley <[email protected]>

pgsql: Refactor heapam.c adding heapgettup_initial_block function
  2023-02-02 01:19 UTC  David Rowley <[email protected]>

pgsql: Ensure interleaved_parts field is always initialized
  2021-10-01 02:10 UTC  David Rowley <[email protected]>

pgsql: Improve various places that double the size of a buffer
  2021-07-01 03:29 UTC  David Rowley <[email protected]>

pgsql: Fix assert failure in expand_grouping_sets
  2021-06-21 11:11 UTC  David Rowley <[email protected]>

pgsql: Use the correct article for abbreviations
  2021-06-11 01:38 UTC  David Rowley <[email protected]>

pgsql: Fix an asssortment of typos in brin_minmax_multi.c and mcv.c
  2021-06-10 08:14 UTC  David Rowley <[email protected]>

pgsql: Doc: Fix some spelling mistakes
  2021-06-04 11:40 UTC  David Rowley <[email protected]>

pgsql: Clean up some questionable usages of DatumGet* macros
  2021-06-04 10:42 UTC  David Rowley <[email protected]>

pgsql: Adjust locations which have an incorrect copyright year
  2021-06-04 00:20 UTC  David Rowley <[email protected]>

pgsql: Standardize usages of appendStringInfo and appendPQExpBuffer
  2021-06-03 04:38 UTC  David Rowley <[email protected]>


86+ results

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox