Jony Vesterman Cohen
Jony Vesterman Cohen
Hi, glad you found the compilation error (sorry I didn't have time to look at this yet...) the access methods were revamped in 9.6 to allow for costume Ams -...
Hi All, Sorry for not answering earlier - I'm on the other side of the ocean :) The code currently compiles against the development version - there were added parameters...
Hi, I've added the necessary #if - It now works for 9.3.9, 9.4.4 and the current devel branch. I should note that internal APIs tend to change even between minor...
I'd appreciate if you could post your sql and table definition so I could debug.
Hi Jerry, Thanks, I'd appreciate if you could create a generalized SQL sample that crashes. PG Yum repository (I develop on Fedora) only holds 9.3.6 and above - I'll try...
Hi, 2 more items for my ever growing todo list :) 1. BUGFIX: there is a problem with the Join clause. 2. Enhancment: support "DISTINCT ON "
Hi, pg10 made lots of changes to the AM system. This project was mostly for learning purposes so I didn't follow the latest version. I'll have a look if it's...
Hi, Yes, unfortunately I didn’t get to work much with Postgres lately so I didn’t have time to add all the new stuff they added for later versions. There are...
Hi, Haven't touched this in years - It doesn't even compile AFAIK with latest PG versions. I don't own a Win PC so I'm not sure if this compiles under...
Hi Jerry, There's actually 2 issues that came into play here. The first (and simpler one) is that I didn't consider indexes that only address the target list, this is...