Show last: 20 , 50 , 100 , All

Date File Revision Author Diff Revision Log
2006/08/07 11:14:52 61 61 dpavlin HTML | TEXT
added pgest_trigger function which allows updateable indexes
2005/10/29 18:54:40 49 49 dpavlin HTML | TEXT
added depth to node API version of pgest, note that you have to use modified
perl wrapper with node API
2005/09/10 20:35:09 41 41 dpavlin HTML | TEXT
added node API
2005/07/06 14:47:56 31 31 dpavlin HTML | TEXT
added results order (see test.sql for example) to function arguments,
fixed limit (it really returns limit rows, and not limit - offset :-\),
added est_cond_delete(cond) so that we don't leek memory
2005/05/27 21:06:01 25 25 dpavlin HTML | TEXT
removed obsolete implementeation without attribute specification which was
also slower according to benchmarks.
2005/05/26 17:56:53 19 19 dpavlin HTML | TEXT
Created new function which allows users to specify attributes which should
be returned like this:

select * from pgest('/index/path', 'query', '@title ISTRINC foo', limit, offset, {'@id','@title','@size'}) as (id text, title text, size text);
2005/05/25 23:38:37 12 12 dpavlin HTML | TEXT
added NULL handling for optional arguments
2005/05/20 19:44:09 5 5 dpavlin HTML | TEXT
added attribute to function, fixed warnings, fixed limit and offset
2005/05/20 16:11:38 3 3 dpavlin HTML | TEXT
added limit and offset
2005/05/20 12:19:05 1 1 dpavlin initial import of API between Estraier and PostgreSQL