summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/misc.c
Commit message (Collapse)AuthorAgeFilesLines
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-5/+5
|
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-6/+6
|
* Auto-seed random so user's can't request random values based onBruce Momjian1998-06-091-1/+17
| | | | our postmaster random seed used from cancel.
* Remove #include "port-protos.h", since we no longer use itMarc G. Fournier1998-02-241-6/+1
| | | | From: Frank Ridderbusch <ridderbusch.pad@sni.de>
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-2/+4
| | | | | | | | | Makefile.global. End result, if all goes well, should allow for much easier porting, since there will no longer be a concept of a "port". Most, if not everything, *should* be determined by configure, or by the compiler itself. Still work to be done though :)
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-3/+3
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-081-2/+2
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-35/+38
|
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-281-1/+2
|
* Change mixed-case routines to lower-case if referenced in pg_proc.hThomas G. Lockhart1997-04-271-3/+3
| | | | | Add comparison operators to boolean and smaller/larger operators to datetime and timespan. Fix int4 overflow math problem in timespan comparison operators.
* Use port-protos.h instead of trying to declare random() and srandom()Bryan Henderson1996-11-141-10/+2
| | | | explicitly.
* more removal of PORTNAME_*Marc G. Fournier1996-10-311-7/+7
|
* - merging in Dr. George's tree with oursMarc G. Fournier1996-07-221-3/+7
| | | | | | | | | - src/backend/access - no changes - src/backend/utils - mostly cosmetic changes - ESCAPE_PATCH Added - src/Makefile.global changes merged
* fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1}Marc G. Fournier1996-07-161-2/+2
| | | | submitted by: Bruce Momjian (root@candle.pha.pa.us)
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+96