Re: JIT in PostgreSQL 12 ?

2019-05-29 Thread Andreas Karlsson
On 5/29/19 10:02 AM, Tobias Gierke wrote: Browsing the PostgreSQL 12 release notes I noticed that JIT is now enabled by default. Having not followed PostgreSQL development closely - does this mean that compilation results are now getting cached and compilation is no longer executed separately f

Re: Indexes on UUID - Fragmentation Issue

2018-10-29 Thread Andreas Karlsson
On 10/29/2018 02:29 PM, Uday Bhaskar V wrote:> I have created C function which can generate a sequential UUID, but I am not sure how best I can use that in postgres. I would really like to contribute to Postgres, If I can. Please let me know your thoughts or plans regarding UUID generation.