postgresql/src/backend/utils
Thomas G. Lockhart 64e74e30b5 Fix boolean assignment of return values to use "FALSE" rather than the
mis-copied "NULL", which happens to have the same binary value.
Previously, gcc gave non-fatal warnings.
1999-04-15 02:20:50 +00:00
..
adt Fix boolean assignment of return values to use "FALSE" rather than the 1999-04-15 02:20:50 +00:00
cache From: Tatsuo Ishii <t-ishii@sra.co.jp> 1999-02-21 03:49:55 +00:00
error Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
fmgr Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke while 1999-04-09 22:35:43 +00:00
hash Modify mcxt.h so that it doesn't pull in half of creation. 1999-03-07 23:03:32 +00:00
init Add new postgres -O option to allow system table structure changes. 1999-03-17 22:53:31 +00:00
mb Add KOI8/WIN/ALT support 1999-03-24 07:02:17 +00:00
misc Fix snprintf with strings, and nextval('"Aa"'); 1999-03-16 04:26:01 +00:00
mmgr Hi, 1999-03-22 16:45:30 +00:00
sort Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
time Fix HEAP_MOVED_IN handling in HeapTupleSatisfiesDirty(). 1999-04-12 16:57:27 +00:00
Gen_fmgrtab.sh.in Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke while 1999-04-09 22:35:43 +00:00
Makefile From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00