aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Check for and use <netdb.h> for postmaster.c, instead of checking ifMarc G. Fournier1997-07-30
* Remove HAVE_USAGE because it is no longer used.Bruce Momjian1997-07-30
* Add new operators and functions for geometric types.Thomas G. Lockhart1997-07-29
* Add new routines.Thomas G. Lockhart1997-07-29
* mkLinux patches from Tatsuo Ishii.Bruce Momjian1997-07-29
* Add SCO files.Bruce Momjian1997-07-28
* HPUX 10 patches from Vladimir TurinBruce Momjian1997-07-27
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-24
* Mips sysv4 support.Bruce Momjian1997-07-14
* Remove endian information which is now in port-specific header files.Thomas G. Lockhart1997-07-11
* Modify port-specific definitions to support missing endian information.Thomas G. Lockhart1997-07-11
* Include definitions for endian info if not in system includes.Thomas G. Lockhart1997-07-01
* Rearrange DTK_x constants.Thomas G. Lockhart1997-07-01
* Remove code not previously enabled with USE_NEW_DATE and USE_NEW_TIMEThomas G. Lockhart1997-06-23
* Drop internal routines for formatting time output. Use default formatter.Thomas G. Lockhart1997-06-23
* Add parser category for "DST" Daylight Savings Time qualifier on time zones.Thomas G. Lockhart1997-06-20
* From: "Brian E. Gallew" <geek+@cmu.edu>Marc G. Fournier1997-06-06
* From: Phil Nelson <phil@cs.wwu.edu>Marc G. Fournier1997-06-06
* Definition for RelationForgetRelation().Vadim B. Mikheev1997-06-04
* Add upgradepath(), isoldpath(), upgradepoly() and revertpoly() to allowThomas G. Lockhart1997-06-03
* Put parens around macro arguments for safety per D'Arcy's suggestion.Thomas G. Lockhart1997-06-03
* #define GEQO_RELS 6 (not 7)Vadim B. Mikheev1997-06-03
* #define GEQO_RELS 7Vadim B. Mikheev1997-06-02
* From: Phil Nelson <phil@cs.wwu.edu>Marc G. Fournier1997-06-01
* From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier1997-06-01
* Enable GEQO for more than six tables, from Martin.Bruce Momjian1997-06-01
* Fix for SELECT * INTO TABLE for char(), varchar() fields.Bruce Momjian1997-05-31
* Added: new BTP_CHAIN flag (if hikey == firstkey then it's notVadim B. Mikheev1997-05-30
* Ensure double alignment for time and arrays of circles.Thomas G. Lockhart1997-05-26
* Enable new date and time definitions to allow Solaris and Irix -O2 compilation.Thomas G. Lockhart1997-05-23
* gist.h:Vadim B. Mikheev1997-05-22
* From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier1997-05-22
* Define FREE(x) as pfree.Vadim B. Mikheev1997-05-20
* added const declaration in form() E.MerglEdmund Mergl1997-05-17
* Rename new float and int conversion routines to avoid conflicts withThomas G. Lockhart1997-05-14
* From: "Brian E. Gallew" <geek+@cmu.edu>Marc G. Fournier1997-05-13
* Add type conversion functions between floats and integers.Thomas G. Lockhart1997-05-11
* Add a few type conversion functions.Thomas G. Lockhart1997-05-11
* From: "Paul M. Aoki" <aoki@CS.Berkeley.EDU>Marc G. Fournier1997-05-07
* Change dummy array dimensions from [0] to [1] to keep non-gcc compilers happy.Thomas G. Lockhart1997-05-06
* Rename LOread() and LOwrite() to loread() and lowrite() to allow use byThomas G. Lockhart1997-05-06
* Rename LOread() and LOwrite() to be lower case to allow useThomas G. Lockhart1997-05-06
* Fix GroupBy: enable functions over aggregates and GroupBy-ed fieldsVadim B. Mikheev1997-04-29
* Change mixed-case routines to lower-case for case-insensitive SQL.Thomas G. Lockhart1997-04-27
* Change mixed-case routines to lower-case in pg_proc.hThomas G. Lockhart1997-04-27
* Change mixed-case routines to lower-case if referenced in pg_proc.hThomas G. Lockhart1997-04-27
* clean up the bin/*/Makefiles...up version.h to v6.1 instead of v6.0Marc G. Fournier1997-04-26
* More timezone patches by Thomas:Marc G. Fournier1997-04-25
* Various bug fixes based on a bug report submitted byMarc G. Fournier1997-04-24
* Added comments about FASTBUILD.Vadim B. Mikheev1997-04-24