summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
1997-08-24Major patch to speed up backend startup after profiling analysis.Bruce Momjian
1997-08-22+ ExecConstraints ()Vadim B. Mikheev
1997-08-22We store Cash/money as int of size 4, so make it an int rather than a long.Bruce Momjian
1997-08-22ConstraintDef changedVadim B. Mikheev
1997-08-22Set attbyval for attdisbursion to FALSEVadim B. Mikheev
1997-08-22+ CreateTupleDescCopyConstrVadim B. Mikheev
1997-08-22Allow functions and operators on internally-identical types to succeed.Bruce Momjian
1997-08-21Change time function names to be more consistent, and check for zero divides,...Bruce Momjian
1997-08-21#definitions for pg_attrdef & pg_relcheck namesVadim B. Mikheev
1997-08-21AttrConstr --> TupleConstrVadim B. Mikheev
1997-08-21Rename pg_attribute.attnvals to attdisbursion.Bruce Momjian
1997-08-21Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix cal...Bruce Momjian
1997-08-21+ extern double *box_area(BOX *box);Vadim B. Mikheev
1997-08-21+ struct ConstaintDef - for constraints.Vadim B. Mikheev
1997-08-21New system relations to store DEFAULT/CHECK expressions.Vadim B. Mikheev
1997-08-20More NOT_USEDsBruce Momjian
1997-08-20CHECK/DEFAULT syntaxVadim B. Mikheev
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1997-08-19NOT NULL implementation (submitted by Robson Paniago de Miranda).Vadim B. Mikheev
1997-08-18Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian
1997-08-17Fixes for alphalinux port by abrams@philos.umass.eduMarc G. Fournier
1997-08-17Changes so that it actually checks for <readline/history.h>, insteadMarc G. Fournier
1997-08-14Cleanup global variables, remove stable memory stuff.Bruce Momjian
1997-08-12Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian
1997-08-06I think I finally got psort working for all cases.Bruce Momjian
1997-08-06psort cleanups.Bruce Momjian
1997-08-06Allow internal sorts to be stored in memory rather than in files.Bruce Momjian
1997-08-03Cleanup for NAMEDATALEN use.Bruce Momjian
1997-07-30Check for and use <netdb.h> for postmaster.c, instead of checking ifMarc G. Fournier
1997-07-30Remove HAVE_USAGE because it is no longer used.Bruce Momjian
1997-07-29Add new operators and functions for geometric types.Thomas G. Lockhart
1997-07-29Add new routines.Thomas G. Lockhart
1997-07-29mkLinux patches from Tatsuo Ishii.Bruce Momjian
1997-07-28Add SCO files.Bruce Momjian
1997-07-27HPUX 10 patches from Vladimir TurinBruce Momjian
1997-07-24Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian
1997-07-14Mips sysv4 support.Bruce Momjian
1997-07-11Remove endian information which is now in port-specific header files.Thomas G. Lockhart
1997-07-11Modify port-specific definitions to support missing endian information.Thomas G. Lockhart
1997-07-01Include definitions for endian info if not in system includes.Thomas G. Lockhart
1997-07-01Rearrange DTK_x constants.Thomas G. Lockhart
1997-06-23Remove code not previously enabled with USE_NEW_DATE and USE_NEW_TIMEThomas G. Lockhart
1997-06-23Drop internal routines for formatting time output. Use default formatter.Thomas G. Lockhart
1997-06-20Add parser category for "DST" Daylight Savings Time qualifier on time zones.Thomas G. Lockhart
1997-06-06From: "Brian E. Gallew" <geek+@cmu.edu>Marc G. Fournier
1997-06-06From: Phil Nelson <phil@cs.wwu.edu>Marc G. Fournier
1997-06-04Definition for RelationForgetRelation().Vadim B. Mikheev
1997-06-03Add upgradepath(), isoldpath(), upgradepoly() and revertpoly() to allowThomas G. Lockhart
1997-06-03Put parens around macro arguments for safety per D'Arcy's suggestion.Thomas G. Lockhart
1997-06-03#define GEQO_RELS 6 (not 7)Vadim B. Mikheev