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

Re: Change default of jit to off
  2026-03-23 06:33 UTC  Pierre Ducroquet <[email protected]>

Re: llvmjit - improve code generated in O0
  2026-02-11 08:08 UTC  Pierre Ducroquet <[email protected]>

llvmjit - improve code generated in O0
  2026-02-10 17:39 UTC  Pierre Ducroquet <[email protected]>

Re: Change default of jit to off
  2026-02-03 08:42 UTC  Pierre Ducroquet <[email protected]>

Re: [PATCH] llvmjit: always add the simplifycfg pass
  2026-01-30 15:01 UTC  Pierre Ducroquet <[email protected]>

Re: [PATCH] llvmjit: always add the simplifycfg pass
  2026-01-28 07:56 UTC  Pierre Ducroquet <[email protected]>

LLVMJIT: introduce force-inlined functions
  2026-01-26 17:23 UTC  Pierre Ducroquet <[email protected]>

Re: [PATCH] llvmjit: always add the simplifycfg pass
  2026-01-22 20:27 UTC  Pierre Ducroquet <[email protected]>

Re: Add missing JIT inline pass for llvm>=17
  2026-01-19 10:52 UTC  Pierre Ducroquet <[email protected]>

[PATCH] llvmjit: always add the simplifycfg pass
  2026-01-07 15:08 UTC  Pierre Ducroquet <[email protected]>

Re: Improvements in pg_dump/pg_restore toc format and performances
  2023-09-19 10:15 UTC  Pierre Ducroquet <[email protected]>

Re: Improvements in pg_dump/pg_restore toc format and performances
  2023-09-19 08:25 UTC  Pierre Ducroquet <[email protected]>

Re: Improvements in pg_dump/pg_restore toc format and performances
  2023-09-18 22:41 UTC  Pierre Ducroquet <[email protected]>

Improvements in pg_dump/pg_restore toc format and performances
  2023-07-27 08:51 UTC  Pierre Ducroquet <[email protected]>

[PATCH 3/4] store oids as integer instead of string
  2023-07-27 08:04 UTC  Pierre Ducroquet <[email protected]>

[PATCH 3/4] store oids as integer instead of string
  2023-07-27 08:04 UTC  Pierre Ducroquet <[email protected]>

[PATCH 2/4] convert sscanf to strtoul
  2023-07-26 20:23 UTC  Pierre Ducroquet <[email protected]>

[PATCH 2/4] convert sscanf to strtoul
  2023-07-26 20:23 UTC  Pierre Ducroquet <[email protected]>

[PATCH 4/4] move static strings to arrays at beginning
  2023-07-26 20:18 UTC  Pierre Ducroquet <[email protected]>

[PATCH 4/4] move static strings to arrays at beginning
  2023-07-26 20:18 UTC  Pierre Ducroquet <[email protected]>

[PATCH 1/4] drop has oids field instead of having static values
  2023-07-26 19:31 UTC  Pierre Ducroquet <[email protected]>

[PATCH 1/4] drop has oids field instead of having static values
  2023-07-26 19:31 UTC  Pierre Ducroquet <[email protected]>

Re: Inefficiency in parallel pg_restore with many tables
  2023-07-24 17:27 UTC  Pierre Ducroquet <[email protected]>

Re: log_line_prefix: make it possible to add the search_path
  2022-07-26 12:41 UTC  Pierre <[email protected]>

Re: log_line_prefix: make it possible to add the search_path
  2022-07-25 13:38 UTC  Pierre <[email protected]>

log_line_prefix: make it possible to add the search_path
  2022-07-25 07:37 UTC  Pierre Ducroquet <[email protected]>

[PATCH] log_line_prefix: make it possible to add search_path
  2022-07-25 07:33 UTC  Pierre Ducroquet <[email protected]>

[PATCH] Remove useless distinct clauses
  2020-07-31 08:41 UTC  Pierre Ducroquet <[email protected]>

[PATCH] Add a new remove_useless_distinct function in planner
  2020-07-31 08:28 UTC  Pierre Ducroquet <[email protected]>

Re: PATCH: add support for IN and @> in functional-dependency statistics use
  2020-02-02 09:59 UTC  Pierre Ducroquet <[email protected]>

PATCH: add support for IN and @> in functional-dependency statistics use
  2020-02-01 07:51 UTC  Pierre Ducroquet <[email protected]>

Re: [PATCH] fix a performance issue with multiple logical-decoding walsenders
  2020-01-06 18:57 UTC  Pierre Ducroquet <[email protected]>

Re: [PATCH] fix a performance issue with multiple logical-decoding walsenders
  2019-12-30 11:13 UTC  Pierre Ducroquet <[email protected]>

Re: [PATCH] fix a performance issue with multiple logical-decoding walsenders
  2019-12-28 12:55 UTC  Pierre Ducroquet <[email protected]>

[PATCH] fix a performance issue with multiple logical-decoding walsenders
  2019-12-26 16:42 UTC  Pierre Ducroquet <[email protected]>

[Patch] optimizer - simplify $VAR1 IS NULL AND $VAR1 IS NOT NULL
  2019-11-06 17:41 UTC  Pierre Ducroquet <[email protected]>

[PATCH] Simplify AND clauses that have NOT NULL clauses on similar variables
  2019-11-06 17:05 UTC  Pierre Ducroquet <[email protected]>

Re: [Patch] Add a reset_computed_values function in pg_stat_statements
  2019-09-03 20:38 UTC  Pierre Ducroquet <[email protected]>

Re: [Patch] Invalid permission check in pg_stats for functional indexes
  2019-09-03 18:53 UTC  Pierre Ducroquet <[email protected]>

[Patch] Add a reset_computed_values function in pg_stat_statements
  2019-09-01 09:04 UTC  Pierre Ducroquet <[email protected]>

[Patch] Invalid permission check in pg_stats for functional indexes
  2019-04-06 11:40 UTC  Pierre Ducroquet <[email protected]>

[PATCH] Use a different permission check path for indexes and relations in pg_stats
  2019-04-06 11:22 UTC  Pierre Ducroquet <[email protected]>

[PATCH] Use a different permission check path for indexes and relations in pg_stats
  2019-04-06 11:22 UTC  Pierre Ducroquet <[email protected]>

[PATCH] Use a different permission check path for indexes and relations in pg_stats
  2019-04-06 11:22 UTC  Pierre Ducroquet <[email protected]>

Re: Row Level Security − leakproof-ness and performance implications
  2019-02-21 14:56 UTC  Pierre Ducroquet <[email protected]>

Re: Row Level Security − leakproof-ness and performance implications
  2019-02-20 07:14 UTC  Pierre Ducroquet <[email protected]>

Row Level Security − leakproof-ness and performance implications
  2019-02-19 18:37 UTC  Pierre Ducroquet <[email protected]>

Re: Poor plan when using EXISTS in the expression list
  2018-10-04 20:00 UTC  Pierre Ducroquet <[email protected]>

Poor plan when using EXISTS in the expression list
  2018-10-04 12:11 UTC  Pierre Ducroquet <[email protected]>

Re: Query is over 2x slower with jit=on
  2018-08-22 18:48 UTC  Pierre Ducroquet <[email protected]>

Re: [PATCH] LLVM tuple deforming improvements
  2018-07-14 00:00 UTC  Pierre Ducroquet <[email protected]>

[PATCH] LLVM - Use the O1 CodeGen level
  2018-07-13 23:51 UTC  Pierre Ducroquet <[email protected]>

Re: function lca('{}'::ltree[]) caused DB Instance crash
  2018-07-13 10:48 UTC  Pierre Ducroquet <[email protected]>

[PATCH] Fix segfault with lca('{}'::ltree[])
  2018-07-13 10:47 UTC  Pierre Ducroquet <[email protected]>

[PATCH] LLVM tuple deforming improvements
  2018-07-13 08:20 UTC  Pierre Ducroquet <[email protected]>

[PATCH] Skip alignment code blocks when they are not needed
  2018-07-13 07:45 UTC  Pierre Ducroquet <[email protected]>

[PATCH 1/2] Check for the hasnulls attribute before checking individual fields
  2018-07-11 21:41 UTC  Pierre Ducroquet <[email protected]>

Re: effect of JIT tuple deform?
  2018-07-02 11:48 UTC  Pierre Ducroquet <[email protected]>

[PATCH] Introduce opt1 in LLVM/JIT, and force it with deforming
  2018-07-02 11:44 UTC  Pierre Ducroquet <[email protected]>

[PATCH] Introduce opt1 in LLVM/JIT, and force it with deforming
  2018-07-02 11:44 UTC  Pierre Ducroquet <[email protected]>

Re: Is a modern build system acceptable for older platforms
  2018-05-28 07:42 UTC  Pierre Ducroquet <[email protected]>

Re: Build fails with different versions of clang and LLVM
  2018-04-23 08:47 UTC  Pierre Ducroquet <[email protected]>

Re: JIT compiling with LLVM v12
  2018-03-29 15:03 UTC  Pierre Ducroquet <[email protected]>

Re: JIT compiling with LLVM v10.1
  2018-02-14 22:32 UTC  Pierre Ducroquet <[email protected]>

Re: JIT compiling with LLVM v10.0
  2018-02-07 19:35 UTC  Pierre Ducroquet <[email protected]>

Re: JIT compiling with LLVM v9.1
  2018-02-05 21:44 UTC  Pierre Ducroquet <[email protected]>

Re: JIT compiling with LLVM v9.1
  2018-02-05 08:20 UTC  Pierre Ducroquet <[email protected]>

Re: JIT compiling with LLVM v9.1
  2018-02-02 10:40 UTC  Pierre Ducroquet <[email protected]>

Re: JIT compiling with LLVM v9.1
  2018-02-02 09:48 UTC  Pierre Ducroquet <[email protected]>

Re: JIT compiling with LLVM v9.0
  2018-01-29 06:59 UTC  Pierre Ducroquet <[email protected]>

Re: JIT compiling with LLVM v9.0
  2018-01-28 22:02 UTC  Pierre Ducroquet <[email protected]>

Re: JIT compiling with LLVM v9.0
  2018-01-25 09:00 UTC  Pierre Ducroquet <[email protected]>

Re: JIT compiling with LLVM v9.0
  2018-01-24 21:35 UTC  Pierre Ducroquet <[email protected]>

Re: Small patch for pg_basebackup argument parsing
  2017-09-18 21:18 UTC  Pierre Ducroquet <[email protected]>

Re: Small patch for pg_basebackup argument parsing
  2017-09-13 17:53 UTC  Pierre Ducroquet <[email protected]>

[PATCH] Port most calls of atoi(optarg) to strcol
  2017-09-13 17:51 UTC  Pierre Ducroquet <[email protected]>

Re: Bug with pg_basebackup and 'shared' tablespace
  2017-09-13 17:17 UTC  Pierre Ducroquet <[email protected]>

[PATCH] Allow a pg_basebackup when a tablespace is shared between two versions
  2017-09-13 17:09 UTC  Pierre Ducroquet <[email protected]>

Re: Bug with pg_basebackup and 'shared' tablespace
  2017-05-01 17:28 UTC  Pierre Ducroquet <[email protected]>

Re: Small patch for pg_basebackup argument parsing
  2017-04-22 16:46 UTC  Pierre Ducroquet <[email protected]>

Re: Small patch for pg_basebackup argument parsing
  2017-04-22 14:12 UTC  Pierre Ducroquet <[email protected]>

Re: Small patch for pg_basebackup argument parsing
  2017-04-14 14:34 UTC  Pierre Ducroquet <[email protected]>

Re: Small patch for pg_basebackup argument parsing
  2017-04-14 06:32 UTC  Pierre Ducroquet <[email protected]>

Small patch for pg_basebackup argument parsing
  2017-04-13 21:32 UTC  Pierre Ducroquet <[email protected]>

[PATCH] Check the results of atoi in pg_basebackup
  2017-04-13 21:25 UTC  Pierre Ducroquet <[email protected]>

Re: Bug with pg_basebackup and 'shared' tablespace
  2017-04-06 10:34 UTC  Pierre Ducroquet <[email protected]>

Bug with pg_basebackup and 'shared' tablespace
  2017-04-05 22:59 UTC  Pierre Ducroquet <[email protected]>

Re: Other formats in pset like markdown, rst, mediawiki
  2017-03-23 16:26 UTC  Pierre Ducroquet <[email protected]>


88+ results

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