| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2006/05/09 22:55:42 | 51 | 51 | dpavlin | depriciated usage of direct access to index. use node API and estmaster instead. |
| 2005/10/29 18:54:40 | 49 | 49 | dpavlin | 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 | test node API version of pgest |
| 2005/07/06 15:15:04 | 32 | 32 | dpavlin | test ordering |
| 2005/07/06 14:47:56 | 31 | 31 | dpavlin | 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 | removed obsolete implementeation without attribute specification which was also slower according to benchmarks. |
| 2005/05/26 20:16:34 | 22 | 22 | dpavlin | test new function instead of old one |
| 2005/05/26 00:06:10 | 14 | 14 | dpavlin | tests and fix for limit and offset bug introduced with null handling |
| 2005/05/25 23:38:37 | 12 | 12 | dpavlin | added NULL handling for optional arguments |
| 2005/05/22 21:18:11 | 9 | 9 | dpavlin | 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) |
| 2005/05/20 22:01:19 | 7 | 7 | dpavlin | more work on testing framework |
| 2005/05/20 16:11:38 | 3 | 3 | dpavlin | added limit and offset |