postgresql/contrib/seg
Heikki Linnakangas 4919a20c33 Replace strdup() with pstrdup(), to avoid leaking memory.
It's been like this since the seg module was introduced, so backpatch to
8.2 which is the oldest supported version.
2011-05-18 22:36:14 -04:00
..
data Gene Selkov's SEG datatype (GiST example code) 2000-12-11 20:40:33 +00:00
expected Rename contrib contains/contained-by operators to @> and <@, per discussion. 2006-09-10 17:36:52 +00:00
sql Rename contrib contains/contained-by operators to @> and <@, per discussion. 2006-09-10 17:36:52 +00:00
.gitignore Some more gitignore cleanups: cover contrib and PL regression test outputs. 2010-09-22 17:23:05 -04:00
Makefile Remove references to READMEs from /contrib Makefiles. 2007-11-10 23:59:52 +00:00
seg-validate.pl Gene Selkov's SEG datatype (GiST example code) 2000-12-11 20:40:33 +00:00
seg.c Replace strdup() with pstrdup(), to avoid leaking memory. 2011-05-18 22:36:14 -04:00
seg.sql.in Add CVS version labels to all install/uninstall scripts. 2007-11-13 04:24:29 +00:00
segdata.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
segparse.y Got tired of waiting for spoonbill's compiler to get fixed. Let's 2006-06-01 02:39:59 +00:00
segscan.l Suppress warnings on platforms where fprintf is a macro (eg, recent 2005-10-15 20:37:36 +00:00
sort-segments.pl Gene Selkov's SEG datatype (GiST example code) 2000-12-11 20:40:33 +00:00
uninstall_seg.sql Add CVS version labels to all install/uninstall scripts. 2007-11-13 04:24:29 +00:00