summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
Commit message (Expand)AuthorAgeFilesLines
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-251-22/+28
* Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian1999-09-271-0/+11
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-48/+23
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-6/+4
* 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-172-7/+1
* Final cleanupBruce Momjian1999-07-163-4/+6
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-4/+4
* Remove unused #includes in *.c files.Bruce Momjian1999-07-152-10/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-1/+2
* 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-252-10/+12
* 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-133-5/+5
* Add missing variable, per Massimo.Tom Lane1999-01-171-0/+2
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-172-1/+9
* Some security, since we now have vsnprintf, I remade an old patchBruce Momjian1999-01-011-4/+4
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-6/+6
* 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
* Fix ifdef.Bruce Momjian1998-09-031-2/+2
* > 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-013-92/+108
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-3/+3
* cvs add'd two files for the tprintf() patch...Marc G. Fournier1998-08-251-0/+350
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-2/+2
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-241-3/+20
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-192-9/+6
* Change owner from oid to int4 type.Bruce Momjian1998-08-111-3/+3
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-24/+4
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-262-8/+17
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-242-3/+18
* Cleanup Name usage.Bruce Momjian1998-07-201-4/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* Require #define variable ALLOW_ABSOLUTE_DBPATHS if absolute paths areThomas G. Lockhart1998-05-291-1/+5
* This patch...Bruce Momjian1998-04-271-11/+9
* Hi,Bruce Momjian1998-04-061-5/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-34/+38
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-251-3/+3
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-3/+3
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-2/+2