summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/trace.c
AgeCommit message (Expand)Author
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-26Fix too long syslog message problemTatsuo Ishii
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-10The constant in backend/utils/misc/trace.c, line 32 limits the length ofBruce Momjian
2000-02-13contrib-array.patchBruce Momjian
2000-01-02Remove DATEDEBUG because it didn't look Y2K safe, and fix timestamp elogBruce Momjian
1999-09-27Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian
1999-09-11Eliminate elog()'s hardwired limit on length of an error message.Tom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanupBruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-06-12Reversed out Massimo patch.Bruce Momjian
1999-06-12I don't like last minute patches before the final freeze, but I believe thatBruce Momjian
1999-06-05trace.patch (compilation error)Marc G. Fournier
1999-05-26Make functions static or NOT_USED as appropriate.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-22Modify backend switch parsing to prevent 'insecure' switchesTom Lane
1999-05-11Changed debug options:Jan Wieck
1999-03-16Fix snprintf with strings, and nextval('"Aa"');Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-01-17Add missing variable, per Massimo.Tom Lane
1999-01-17Apply Win32 patch from Horak Daniel.Bruce Momjian
1999-01-01 Some security, since we now have vsnprintf, I remade an old patchBruce Momjian
1998-10-28Reverse out addition of snprintf.Bruce Momjian
1998-10-27Fix for tprintf overruns from Göran Thyni.Bruce Momjian
1998-10-16The problem is that read_pg_options needs DataDir to read its file butBruce Momjian
1998-10-06Substantial rewrite of async.c to avoid problems with non-reentrant stdioTom Lane
1998-09-03> Yikes, that is certainly not standard C. I have never seen thatBruce Momjian
1998-09-02Fix for indexing problems.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-08-25cvs add'd two files for the tprintf() patch...Marc G. Fournier