Bruce Momjian
6ed1715b1f
Cleanup for NAMEDATALEN use.
29 years ago
Marc G. Fournier
5089f6ce87
Check for and use <netdb.h> for postmaster.c, instead of checking if
...
MAXHOSTNAMELEN is defined. For some reason, my 2.5.1 Solaris box at
work fails on that check...
29 years ago
Bruce Momjian
bcc883fed3
Remove HAVE_USAGE because it is no longer used.
29 years ago
Thomas G. Lockhart
3c2d74d2af
Add new operators and functions for geometric types.
...
Add text concatenation operator and function.
Add text trim function for SQL92 support.
29 years ago
Thomas G. Lockhart
e89d139dbe
Add new routines.
...
Change definition for isreltime().
Change some names of #define constants to avoid conflicts with the yacc parser.
29 years ago
Bruce Momjian
8d25436d70
mkLinux patches from Tatsuo Ishii.
29 years ago
Bruce Momjian
8338f90d4e
Add SCO files.
29 years ago
Bruce Momjian
d5e21e0924
HPUX 10 patches from Vladimir Turin
29 years ago
Bruce Momjian
3ac9d2fff3
Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius
29 years ago
Bruce Momjian
31fba1d974
Mips sysv4 support.
29 years ago
Thomas G. Lockhart
e66f5c05eb
Remove endian information which is now in port-specific header files.
...
Note that this version is probably identical to two versions ago.
29 years ago
Thomas G. Lockhart
c6df30edb9
Modify port-specific definitions to support missing endian information.
...
Add extra include file for aix to find endian information.
29 years ago
Thomas G. Lockhart
bf3bcb6a6d
Include definitions for endian info if not in system includes.
29 years ago
Thomas G. Lockhart
495fdfba98
Rearrange DTK_x constants.
...
Define constants to allow day of week decoding.
Add new datetime and timespan routines.
29 years ago
Thomas G. Lockhart
45409f0cdd
Remove code not previously enabled with USE_NEW_DATE and USE_NEW_TIME
...
#defines.
29 years ago
Thomas G. Lockhart
742425447d
Drop internal routines for formatting time output. Use default formatter.
...
Add timezone info to abstime2tm().
29 years ago
Thomas G. Lockhart
9af564ada6
Add parser category for "DST" Daylight Savings Time qualifier on time zones.
29 years ago
Marc G. Fournier
442306fe36
From: "Brian E. Gallew" <geek+@cmu.edu>
...
Define USE_POSIX_TIME for dgux port
29 years ago
Marc G. Fournier
15da18508f
From: Phil Nelson <phil@cs.wwu.edu>
...
Subject: [PATCHES] Added support for NetBSD/pc532.
29 years ago
Vadim B. Mikheev
39c73eff63
Definition for RelationForgetRelation().
29 years ago
Thomas G. Lockhart
4bd4a55b98
Add upgradepath(), isoldpath(), upgradepoly() and revertpoly() to allow
...
upgrading from existing pre-v6.1 path and polygon geometric data types.
29 years ago
Thomas G. Lockhart
3887d41b13
Put parens around macro arguments for safety per D'Arcy's suggestion.
29 years ago
Vadim B. Mikheev
9c0d64c21c
#define GEQO_RELS 6 (not 7)
29 years ago
Vadim B. Mikheev
465047d604
#define GEQO_RELS 7
...
moved from geqo.h to internal.h.
29 years ago
Marc G. Fournier
187e0f2405
From: Phil Nelson <phil@cs.wwu.edu>
...
Subject: [PATCHES] Support for NetBSD/sparc
The following is a patch to allow BSD44_derived to support NetBSD/sparc.
29 years ago
Marc G. Fournier
b3db8ee0b2
From: Darren King <aixssd!darrenk@abs.net>
...
Subject: [PATCHES] aix.h needs POSIX...
29 years ago
Bruce Momjian
8bc7439ccf
Enable GEQO for more than six tables, from Martin.
29 years ago
Bruce Momjian
c3a960ad8a
Fix for SELECT * INTO TABLE for char(), varchar() fields.
29 years ago
Vadim B. Mikheev
5cf55737a4
Added: new BTP_CHAIN flag (if hikey == firstkey then it's not
...
last page in chain of duplicates).
29 years ago
Thomas G. Lockhart
07f0647808
Ensure double alignment for time and arrays of circles.
29 years ago
Thomas G. Lockhart
0828204538
Enable new date and time definitions to allow Solaris and Irix -O2 compilation.
...
Move date and time field type labels to less than 32 to allow use as masks.
29 years ago
Vadim B. Mikheev
12d9a12eda
gist.h:
...
/*
** You can have as many strategies as you please in GiSTs, as
** long as your consistent method can handle them
*/
#define GISTNStrategies 100
^^^
- too big number:
strat.h->StrategyEvaluationData->StrategyExpression expression[12]
^^
- so 12 is real max # of strategies, or StrategyEvaluationIsValid
crashes backend (called if CASSER defined).
29 years ago
Marc G. Fournier
5e7c0a0b9a
From: Darren King <aixssd!darrenk@abs.net>
...
Subject: [PATCHES] DROP AGGREGATE patch/fix.
Here's a patch that fixes the DROP AGGREGATE command to delete
the desired aggregate for a specific type.
29 years ago
Vadim B. Mikheev
b0dfe8e38e
Define FREE(x) as pfree.
29 years ago
Edmund Mergl
33a629cfef
added const declaration in form() E.Mergl
29 years ago
Thomas G. Lockhart
9fd868d16a
Rename new float and int conversion routines to avoid conflicts with
...
system calls on AIX (and probably other machines too).
29 years ago
Marc G. Fournier
45165538c5
From: "Brian E. Gallew" <geek+@cmu.edu>
...
Subject: [PORTS] minor fix for DGUX port
src/include/port/dgux.h needs the following three lines appended:
#ifndef BYTE_ORDER
#define BYTE_ORDER BIG_ENDIAN
#endif
I believe this to be correct for DG/UX on M88k processors. I don't have one of
the new Intel-based boxes to check on.
29 years ago
Thomas G. Lockhart
57f55032ff
Add type conversion functions between floats and integers.
...
Include some additional path functions which were coded but omitted here.
Add translation and rotation/scaling operators for some geometric types.
Fix bugs in some geometry comparison operator declarations.
29 years ago
Thomas G. Lockhart
407cd4ee24
Add a few type conversion functions.
...
Pass an additional argument for date/time formatting to better handle timezones.
29 years ago
Marc G. Fournier
9f2d714620
From: "Paul M. Aoki" <aoki@CS.Berkeley.EDU>
...
Subject: [PATCHES] port patch: ultrix4
ultrix4 doesn't compile without this. this also fixes a problem
with dynamic loading (ultrix relocatable objects must be loaded
with -G 0).
29 years ago
Thomas G. Lockhart
36d18351aa
Change dummy array dimensions from [0] to [1] to keep non-gcc compilers happy.
...
No real change in the support code is required since the actual size
of the structures is calculated using offsetof() rather than sizeof().
29 years ago
Thomas G. Lockhart
6e27af13eb
Rename LOread() and LOwrite() to loread() and lowrite() to allow use by
...
case-insensitive SQL parser.
29 years ago
Thomas G. Lockhart
94123219bf
Rename LOread() and LOwrite() to be lower case to allow use
...
in case-insensitive SQL. Define LOread() and LOwrite() as macros
to avoid having to update calls everywhere.
29 years ago
Vadim B. Mikheev
a1fbd470a9
Fix GroupBy: enable functions over aggregates and GroupBy-ed fields
...
in target list.
29 years ago
Thomas G. Lockhart
0a95a17da2
Change mixed-case routines to lower-case for case-insensitive SQL.
...
Add mixed-case #define synonyms to avoid changing more source code.
Add comparison operators for boolean.
Add aggregate min() and max() for datetime and timespan.
29 years ago
Thomas G. Lockhart
1d1c9ff211
Change mixed-case routines to lower-case in pg_proc.h
...
Add comparison operators for boolean.
Add aggregate min() and max() for datetime and timespan.
Fix duplicate OID in pg_proc.h
29 years ago
Thomas G. Lockhart
d831e9ce19
Change mixed-case routines to lower-case if referenced in pg_proc.h
29 years ago
Marc G. Fournier
c2ae467300
clean up the bin/*/Makefiles...up version.h to v6.1 instead of v6.0
...
Remove bin/Makefile.global since it wasn't actually *doing* anything
that Makefile.global hadn't already done
29 years ago
Marc G. Fournier
094ec2d3f3
More timezone patches by Thomas:
...
Here are patches which should help fix timezone problems in the
datetime and abstime code. Also, I repatched varlena.c to add in
some comments and a little error checking on top of Vadim's earlier
repairs. There are slight mods to the circle data type to have the
distance operator between circles measure the distance between
closest points rather than between centers.
29 years ago
Marc G. Fournier
87fffc4342
Various bug fixes based on a bug report submitted by
...
Doug Neuhauser <doug@seismo.berkeley.edu> on April 15th
29 years ago