Show last: 20 , 50 , 100 , All

Date File Revision Author Diff Revision Log
2006/05/09 22:55:42 51 51 dpavlin HTML | TEXT
depriciated usage of direct access to index. use node API and estmaster
instead.
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 23:08:47 45 45 dpavlin HTML | TEXT
test node API version of pgest
2005/07/06 15:15:04 32 32 dpavlin HTML | TEXT
test ordering
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 20:16:34 22 22 dpavlin HTML | TEXT
test new function instead of old one
2005/05/26 00:06:10 14 14 dpavlin HTML | TEXT
tests and fix for limit and offset bug introduced with null handling
2005/05/25 23:38:37 12 12 dpavlin HTML | TEXT
added NULL handling for optional arguments
2005/05/22 21:18:11 9 9 dpavlin HTML | TEXT
support query in which only attribute is specified
2005/05/20 22:09:16 8 8 dpavlin tests, some of which fail (which is whole point of having tests, I guess)