summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
1998-06-09Another for for exec() removal and finding binaries.Bruce Momjian
1998-06-08Fixed exec path problem.Bruce Momjian
1998-06-05I made several adjustments to my earlier patch to handle theBruce Momjian
1998-06-04Show backend status on ps command line. Remove unused args fromBruce Momjian
1998-05-31Rewrite JROUND macro to multiply by 1e6 rather than divide by 1e-6Thomas G. Lockhart
1998-05-29Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian
1998-05-29Define new routines oper_exact() and oper_inexact().Thomas G. Lockhart
1998-05-29Add func_select_candidate() to allow use in unary operator parsing.Thomas G. Lockhart
1998-05-29Add NAMEOID as built-in type.Thomas G. Lockhart
1998-05-29Add conversion functions between "name" and other string types.Thomas G. Lockhart
1998-05-21From: David Hartwig <daveh@insightdist.com>Marc G. Fournier
1998-05-19Allow cancel from client of backend query. Change some int variablesBruce Momjian
1998-05-13Add a check for DBL_MIN problem...not sure if this is right...needsMarc G. Fournier
1998-05-13Remove added NullProc define, and use fmgr.h value from fmgr.h.Bruce Momjian
1998-05-12The attached patch corrects two problems with autoconfiguration ofBruce Momjian
1998-05-12Someone remove a #define too much from pg_proc.h which breaksBruce Momjian
1998-05-09Add capabilities for automatic type conversion.Thomas G. Lockhart
1998-05-09Make lines and support routines/operators more visible.Thomas G. Lockhart
1998-05-09Add routines to convert between varchar and bpchar.Thomas G. Lockhart
1998-05-09Make lines more visible to the user.Thomas G. Lockhart
1998-05-09Add bit flags to support timezonehour and minute in data retrieval.Thomas G. Lockhart
1998-05-06What I've done:Bruce Momjian
1998-05-06Remove extra paren in __alpha so it compiles.Bruce Momjian
1998-05-04Missed the __alpha__ to __alpha change...Marc G. Fournier
1998-05-04Okay...this should fix the s_lock() patches from David to what heMarc G. Fournier
1998-05-04Major screwed up s_lock patches...need to be fixed...Marc G. Fournier
1998-05-04Fix for missing parens with \g causing psql to get completelyBruce Momjian
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-27Fixed table type lengths for Maurice.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-15Move HAVING function to proper file.Bruce Momjian
1998-04-13What was LINUX_ELF doing in there?Bruce Momjian
1998-04-12More work in the right direction on linux/alphaMarc G. Fournier
1998-04-08Fix incorrect second argument type for dpow() declaration.Thomas G. Lockhart
1998-04-07Back out char2-char16 removal. Add later.Bruce Momjian
1998-04-06Assert fixBruce Momjian
1998-04-06ASSERT fixes.Bruce Momjian
1998-04-05this patch solve 2 problemes :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-31Fix macro read violation for Maurice.Bruce Momjian
1998-03-31Pointed out by: Doug Winterburn <dlw@seavme.xroads.com>Marc G. Fournier
1998-03-30The following uuencoded, gzip'd file will ...Bruce Momjian
1998-03-20Sorry. I made above mistakes. "__svr4" should be "__svr4__" orBruce Momjian
1998-03-20Fix spelling of "includingBruce Momjian
1998-03-15From: t-ishii@sra.co.jpMarc G. Fournier