summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
1997-06-02#define GEQO_RELS 7Vadim B. Mikheev
1997-06-01From: Phil Nelson <phil@cs.wwu.edu>Marc G. Fournier
1997-06-01From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier
1997-06-01Enable GEQO for more than six tables, from Martin.Bruce Momjian
1997-05-31Fix for SELECT * INTO TABLE for char(), varchar() fields.Bruce Momjian
1997-05-30Added: new BTP_CHAIN flag (if hikey == firstkey then it's notVadim B. Mikheev
1997-05-26Ensure double alignment for time and arrays of circles.Thomas G. Lockhart
1997-05-23Enable new date and time definitions to allow Solaris and Irix -O2 compilation.Thomas G. Lockhart
1997-05-22gist.h:Vadim B. Mikheev
1997-05-22From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier
1997-05-20Define FREE(x) as pfree.Vadim B. Mikheev
1997-05-17added const declaration in form() E.MerglEdmund Mergl
1997-05-14Rename new float and int conversion routines to avoid conflicts withThomas G. Lockhart
1997-05-13From: "Brian E. Gallew" <geek+@cmu.edu>Marc G. Fournier
1997-05-11Add type conversion functions between floats and integers.Thomas G. Lockhart
1997-05-11Add a few type conversion functions.Thomas G. Lockhart
1997-05-07From: "Paul M. Aoki" <aoki@CS.Berkeley.EDU>Marc G. Fournier
1997-05-06Change dummy array dimensions from [0] to [1] to keep non-gcc compilers happy.Thomas G. Lockhart
1997-05-06Rename LOread() and LOwrite() to loread() and lowrite() to allow use byThomas G. Lockhart
1997-05-06Rename LOread() and LOwrite() to be lower case to allow useThomas G. Lockhart
1997-04-29Fix GroupBy: enable functions over aggregates and GroupBy-ed fieldsVadim B. Mikheev
1997-04-27Change mixed-case routines to lower-case for case-insensitive SQL.Thomas G. Lockhart
1997-04-27Change mixed-case routines to lower-case in pg_proc.hThomas G. Lockhart
1997-04-27Change mixed-case routines to lower-case if referenced in pg_proc.hThomas G. Lockhart
1997-04-26clean up the bin/*/Makefiles...up version.h to v6.1 instead of v6.0Marc G. Fournier
1997-04-25More timezone patches by Thomas:Marc G. Fournier
1997-04-24Various bug fixes based on a bug report submitted byMarc G. Fournier
1997-04-24Added comments about FASTBUILD.Vadim B. Mikheev