summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-06-15Fix macros that were not properly surrounded by parens or braces.Bruce Momjian
1998-06-09Auto-seed random so user's can't request random values based onBruce Momjian
1998-06-09Another for for exec() removal and finding binaries.Bruce Momjian
1998-06-08Fixed exec path problem.Bruce Momjian
1998-05-29Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian
1998-05-29Require #define variable ALLOW_ABSOLUTE_DBPATHS if absolute paths areThomas G. Lockhart
1998-05-29Add conversion functions to and from the "name" data type.Thomas G. Lockhart
1998-05-29Ensure string is completely null padded on input (as advertised).Thomas G. Lockhart
1998-05-19Allow cancel from client of backend query. Change some int variablesBruce Momjian
1998-05-09Fix CACHEDEBUG debugging statements; usually not used and apparentlyThomas G. Lockhart
1998-05-09Add routines to convert between varchar and bpchar.Thomas G. Lockhart
1998-05-09Make a few line routines visible.Thomas G. Lockhart
1998-05-09Define "tz_hour" and "tz_minute" arguments to date_part().Thomas G. Lockhart
1998-04-29From: Jeroen van Vianen <jeroenv@design.nl>Marc G. Fournier
1998-04-27From: t-ishii@sra.co.jpMarc G. Fournier
1998-04-27From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>Marc G. Fournier
1998-04-27This patch...Bruce Momjian
1998-04-26Re-apply Darren's char2-16 removal code.Bruce Momjian
1998-04-24Inline some small functions called for every row.Bruce Momjian
1998-04-12More work in the right direction on linux/alphaMarc G. Fournier
1998-04-07Back out char2-char16 removal. Add later.Bruce Momjian
1998-04-06Hi,Bruce Momjian
1998-04-05Remove GetDatabaseName/Path and use globals. Make consts later.Bruce Momjian
1998-04-05Fix for memory leak.Bruce Momjian
1998-03-30The following uuencoded, gzip'd file will ...Bruce Momjian
1998-03-30There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian
1998-03-20> > I'm using text[] arrays. Some of my array elements have '"'Bruce Momjian
1998-03-15From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>Marc G. Fournier
1998-03-15From: t-ishii@sra.co.jpMarc G. Fournier
1998-03-07Add one-line fix to allow redefining built-in functions.Thomas G. Lockhart
1998-03-02Fix money type USE_LOCALE support at least for default "C" locale.Thomas G. Lockhart
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-25From: Jan Wieck <jwieck@debis.com>Marc G. Fournier
1998-02-24From: "Denis V. Dmitrienko" <denis@null.net>Marc G. Fournier
1998-02-24Remove #include "port-protos.h", since we no longer use itMarc G. Fournier
1998-02-24From: Jan Wieck <jwieck@debis.com>Marc G. Fournier
1998-02-23Quick cleanupsMarc G. Fournier
1998-02-23From: Jan Wieck <jwieck@debis.com>Marc G. Fournier
1998-02-23ExecReScan for Unique & Sort nodes.Vadim B. Mikheev
1998-02-14From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>Marc G. Fournier
1998-02-13Atttypmod cleanup.Bruce Momjian
1998-02-11Goodbye register keyword. Compiler knows better.Bruce Momjian
1998-02-10Pass around typmod as int16.Bruce Momjian
1998-02-07atttypmod now -1.Bruce Momjian
1998-02-05Vadim fix for vacuum analyze.Bruce Momjian
1998-02-05Fix for varchar functions, and indextyple j-1 fix.Bruce Momjian
1998-02-03Define boolean functions for lseg <, <=, <>, >=, >Thomas G. Lockhart
1998-02-02No datedebug printing of date debug is not defined.Bruce Momjian
1998-02-02Move all the isinf() stuff from float.c to isinf.c, and build it according toMarc G. Fournier