postgresql/src/backend/utils
Thomas G. Lockhart a21c3e353a Allow 't', 'T', and even/odd ASCII characters to denote true/false
rather than just 't' and 'T'.  This allows yes/no and 1/0
 to be interpreted as one might expect.
Clean up function declarations to use bool as the type for arguments
 and return values.
1997-10-09 05:06:12 +00:00
..
adt Allow 't', 'T', and even/odd ASCII characters to denote true/false 1997-10-09 05:06:12 +00:00
cache Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
error Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
fmgr Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
hash Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
init No more SortTuplesInTree... 1997-09-18 14:33:46 +00:00
misc Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
mmgr Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
sort Fix for psort temp file names, from Vadim. 1997-09-26 20:05:47 +00:00
time heapattr functions now return a Datum, not char *. 1997-09-12 04:09:08 +00:00
Gen_fmgrtab.sh.in Added SCO support, from Daniel Harris. 1997-07-28 00:57:08 +00:00
Makefile Makefile cleanup after reorganization 1996-11-09 06:24:51 +00:00