summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
1998-02-27ExecReScan for MergeJoin.Vadim B. Mikheev
1998-02-26index_markpos()/index_restrpos() are in use now.Vadim B. Mikheev
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-25pg_user.h is obseleted in favor of pg_shadow.hMarc G. Fournier
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-24From: t-ishii@sra.co.jpMarc G. Fournier
1998-02-24Various fixes for string.h vs strings.hMarc G. Fournier
1998-02-24From: Jan Wieck <jwieck@debis.com>Marc G. Fournier
1998-02-24Add an '#include <sys/types.h>' for the netinet/in.h sectionMarc 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-21Constlen can be -1, so make it a signed type.Bruce Momjian
1998-02-21First step done,Marc G. Fournier
1998-02-20*** empty log message ***Marc G. Fournier
1998-02-19Password fix. Now people have to do the REVOKE themselves.Bruce Momjian
1998-02-18GroupState changed.Vadim B. Mikheev
1998-02-18Check for and include <getopt.h>Marc G. Fournier
1998-02-14From: Brian E Gallew <geek+@cmu.edu>Marc G. Fournier
1998-02-13Atttypmod cleanup.Bruce Momjian
1998-02-13From: Zeugswetter Andreas SARZ <Andreas.Zeugswetter@telecom.at>Marc G. Fournier
1998-02-13From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>Marc G. Fournier
1998-02-13Subselects...Vadim B. Mikheev
1998-02-13New SubPlan node for subselects.Vadim B. Mikheev
1998-02-12MemSet cleanup.Bruce Momjian
1998-02-11Memset cleanupBruce Momjian
1998-02-11Change to MemSet for Alpha.Bruce Momjian
1998-02-11Change int align.Bruce Momjian
1998-02-10Pass around typmod as int16.Bruce Momjian
1998-02-10Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian
1998-02-07atttypmod now -1.Bruce Momjian
1998-02-06Update now that attcacheoff initial value is -1 always.Bruce Momjian
1998-02-05FIx for atttypmod on system tables.Bruce Momjian
1998-02-05func_error() changed so that if caller is passed with NULL value, itsMarc G. Fournier
1998-02-05Fix up this so that it also doesn't use a caller variable...Marc G. Fournier
1998-02-05Port specific, compiler specfied for SGI/Irix5Marc G. Fournier
1998-02-04Cleanup getattr code. Make CHAR() use attcacheoff.Bruce Momjian
1998-02-03Subselects with =, >, etc.Bruce Momjian
1998-02-03Define boolean functions and operators for lseg <, <=, <>, >=, >.Thomas G. Lockhart
1998-02-03Use proper symbol for hpuxMarc G. Fournier
1998-02-03Fix for various aix related 'mis-defines'Marc G. Fournier
1998-02-03Parser cleanup for expr and subqueries.Bruce Momjian
1998-02-03From: teunis <teunis@mauve.computersupportcentre.com>Marc G. Fournier
1998-02-02Fix for ltoa() problem pointed out by Stan Brown <stanb@awod.com>Marc G. Fournier
1998-02-02Move all the isinf() stuff from float.c to isinf.c, and build it according toMarc G. Fournier
1998-02-01From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier
1998-02-01Reduce size of inlining.Bruce Momjian
1998-02-011. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 isMarc G. Fournier
1998-01-31Inline fastgetattr and others so data access does not use functionBruce Momjian