]> granicus.if.org Git - postgresql/history - src/backend/utils/misc/trace.c
Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.
[postgresql] / src / backend / utils / misc / trace.c
1999-09-27 Bruce MomjianMassimo's SET FSYNC and SHOW PG_OPTIONS changes, withou...
1999-09-11 Tom LaneEliminate elog()'s hardwired limit on length of an...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-06-12 Bruce MomjianReversed out Massimo patch.
1999-06-12 Bruce MomjianI don't like last minute patches before the final freez...
1999-06-05 Marc G. Fourniertrace.patch (compilation error)
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Tom LaneModify backend switch parsing to prevent 'insecure...
1999-05-11 Jan WieckChanged debug options:
1999-03-16 Bruce MomjianFix snprintf with strings, and nextval('"Aa"');
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-17 Tom LaneAdd missing variable, per Massimo.
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1999-01-01 Bruce Momjian Some security, since we now have vsnprintf, I remade...
1998-10-28 Bruce MomjianReverse out addition of snprintf.
1998-10-27 Bruce MomjianFix for tprintf overruns from Göran Thyni.
1998-10-16 Bruce MomjianThe problem is that read_pg_options needs DataDir to...
1998-10-06 Tom LaneSubstantial rewrite of async.c to avoid problems with...
1998-09-03 Bruce Momjian> Yikes, that is certainly not standard C. I have...
1998-09-02 Bruce MomjianFix for indexing problems.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-25 Marc G. Fourniercvs add'd two files for the tprintf() patch...