summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
1997-09-01Fix return value data type declarations for box_circle() and poly_circle().Thomas G. Lockhart
1997-08-31CREATE/DROP TRIGGER statement nodesVadim B. Mikheev
1997-08-31CREATE/DROP TRIGGER functionsVadim B. Mikheev
1997-08-31Welcome, triggersVadim B. Mikheev
1997-08-29New results destination for SPI manager.Vadim B. Mikheev
1997-08-29SPI manager.Vadim B. Mikheev
1997-08-29Fix very old bug which made tuples changed/inserted by a commndVadim B. Mikheev
1997-08-29heap_getattr fix for aix.Bruce Momjian
1997-08-27Number of tuples inserted/affected by INSERT/UPDATE/DELETE...Vadim B. Mikheev
1997-08-27heap_delete returns int now (for non-functional deletes).Vadim B. Mikheev
1997-08-26Inlined heap_getattr().Bruce Momjian
1997-08-25Small cleanup.Bruce Momjian
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