summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/trace.c
Commit message (Expand)AuthorAgeFilesLines
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-511/+0
* Fix too long syslog message problemTatsuo Ishii2000-05-261-1/+81
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-8/+14
* The constant in backend/utils/misc/trace.c, line 32 limits the length ofBruce Momjian2000-04-101-1/+1
* contrib-array.patchBruce Momjian2000-02-131-2/+2
* Remove DATEDEBUG because it didn't look Y2K safe, and fix timestamp elogBruce Momjian2000-01-021-2/+2
* Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian1999-09-271-0/+11
* Eliminate elog()'s hardwired limit on length of an error message.Tom Lane1999-09-111-15/+20
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+0
* Final cleanupBruce Momjian1999-07-161-1/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-1/+0
* Reversed out Massimo patch.Bruce Momjian1999-06-121-7/+4
* I don't like last minute patches before the final freeze, but I believe thatBruce Momjian1999-06-121-4/+7
* trace.patch (compilation error)Marc G. Fournier1999-06-051-7/+7
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-1/+5
* pgindent run over code.Bruce Momjian1999-05-251-8/+10
* Modify backend switch parsing to prevent 'insecure' switchesTom Lane1999-05-221-2/+6
* Changed debug options:Jan Wieck1999-05-111-0/+3
* Fix snprintf with strings, and nextval('"Aa"');Bruce Momjian1999-03-161-1/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-1/+1
* Add missing variable, per Massimo.Tom Lane1999-01-171-0/+2
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-0/+4
* Some security, since we now have vsnprintf, I remade an old patchBruce Momjian1999-01-011-4/+4
* Reverse out addition of snprintf.Bruce Momjian1998-10-281-8/+4
* Fix for tprintf overruns from Göran Thyni.Bruce Momjian1998-10-271-4/+8
* The problem is that read_pg_options needs DataDir to read its file butBruce Momjian1998-10-161-0/+5
* Substantial rewrite of async.c to avoid problems with non-reentrant stdioTom Lane1998-10-061-4/+0
* > Yikes, that is certainly not standard C. I have never seen thatBruce Momjian1998-09-031-0/+28
* Fix for indexing problems.Bruce Momjian1998-09-021-2/+0
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-81/+97
* cvs add'd two files for the tprintf() patch...Marc G. Fournier1998-08-251-0/+350